A quadratic equation is a second-degree polynomial equation in the form:
ax2+bx+c=0
Methods of Solving
1. Factoring
When the equation can be factored:
x2+5x+6(x+2)(x+3)x=0=0=−2 or x=−3
2. Quadratic Formula
The universal method that always works:
x=2a−b±b2−4ac
Example: Solve 2x2+7x+3=0
axxx=2,b=7,c=3=4−7±49−24=4−7±5=−0.5 or x=−3
3. Completing the Square
Useful for deriving the quadratic formula:
x2+6x+5x2+6xx2+6x+9(x+3)2x+3x=0=−5=−5+9=4=±2=−1 or x=−5
The Discriminant
Δ=b2−4ac
Determines the nature of roots:
- Δ>0: Two distinct real roots
- Δ=0: One repeated real root
- Δ<0: Two complex conjugate roots
Properties of Roots
For equation ax2+bx+c=0 with roots α and β:
- Sum of roots: α+β=−ab
- Product of roots: αβ=ac
Applications
- Projectile motion: Height equations
- Area problems: Optimization
- Business: Revenue and profit maximization
- Engineering: Structural calculations
Graph Characteristics
Parabola:
y=ax2+bx+c
- Vertex: Minimum/maximum point
- Axis of symmetry: x = -b/2a
- Opens upward if a > 0, downward if a < 0
Understanding quadratics is fundamental for advanced mathematics and many practical applications.