Quadratic Equations

A quadratic equation is a second-degree polynomial equation. Its graph forms a symmetric U-shaped curve known as a parabola. This section covers the standard form, methods of finding its roots, the discriminant, and the relationship between roots and coefficients.

The Standard Form

Every quadratic equation can be written in its standard, generalized form.

Standard Quadratic Equation

The general polynomial form of a second-degree equation.

ax2+bx+c=0ax^2 + bx + c = 0

Variables

SymbolDescriptionUnit
aaLeading coefficient (must not be zero)-
bbLinear coefficient-
ccConstant term (y-intercept)-
xxThe unknown variable-

Parabola

The symmetric U-shaped plane curve that results from graphing a quadratic function.

Roots (or Solutions)

The values of the variable xx that satisfy the quadratic equation, corresponding to the points where the parabola intersects the x-axis (x-intercepts).

Important

For an equation to be classified as quadratic, the coefficient aa must not be zero (a0a \neq 0). If a=0a = 0, the equation simplifies to a linear equation (bx+c=0bx + c = 0).

Methods of Solving Quadratic Equations

There are three primary analytical methods to solve quadratic equations:

  • Factoring: This is the most efficient method when the quadratic expression can be easily factored into two binomials. It relies on the Zero Product Property: if AB=0A \cdot B = 0, then either A=0A = 0 or B=0B = 0.
  • Completing the Square: This method involves transforming the standard equation into a perfect square trinomial. It is especially useful for deriving the vertex form of a parabola and is the foundation for deriving the Quadratic Formula.
  • The Quadratic Formula: The universal method that can solve any quadratic equation, regardless of whether it is factorable or has real roots.

Procedure

  1. Rearrange: Ensure the equation is in the standard form ax2+bx+c=0ax^2 + bx + c = 0.
  2. Evaluate: Look for easily identifiable factors. If the equation is easily factorable, use the Factoring method.
  3. Apply Formula: If factoring is not obvious, immediately apply the Quadratic Formula for a guaranteed solution.

The Quadratic Formula

The universal formula used to find the exact roots of any quadratic equation.

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

Variables

SymbolDescriptionUnit
xxThe roots or solutions of the quadratic equation-
aaCoefficient of the squared term-
bbCoefficient of the linear term-
ccConstant term-

Interactive Simulation: Quadratic Forms

Note

Interact with the simulation below to visualize how changing the coefficients aa, bb, and cc affects the shape and position of the parabola.

The Vertex Form

By completing the square, any quadratic equation can be converted into the vertex form. This form is extremely useful for immediately identifying the vertex (turning point) and the axis of symmetry of the parabola.

Vertex Form

The standard form of a quadratic equation that highlights the vertex.

y=a(xh)2+ky = a(x - h)^2 + k

Variables

SymbolDescriptionUnit
aaDetermines vertical stretch/compression and direction of opening-
(h,k)(h, k)Coordinates of the vertex-

Interactive Simulation

Note

Use the interactive visualizer below to explore how the vertex (h,k)(h, k) and coefficient aa reshape and shift the parabola.

Quadratic Vertex Form Explorer

Vertex Equation
y=(x0.0)2+0.0y = (x - 0.0)^2 + 0.0
Expanded Standard Form
y=1.0x2+0.0x+0.0y = 1.0x^2 + 0.0x + 0.0
Formula: y=ax22ahx+(ah2+k)y = ax^2 - 2ahx + (ah^2 + k)
VertexFocus
Vertex (h, k)(0.0, 0.0)
Focus(0.0, 0.25)
Directrixy = -0.25

The Discriminant

The expression inside the square root of the Quadratic Formula is called the discriminant. It is used to determine the nature and number of roots of the quadratic equation without actually solving for them.

Discriminant

The value calculated from the coefficients of a quadratic equation that reveals the types of solutions the equation possesses.

Discriminant Formula

Calculates the discriminant of a quadratic equation.

Δ=b24ac\Delta = b^2 - 4ac

Variables

SymbolDescriptionUnit
The discriminant-
aaCoefficient of the squared term-
bbCoefficient of the linear term-
ccConstant term-

The value of the discriminant (Δ\Delta) dictates three specific cases:

  • Δ>0\Delta > 0 (Positive): The equation has two distinct real roots. The parabola intersects the x-axis at two different points.
  • Δ=0\Delta = 0 (Zero): The equation has one repeated real root (also called a double root). The vertex of the parabola touches the x-axis at exactly one point.
  • Δ<0\Delta < 0 (Negative): The equation has two complex conjugate roots. The parabola does not intersect the x-axis at all.

Caution

When calculating the discriminant, always be mindful of the negative signs, especially when computing b2b^2 for a negative bb, or when calculating 4ac-4ac with negative coefficients. Remember that a negative number squared is always positive.

Interactive Simulation

Note

Explore how the discriminant changes the number and nature of roots for a quadratic equation.

Discriminant & Quadratic Roots Explorer

y=x22x3y = x^2 - 2x - 3
Coefficient a1.0
Coefficient b-2.0
Coefficient c-3

Analysis & Roots

D=b24acD = b^2 - 4acD=(2)24(1)(3)=16.0D = (-2)^2 - 4(1)(-3) = 16.0

2 Distinct Real Roots (D>0)(D > 0)

Crosses the x-axis twice:

x1=3.00,x2=1.00x_1 = 3.00, \quad x_2 = -1.00
xyVertex (1.0, -4.0)3.0-1.0
y=ax2+bx+cy = ax^2 + bx + c
Real Roots
Vertex

Vieta's Formulas

Vieta's Formulas establish a direct mathematical relationship between the roots of a polynomial and its coefficients. For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 with roots r1r_1 and r2r_2, we can determine the sum and product of the roots without explicitly solving the equation.

Sum of the Roots

The sum of the two roots of a quadratic equation.

r1+r2=bar_1 + r_2 = -\frac{b}{a}

Variables

SymbolDescriptionUnit
r1,r2r_1, r_2The roots of the quadratic equation-
aaCoefficient of the squared term-
bbCoefficient of the linear term-

Product of the Roots

The product of the two roots of a quadratic equation.

r1r2=car_1 \cdot r_2 = \frac{c}{a}

Variables

SymbolDescriptionUnit
r1,r2r_1, r_2The roots of the quadratic equation-
aaCoefficient of the squared term-
ccConstant term-

Note

By utilizing Vieta's formulas, you can easily construct a quadratic equation if its roots are given. The equation can be formulated as x2(Sum of roots)x+(Product of roots)=0x^2 - (\text{Sum of roots})x + (\text{Product of roots}) = 0.

Key Takeaways
  • A quadratic equation is defined by the standard form ax2+bx+c=0ax^2 + bx + c = 0, where a0a \neq 0.
  • The Quadratic Formula is a universal method for finding the exact roots of any quadratic equation.
  • The discriminant (Δ=b24ac\Delta = b^2 - 4ac) instantly identifies whether the equation has two real roots, one repeated real root, or two complex roots.
  • Vieta's Formulas provide a rapid way to find the sum (b/a-b/a) and product (c/ac/a) of the roots directly from the coefficients.