In short

An equation that is not quadratic in x can often be turned into a quadratic in something else — a substitution like t = x^2, t = 1/x, or t = x + 1/x. Recognising the right substitution is the core skill. This article covers the four main families: equations reducible to quadratics, reciprocal equations, systematic substitution methods, and equations with parameters.

The quadratic formula solves ax^2 + bx + c = 0. But what about x^4 - 5x^2 + 4 = 0? That is a fourth-degree equation — the formula does not apply directly. Yet if you notice that x^4 = (x^2)^2 and set t = x^2, the equation becomes t^2 - 5t + 4 = 0, which is a quadratic in t. Solve for t, then solve for x. A degree-four problem reduced to a degree-two problem in one line.

This is the central idea of this article: many equations that are not quadratic in the original variable become quadratic after a substitution. The trick is spotting the substitution. Once you see it, the rest is routine.

Equations reducible to quadratic form

An equation is "reducible to quadratic form" if there exists some expression t = f(x) such that the equation can be rewritten as at^2 + bt + c = 0. The most common patterns fall into a few recognisable families.

Pattern 1: Bi-quadratic equations

A bi-quadratic (or quartic with only even powers) has the form

ax^4 + bx^2 + c = 0

Set t = x^2. Then x^4 = t^2, and the equation becomes at^2 + bt + c = 0. Solve for t, then take x = \pm\sqrt{t} for each positive value of t.

Graph of x to the fourth minus 5x squared plus 4 showing four rootsA W-shaped curve representing the function y equals x to the fourth minus 5x squared plus 4. The curve crosses the horizontal axis at four points: x equals negative 2, negative 1, 1, and 2. Two local minima sit below the axis and a local maximum sits just above zero between them. x y −1 −2 1 2 4 four roots: ±1 and ±2
The quartic $y = x^4 - 5x^2 + 4$ has a W-shape. It crosses the axis at four points: $x = \pm 1$ and $x = \pm 2$. The substitution $t = x^2$ reduces it to the quadratic $t^2 - 5t + 4 = 0$ with roots $t = 1$ and $t = 4$, and each $t$-value gives two $x$-values via $x = \pm\sqrt{t}$.

Pattern 2: Equations in x^n

Any equation of the form a\bigl(f(x)\bigr)^2 + b\bigl(f(x)\bigr) + c = 0 becomes quadratic with t = f(x). Common instances:

The key observation is the same each time: look for a sub-expression that appears both squared and unsquared. That sub-expression is your t.

Pattern 3: Fractional equations

Consider

\frac{x}{x-1} + \frac{x-1}{x} = \frac{5}{2}

This does not look quadratic. But set t = x/(x-1). Then 1/t = (x-1)/x, and the equation becomes t + 1/t = 5/2, which gives 2t^2 - 5t + 2 = 0 after multiplying through.

Alternatively — and often more cleanly — set u = x - 1/x or some other combination that captures both fractions. The right substitution depends on the structure. The guiding principle: find the expression that, when squared, produces the highest-degree term.

Reciprocal equations

A reciprocal equation is a polynomial equation where the coefficients read the same forwards and backwards. The simplest quadratic example is ax^2 + bx + a = 0 — note c = a.

For a fourth-degree reciprocal equation like

ax^4 + bx^3 + cx^2 + bx + a = 0

the standard trick is to divide the entire equation by x^2 (valid since x = 0 is never a root of a reciprocal equation — check: a \cdot 0 + \ldots + a = a \neq 0):

a\!\left(x^2 + \frac{1}{x^2}\right) + b\!\left(x + \frac{1}{x}\right) + c = 0

Now set t = x + 1/x. Then x^2 + 1/x^2 = t^2 - 2 (verify: (x + 1/x)^2 = x^2 + 2 + 1/x^2). The equation becomes

a(t^2 - 2) + bt + c = 0
at^2 + bt + (c - 2a) = 0

A quadratic in t. Solve for t, then solve x + 1/x = t — which itself is a quadratic: x^2 - tx + 1 = 0.

Reciprocal equation reduction

For a reciprocal equation of even degree 2n with palindromic coefficients, dividing by x^n and substituting t = x + 1/x reduces the equation to one of degree n. In particular, a degree-4 reciprocal equation reduces to a quadratic.

The substitution t = x + 1/x is worth memorising. It appears in reciprocal equations, in trigonometric identities (since \sec\theta + \cos\theta has this form), and in many competition problems. Its key property is that x^2 + 1/x^2 = t^2 - 2, x^3 + 1/x^3 = t^3 - 3t, and so on — all higher powers of x + 1/x can be expressed as polynomials in t.

Substitution methods: a systematic approach

