Quadratic Equations

A quadratic equation is a polynomial equation of degree 2. The standard form is:

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

Where aa, bb, and cc are constants and a0a \neq 0. The graph of a quadratic function is a U-shaped curve called a parabola.

Methods of Solving

There are three main methods to solve quadratic equations:

  1. Factoring: Converting the equation into (xp)(xq)=0(x-p)(x-q)=0 form.
  2. Completing the Square: Transforming the equation into (x+d)2=e(x+d)^2 = e.
  3. Quadratic Formula: Using the formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Interactive Visualizer

Adjust the coefficients aa, bb, and cc to see how they change the shape and position of the parabola.

Vertex Form

The Vertex Form of a quadratic equation is useful for finding the maximum or minimum point of the parabola:

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

Where (h,k)(h, k) is the vertex.

Solved Problems

Step-by-Step Solution0 / 3 Problems

Start the practice problems to continue