Welcome to the World of Quadratic Equations!

Hey there! Ready to level up your algebra skills? In the previous grades, you became a pro at solving linear equations like y = mx + c. Now, we're diving into something even more powerful: Quadratic Equations. Think of it as upgrading from a simple tool to a multi-purpose one!

In this chapter, we'll explore what these equations are, how they show up in the real world (from calculating the path of a basketball to designing bridges), and most importantly, the different ways to solve them. Don't worry if it sounds complicated; we'll break it down step-by-step. Let's get started!

1. What Exactly IS a Quadratic Equation?

First things first, let's get our definition straight. A quadratic equation in one unknown (let's use x) is any equation that can be written in the standard form:

\( ax^2 + bx + c = 0 \)

Here's the breakdown:

  • x is our variable or unknown.
  • a, b, and c are known numbers, called coefficients.
  • The most important rule: 'a' cannot be zero (\(a \neq 0\)). Why? Because if 'a' was 0, the \(ax^2\) term would disappear, and we'd be left with a simple linear equation (\(bx + c = 0\)). The \(x^2\) term is what makes it "quadratic".

The "solutions" to a quadratic equation are often called its roots. These are the values of x that make the equation true.

2. The Solver's Toolbox: 4 Key Methods to Find the Roots

Imagine you have a toolbox for solving quadratic equations. There are four main tools inside. Choosing the right one can save you a lot of time!

Tool #1: The Factor Method (Fast and Clean)

This is often the quickest method, but it only works for "nice" equations that can be easily factorised.

The Core Idea: The Zero Product Property

This sounds fancy, but it's super simple. It just means that if you multiply two things together and the answer is zero, then at least one of those things must be zero.

Analogy: Imagine you have two light switches, A and B, that control one light bulb. If the light is OFF (0), it means either Switch A is off, or Switch B is off, or both are off.

In math terms: If \( (x - p)(x - q) = 0 \), then either \( (x - p) = 0 \) or \( (x - q) = 0 \). This gives us our two roots: \( x = p \) or \( x = q \).

Step-by-Step Guide:
  1. Standard Form First! Make sure your equation is in the form \(ax^2 + bx + c = 0\).
  2. Factorise the quadratic expression on the left side. (This is where your factorisation skills from junior forms come in handy!)
  3. Apply the Zero Product Property. Set each factor equal to zero.
  4. Solve the two simple linear equations to find your roots.
Example:

Solve \(x^2 - 5x + 6 = 0\).

Step 1: It's already in standard form. Great!

Step 2: We need two numbers that multiply to +6 and add to -5. That's -2 and -3. So, we factorise it as:

\( (x - 2)(x - 3) = 0 \)

Step 3: Now, we set each factor to zero:

\( x - 2 = 0 \quad \text{or} \quad x - 3 = 0 \)

Step 4: Solve for x in each case:

\( x = 2 \quad \text{or} \quad x = 3 \)

And that's it! The roots are 2 and 3.

Key Takeaway

The Factor Method is your best friend for simple equations. Always check if you can factorise an equation quickly before trying other methods.

Tool #2: Completing the Square (The Method Behind the Magic)

Completing the square is an algebraic method where we transform the equation into the form \((x + d)^2 = k\), allowing us to solve for x by taking square roots directly.

Step-by-Step Guide:
  1. Divide all terms by a so the coefficient of \(x^2\) is 1: \(x^2 + \frac{b}{a}x + \frac{c}{a} = 0\).
  2. Move the constant term to the right side: \(x^2 + \frac{b}{a}x = -\frac{c}{a}\).
  3. Add the square of half the coefficient of x, which is \(\left(\frac{b}{2a}\right)^2\), to both sides.
  4. Rewrite the left side as a perfect square: \(\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}\).
  5. Take the square root of both sides and solve for x.
Example:

Solve \(x^2 + 6x - 7 = 0\) by completing the square.

Step 1 & 2: Move the constant term: \(x^2 + 6x = 7\).

Step 3: Half of 6 is 3, and \(3^2 = 9\). Add 9 to both sides:

