CodeMathFusion

🔹 Solving Quadratic Equations

Master multiple methods to solve quadratic equations! From factoring to the powerful quadratic formula.

🎯 What is a Quadratic Equation?

A quadratic equation has the form $ax^2 + bx + c = 0$ where $a \neq 0$.

Examples:

  • $x^2 - 5x + 6 = 0$
  • $2x^2 + 3x - 5 = 0$
  • $x^2 = 9$ (can be written as $x^2 - 9 = 0$)

⚡ Solving by Factoring

If you can factor the quadratic, set each factor equal to zero!

Example: $x^2 + 5x + 6 = 0$

Step 1: Factor: $(x + 2)(x + 3) = 0$

Step 2: Set each factor to zero:

$x + 2 = 0$ or $x + 3 = 0$

Solutions: $x = -2$ or $x = -3$ ✨

√ Square Root Method

For equations like $x^2 = k$, use square roots!

Example: $x^2 = 25$

Take the square root of both sides:

$$x = \pm 5$$

Solutions: $x = 5$ or $x = -5$

✨ Completing the Square

Transform the equation into $(x + p)^2 = q$ form!

Example: $x^2 + 6x + 5 = 0$

Step 1: Move constant: $x^2 + 6x = -5$

Step 2: Add $(\frac{6}{2})^2 = 9$ to both sides:

$x^2 + 6x + 9 = 4$

Step 3: Factor: $(x + 3)^2 = 4$

Step 4: Solve: $x = -3 \pm 2$ → $x = -1$ or $x = -5$

🔮 The Quadratic Formula

The universal solution! Works for ANY quadratic equation!

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

Example: $2x^2 + 5x - 3 = 0$

Here $a=2$, $b=5$, $c=-3$

$$x = \frac{-5 \pm \sqrt{25 + 24}}{4} = \frac{-5 \pm 7}{4}$$

Solutions: $x = \frac{1}{2}$ or $x = -3$

🎯 Practice Questions

Master these concepts!

1
Solve by factoring: $x^2 + 7x + 12 = 0$
2
Solve: $x^2 = 49$
3
Solve: $(x - 3)^2 = 16$
4
Solve using the quadratic formula: $x^2 + 4x - 5 = 0$
5
Factor and solve: $x^2 - 9 = 0$
6
Solve: $2x^2 - 8 = 0$
7
Solve by completing the square: $x^2 + 8x + 12 = 0$
8
Use the quadratic formula: $3x^2 - 2x - 1 = 0$

🔥 Challenge Questions

Ready for a challenge?

1
Solve: $4x^2 - 12x + 9 = 0$
2
Find all solutions: $x^2 + 2x + 10 = 0$ (involves complex numbers!)
3
Solve: $(x + 1)(x - 3) = 5$
4
If one solution to $x^2 + bx + 6 = 0$ is $x = 2$, find $b$ and the other solution