```html Mastering Quadratic Equations: A Complete GCSE Mathematics Guide

Mastering Quadratic Equations: A Complete GCSE Mathematics Guide

What are Quadratic Equations?

Quadratic equations are equations of the form ax2 + bx + c = 0, where a, b, and c are constants and a ≠ 0. In GCSE Mathematics, they are studied as part of the topic "Algebra." Solving quadratic equations is an important skill that allows you to find the values of x that satisfy the equation.

Why are They Important?

Solving quadratic equations is not just a mathematical exercise. It has many real-world applications, such as:

Methods of Solving

Factorization

Factorization involves rewriting the quadratic equation as a product of two linear factors. This method is suitable when the equation can be easily factored. For example, to solve x2 - 5x + 6 = 0, we can factor it as (x - 2)(x - 3) and then use the zero product property to find x = 2 or x = 3.

Quadratic Formula

The quadratic formula is a general method that can be used to solve any quadratic equation. It is given by x = (-b ± √(b2 - 4ac)) / 2a. For example, to solve x2 - 5x + 6 = 0 using the quadratic formula, we have x = (-(-5) ± √((-5)2 - 4(1)(6))) / 2(1) = 2 or x = 3.

Completing the Square

Completing the square involves transforming the quadratic equation into a perfect square trinomial and then extracting the square root. This method is suitable when the equation cannot be easily factored. For example, to solve the equation x2 + 6x - 2 = 0, we complete the square by adding and subtracting (6/2)2 = 9 as shown below:

x2 + 6x + 9 - 9 - 2 = 0

(x + 3)2 - 11 = 0

(x + 3)2 = 11

x + 3 = ±√11

Common Mistakes

Practice Problems

Example 1:

Solve the equation x2 - 5x + 6 = 0 using factorization.

Solution: Factor the equation as (x - 2)(x - 3) = 0. Using the zero product property, we have x - 2 = 0 or x - 3 = 0. Therefore, x = 2 or x = 3.

Conclusion

Mastering quadratic equations is an essential skill for GCSE Mathematics. By understanding the different methods and avoiding common pitfalls, you can confidently solve these equations and apply them to real-world problems.

Exam Tips

```