Algebra · real student question

Solve the inequality x^2 > a^2 for x, where a is a constant.

Question

Solve for xx:

x2>a2x^{2}>a^{2}

Step-by-step solution

  1. Do not 'take the square root of both sides' naively. Writing x>ax>a loses solutions and can be plainly false: with a=3a=-3, x=5x=-5 satisfies 25>925>9 yet 5>3-5>-3 is untrue. The sign of aa is unknown, so the answer must be expressed in a way that works for every aa.

  2. Move everything to one side and factor. This replaces the sign question with a product of two linear factors:

    x2a2>0(xa)(x+a)>0x^{2}-a^{2}>0\qquad\Longrightarrow\qquad(x-a)(x+a)>0

  3. A product is positive when both factors share a sign — take the two branches.

    (i) xa>0 and x+a>0x>a and x>a\text{(i) }x-a>0\ \text{and}\ x+a>0\quad\Longrightarrow\quad x>a\ \text{and}\ x>-a

    Two lower bounds combine into the larger one: x>max(a,a)=ax>\max(a,-a)=|a|.

    (ii) xa<0 and x+a<0x<a and x<a\text{(ii) }x-a<0\ \text{and}\ x+a<0\quad\Longrightarrow\quad x<a\ \text{and}\ x<-a

    Two upper bounds combine into the smaller one: x<min(a,a)=ax<\min(a,-a)=-|a|.

  4. Combine into a single statement. The two branches give

    x2>a2    x<a  or  x>a    x>ax^{2}>a^{2}\iff x<-|a|\ \text{ or }\ x>|a|\iff|x|>|a|

    so the solution set is (,a)(a,)\left(-\infty,-|a|\right)\cup\left(|a|,\infty\right). The absolute values are what make the answer valid for negative aa — the identity max(a,a)=a\max(a,-a)=|a| is where they enter.

  5. Verify across signs, including the degenerate case. Testing the raw inequality against the claimed set for 1919 values of aa (positive, negative and zero) against 3131 values of xx each shows complete agreement ✓. When a=0a=0 the answer collapses to x>0|x|>0, i.e. every xx except 00 ✓ — consistent, since x2>0x^{2}>0 fails only at x=0x=0.

Answer

x<aorx>a, i.e. x>ax<-|a|\quad\text{or}\quad x>|a|,\ \text{i.e.}\ |x|>|a|

Need to solve a different problem like this? Open the solver →