Question 1
Solve the equation:
\[ \sqrt{(-x+3)^2} = 2x-3 \]
View Solution
The key to this problem is the formal definition of the principal square root: \(\sqrt{u^2} = |u|\).
Step 1: Simplify the radical.
\[ \sqrt{(-x+3)^2} = |-x+3| \]
Because \(|-x+3|\) is equivalent to \(|x-3|\), the equation simplifies to:
\[ |x-3| = 2x - 3 \]
Step 2: Solve the two cases.
- Case 1 (Positive): \(x - 3 = 2x - 3 \Rightarrow x = 0\)
- Case 2 (Negative): \(-(x - 3) = 2x - 3 \Rightarrow -x + 3 = 2x - 3 \Rightarrow 3x = 6 \Rightarrow x = 2\)
Step 3: Check for extraneous solutions.
- Checking \(x = 0\): \(\sqrt{(-(0)+3)^2} = 2(0) - 3 \Rightarrow \sqrt{9} = -3 \Rightarrow 3 \neq -3\) (Extraneous)
- Checking \(x = 2\): \(\sqrt{(-(2)+3)^2} = 2(2) - 3 \Rightarrow \sqrt{1} = 1 \Rightarrow 1 = 1\) (Valid)
Answer: 2