Overview: This guide explains the core quadratic formula, x = (-B ± √Δ)/2A where Δ = B² – 4AC. It details the three possible outcomes based on the discriminant's value: two unique real roots (Δ > 0), one repeated root (Δ = 0), or no real roots (Δ < 0). It clarifies the roles of coefficients A, B, and C and connects the solutions to the x-intercepts of a parabolic graph.

Understanding the Quadratic Formula

The quadratic formula provides the solution, or roots, for second-degree polynomial equations expressed as Ax² + Bx + C = 0. Any equation you can rearrange into this standard form is solvable using this proven method.

The formula is expressed as:

x = \frac{-B \pm \sqrt{B^2 - 4AC}}{2A}

The term under the square root, B² - 4AC, is called the discriminant (Δ).

Interpreting the Discriminant

This formula yields three possible outcomes based on the discriminant's value:

  • Two distinct real roots exist when Δ > 0. The solutions are x₁ = (-B + √Δ)/2A and x₂ = (-B – √Δ)/2A.
  • One repeated real root (a double root) exists when Δ = 0. The single solution is x = -B/2A.
  • No real roots exist when Δ < 0. The solutions are complex numbers.

Graphically, the function y = Ax² + Bx + C forms a parabola. The equation's roots correspond to the points where this parabola intersects the x-axis.

Defining Quadratic Coefficients

In the standard form, A, B, and C represent the equation's real-number coefficients, independent of the variable x. It is crucial that A ≠ 0; otherwise, the equation becomes linear, not quadratic.

A negative discriminant (Δ < 0) arises when B² < 4AC, indicating the equation possesses no real-number solutions.

Step-by-Step Guide to Solving

Follow this clear process to solve any quadratic equation manually.

Example: Solve 4x² + 3x – 7 = -4 – x

  1. Write Down Your Equation: Start with the given equation.
  2. Rearrange to Standard Form: Move all terms to one side to get 4x² + 4x - 3 = 0. Therefore, A=4, B=4, C=-3.
  3. Calculate the Discriminant (Δ):
    Δ = B² - 4AC = 4² - 4×4×(-3) = 16 + 48 = 64
  4. Determine the Discriminant's Nature: Since Δ = 64 > 0, this equation has two unique real roots.
  5. Apply the Quadratic Formula:
    x = \frac{-4 \pm \sqrt{64}}{2 \times 4} = \frac{-4 \pm 8}{8}

    Therefore, the two roots are:
    x₁ = (-4 + 8) / 8 = 0.5
    x₂ = (-4 - 8) / 8 = -1.5

Solving Equations with a Negative Discriminant

Solutions still exist in the realm of complex numbers. A complex number combines a real part and an imaginary part (involving i, where i = √-1).

The quadratic formula structure remains unchanged: x = (-B ± √Δ)/2A. With Δ < 0, the square root becomes an imaginary value.

  • Real Part: Re(x) = -B/2A
  • Imaginary Part: Im(x) = ± (√|Δ|)/2A * i

Example: Solve x² + 1 = 0

Here, A=1, B=0, C=1. The discriminant is Δ = 0² - 4×1×1 = -4.

The two distinct complex roots are:
x₁ = (0 + √(-4)) / 2 = (0 + 2i) / 2 = i
x₂ = (0 – √(-4)) / 2 = (0 – 2i) / 2 = -i

Practical Application: The Golden Ratio

The quadratic formula elegantly solves real-world problems like finding the Golden Ratio. Suppose we divide a line segment into a longer part (length a) and a shorter part (length b), such that a/b = (a+b)/a. Defining the ratio φ = a/b leads to the equation φ = 1 + 1/φ.

Rearranging gives a quadratic: φ² - φ - 1 = 0.

Here, A=1, B=-1, C=-1. The discriminant is Δ = (-1)² - 4×1×(-1) = 5.

The solutions are:
φ₁ = (1 + √5) / 2 ≈ 1.618...
φ₂ = (1 – √5) / 2 ≈ -0.618...

Since we seek a positive length ratio, the valid solution is φ ≈ 1.618, known as the Golden Ratio or Divine Proportion.