Solve for x in terms of a, the inequality

  • Thread starter Thread starter whkoh
  • Start date Start date
  • Tags Tags
    Inequality Terms
AI Thread Summary
To solve the inequality |x^2 - 3ax + 2a^2| < |x^2 + 3ax - a^2|, the first step involves squaring both sides, leading to the polynomial inequality 4ax^3 - 2a^2x^2 + 2a^3x - a^4 > 0. This can be factored into a product of terms, revealing that the critical points for analysis are determined by the factors (2x - a) and (2ax^2 + a^3). The term 2x^2 + a^2 is always non-negative, simplifying the analysis of the sign of the overall expression. The solution requires determining the intervals where the product is positive, which can be done by testing values in the intervals defined by the critical points.
whkoh
Messages
29
Reaction score
0
Solve for x in terms of a, the inequality:
<br /> \mid x^2 - 3ax + 2a^2 \mid &lt; \mid x^2 + 3ax - a^2 \mid <br />
where x \in \mathbb{R}, a \in \mathbb{R}, a \neq 0

Squaring both sides, I get
x^4 - 6ax^3 + 13a^2 x^2 - 12a^3 x + 4a^4 &lt; x^4 + 6ax^3 + 7a^2 x^2 - 6a^3 x + a^4

12ax^3 - 6a^2 x^2 + 6a^3 x - 3a^4 &gt; 0

4 ax^3 - 2a^2 x^2 + 2a^3 x - a^4 &gt; 0

Stuck here. How do I proceed?
 
Last edited:
Physics news on Phys.org
I think the best way to deal with a non-linear inequality is to start by solving the corresponding equation: in this case |x^2-3ax+ 2a^2|= |x^2+ 3ax- a^2|. Yes, you can get rid of the absolute value by squaring both sides but that introduces higher powers. There are three possible cases:
1) The quantities inside the absolute values on both sides are non-negative. In that case, the two absolute values are irrelevant: x^2- 3ax+ 2a^2= x^2+ 3ax- a^2 which is easy to solve.
2) The quantities inside the absolute values on both sides are negative. In that case, the absolute values are just multiplied by -1. Divide both sides by -1 and you have the same equation as in 1.
3) The quantities inside the absolute values on the two sides have opposite signs. In that case, again since we can multiply or divide by -1, it doesn't matter which side is negative: we have x^2- 3ax+ 2a^2= -(x^2+ 3ax- a^2)= -x^2- 3ax+ a^2 which just gives the quadratic equation 2x^2= 3a^2, also easy to solve.

The point is that the values of x where the two sides are equal separate the intervals on which one side is larger than the other. Choose one value of x in each interval to see whether the inequality is true in that case.
 
whkoh said:
Solve for x in terms of a, the inequality:
<br /> \mid x^2 - 3ax + 2a^2 \mid &lt; \mid x^2 + 3ax - a^2 \mid <br />
where x \in \mathbb{R}, a \in \mathbb{R}, a \neq 0

Squaring both sides, I get
x^4 - 6ax^3 + 13a^2 x^2 - 12a^3 x + 4a^4 &lt; x^4 + 6ax^3 + 7a^2 x^2 - 6a^3 x + a^4

12ax^3 - 6a^2 x^2 + 6a^3 x - 3a^4 &gt; 0

4 ax^3 - 2a^2 x^2 + 2a^3 x - a^4 &gt; 0

Stuck here. How do I proceed?
When squaring both sides, you seem to be missing a 9a2x2 on both sides, but it's okay, since they will cancel each other out.
---------------------------
4 ax ^ 3 - 2a ^ 2 x ^ 2 + 2a ^ 3 x - a ^ 4 &gt; 0.
This is so far okay. To continue, you should factor it:
4 ax ^ 3 - 2a ^ 2 x ^ 2 + 2a ^ 3 x - a ^ 4 &gt; 0
\Leftrightarrow 2a x ^ 2 (2x - a) + a ^ 3 (2x - a) &gt; 0
\Leftrightarrow (2x - a) (2a x ^ 2 + a ^ 3) &gt; 0
\Leftrightarrow a (2x - a) (2x ^ 2 + a ^ 2) &gt; 0
Note that 2x2 + a2 is already non-negative, so can you go from here?
 
Great, thanks for the help!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top