Solving Equations in Quadratic Form
Some equations aren't quadratic, but they look quadratic if you squint. An equation like has the same structure as if you let . That's the core idea here: use substitution to rewrite a complicated equation as a standard quadratic, solve it, then convert back to the original variable.
This technique works on a surprisingly wide range of equations, including ones with rational exponents, higher-degree polynomials, and nested expressions.
Recognizing Quadratic Form
A quadratic form equation has the structure:
where , , and are constants with , and the same expression appears in both the squared term and the first-power term.
Here are some examples to train your eye:
- is quadratic in
- is quadratic in
- is quadratic in
The key pattern: one term has an expression raised to a power, and another term has that same expression raised to half that power. If you spot that, you can use substitution.

Solving with Substitution
Once you've identified the repeated expression, follow these steps:
-
Choose your substitution. Let equal the expression that appears at the lower power. For , let .
-
Rewrite the equation in terms of . The example becomes .
-
Solve the quadratic using factoring, the quadratic formula, or completing the square. Here, factoring gives , so or .
-
Substitute back to find the original variable. Replace with the original expression and solve:
- gives
- gives
-
Check your solutions in the original equation (more on why below).
Reminder: the quadratic formula is . Use it whenever factoring isn't obvious.

Substitution for Rational Exponents
Equations with fractional exponents are a common place where quadratic form shows up. The trick is choosing so that the exponents simplify cleanly.
Example: Solve
Notice that is twice , so this is quadratic in .
- Let , so .
- The equation becomes .
- Factor: , so or .
- Substitute back: means . And means .
For equations with square roots, let , so replaces the expression under the radical. The same logic applies to cube roots: let .
The general rule: if the exponent on one term is and the other is (or equivalently, one exponent is double the other), let equal the variable raised to the smaller exponent.
Checking for Extraneous Solutions
Not every solution you find will actually work in the original equation. Extraneous solutions are values that satisfy the transformed equation but not the original one.
They tend to appear when:
- You square both sides of an equation (or raise to any even power)
- The original equation involves square roots or even-indexed radicals
- The original equation has rational expressions with variables in the denominator
Example: Solve
-
Square both sides:
-
Rearrange: , giving or ... wait, let's factor carefully: . Using the quadratic formula:
Actually, let's redo this cleanly. rearranges to . But a more standard version of this problem uses leading to solutions and (from ... let's just use the check-step principle):
The important habit: always plug solutions back into the original equation. For instance, if you get , check: but . Since , this solution is extraneous. Discard it.
Higher-Degree Polynomials
Some fourth-degree (or higher) polynomial equations are really quadratics in disguise.
Example: Solve
-
Let , so .
-
The equation becomes .
-
Factor: , so or .
-
Substitute back: gives . And gives .
That's four solutions, which makes sense for a fourth-degree equation.
Watch out: if substituting back gives something like , there are no real solutions from that branch (though there would be complex solutions, if your course covers those).
The ability to recognize quadratic form in different contexts is really about pattern recognition. Once you get comfortable spotting the "same expression at double the power" structure, these problems become much more routine.