Several higher-degree or transcendental equations can be transformed into quadratics through substitution.
Biquadratic equations: + + c = 0 uses t = to get + bt + c = 0. Solve for t, then x = +/- sqrt(t) for each non-negative t. If both t-values are positive, four real roots. If one positive and one negative, two real roots. If both negative, no real roots.
Reciprocal equations: For + + + bx + a = 0 (palindromic coefficients), divide by and substitute t = x + 1/x. The equation reduces to a quadratic in t. Then solve x + 1/x = for each solution : - *x + 1 = 0 has real roots when || >= 2.
Equations with radicals: For sqrt(f(x)) = g(x), square both sides to get f(x) = g(x)^2, but always verify solutions satisfy g(x) >= 0 (squaring introduces extraneous roots). For equations with multiple radical terms, isolate one radical and square, repeat if necessary.
Exponential equations reducible to quadratic: a^(2x) + b* + c = 0 with t = > 0. Only positive t-solutions yield real x. Similarly, trigonometric quadratics like a*(x) + b*sin(x) + c = 0 with t = sin(x) in [-1, 1].
Logarithmic equations: log-quadratics often arise from log(f(x)) = g(x) type, where exponentiation yields a quadratic. Domain restrictions (argument > 0) must be verified for each potential solution.