A quadratic equation with one unknown variable is an equation in which there appears an exponent of 2 on the unknown (and sometimes an exponent of 1 as well).
Examples:
4x2+0=0
2x2+x=0
x2+x+1=0
x2+4=2x (Note: This can be rearranged to fit the standard form)
General Form
The general form of a quadratic equation is: ax2+bx+c=0
Where:
a = coefficient of x2 term
b = coefficient of x term
c = constant term (a number)
Methods of Solving Quadratic Equations
Steps
Standard Form: Put the equation in standard form. This may involve removing parentheses, combining like terms, and moving all terms to one side of the equation.
Factoring: If the left-hand side factors, set each factor equal to zero and solve the 2 linear equations.
Check Answers: Always check your answers!
Example 1
(x+4)(x−1)=0
x+4=0 or x−1=0
Answer: x=−4,x=1
Example 2
x2+3x−4=0
Equation is now in standard form.
(x+4)(x−1)=0
x+4=0 or x−1=0
Answer: x=−4,x=1
Example 3
x2=4x
x2−4x=0
x(x−4)=0
x=0 or x−4=0
Answer: x=0,x=4
Example 4
4x2=4x
4x2−4x=0
4x(x−1)=0
4x=0 or x−1=0
Answer: x=0,x=1
Example 5
4x2=2x
4x2−2x=0
2x(2x−1)=0
2x=0 or 2x−1=0
Answer: x=0,x=21
Quadratic Formula
If the left-hand side does not factor, use the quadratic formula to solve the equation. Then check your answers!!
Example
x2+3x+1=0 (This will not factor!)
a=1,b=3,c=1
x=2a−b±b2−4ac
x=2(1)−3±32−4(1)(1)
x=2−3±9−4
x=2−3±5
There are two answers for x: x=2−3+5 or x=2−3−5
NOTE: If the number which appears under the radical in the quadratic formula is negative there is no solution for x, since it is impossible to take the square root of a negative number.
Quadratic Formula
x=2a−b±b2−4ac
More Examples
Example 1
x2−3x=0
This factors: x(x−3)=0
x=0 or x−3=0
Answer: x=0,x=3
Example 2
x2−9=0
This factors: (x+3)(x−3)=0
x+3=0 or x−3=0
x=−3 or x=3
Answer: x=−3,x=3
Example 3
x2−12x+36=0
This factors: (x−6)(x−6)=0
x=6 or x=6
(both answers are the same)
Answer: x=6
Example 4
3x2−x−2=0
Method 1: Factoring
(3x+2)(x−1)=0
3x+2=0 or x−1=0
3x=−2 or x=1
x=−32
Method 2: Quadratic Formula
a=3,b=−1,c=−2
x=2(3)−(−1)±(−1)2−4(3)(−2)
x=61±1+24
x=61±25
x=61±5
x=61+5 or x=61−5
x=1 or x=−64=−32
This factors and may be solved by factoring but you can solve any quadratic by the quadratic formula. It will be illustrated with this example that you will obtain the same answers from either the quadratic formula or by factoring.
Practice Problems
Solve the following quadratic equations by factoring.
x2−2x=0
p2−9=0
x2+8x+6=0
T2−6T−16=0
q2−5q=−6
4y2=25
9d2+48d+64=0
e2+3e−36=0
h2+30h=−234
5a2−1=9
64s2−15=(5+15)
Solve the following quadratic equations by the quadratic formula.
x2−6x−4=0
x2+8x+4=0
x2+2x−3=0
d2−3d+5=0
3u2=10u−3
9b2+5=−3b
2w(w+1)=7
3r(r−1)+2(3r+4)=18
3e+5e+1=35
2.4s2−2.2s=2
32−x1−x+11=0
43+x1+21=x+11+x3
t3+t+12=2
Solve the following equations by any appropriate method.