Here is a checklist for identifying substitutions. Given an equation that is not obviously quadratic:

  1. Look for a repeated sub-expression. If you see f(x) and \bigl(f(x)\bigr)^2 in the equation, set t = f(x).

  2. Look for paired terms. If the equation involves both x and 1/x (or f(x) and 1/f(x)), try t = x + 1/x or t = x - 1/x.

  3. Look for exponential patterns. If you see a^{2x} and a^x, set t = a^x. If you see a^x + a^{-x}, try t = a^x.

  4. Look for trigonometric patterns. Equations in \sin^2\theta and \sin\theta are quadratic in t = \sin\theta. Use \cos^2\theta = 1 - \sin^2\theta to reduce mixed equations to a single function.

  5. Look for radical patterns. If you see \sqrt{x} and x (which is (\sqrt{x})^2), set t = \sqrt{x}.

After solving for t, you must back-substitute to find x, and you must check for extraneous solutions — the substitution may have introduced values that do not satisfy the original equation.

Substitution method flowchartA flowchart with three boxes connected by arrows. The first box contains the original equation in x. An arrow labelled with the substitution t equals f of x leads to a middle box containing the quadratic equation in t. An arrow labelled solve leads to a third box containing t values. A final arrow labelled back-substitute leads to a fourth box containing x values with a note about checking for extraneous roots. Original eqn in x t = f(x) Quadratic in t solve t = t₁, t₂ back-substitute x values (check each!)
The substitution pipeline. The hard part is step one — choosing the right $t$. After that, you are solving a quadratic, which you already know how to do. The final step — checking for extraneous roots — is essential and easily forgotten.

Parametric quadratic equations

A parametric quadratic is one where the coefficients depend on a parameter k (or m, or \lambda). The question is usually not "solve for x" but "for what values of k does the equation have roots with a specific property?"

The toolkit for these problems comes from the discriminant and Vieta's formulas:

Each condition translates into an inequality in the parameter. Solving the system of inequalities gives the range of the parameter.

Conditions for both roots to be positiveAn upward-opening parabola with vertex below the x-axis and both roots on the positive x-axis. Three conditions are annotated: D greater than or equal to zero shown near the vertex, sum greater than zero shown as the midpoint of the roots on the positive axis, and product greater than zero shown as the area logic between the roots. x y α β vertex Conditions: 1. D ≥ 0 (real roots) 2. α + β > 0 (sum positive) 3. αβ > 0 (product positive) both roots > 0
For both roots of a quadratic to be positive, three conditions must hold simultaneously: the discriminant must be non-negative (so the roots exist), the sum must be positive, and the product must be positive. Each condition translates to an inequality in the parameter.

An interactive parameter explorer

Drag the point to change k in the equation x^2 - 2kx + (k + 2) = 0. The readouts show the discriminant, the sum, and the product of the roots. Watch how the nature of the roots changes as k moves.

Interactive parameter explorer for x squared minus 2kx plus k plus 2A horizontal slider from k equals negative 2 to k equals 6. A draggable red point controls k. Readouts display k, the discriminant 4k squared minus 4k minus 8, the sum of roots 2k, the product k plus 2, and the two roots when real. −2 0 2 4 6 drag to change k
Drag to vary $k$. The discriminant $D = 4k^2 - 4k - 8 = 4(k-2)(k+1)$, so $D \geq 0$ when $k \leq -1$ or $k \geq 2$. At $k = -1$ and $k = 2$, the roots are equal. Between those values, $D < 0$ — the roots are complex. For both roots positive, you need $k \geq 2$ (real roots), $k > 0$ (sum positive), and $k > -2$ (product positive) — so $k \geq 2$.

Two worked examples

Example 1: Solve x⁴ − 13x² + 36 = 0

Step 1. Recognise the bi-quadratic pattern. Set t = x^2.

t^2 - 13t + 36 = 0

Why: x^4 = (x^2)^2 = t^2 and x^2 = t. The equation is now a standard quadratic in t.

Step 2. Solve the quadratic in t. The discriminant is D = 169 - 144 = 25, a perfect square.

t = \frac{13 \pm 5}{2}
t_1 = 9, \qquad t_2 = 4

Why: both values are positive, so each will give two real x-values.

Step 3. Back-substitute. Since t = x^2:

From t_1 = 9: x^2 = 9 \implies x = \pm 3

From t_2 = 4: x^2 = 4 \implies x = \pm 2

Step 4. Verify. Plug x = 3: 81 - 117 + 36 = 0. Correct. Plug x = 2: 16 - 52 + 36 = 0. Correct. The negative values work by the same check (since only even powers of x appear).

Result. Four solutions: x = -3, -2, 2, 3.

Graph of x to the fourth minus 13x squared plus 36 with four rootsA W-shaped quartic curve crossing the horizontal axis at x equals negative 3, negative 2, 2, and 3. The curve has two local minima below the axis and a local maximum above the axis between them. All four roots are marked with red dots. x y −1 1 −2 2 −3 3 x = −3, −2, 2, 3
The quartic $y = x^4 - 13x^2 + 36$ has four roots, symmetric about the $y$-axis (because only even powers of $x$ appear). The substitution $t = x^2$ collapsed this into a quadratic with roots $t = 4$ and $t = 9$, and each $t$-value branched into two $x$-values via $\pm\sqrt{t}$.

