Polynomial Equations with Changed Inputs
First solve for the whole input
To solve , first find every root of . For each root , solve . Here is just a name for the input to . Check the range of : some original roots may be impossible for the new input.
Worked example
P(t) = (t + 1)(t − 2)(t − 3). Solve P(|x|) = 0.
Set the input equal to each root of : −1, 2 or 3. Modulus cannot be negative, so discard −1.
Answer
For instead, require or , giving .
Your turnPractice
. Solve and . Count distinct solutions.
Show worked answer
The input can be 0, 4 or −2, but both new inputs are non-negative. Keep only 0 and 4.
Answer
For squared input, or gives . Each equation has three distinct solutions; zero is not two different square roots.
