Hidden quadratic equations are quadratics written in terms of a function f(x) rather than x. By substituting u = f(x), we can reduce them to standard quadratics, solve for u, then substitute back to find x.
1. What Are Hidden Quadratic Equations?
A normal quadratic appears in the form (ax^2 + bx + c = 0).
A hidden quadratic appears in the form (a[f(x)]^2 + b[f(x)] + c = 0), where (x) has been replaced by some function (f(x)).
Example: (\sin^2 x + 2\sin x - 3 = 0) is the hidden quadratic of (x^2 + 2x - 3 = 0) where (f(x) = \sin x).
2. Recognising Hidden Quadratics
Look for equations where:
A squared term appears: ([f(x)]^2)
A linear term in the same function: (f(x))
A constant term
Common functions include: (\sin x), (\cos x), (e^x), (2^x), or (x^2) (giving (x^4) terms).
3. Solution Method
Step 1: Rearrange into the form (a[f(x)]^2 + b[f(x)] + c = 0)
Step 2: Substitute (u = f(x)) to get (au^2 + bu + c = 0)
Step 3: Solve the standard quadratic for (u) (factorise, complete the square, or use the quadratic formula)
Step 4: Substitute back: set (f(x) = u) for each solution and solve for (x)