Mathematics
Interactive
15 min tutorial
Beginner Level

Interactive Quadratic Equations Tutorial

Master quadratic equations through step-by-step interactive lessons. Learn multiple solving methods with real-time practice and instant feedback.

Interactive Learning: Use our Quadratic Equation Calculator alongside this tutorial for hands-on practice.

1
Understanding Quadratic Equations

A quadratic equation is a polynomial equation of degree 2, written in the standard form:

ax² + bx + c = 0
where a ≠ 0

Coefficient 'a'

Controls the parabola's width and direction

Coefficient 'b'

Affects the parabola's horizontal position

Constant 'c'

The y-intercept of the parabola

Lesson 1 Complete
2
The Quadratic Formula Method

The quadratic formula is the most reliable method for solving any quadratic equation:

x = (-b ± √(b² - 4ac)) / (2a)
The discriminant: Δ = b² - 4ac

Step-by-Step Process:

1

Identify coefficients a, b, and c

Make sure the equation is in standard form

2

Calculate the discriminant (b² - 4ac)

This tells us about the nature of solutions

3

Apply the quadratic formula

Substitute values and solve for both ± cases

Practice Example:

Solve: x² - 5x + 6 = 0

a = 1, b = -5, c = 6

Discriminant = (-5)² - 4(1)(6) = 25 - 24 = 1

x = (5 ± √1) / 2 = (5 ± 1) / 2

Solutions: x = 3 or x = 2

Lesson 2 Complete
3
Factoring Method

When a quadratic can be factored easily, this method is often faster than the quadratic formula.

Factoring Process:

ax² + bx + c = a(x - r₁)(x - r₂)

where r₁ and r₂ are the roots

Example: Factor x² - 7x + 12 = 0

Look for two numbers that multiply to 12 and add to -7

-3 × -4 = 12 and -3 + (-4) = -7 ✓

So: x² - 7x + 12 = (x - 3)(x - 4) = 0

Solutions: x = 3 or x = 4

When to Use Factoring:

  • • When coefficients are small integers
  • • When the discriminant is a perfect square
  • • For quick mental calculations
Lesson 3 Complete
4
Completing the Square

This method transforms the quadratic into a perfect square trinomial, making it easier to solve.

General Form:

a(x - h)² + k = 0

where (h, k) is the vertex

Example: Complete the square for x² + 6x + 5 = 0

Step 1: x² + 6x = -5

Step 2: Take half of 6, square it: (6/2)² = 9

Step 3: x² + 6x + 9 = -5 + 9

Step 4: (x + 3)² = 4

Step 5: x + 3 = ±2, so x = -3 ± 2

Solutions: x = -1 or x = -5

Lesson 4 Complete
🎯 Practice Time!
Test your understanding with these practice problems. Use our calculator to check your work.

Problem 1: x² - 4x - 5 = 0

Try factoring first, then verify with the quadratic formula

Problem 2: 2x² + 7x - 4 = 0

Use the quadratic formula for this one

Problem 3: x² - 8x + 16 = 0

This is a perfect square trinomial

Built with v0