Quadratic Equation
Quadratic Equation
A quadratic equation is a polynomial equation of the second degree. This means the highest
power of the variable (usually 'x') is 2. The standard form of a quadratic equation is:
ax2+bx+c=0
where:
Finding the solutions (or roots) of a quadratic equation means finding the values of 'x' that
satisfy the equation. There are several methods to solve quadratic equations:
1. Factoring:
o This method involves expressing the quadratic expression as a product of two
linear factors.
o Example: x2+5x+6=0 can be factored as (x+2)(x+3)=0.
o Setting each factor to zero gives the solutions: x=−2 and x=−3.
o This method is fastest when the roots are rational numbers.
2. Square Root Property:
o This method is used when the equation can be written in the form (x+d)2=e.
o Example: (x−2)2=9. Taking the square root of both sides gives x−2=±3,
leading to x=5 or x=−1.
3. Completing the Square:
o This method involves manipulating the equation to create a perfect square
trinomial.
o It's useful for deriving the quadratic formula.
o Example: x2+6x+5=0.
Move the constant to the right: x2+6x=−5.
Add (b/2)2 to both sides: x2+6x+9=−5+9.
Factor the left side: (x+3)2=4.
Take the square root: x+3=±2.
Solve for x: x=−1 or x=−5.
4. Quadratic Formula:
o This is the most general method and can be used to solve any quadratic
equation.
o The formula is:
x=2a−b±b2−4ac
x=2(2)−(−5)±(−5)2−4(2)(3)=45±1
The Discriminant
The discriminant, denoted as D or Δ, is the part of the quadratic formula under the square
root:
D=b2−4ac
Properties of Roots
Important Notes:
Complex roots always occur in conjugate pairs (if p+qi is a root, then p−qi is also a
root).