Roots of Quadratic Equations
Master the concept of the roots of quadratic equations easily.
๐ Introduction
Roots of a quadratic equation are the values of $x$ that make the equation equal to zero. If a quadratic has roots $\alpha$ and $\beta$, then it can be written in factorized form as $a(x-\alpha)(x-\beta) = 0$ where $a$ is a constant.
When we expand the brackets correctly:
$$a(x-\alpha)(x-\beta) = a\left(x^2 - (\alpha + \beta)x + \alpha\beta\right) = ax^2 - a(\alpha + \beta)x + a\alpha\beta$$
In this topic, we take a look at the relationship between the roots $\alpha$ and $\beta$ and the coefficients of the standard form $ax^2 + bx + c = 0$.
$\alpha, \beta$ are just the greek letters 'alpha' and 'beta'. They are commonly used to represent roots of equations.
๐ฏ Learning Objectives
- Find the roots of quadratic equations using various methods
- Understand the relationship between the coefficients and roots
- Remember the Vietas formulae
Remember this:
The roots of a quadratic can either be:
- Two, real and different roots
- Two, real and the same but repeating roots
- Two, complex roots (non-real)
This is determined by the discriminant $b^2 - 4ac$, which you should already know.
๐ Key Concepts
Formulae for roots
The formula for the roots of a quadratic equation is given by:
These relationships are derived from the standard form of a quadratic equation $ax^2 + bx + c = 0$. The entire derivation:
Starting with the factorized form:
$$a(x - \alpha)(x - \beta) = 0$$
Expanding this gives:
$$ax^2 - a(\alpha + \beta)x + a\alpha\beta = 0$$
Comparing coefficients with $ax^2 + bx + c = 0$ leads to:
$$b = -a(\alpha + \beta) \quad \Rightarrow \quad \boxed{\alpha + \beta =-\frac{b}{a}}$$
$$c = a\alpha\beta \quad \Rightarrow \quad \boxed{\alpha\beta = \frac{c}{a}}$$
๐ Worked Examples
๐ Example 1: Simple example:
Question: a quadratic is given: $$15z^2 + 5z - 2 = 0$$ The roots of this quadratic are $\alpha$ and $\beta$. find $\alpha \beta$ and $\alpha + \beta$.
Solution:
Recall the formulae:
Now just plug the values.
๐ก Tip:
The quadratic can be written differently. $$\text{If } ax^2 + bx + c = a(x - \alpha)(x - \beta)$$ $$\text{Then dividing by } a: \quad x^2 + \frac{b}{a}x + \frac{c}{a} = 0$$
๐ Example 2: Problem involving roots:
The roots of $$f(x) = ax^2 + bx + c$$ are $\alpha$ and $\beta$. Find $a$, $b$, $c$ when: $$\alpha = - \frac{3}{2}, \beta = \frac{5}{4}$$
Solution:
Recall the formulae:
Lets solve $\alpha + \beta$:
Lets now solve $\alpha \beta$:
Now, since $\alpha \beta = \frac{c}{a}$, and we have $\alpha \beta = -\frac{15}{8}$, we can write:
โ ๏ธ Common Mistakes
๐ซ Mistake 1: Forgetting the formulae
What students often do wrong: Just remember the formulae for sum and product of roots. They are easy to forget. $$\alpha + \beta = -\frac{b}{a}$$ $$\alpha \beta = \frac{c}{a}$$
๐ช Practice Problems
Try these problems to test your understanding:
๐ฏ Practice Questions A
Part 1: ฮฑ and ฮฒ are the roots of the quadratic equation $7x^2 - 3x + 1 = 0$. Without solving the equation, find the values of:
A. $\alpha + \beta$
B. $\alpha\beta$
C. $\frac{1}{\alpha} + \frac{1}{\beta}$
D. $\alpha^2 + \beta^2$
Part 2: ฮฑ and ฮฒ are the roots of the quadratic equation $6x^2 - 9x + 2 = 0$. Without solving the equation, find the values of:
A. $\alpha + \beta$
B. $\alpha^2 \times \beta^2$
C. $\frac{1}{\alpha} + \frac{1}{\beta}$
D. $\alpha^3 + \beta^3$
๐ Show Solution
๐ฏ Practice Questions B
Question 1: The roots of the quadratic equation $px^2 + qx + r = 0$ are $\alpha = \frac{2 + \sqrt{5}}{3}$ and $\beta = \frac{2 - \sqrt{5}}{3}$. Find integer values of $p$, $q$ and $r$.
Question 2: One root of the quadratic $ax^2 + bx + c = 0$ is $\alpha = 3 - 2i$.
a) Write down the other root $\beta$.
b) If $a = 2$, find the integers $b$ and $c$.
Question 3: Given that $kx^2 + (k+4)x - 6 = 0$, find the integer value of $k$ if the product of the roots is $-2$.
๐ Show Solution
๐ Summary
๐ฏ Key Takeaways
- The sum of roots formula: $\alpha + \beta = -\frac{b}{a}$
- The product of roots formula: $\alpha \beta = \frac{c}{a}$
- These formulae work for any quadratic equation in the form $ax^2 + bx + c = 0$
- You can find coefficients when given the roots using these relationships
- Complex roots come in conjugate pairs for real coefficient quadratics
- These relationships are part of Vieta's formulae for polynomials
๐ What's Next?
Now that you've mastered quadratic roots, it's time to explore the more complex world of cubic equations. Learn about the sum and product relationships for three roots and tackle more challenging polynomial problems.