Quadratic
Key Formula
ax2+bx+c=0
Where:
- a = The coefficient of the squared term; must not equal 0 (otherwise the expression is linear, not quadratic)
- b = The coefficient of the first-degree (linear) term
- c = The constant term
- x = The variable being solved for
Worked Example
Problem: Solve the quadratic equation x2−5x+6=0.
Step 1: Identify the coefficients: a=1, b=−5, c=6.
x2−5x+6=0
Step 2: Factor the quadratic. Look for two numbers that multiply to 6 and add to −5. Those numbers are −2 and −3.
(x−2)(x−3)=0
Step 3: Set each factor equal to zero and solve.
x−2=0⇒x=2
Step 4: Solve the second factor.
x−3=0⇒x=3
Answer: The solutions are x=2 and x=3.
Another Example
This example applies a quadratic to a real-world projectile motion scenario, showing that quadratic equations model physical situations — not just abstract algebra. It also demonstrates that one solution (t=0) can be valid mathematically but irrelevant in context.
Problem: A ball is launched upward from the ground with an initial velocity of 20 m/s. Its height in meters after t seconds is given by h=−5t2+20t. When does the ball hit the ground again?
Step 1: The ball hits the ground when h=0. Set the quadratic equal to zero.
−5t2+20t=0
Step 2: Factor out the greatest common factor, −5t.
−5t(t−4)=0
Step 3: Set each factor equal to zero: −5t=0 gives t=0 (the launch time), and t−4=0 gives t=4.
t=0ort=4
Answer: The ball hits the ground again at t=4 seconds.
Frequently Asked Questions
What is the difference between a quadratic equation and the quadratic formula?
A quadratic equation is any equation of the form ax2+bx+c=0. The quadratic formula, x=2a−b±b2−4ac, is a specific method for solving any quadratic equation. The equation is the problem; the formula is one tool for finding the answer.
Why is it called 'quadratic' if the highest power is 2, not 4?
The word comes from the Latin "quadratus," meaning "square." A square with side length x has area x2, so expressions involving x2 became known as quadratic. It refers to squaring, not to the number four.
How many solutions can a quadratic equation have?
A quadratic equation can have two distinct real solutions, one repeated real solution, or no real solutions (two complex solutions). The discriminant b2−4ac determines which case applies: positive gives two real solutions, zero gives one repeated solution, and negative gives two complex solutions.
Quadratic (degree 2) vs. Linear (degree 1)
| Quadratic (degree 2) | Linear (degree 1) | |
|---|---|---|
| General form | ax2+bx+c=0 | mx+b=0 |
| Highest power of variable | 2 | 1 |
| Graph shape | Parabola (U-shaped curve) | Straight line |
| Maximum number of real solutions | 2 | 1 |
| Common solving methods | Factoring, quadratic formula, completing the square | Isolate the variable using inverse operations |
Why It Matters
Quadratics appear throughout algebra, geometry, and physics — from calculating the area of rectangles to modeling projectile motion and free-fall problems. They are central to high school math courses and standardized tests like the SAT and ACT. Understanding quadratics also builds the foundation for studying higher-degree polynomials and more advanced functions in precalculus and calculus.
Common Mistakes
Mistake: Forgetting that a=0. Students sometimes write an expression like 0x2+3x+1 and call it quadratic.
Correction: If a=0, the x2 term disappears and the expression becomes linear (3x+1). A quadratic must have a nonzero coefficient on the x2 term.
Mistake: Assuming every quadratic equation has two distinct real solutions.
Correction: Check the discriminant b2−4ac first. When it equals zero, there is exactly one repeated real solution. When it is negative, there are no real solutions — only complex ones.
Related Terms
- Quadratic Equation — The standard equation form of a quadratic
- Quadratic Formula — Formula used to solve any quadratic equation
- Quadratic Polynomial — A degree 2 polynomial expression
- Polynomial — General family that includes quadratics
- Degree of a Polynomial — Quadratics are defined by having degree 2
- Equation — A quadratic equation is a specific type of equation
- Graph of an Equation or Inequality — Quadratic equations graph as parabolas
- Model — Quadratics model real-world phenomena
