1. Algebraic Techniques

Quadratic Equations

Solve quadratics using factoring, completing the square, and the quadratic formula; analyze roots and graphs of parabolas.

Quadratic Equations

Hey students! šŸ‘‹ Ready to dive into one of the most important topics in GCSE mathematics? Today we're exploring quadratic equations - those special equations that create beautiful curved graphs called parabolas. By the end of this lesson, you'll master three powerful methods to solve these equations: factoring, completing the square, and using the quadratic formula. You'll also discover how quadratic equations appear everywhere in real life, from calculating the path of a football to designing bridges! šŸš€

What Are Quadratic Equations?

A quadratic equation is any equation that can be written in the standard form $ax^2 + bx + c = 0$, where $a$, $b$, and $c$ are numbers (called coefficients) and $a ≠ 0$. The key feature is that $x^2$ term - that's what makes it "quadratic" (from the Latin word "quadratus" meaning square).

Here are some examples you might recognize:

  • $x^2 + 5x + 6 = 0$
  • $2x^2 - 8x + 6 = 0$
  • $x^2 - 9 = 0$

The solutions to these equations are called roots or zeros - these are the values of $x$ that make the equation equal to zero. What's fascinating is that quadratic equations can have exactly two solutions, one solution, or no real solutions at all! šŸ¤”

In the real world, quadratic equations model countless phenomena. When you throw a ball, its path follows a parabolic curve described by a quadratic equation. Engineers use quadratics to design satellite dishes, optimize profit functions in business, and calculate braking distances for cars. NASA even uses quadratic equations to plot spacecraft trajectories!

Method 1: Solving by Factoring

Factoring is often the quickest method when it works. The idea is to rewrite the quadratic as a product of two linear expressions, then use the zero product property: if $A Ɨ B = 0$, then either $A = 0$ or $B = 0$.

Let's solve $x^2 + 5x + 6 = 0$ step by step:

  1. Look for two numbers that multiply to give $c$ (which is 6) and add to give $b$ (which is 5)
  2. Those numbers are 2 and 3, because $2 Ɨ 3 = 6$ and $2 + 3 = 5$
  3. Factor: $x^2 + 5x + 6 = (x + 2)(x + 3) = 0$
  4. Apply zero product property: $x + 2 = 0$ or $x + 3 = 0$
  5. Solve: $x = -2$ or $x = -3$

Here's a real-world example: A rectangular garden has dimensions where the length is 5 meters more than the width, and the total area is 6 square meters. If the width is $x$ meters, then the area equation becomes $x(x + 5) = 6$, which rearranges to $x^2 + 5x - 6 = 0$. Factoring gives us $(x + 6)(x - 1) = 0$, so $x = -6$ or $x = 1$. Since width can't be negative, the garden is 1 meter wide and 6 meters long! 🌱

Method 2: Completing the Square

This method transforms any quadratic into a perfect square form, making it easy to solve. It's particularly useful when factoring doesn't work nicely, and it helps us understand the graph's properties.

Let's solve $x^2 + 6x + 5 = 0$ using this method:

  1. Move the constant to the right: $x^2 + 6x = -5$
  2. Take half of the coefficient of $x$ and square it: $(6 Ć· 2)^2 = 9$
  3. Add this to both sides: $x^2 + 6x + 9 = -5 + 9 = 4$
  4. Factor the left side as a perfect square: $(x + 3)^2 = 4$
  5. Take the square root of both sides: $x + 3 = ±2$
  6. Solve: $x = -3 ± 2$, so $x = -1$ or $x = -5$

The general form after completing the square is $(x - h)^2 = k$, which immediately tells us the vertex of the parabola is at $(h, -k)$ when we graph $y = x^2 + bx + c$. This is incredibly useful for understanding the shape and position of quadratic graphs! šŸ“Š

Method 3: The Quadratic Formula

The quadratic formula is the most powerful method because it works for ANY quadratic equation. Derived by completing the square on the general form $ax^2 + bx + c = 0$, it gives us:

$$x = \frac{-b ± \sqrt{b^2 - 4ac}}{2a}$$

The expression under the square root, $b^2 - 4ac$, is called the discriminant. It tells us about the nature of the solutions:

  • If $b^2 - 4ac > 0$: Two different real solutions
  • If $b^2 - 4ac = 0$: One repeated real solution
  • If $b^2 - 4ac < 0$: No real solutions (the parabola doesn't cross the x-axis)

Let's solve $2x^2 + 3x - 2 = 0$:

  1. Identify: $a = 2$, $b = 3$, $c = -2$
  2. Calculate discriminant: $b^2 - 4ac = 9 - 4(2)(-2) = 9 + 16 = 25$
  3. Apply formula: $x = \frac{-3 ± \sqrt{25}}{2(2)} = \frac{-3 ± 5}{4}$
  4. Solutions: $x = \frac{-3 + 5}{4} = \frac{1}{2}$ or $x = \frac{-3 - 5}{4} = -2$

A fascinating real-world application is in projectile motion. When a football is kicked, its height $h$ (in meters) after $t$ seconds can be modeled by $h = -5t^2 + 20t + 1$. To find when it hits the ground (when $h = 0$), we solve $-5t^2 + 20t + 1 = 0$ using the quadratic formula, giving us the exact time of impact! ⚽

Understanding Parabolas and Their Graphs

Every quadratic equation $y = ax^2 + bx + c$ creates a U-shaped curve called a parabola. The coefficient $a$ determines whether it opens upward ($a > 0$) or downward ($a < 0$). The vertex represents the minimum point (if $a > 0$) or maximum point (if $a < 0$).

The x-intercepts of the parabola are exactly the solutions to the quadratic equation $ax^2 + bx + c = 0$. This visual connection helps us understand why some quadratics have two solutions (parabola crosses x-axis twice), one solution (parabola touches x-axis once), or no real solutions (parabola doesn't touch x-axis).

Architects use this understanding to design arches and bridges. The Gateway Arch in St. Louis follows a parabolic shape, and engineers calculated its exact equation to ensure structural integrity while creating an aesthetically pleasing curve that's 630 feet tall! šŸ—ļø

Conclusion

Congratulations students! You've now mastered three essential methods for solving quadratic equations: factoring (quick when it works), completing the square (great for understanding graphs), and the quadratic formula (works every time). Remember that quadratics aren't just abstract math - they describe the motion of projectiles, the shape of satellite dishes, profit optimization in business, and countless other real-world phenomena. The discriminant helps predict the nature of solutions, while understanding parabolas connects algebraic solutions to visual graphs. With practice, you'll quickly recognize which method works best for each situation!

Study Notes

• Standard form: $ax^2 + bx + c = 0$ where $a ≠ 0$

• Factoring method: Find two numbers that multiply to $ac$ and add to $b$, then use zero product property

• Completing the square: Transform to $(x - h)^2 = k$ form by adding $(\frac{b}{2})^2$ to both sides

• Quadratic formula: $x = \frac{-b ± \sqrt{b^2 - 4ac}}{2a}$

• Discriminant: $b^2 - 4ac$ determines number and type of solutions

  • $> 0$: Two different real solutions
  • $= 0$: One repeated real solution
  • $< 0$: No real solutions

• Parabola properties: Opens upward if $a > 0$, downward if $a < 0$

• Vertex form: $(x - h)^2 = k$ shows vertex at $(h, -k)$ for standard parabola

• Real-world applications: Projectile motion, optimization problems, architectural design, profit functions

Practice Quiz

5 questions to test your understanding