Property
An equation is of quadratic form if a substitution gives us an equation of the form au2+bu+c=0. We look for a relationship where the variable part of the first term is the square of the variable part of the middle term. For example, in 6x4−7x2+2=0, we see (x2)2=x4.
How to solve equations in quadratic form:
- Identify a substitution that will put the equation in quadratic form.
- Rewrite the equation with the substitution to put it in quadratic form.
- Solve the quadratic equation for u.
- Substitute the original variable back into the results, using the substitution.
- Solve for the original variable.
- Check the solutions.
Examples
- Solve x4−10x2+9=0. Let u=x2. This gives u2−10u+9=0, so (u−9)(u−1)=0. Thus u=9 or u=1. Substituting back, x2=9 gives x=±3, and x2=1 gives x=±1.