Solve x⁴ - 5x² + 4 = 0 — Quadratic in Disguise

medium CBSE JEE-MAIN SAT-MATH JEE Main 2023 3 min read

Question

Solve the equation:

x45x2+4=0x^4 - 5x^2 + 4 = 0

Find all real values of xx.


Solution — Step by Step

The powers are 4, 2, and 0. Notice that x4=(x2)2x^4 = (x^2)^2. So if we call t=x2t = x^2, the equation becomes a standard quadratic in tt.

This is the entire trick. Once you see it, the problem is straightforward.

Let t=x2t = x^2. The equation becomes:

t25t+4=0t^2 - 5t + 4 = 0

We’ve reduced a degree-4 equation to something we can factor in seconds.

We need two numbers that multiply to 4 and add to −5. That’s −1 and −4.

(t1)(t4)=0(t - 1)(t - 4) = 0

So t=1t = 1 or t=4t = 4.

Remember t=x2t = x^2, so now we solve two simple equations:

Case 1: x2=1x=±1x^2 = 1 \Rightarrow x = \pm 1

Case 2: x2=4x=±2x^2 = 4 \Rightarrow x = \pm 2

The four solutions are:

x=2, 1, 1, 2\boxed{x = -2,\ -1,\ 1,\ 2}

A degree-4 polynomial always has at most 4 roots — and we found exactly 4 real roots here, which is a satisfying check.


Why This Works

A polynomial like ax4+bx2+c=0ax^4 + bx^2 + c = 0 is called a biquadratic equation (or quadratic in disguise). The key observation is that only even powers of xx appear — 4, 2, and 0. This means the substitution t=x2t = x^2 perfectly collapses the structure.

After solving for tt, you must back-substitute and solve x2=tx^2 = t. This step gives two values of xx for each positive value of tt — that’s where all 4 solutions come from.

One thing worth checking: if your quadratic in tt gave a negative value of tt, you’d discard it (since x20x^2 \geq 0 always). Here both t=1t = 1 and t=4t = 4 are positive, so all four roots are real.


Alternative Method — Direct Factoring

Experienced students can skip the substitution entirely by factoring the original polynomial directly.

x45x2+4=(x21)(x24)x^4 - 5x^2 + 4 = (x^2 - 1)(x^2 - 4)

Now apply difference of squares to each factor:

(x1)(x+1)(x2)(x+2)=0(x-1)(x+1)(x-2)(x+2) = 0

This gives x=1,1,2,2x = 1, -1, 2, -2 directly.

In JEE Main, where time matters, train yourself to factor biquadratics directly. If the constant term is a small perfect square (like 4, 9, 16), the direct factoring route is usually faster than going through the substitution.

This method also makes it visually obvious why there are exactly 4 real roots — you’re looking at a product of 4 linear factors.


Common Mistake

The most common error: after finding t=1t = 1 and t=4t = 4, students write x=1x = 1 and x=4x = 4 and stop. They forget that t=x2t = x^2, not xx. From x2=4x^2 = 4, you get x=+2x = +2 and x=2x = -2. Missing the negative roots costs you half the answer — and in JEE’s integer-type questions, a wrong count means zero marks.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next