Question
Sum of squares of roots from absolute value equations
Original question: The sum of the squares of the roots of and the squares of the roots of , is
Expert Verified Solution
Expert intro: This problem combines absolute value equations with root accounting. The key is to split each equation into cases, find all real roots, and then compute the required sum of their squares.
Detailed walkthrough
Solve the first equation
Consider
Let
Then the equation becomes
Factor:
Since , we keep only
So
which gives
Their squares sum to
Solve the second equation
Now consider
Let
Then
We split into cases based on the sign of .
Case 1:
Then , so
which simplifies to
or
This gives , but it does not satisfy , so it is invalid.
Case 2:
Then , so
hence
Solve:
Both values satisfy , so both are valid roots.
Compute the required sum
The roots of the second equation are
Their squares are
So the sum of their squares is
Add the first equation's contribution:
Therefore, the required sum is
Key idea to remember
Whenever an equation contains absolute values, the safest path is to isolate the absolute value expression, split into cases, and check any candidate roots against the original condition.
💡 Pitfall guide
A common trap is to assume that the roots from the second equation automatically satisfy the case used to derive them. For absolute value equations, every candidate must be checked against the inequality that defined the case. Another mistake is to stop after finding in the first equation and forget that leads to two x-values, not one. The sign of the absolute value changes the number of solutions.
🔄 Real-world variant
If the first equation were , then setting would give , so and . Only is allowed, leading to and . If the second equation were , the same case-splitting method would apply, but the quadratic obtained in the branch would be different and could produce a different number of valid roots.
🔍 Related terms
absolute value equation, case analysis, sum of squares
FAQ
How do you solve equations that contain absolute value expressions?
Introduce a new variable for the absolute value, split into cases based on the sign of the inside expression, solve each case, and verify every candidate solution in the original equation.
Why must every candidate root be checked after case splitting?
A value may solve the algebraic equation in one case but fail the inequality that defined that case. Checking prevents extraneous solutions from being counted.