📝 Chapter Notes & Revision
Quadratic Equations
📐 Formula & Cheat Sheet (English)
Quadratic Equations
=======================
Concept 1: Introduction
A quadratic equation is a polynomial equation of degree two, which means the highest power of the variable (usually x) is two. It can be written in the form ax^2 + bx + c = 0, where a, b, and c are constants and a cannot be zero.
Key Definitions
- Quadratic Equation: An equation of the form
ax^2 + bx + c = 0, wherea,b, andcare constants andacannot be zero. - Roots: The solutions to a quadratic equation, which are the values of
xthat make the equation true. - Coefficient: A constant that multiplies a variable in a polynomial, e.g.,
aandbare coefficients inax^2 + bx + c.
Types of Quadratic Equations
- Monic Quadratic Equation: A quadratic equation in which the coefficient of the squared variable is 1, i.e.,
x^2 + bx + c = 0. - Non-Monic Quadratic Equation: A quadratic equation in which the coefficient of the squared variable is not 1.
Key Formulas
- Sum and Product of Roots: If
αandβare the roots of the quadratic equationax^2 + bx + c = 0, then:α + β = -b/aαβ = c/a - Quadratic Formula: If
αandβare the roots of the quadratic equationax^2 + bx + c = 0, then:α = (-b ± √(b^2 - 4ac)) / 2aβ = (-b ± √(b^2 - 4ac)) / 2a - Discriminant: The expression
b^2 - 4acunder the square root in the quadratic formula. - Nature of Roots: The nature of the roots of a quadratic equation can be determined using the discriminant:
- If
b^2 - 4ac > 0, the roots are real and distinct. - If
b^2 - 4ac = 0, the roots are real and equal. - If
b^2 - 4ac < 0, the roots are complex.
- If
Key Theorems
- Factorization Theorem: A quadratic equation can be factored into the product of two binomial factors if its roots are rational.
- Rational Root Theorem: If a quadratic equation has a rational root, then it must be a factor of the constant term.
Examples
- Solve the quadratic equation
x^2 + 5x + 6 = 0using the quadratic formula.x = (-5 ± √(5^2 - 4(1)(6))) / 2(1)x = (-5 ± √(25 - 24)) / 2x = (-5 ± √1) / 2x = (-5 ± 1) / 2x = -3 or x = -2
Practice Questions
- Solve the quadratic equation
2x^2 + 7x + 3 = 0using the quadratic formula. - Find the roots of the quadratic equation
x^2 - 4x + 4 = 0. - Determine the nature of the roots of the quadratic equation
x^2 + 9x + 20 = 0.