The substitution reduced a fourth-degree equation to a second-degree one. The key was noticing that x^4 and x^2 are related as t^2 and t — the same variable, just at different powers.

Example 2: Solve x + 1/x = 5/2 (a reciprocal equation)

Step 1. Set t = x + 1/x. But here the equation already gives you t.

t = \frac{5}{2}

Why: the equation is already in the form x + 1/x = \text{constant}. The substitution step is trivial — but you still need to recover x from t.

Step 2. Convert x + 1/x = 5/2 into a quadratic in x. Multiply both sides by x:

x^2 + 1 = \frac{5x}{2}
2x^2 - 5x + 2 = 0

Why: multiplying by x clears the fraction. You get a standard quadratic equation in x, which you can solve with the formula or by factoring.

Step 3. Solve. The discriminant is D = 25 - 16 = 9 = 3^2. So:

x = \frac{5 \pm 3}{4}
x_1 = \frac{8}{4} = 2 \qquad x_2 = \frac{2}{4} = \frac{1}{2}

Step 4. Verify. For x = 2: 2 + 1/2 = 5/2. Correct. For x = 1/2: 1/2 + 2 = 5/2. Correct.

Result. x = 2 or x = \dfrac{1}{2}.

Graphs of y equals x plus 1 over x and y equals 5 over 2 showing intersection pointsA curve representing y equals x plus one over x, which has two branches separated by a vertical asymptote at x equals zero. A horizontal line at y equals five halves intersects the right branch at two points: x equals one half and x equals 2. Both intersection points are marked with red dots. x y 1 2 3 2 3 y = 5/2 x = ½ x = 2 y = x + 1/x
The equation $x + 1/x = 5/2$ asks where the curve $y = x + 1/x$ meets the horizontal line $y = 5/2$. The right branch of the curve (for $x > 0$) dips to a minimum of $2$ at $x = 1$ and rises on both sides. The line $y = 5/2$ is above that minimum, so it intersects the branch at two points: $x = 1/2$ and $x = 2$. These are reciprocals of each other — always the case for equations of the form $x + 1/x = k$.

Notice that the two solutions are reciprocals of each other: 2 \times 1/2 = 1. This is a general fact: if x + 1/x = k, then by Vieta's formulas for the quadratic x^2 - kx + 1 = 0, the product of the roots is c/a = 1. Reciprocal equations always have this paired structure.

Common confusions

Going deeper

If you came here for the main substitution techniques and the parametric conditions, you have them — you can stop here. What follows explores the structural reasons why these methods work and connects them to the theory of polynomial equations.

Why reciprocal equations always reduce

A polynomial p(x) = a_n x^n + a_{n-1}x^{n-1} + \ldots + a_1 x + a_0 is called self-reciprocal (or palindromic) if a_k = a_{n-k} for all k. If \alpha is a root of such a polynomial, then 1/\alpha is also a root. The proof: p(x) = x^n p(1/x) when the coefficients are palindromic, so p(\alpha) = 0 implies \alpha^n p(1/\alpha) = 0, and since \alpha \neq 0 (because a_0 = a_n \neq 0), we get p(1/\alpha) = 0.

This means the roots come in reciprocal pairs. For a degree-4 palindromic polynomial, the four roots are \alpha, 1/\alpha, \beta, 1/\beta. The substitution t = x + 1/x groups each reciprocal pair into a single t-value, halving the degree. This is not a trick — it is exploiting the symmetry of the equation.

The general principle: symmetry reduces degree

Every substitution method in this article is an instance of a broader principle: if an equation has a symmetry, you can exploit that symmetry to reduce the degree. The bi-quadratic ax^4 + bx^2 + c = 0 has the symmetry x \to -x (replacing x with -x does not change the equation). The substitution t = x^2 "quotients out" this symmetry, halving the degree. The reciprocal equation has the symmetry x \to 1/x, and t = x + 1/x quotients that out.

In the language of Galois theory (which you will meet much later), these substitutions correspond to intermediate fields in the splitting field of the polynomial. But you do not need Galois theory to use them — the practical observation is simple: look for a transformation that leaves the equation unchanged, and use it to define your substitution variable.

Equations with common roots

If two quadratic equations a_1x^2 + b_1x + c_1 = 0 and a_2x^2 + b_2x + c_2 = 0 share a common root \alpha, then \alpha satisfies both equations. Subtracting one from the other (after appropriate scaling) eliminates x^2 and gives a linear equation in \alpha, from which you can find \alpha explicitly. Then substituting \alpha back gives a condition on the coefficients.

The condition for two quadratics to have a common root can be expressed as a determinant (the resultant of the two polynomials) being zero:

\begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ 0 & a_1 & b_1 \end{vmatrix} = 0

This is a topic that connects the algebra of quadratic equations to the broader theory of polynomial resultants, which you will explore in Common Roots.

Where this leads next