Type 1: Biquadratic + + c = 0 Substitute t = . Solve for t, then x = ±sqrt(t). Only t >= 0 gives real x.
Type 2: Reciprocal + + + bx + a = 0 Divide by : a(/) + b(x+1/x) + c = 0. Substitute t = x+1/x, so / = .
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* + c = 0 Substitute t = (t > 0). Solve quadratic in t, then x = (t).