\( x^2 + 6x + 9 = 7 + 9 \)

Step 4: Factorise the perfect square on the left:

\( (x + 3)^2 = 16 \)

Step 5: Take square roots:

\( x + 3 = \pm 4 \)

\( x = -3 + 4 = 1 \quad \text{or} \quad x = -3 - 4 = -7 \)

Key Takeaway

Completing the square works on all quadratic equations and forms the exact foundation used to derive the quadratic formula!

Tool #3: The Graphical Method (Seeing the Solutions)

Every quadratic equation \(ax^2 + bx + c = 0\) has a partner graph, \(y = ax^2 + bx + c\). The graph of a quadratic function is a U-shaped curve called a parabola.

The Core Idea: Roots are x-intercepts

Solving \(ax^2 + bx + c = 0\) is the same as asking, "For the graph of \(y = ax^2 + bx + c\), at what points is the y-value equal to 0?"

Points on a graph where y = 0 are the x-intercepts – where the curve crosses the x-axis!

So, the roots of the equation are the x-coordinates of the x-intercepts of the graph.

  • If the graph crosses the x-axis twice, there are two distinct real roots.
  • If the graph just touches the x-axis at one point (the vertex), there is one repeated real root.
  • If the graph misses the x-axis completely, there are no real roots.
How to use it:

If you're given the graph of \(y = ax^2 + bx + c\), you can find the roots of \(ax^2 + bx + c = 0\) simply by reading the values where the parabola intersects the x-axis.

Example:

If you plot the graph of \(y = x^2 - 5x + 6\), you will see that the parabola crosses the x-axis at x = 2 and x = 3. These are the roots we found earlier!

Key Takeaway

The Graphical Method provides a visual way to understand what "roots" really are. They are the points where the parabola meets the ground (the x-axis).

Tool #4: The Quadratic Formula (The Ultimate Weapon)

What if you have an equation that's impossible to factorise? Or what if you're just stuck? Don't worry, there's a formula that can solve ANY quadratic equation you throw at it. It's your ultimate problem-solving weapon!

The Formula

For any equation in the form \( ax^2 + bx + c = 0 \), the solutions are given by:

\( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)

The '\( \pm \)' symbol means there are usually two solutions: one where you add the square root, and one where you subtract it.

Step-by-Step Guide:
  1. Standard Form! Again, make sure the equation is \(ax^2 + bx + c = 0\).
  2. Identify a, b, and c. Be very careful with positive and negative signs!
  3. Substitute the values of a, b, and c into the formula. Use brackets to avoid mistakes.
  4. Calculate the result. Calculate the part inside the square root first.
Example:

Solve \(2x^2 + 7x - 4 = 0\).

Step 1: It's in standard form.

Step 2: Identify the coefficients: a = 2, b = 7, c = -4.

Step 3: Substitute into the formula:

\( x = \frac{-(7) \pm \sqrt{(7)^2 - 4(2)(-4)}}{2(2)} \)

Step 4: Calculate carefully:

\( x = \frac{-7 \pm \sqrt{49 - (-32)}}{4} = \frac{-7 \pm \sqrt{81}}{4} = \frac{-7 \pm 9}{4} \)

Now, we find the two separate roots:

\( x_1 = \frac{-7 + 9}{4} = \frac{2}{4} = 0.5 \quad \text{and} \quad x_2 = \frac{-7 - 9}{4} = \frac{-16}{4} = -4 \)

So, the roots are 0.5 and -4.

Key Takeaway

The Quadratic Formula is your most reliable tool. It works every single time. Master it, and you can solve any quadratic equation.

3. The Discriminant: The Fortune Teller of Roots

Have you noticed the \(b^2 - 4ac\) part inside the square root of the quadratic formula? This little piece is so important that it has its own name: the Discriminant.

We use the Greek symbol delta (\(\Delta\)) to represent it:

\( \Delta = b^2 - 4ac \)

By calculating the value of the discriminant, we can know the nature of the roots.

