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: 3 Key Methods to Find the Roots

Imagine you have a toolbox for solving quadratic equations. There are three 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: 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 beautiful 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 #3: 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} $$

It looks a bit scary, but it's just a recipe. Follow the steps, and you'll always get the answer. 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$$. (This one is hard to factorise quickly!)

Step 1: It's in standard form.

Step 2: Identify the coefficients:

a = 2

b = 7

c = -4 (Don't forget the negative sign!)

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} $$ $$ x = \frac{-7 \pm \sqrt{49 + 32}}{4} $$ $$ x = \frac{-7 \pm \sqrt{81}}{4} $$ $$ x = \frac{-7 \pm 9}{4} $$

Now, we find the two separate roots:

$$ x_1 = \frac{-7 + 9}{4} = \frac{2}{4} = 0.5 $$ $$ 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. It can "discriminate" between the different types of roots an equation has.

Think of it as a fortune teller. It tells you about the future (the roots) without you having to do the full calculation!

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

$$ \Delta = b^2 - 4ac $$

By just 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):
  2. You will have two distinct real roots. (The parabola crosses the x-axis in two different places).
  3. If $$\Delta = 0$$ (Zero):
  4. You will have one repeated real root (or two equal real roots). (The parabola touches the x-axis at exactly one point).
  5. If $$\Delta < 0$$ (Negative):
  6. You will have no real roots. (The parabola completely misses the x-axis). The roots in this case are called non-real or complex roots, which we'll touch on later!

Example:

What is the nature of the roots for the equation $$3x^2 - 5x + 4 = 0$$?

We don't need to solve it! Just find the discriminant.

Here, a = 3, b = -5, c = 4.

$$ \Delta = b^2 - 4ac $$ $$ \Delta = (-5)^2 - 4(3)(4) $$ $$ \Delta = 25 - 48 $$ $$ \Delta = -23 $$

Since $$\Delta < 0$$, the equation has no real roots.

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

Sometimes, a question might not ask for the roots themselves, but for their sum or their product. There's a brilliant shortcut for this, which comes directly from the quadratic formula.

For a quadratic equation $$ax^2 + bx + c = 0$$ with roots α and β:

  • 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$$

(This is often faster than calculating $$(x-2)(x-5)=0$$, especially with fractional or surd roots!)

Use Case 2: Finding values of expressions

If α and β 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 $$

Now for the clever part. We need to express $$\alpha^2 + \beta^2$$ using what we know. Remember the identity $$(\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2$$?

Rearranging it gives: $$ \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta $$

Now substitute the values we found:

$$ \alpha^2 + \beta^2 = (2)^2 - 2(-4.5) $$ $$ \alpha^2 + \beta^2 = 4 - (-9) $$ $$ \alpha^2 + \beta^2 = 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).
  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. Let's try factoring. We need two numbers that multiply to -40 and add to +3. That's +8 and -5.

$$ (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.