What Is a Quadratic?
A quadratic function is one whose highest power of the variable is . Its standard form is
A quadratic equation sets a quadratic equal to zero: . The numbers , , and are the coefficients:
- [leftmargin=*]
- is the coefficient of (it can never be , or the would vanish);
- is the coefficient of ;
- is the constant term.
Match term by term:
Carry the sign! The middle coefficient is , not .
Here there is no term, so :
How to recognize one: A relationship is quadratic exactly when, after simplifying, the highest power of the variable is . is linear (highest power ); is quadratic. If you can multiply it out to reach an term with , it is quadratic.
The Parabola: The Graph of a Quadratic
The graph of is a smooth U-shaped curve called a parabola.
- [leftmargin=*]
- Direction: if the parabola opens up (holds water, has a lowest point); if it opens down (has a highest point).
- Vertex: the turning point. Its -coordinate is ; find the -coordinate by substituting that back in.
- Axis of symmetry: the vertical line through the vertex; the two halves mirror each other.
- Minimum vs. maximum: an up-parabola's vertex is a minimum; a down-parabola's vertex is a maximum.
- -intercept: where the curve crosses the -axis; set to get the point .
- -intercepts (roots / zeros): where the curve crosses the -axis; set and solve . A parabola can have two, one, or no -intercepts.
The vertex is the turning point.
Here , , .
The -intercepts come from , giving and .
Two ways to describe the same curve: the axis of symmetry and the vertex share the same -value, . Find that number once and you have both.
Solving by Factoring (Zero Product Property)
If a product of two factors equals zero, then at least one factor must be zero:
To use it, first make one side , factor the quadratic, set each factor equal to , and solve.
Factor into two binomials (two numbers that multiply to and add to : that is and ):
Check : ✓
Factor out :
Do not divide both sides by ---that would lose the solution .
Set it equal to zero first! The Zero Product Property only works against . Something like tells you nothing; you must expand, move the over, and refactor.
Solving by the Square-Root Method
When a quadratic has no plain term, isolate the squared quantity and take the square root of both sides---remembering both signs:
This works whenever the variable appears only inside a square.
Take the square root of both sides:
Always simplify the radical by pulling out perfect-square factors.
Never forget the . Every positive number has two square roots, one positive and one negative. Dropping the throws away a whole solution.
Solving by Completing the Square
Completing the square rewrites as a perfect square by adding . The steps for :
- [leftmargin=*]
- Move the constant to the right side.
- Add to both sides.
- Write the left side as .
- Take the square root of both sides (!) and solve for .
If , divide every term by first.
Check : . ✓
An odd just means the number you add, , is a fraction. That is fine.
Whatever you do to one side, do to the other. You must add to both sides to keep the equation balanced. And if , divide through by before completing the square.
The Quadratic Formula
For any quadratic equation ,
It comes from completing the square on the general equation, so it solves every quadratic---even ones that will not factor nicely.
Identify , , , then substitute carefully:
Split the : or .
Here , , :
Simplify , then divide every term of the top by the bottom.
Use parentheses when you substitute, especially for a negative : . Compute the part under the root, , first---and remember is always positive, even when is negative.
The Discriminant
The discriminant is the expression inside the square root of the quadratic formula:
Its sign tells you how many real solutions the equation has, before you ever finish solving:
- [leftmargin=*]
- : two different real solutions (parabola crosses the -axis twice);
- : one real solution, a repeated root (parabola just touches the -axis);
- : no real solutions (parabola never reaches the -axis).
Since , there are two real solutions. (And because is a perfect square, they are even rational.)
Since , there are no real solutions---the parabola sits entirely above the -axis.
The discriminant is a preview. It tells you the number and type of solutions without solving. A perfect-square also signals that the quadratic factors over the rationals.
Vertex Form
The vertex form of a quadratic is
where the vertex is and is the axis of symmetry. As always, opens up (minimum at the vertex) and opens down (maximum). Watch the sign: the form uses , so has .
The vertex is the turning point.
Compare to : , , .
Complete the square on the right side:
So the vertex is ---matching what gave us earlier.
Mind the signs. In , the vertex is with the sign of flipped from what you see: has vertex .
Applications
Many real situations are modeled by quadratics:
- [leftmargin=*]
- Projectile height: an object thrown or launched has height (feet, seconds), where is the starting speed and the starting height. Set to find when it lands; use for the time of greatest height.
- Area: length width often produces an term.
Solve, then keep only answers that make sense (a length or a time cannot be negative).
When does it hit the ground? Set and factor:
is the launch; the ball returns to the ground at seconds.
When is it highest? At seconds, where feet.
Let the width be . Then :
A width cannot be negative, so : the rectangle is by .
Check that your answer fits reality. A quadratic often gives two solutions, but a negative time or length is not physically possible---discard it and state only the meaningful answer with its units.
Going Deeper: Advanced Quadratics
The quadratic formula is not magic---it is completing the square done once and for all on the general equation . Because the derivation never uses specific numbers, the result works for every quadratic. The key move is the same as before: turn into a perfect square by adding to both sides. Master this derivation and you never have to memorize the formula blindly again.
The vertex is the turning point.
Start from the general equation and complete the square, tracking every step:
The discriminant appears naturally as the numerator under the root---it was there in the algebra all along.
For a quadratic with rational coefficients, the discriminant tells you not just how many roots, but what kind:
- [leftmargin=*]
- and a perfect square: two rational roots (the quadratic factors over the rationals);
- but not a perfect square: two irrational roots, a conjugate pair ;
- : one repeated rational root (a “double root”); the parabola is tangent to the -axis;
- : no real roots---two complex conjugate roots (see below).
If and are the two roots of , then
You can see why by expanding and matching coefficients. For a monic quadratic (), this reads especially cleanly:
These give a fast check on any answer, and let you build a quadratic straight from conditions on its roots.
(a) Find a quadratic whose roots are and . Use the sum and product:
So .
(b) Find a quadratic whose roots sum to and multiply to . Directly,
Check with the discriminant: , so those two roots are a complex conjugate pair---consistent, since no two real numbers add to and multiply to .
Rewriting as turns optimization into reading off the vertex: the extreme value of is exactly , reached at .
- [leftmargin=*]
- If , the vertex is the lowest point, so is the minimum value.
- If , the vertex is the highest point, so is the maximum value.
This is the standard way to answer “what is the largest area / smallest cost / greatest height?”
A farmer has m of fencing for a rectangular pen. What dimensions give the largest area? Let the width be ; then the length is (since ). The area is
Since , the vertex is a maximum: the area is greatest at m, giving a square with area m2. (A square always maximizes area for a fixed perimeter.)
When , the quadratic formula asks for the square root of a negative number, which no real number provides. We introduce the imaginary unit
Then , and the formula still works. The two roots come out as a complex conjugate pair : same real part , opposite imaginary parts. Graphically, the parabola simply never crosses the -axis.
Here , , , and :
The roots are and . Vieta check: their sum is ✓ and their product is ✓.
To find where a line meets a parabola , set them equal and collect everything on one side to get a single quadratic in . The discriminant of that quadratic decides the geometry:
- [leftmargin=*]
- : the line cuts the parabola at two points (a secant);
- : the line just touches it at one point---it is tangent;
- : the line misses the parabola entirely.
So “tangent” is precisely the condition : one repeated intersection.
Set the two expressions equal and move everything to one side:
This is a quadratic in with , , . Tangency means one repeated root, i.e. :
At the equation becomes , so the single point of contact is , : the point .
The discriminant ties it all together. The same expression counts real roots, classifies them as rational / irrational / complex, and---when applied to the “set them equal” equation---tells whether a line cuts, touches, or misses a parabola. And Vieta's formulas , give a fast check on any pair of roots, real or complex.
Formulas, Proofs & Tips
What it means. Solves every quadratic , factorable or not.
Example. : , so or .
Why it works. Complete the square. Divide by : . Add to both sides so the left is a perfect square: . Take square roots and subtract .
Tip. Write the equation as first — every term must be on one side, or your will be wrong.
What it means. The part under the root. : two real roots. : one repeated root. : two complex roots.
Example. has , so one repeated real root.
Why it works. In the quadratic formula the roots differ by . A positive gives two distinct real shifts, zero gives none, and a negative forces the square root to be imaginary.
Tip. If is a perfect square the quadratic factors over the integers — worth checking before reaching for the formula.
What it means. The turning point — the minimum if , the maximum if .
Example. : vertex at , , so .
Why it works. The two roots of the quadratic formula sit symmetrically either side of , so that value is the axis of symmetry. A parabola turns exactly on its axis of symmetry.
Tip. This also gives the max/min value of a quadratic without calculus — useful for word problems about greatest area or lowest cost.