The Three Fortunes It Can Tell:

  1. If \(\Delta > 0\) (Positive):
    You will have two distinct real roots. (The parabola crosses the x-axis in two different places).
  2. If \(\Delta = 0\) (Zero):
    You will have one repeated real root (or two equal real roots). (The parabola touches the x-axis at exactly one point).
  3. If \(\Delta < 0\) (Negative):
    You will have no real roots (it has two non-real / complex conjugate roots). (The parabola completely misses the x-axis).
Non-Real Roots and Complex Numbers

When \(\Delta < 0\), we encounter the square root of a negative number. In mathematics, we define the imaginary unit \(i = \sqrt{-1}\), where \(i^2 = -1\). The roots take the form of complex numbers \(a \pm bi\).

Example: Solve \(x^2 + 2x + 5 = 0\).

\( \Delta = (2)^2 - 4(1)(5) = 4 - 20 = -16 < 0 \)

Using the quadratic formula:

\( x = \frac{-2 \pm \sqrt{-16}}{2} = \frac{-2 \pm \sqrt{16}i}{2} = \frac{-2 \pm 4i}{2} = -1 \pm 2i \)

Key Takeaway

The discriminant \(\Delta = b^2 - 4ac\) is a powerful shortcut. Use it whenever a question asks for the "nature of the roots" or "how many roots" there are.

4. Sum and Product of Roots: A Clever Trick

For a quadratic equation \(ax^2 + bx + c = 0\) with roots \(\alpha\) and \(\beta\):

  • Sum of roots: \( \alpha + \beta = -\frac{b}{a} \)
  • Product of roots: \( \alpha \beta = \frac{c}{a} \)

How can we use this?

Use Case 1: Forming an equation from its roots

If you are given two roots, say 2 and 5, you can form the equation.

Sum of roots = 2 + 5 = 7

Product of roots = 2 × 5 = 10

The equation is always in the form: \(x^2 - (\text{sum of roots})x + (\text{product of roots}) = 0\)

So, the equation is: \(x^2 - 7x + 10 = 0\)

Use Case 2: Finding values of expressions

If \(\alpha\) and \(\beta\) are the roots of \(2x^2 - 4x - 9 = 0\), find the value of \(\alpha^2 + \beta^2\).

First, find the sum and product:

Sum: \( \alpha + \beta = -\frac{-4}{2} = 2 \)

Product: \( \alpha\beta = \frac{-9}{2} = -4.5 \)

Using the identity \((\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2\):

\( \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta \)

Substitute the values:

\( \alpha^2 + \beta^2 = (2)^2 - 2(-4.5) = 4 + 9 = 13 \)

Key Takeaway

The sum and product of roots formulas are essential for many DSE-style questions. They allow you to find relationships between the roots without ever solving for them.

5. Solving Real-World Problems

Quadratic equations pop up in many real-life situations. The key is to translate the word problem into a mathematical equation.

General Strategy:
  1. Read and Understand: What is the question asking for?
  2. Define a Variable: Let x be the unknown quantity (e.g., the width of a garden, a certain number, etc.).
  3. Form an Equation: Use the information given in the problem to write a quadratic equation.
  4. Solve the Equation: Use the best method (factorising, formula, completing the square).
  5. Check Your Answer: Does the solution make sense in the context of the problem? For example, a length cannot be negative! If you get two roots, like x = 5 and x = -2 for a length, you must reject the negative one.

Example:

A rectangular park has a length that is 3 metres longer than its width. Its area is 40 m². Find the dimensions of the park.

Step 1 & 2: Let the width be x metres. Then the length is (x + 3) metres.

Step 3: Area = Length × Width. So,

\( 40 = (x+3)x \)
\( 40 = x^2 + 3x \)
\( x^2 + 3x - 40 = 0 \)

Step 4: Solve by factorising:

\( (x+8)(x-5) = 0 \)
So, \( x = -8 \) or \( x = 5 \).

Step 5: Check. Since x represents the width of a park, it cannot be negative. We reject x = -8. The only valid solution is x = 5.

So, the width is 5 m and the length is 5 + 3 = 8 m.