Some equations that look complicated are actually quadratics in disguise. An equation is “reducible to quadratic form” when a substitution transforms it into au2+bu+c=0. Once you solve for u, you substitute back to find the original variable. The technique applies to fourth-degree polynomials, equations with rational exponents, and certain exponential equations. The crucial final step is checking for extraneous solutions — not every value of u produces a valid value of the original variable.
Recognizing the Pattern
An equation is reducible to quadratic form when it contains:
A term with some expression squared and the same expression to the first power
No other powers of that expression
The general pattern:
a[f(x)]2+b[f(x)]+c=0
Let u=f(x), and you get au2+bu+c=0.
Common substitutions:
Equation type
Substitution
x4−5x2+4=0
u=x2
x2/3+x1/3−6=0
u=x1/3
e2x−5ex+6=0
u=ex
(x2+3x)2−2(x2+3x)−8=0
u=x2+3x
x−7x+10=0
u=x
Worked Examples
Example 1: Fourth-Degree Polynomial
Solve x4−13x2+36=0.
Step 1 — Identify the substitution:u=x2, so u2=x4.
u2−13u+36=0
Step 2 — Solve the quadratic:
(u−4)(u−9)=0
u=4oru=9
Step 3 — Back-substitute:
If u=4: x2=4⇒x=±2
If u=9: x2=9⇒x=±3
Step 4 — Check: Substitute each into the original:
x=2: 16−52+36=0 — valid
x=−2: 16−52+36=0 — valid
x=3: 81−117+36=0 — valid
x=−3: 81−117+36=0 — valid
Solutions:x=−3,−2,2,3.
Example 2: Rational Exponents
Solve x2/3−5x1/3+6=0.
Step 1: Let u=x1/3, so u2=x2/3.
u2−5u+6=0
Step 2:(u−2)(u−3)=0⇒u=2 or u=3.
Step 3 — Back-substitute:
If u=2: x1/3=2⇒x=23=8
If u=3: x1/3=3⇒x=33=27
Step 4 — Check:
x=8: 82/3−5(81/3)+6=4−10+6=0 — valid
x=27: 272/3−5(271/3)+6=9−15+6=0 — valid
Solutions:x=8,27.
Example 3: Equation with Square Roots
Solve x−7x+10=0.
Step 1: Let u=x, so u2=x.
u2−7u+10=0
Step 2:(u−2)(u−5)=0⇒u=2 or u=5.
Step 3 — Back-substitute:
If u=2: x=2⇒x=4
If u=5: x=5⇒x=25
Step 4 — Check:
x=4: 4−7(2)+10=4−14+10=0 — valid
x=25: 25−7(5)+10=25−35+10=0 — valid
Solutions:x=4,25.
Example 4: Exponential Equation
Solve e2x−7ex+12=0.
Step 1: Let u=ex, so u2=e2x.
u2−7u+12=0
Step 2:(u−3)(u−4)=0⇒u=3 or u=4.
Step 3 — Back-substitute:
If u=3: ex=3⇒x=ln3
If u=4: ex=4⇒x=ln4
Step 4 — Check: Since ex>0 for all x, both u=3>0 and u=4>0 are valid.
Solutions:x=ln3≈1.099 and x=ln4≈1.386.
Example 5: Composite Expression Substitution
Solve (x2+3x)2−14(x2+3x)+40=0.
Step 1: Let u=x2+3x.
u2−14u+40=0
Step 2:(u−4)(u−10)=0⇒u=4 or u=10.
Step 3 — Back-substitute and solve each quadratic:
If u=4: x2+3x=4⇒x2+3x−4=0⇒(x+4)(x−1)=0
x=−4 or x=1
If u=10: x2+3x=10⇒x2+3x−10=0⇒(x+5)(x−2)=0
x=−5 or x=2
Step 4 — Check all four values in the original equation:
x=−4: (−4)2+3(−4)=4, so (4)2−14(4)+40=16−56+40=0 — valid
x=1: (1)2+3(1)=4, so 0 — valid
x=−5: (−5)2+3(−5)=10, so (10)2−14(10)+40=0 — valid
x=2: (2)2+3(2)=10, so 0 — valid
Solutions:x=−5,−4,1,2.
Example 6: When Extraneous Solutions Appear
Solve x2/3+x1/3−2=0.
Step 1: Let u=x1/3.
u2+u−2=0⇒(u+2)(u−1)=0
u=−2 or u=1.
Step 2 — Back-substitute:
If u=−2: x1/3=−2⇒x=(−2)3=−8
If u=1: x1/3=1⇒x=1
Step 3 — Check:
x=−8: (−8)2/3+(−8)1/3−2=4+(−2)−2=0 — valid
x=1: 1+1−2=0 — valid
Both are valid here. But consider a similar equation where u must be non-negative (like when u=x) — then a negative u value would be extraneous.
When to Expect Extraneous Solutions
Extraneous solutions arise when:
Square root substitution (u=x): u must be ≥0, so negative u-values are discarded
Even-root substitution (u=x1/4): same constraint — u≥0
Exponential substitution (u=ex or u=2x): u must be >0, so zero or negative u-values are extraneous
Domain restrictions in the original equation (denominators, logarithms)
Always check by substituting back into the original equation.
Real-World Application: Electrical Engineering
In AC circuit analysis, the impedance Z of a circuit with both capacitive and inductive elements can lead to equations of the form:
ω4−10ω2+9=0
where ω is the angular frequency (always positive in practice).
Let u=ω2:
u2−10u+9=0⇒(u−1)(u−9)=0
u=1 or u=9.
ω2=1⇒ω=1 rad/s (since ω>0)
ω2=9⇒ω=3 rad/s
These are the resonant frequencies of the circuit — the frequencies at which certain circuit behaviors (like maximum current or voltage) occur. The negative roots ω=−1 and ω=−3 are mathematically valid but physically meaningless.
The Complete Process Summary
Spot the pattern — look for an expression and its square
Define u as the simpler expression
Rewrite the equation as a quadratic in u
Solve the quadratic (factoring, formula, or completing the square)
Back-substitute — solve for the original variable from each u-value
Check every solution in the original equation — discard extraneous ones
Common Mistakes
Forgetting to back-substitute. Solving for u is only half the problem — you need the original variable.
Not checking for extraneous solutions. Especially with radicals and exponentials, not all u-values yield valid original solutions.
Missing the substitution. Practice recognizing the pattern: if you see x4 and x2 (but no x3 or x), think u=x2.
Forgetting ± when taking square roots. If x2=9, then x=3 AND x=−3.
Wrong exponent arithmetic. Remember: (x1/3)2=x2/3, not x2/9.
Practice Problems
Problem 1: Solve x4−5x2−36=0.
Let u=x2: u2−5u−36=0⇒(u−9)(u+4)=0
u=9: x2=9⇒x=±3
u=−4: x2=−4 has no real solutions.
Solutions:x=−3,3
Problem 2: Solve x−5x+6=0.
Let u=x (u≥0): u2−5u+6=0⇒(u−2)(u−3)=0
u=2: x=4. u=3: x=9. Both u-values are non-negative.
Check:4−5(2)+6=0 and 9−5(3)+6=0. Both valid.
Solutions:x=4,9
Problem 3: Solve e2x−5ex+4=0.
Let u=ex (u>0): u2−5u+4=0⇒(u−1)(u−4)=0
u=1: ex=1⇒x=0
u=4: ex=4⇒x=ln4
Solutions:x=0 and x=ln4≈1.386
Problem 4: Solve x2/3−3x1/3−10=0.
Let u=x1/3: u2−3u−10=0⇒(u−5)(u+2)=0
u=5: x=53=125
u=−2: x=(−2)3=−8
Check:1252/3−3(1251/3)−10=25−15−10=0 and (−8)2/3−3(−8)1/3−10=4+6−10=0.
Solutions:x=−8,125
Problem 5: Solve (2x+1)2−5(2x+1)−14=0.
Let u=2x+1: u2−5u−14=0⇒(u−7)(u+2)=0
u=7: 2x+1=7⇒x=3
u=−2: 2x+1=−2⇒x=−23
Check:(7)2−5(7)−14=49−35−14=0 and (−2)2−5(−2)−14=4+10−14=0.
Solutions:x=−23,3
Key Takeaways
An equation is reducible to quadratic form when it contains an expression and its square, with no other powers
u-substitution transforms the equation into a standard quadratic au2+bu+c=0
Common substitutions: u=x2, u=x1/3, u=x, u=ex, or u=(expression in x)
After solving for u, you must back-substitute to find the original variable
Always check for extraneous solutions — especially when the substitution involves radicals, even powers, or exponentials
Domain constraints (like x≥0 or ex>0) eliminate invalid u-values before back-substitution