Question 1
Find the positive solution to the equation:
$$ \sqrt{x^2 - 6x + 9} + \sqrt{x^2 + 4x + 4} = 7 $$
View Solution
The key to this problem is recognizing the perfect square trinomials and utilizing the formal definition of the principal square root: $\sqrt{u^2} = |u|$.
Step 1: Simplify the radicals.
The expression inside the first radical is a perfect square: $x^2 - 6x + 9 = (x - 3)^2$.
The expression inside the second radical is also a perfect square: $x^2 + 4x + 4 = (x + 2)^2$.
Substitute these into the original equation:
$$ \sqrt{(x - 3)^2} + \sqrt{(x + 2)^2} = 7 $$
$$ |x - 3| + |x + 2| = 7 $$
Step 2: Solve the absolute value cases.
Check the intervals defined by the critical points $x = 3$ and $x = -2$.
- Case 1 ($x \ge 3$): Both expressions are non-negative.
$(x - 3) + (x + 2) = 7 \Rightarrow 2x - 1 = 7 \Rightarrow 2x = 8 \Rightarrow x = 4$. (This is valid since $4 \ge 3$). - Case 2 ($-2 \le x < 3$): The first is negative, the second is positive.
$-(x - 3) + (x + 2) = 7 \Rightarrow -x + 3 + x + 2 = 7 \Rightarrow 5 = 7$. (No solution here). - Case 3 ($x < -2$): Both expressions are negative.
$-(x - 3) - (x + 2) = 7 \Rightarrow -x + 3 - x - 2 = 7 \Rightarrow -2x + 1 = 7 \Rightarrow -2x = 6 \Rightarrow x = -3$. (This is valid since $-3 < -2$).
The solutions are $-3$ and $4$. The question asks for the positive solution.
Answer: 4