Part of ALG-05 — Quadratic Equations

Equations Reducible to Quadratic

by Notetube Official109 words4 views

Type 1: Biquadratic ax4ax^4 + bx2bx^2 + c = 0 Substitute t = x2x^2. Solve for t, then x = ±sqrt(t). Only t >= 0 gives real x.

Type 2: Reciprocal ax4ax^4 + bx3bx^3 + cx2cx^2 + bx + a = 0 Divide by x2x^2: a(x2+1x^{2+1}/x2x^2) + b(x+1/x) + c = 0. Substitute t = x+1/x, so x2+1x^{2+1}/x2x^2 = t22t^{2-2}.

Type 3: Equation with sqrt sqrt(f(x)) = g(x). Square both sides: f(x) = [g(x)]^2. But must verify g(x) >= 0 and f(x) >= 0.

Type 4: Exponential a^(2x) + b*axa^x + c = 0 Substitute t = axa^x (t > 0). Solve quadratic in t, then x = logalog_a(t).

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes