Definition. A quadratic function is a function of the form:
f(x)=ax2+bx+c
where a,b,c∈R and a=0.
The graph of y=ax2+bx+c is a parabola — a symmetrical U-shaped curve (opening upwards if
a>0, downwards if a<0). The axis of symmetry is the vertical line x=−2ab.
The technique of completing the square rewrites a quadratic in the form a(x−p)2+q, from which
the vertex, axis of symmetry, and extremum are immediately readable.
Theorem. Every quadratic ax2+bx+c with a=0 can be written in the form
a(x−p)2+q for some p,q∈R.
Proof. Factor out a from the first two terms:
ax2+bx+c=a(x2+abx)+c
We seek to express x2+abx as a perfect square plus a constant. Recall that:
Setting p=−2ab and q=4a4ac−b2, we have
ax2+bx+c=a(x−p)2+q. ■
Intuition (Geometric). Consider the expression x2+bx. This represents the area of a square of
side x plus a rectangle of dimensions x×b. We split the rectangle into two strips of
x×2b, and rearrange to form an L-shape. The "missing corner" to complete the
larger square is a small square of side 2b, with area
(2b)2=4b2. We add and subtract this to preserve equality:
x2+bx=(x+2b)2−4b2
Details
Example
Write 2x2−12x+22 in completed square form.2x2−12x+22=2(x2−6x)+22=2[(x−3)2−9]+22=2(x−3)2−18+22=2(x−3)2+4
The vertex is (3,4), and since the coefficient of (x−3)2 is positive, the minimum value is
4.
Intuition. The quadratic formula is nothing more than completing the square in fully symbolic
form. Every step is reversible, so the formula is necessary and sufficient: it gives all solutions
and no extraneous ones.
info
Edexcel provides the quadratic formula in the formula booklet. AQA and OCR (A) do not — you
must memorise it.
tip
Before applying the formula, check whether the equation can be solved more easily by
factorisation. Always check the discriminant first.
The discriminant directly determines the position of the parabola relative to the x-axis.
Theorem (Discriminant and Graph Position). Let f(x)=ax2+bx+c with a=0. In
completed-square form, the extremum value is f(−2ab)=−L◆B◆Δ◆RB◆◆LB◆4a◆RB◆.
Therefore:
Δ>0: the extremum lies on the opposite side of the x-axis from the direction the
parabola opens, so the graph crosses the x-axis at two distinct points.
Δ=0: the vertex lies on the x-axis; the graph touches the axis at exactly one point.
Δ<0: the vertex lies on the same side of the x-axis as the direction the parabola
opens, so the graph never meets the axis.
Furthermore, when Δ<0:
Condition
Conclusion
a>0 and Δ<0
f(x)>0 for all x∈R (parabola entirely above)
a<0 and Δ<0
f(x)<0 for all x∈R (parabola entirely below)
Proof. From the completed-square form
f(x)=a(x+2ab)2−L◆B◆Δ◆RB◆◆LB◆4a◆RB◆, the minimum value (when a>0) or
maximum value (when a<0) equals −L◆B◆Δ◆RB◆◆LB◆4a◆RB◆, attained at x=−2ab.
If a>0 and Δ>0: the minimum is −L◆B◆Δ◆RB◆◆LB◆4a◆RB◆<0, so the vertex is below the
x-axis. Since the parabola opens upward, it must cross the axis twice.
If a>0 and Δ=0: the minimum is 0, so the vertex sits on the x-axis.
If a>0 and Δ<0: the minimum is −L◆B◆Δ◆RB◆◆LB◆4a◆RB◆>0, so the vertex is above the
x-axis, and f(x)≥−L◆B◆Δ◆RB◆◆LB◆4a◆RB◆>0 for all x.
The a<0 cases follow by symmetry (or by applying the above to −f(x)). ■
Definition. When Δ=0, the equation ax2+bx+c=0 has a single repeated root
α=−2ab. We say α is a double root (or root of multiplicity 2), and the
quadratic factors as a(x−α)2=0.
Theorem (Tangent at the Vertex). If f(x)=ax2+bx+c has a repeated root at α, then
the tangent to y=f(x) at x=α is the line y=0 (the x-axis itself).
Proof. Since α is a repeated root, f(α)=0. The derivative is f′(x)=2ax+b,
and at the repeated root:
f′(α)=2a(−2ab)+b=−b+b=0
The tangent at x=α is y−f(α)=f′(α)(x−α), which gives y=0.
■
This means that when Δ=0, the x-axis is tangent to the parabola at the vertex. The
parabola "kisses" the axis at one point and bounces back, rather than crossing it.
Details
Example
Show that 4x2−12x+9=0 has a repeated root, and verify that the x-axis is tangent at that point.
Δ=(−12)2−4(4)(9)=144−144=0, confirming a repeated root.
The repeated root is x=812=23.
Verification:
f(23)=4(49)−12(23)+9=9−18+9=0.
f′(x)=8x−12, so f′(23)=12−12=0. The tangent at x=23
is y=0, confirming the x-axis is tangent to the curve.
Solving ax2+bx+c>0 (or <0, ≥0, ≤0) requires understanding the sign of the
quadratic across the real line.
Method.
Find the roots of ax2+bx+c=0.
Sketch the parabola (knowing whether a>0 or a<0).
Read off the regions where the quadratic is positive or negative.
warning
A critical error in inequalities: when multiplying or dividing both sides by a negative
number, you must reverse the inequality sign. This is because multiplication by −1 is
order-reversing: if a<b, then −a>−b.
Theorem. If m<0 and a<b, then ma>mb.
Proof. From a<b, we have b−a>0. Since m<0 and b−a>0, their product
m(b−a)<0. So mb−ma<0, giving ma>mb. ■
Details
Example
Solve x2−5x+6<0.
Factorise: (x−2)(x−3)<0.
The parabola opens upwards (coefficient of x2 is positive). It is negative between the roots:
2<x<3
Details
Example
Solve x−2x+1≤3.x−2x+1−3x−2x+1−3(x−2)x−2x+1−3x+6x−2−2x+7x−22x−7≤0≤0≤0≤0≥0
Critical values: x=27 (numerator zero) and x=2 (denominator zero, undefined).
Sign analysis:
Interval
2x−7
x−2
Quotient
x<2
−
−
+
2<x<7/2
−
+
−
x>7/2
+
+
+
The quotient is ≥0 when x≤27 (including equality) but x=2.
Theorem (Sign of a Factored Quadratic). Let f(x)=a(x−α)(x−β) with real roots
α<β and a=0. Then the sign of f on each interval is determined by:
Interval
Sign of f when a>0
Sign of f when a<0
x<α
+
−
α<x<β
−
+
x>β
+
−
Proof. Consider a>0. For x>β: both (x−α)>0 and (x−β)>0, so
f(x)>0. For α<x<β: we have (x−α)>0 but (x−β)<0, so their
product is negative and f(x)<0. For x<α: both factors are negative, so their product is
positive and f(x)>0. The a<0 case reverses all signs. ■
Corollary. For Δ=0 (repeated root α): f(x)=a(x−α)2 is always
non-negative when a>0 and always non-positive when a<0, with equality only at x=α.
Method (Systematic Sign Chart).
Rearrange the inequality to the form f(x)⪌0.
Factorise f(x) into linear factors if possible.
Identify all critical values: roots of the numerator, zeros of the denominator (if rational), and
any points where f is undefined.
Draw a sign chart: test one point from each interval between consecutive critical values.
Select the intervals that satisfy the original inequality, respecting strict (>, <) vs
non-strict (≥, ≤) conditions.
tip
tip
never include points where the denominator is zero.
Details
Example
Solve −2x2+3x+5≥0 using a sign chart.
Factorise: −2x2+3x+5=−(2x2−3x−5)=−(2x−5)(x+1).
Critical values: x=25 and x=−1.
Sign chart for g(x)=(2x−5)(x+1) (then apply the leading minus sign):
The discriminant is positive, confirming two intersection points — which corresponds geometrically
to the line cutting the parabola twice.
tip
The discriminant of the resulting quadratic tells you the number of intersection points
between a line and a parabola: Δ>0 means 2 intersections, Δ=0 means tangent,
Δ<0 means no intersection.
Definition. A quadratic in disguise (or quadratic form equation) is an equation that is not
quadratic in its stated variable, but can be reduced to a quadratic equation by an appropriate
substitution.
Theorem. If an equation can be rewritten as a[g(x)]2+b[g(x)]+c=0
for some expression g(x) and constants a=0,b,c, then the substitution z=g(x) reduces
it to the quadratic az2+bz+c=0.
Common Patterns.
Original Form
Substitution
Reduced Equation
ax4+bx2+c=0
z=x2
az2+bz+c=0
a⋅p2x+b⋅px+c=0
z=px
az2+bz+c=0
acos2θ+bcosθ+c=0
z=cosθ
az2+bz+c=0
asin2θ+bsinθ+c=0
z=sinθ
az2+bz+c=0
a(x+x1)2+b(x+x1)+c=0
z=x+x1
az2+bz+c=0
warning
After solving the reduced quadratic for z, you must substitute back to find x.
Discard any values of z that are incompatible with the substitution (e.g., z=x2 requires
z≥0, z=px requires z>0). Always verify solutions in the original equation.
Details
Example
Solve x4−13x2+36=0.
Let z=x2 (note z≥0). Then z2−13z+36=0.
Factorising: (z−4)(z−9)=0, so z=4 or z=9.
Substituting back: x2=4⟹x=±2, and x2=9⟹x=±3.
Solution: x∈{−3,−2,2,3}.
Details
Example
Solve x+2−x3=0.
Multiply through by x (noting x=0):
x2+2x−3=0
(x+3)(x−1)=0⟹x=−3orx=1
Now consider the related equation x2+x24+2(x+x1)=0.
For each value of z, solve x+x1=z, i.e., x2−zx+1=0 by the quadratic
formula. This yields four solutions in total (two for each value of z), provided each resulting
discriminant is non-negative.
Vieta's formulas allow us to deduce properties of the roots directly from the coefficients, without
solving the equation.
Theorem (Sign of Roots). Let α and β be real roots of ax2+bx+c=0 with
a>0 and Δ≥0. Then:
Condition on Roots
Condition on Coefficients
Via Vieta
Both roots positive
b<0 and c>0
α+β>0 and αβ>0
Both roots negative
b>0 and c>0
α+β<0 and αβ>0
Roots of opposite sign
c<0
αβ<0
One root is zero
c=0
αβ=0
Proof. We prove the first case; the others follow similarly.
Both roots positive means α+β>0 and αβ>0. By Vieta:
α+β=−ab, so −ab>0⟹b<0 (since a>0). Also
αβ=ac, so ac>0⟹c>0.
Conversely, if b<0 and c>0, then α+β=−ab>0 and
αβ=ac>0. Since both the sum and product are positive, both roots must be
positive (if one were negative and the other positive, their product would be negative; if both were
negative, their sum would be negative). ■
A symmetric function of α and β is one that is unchanged when α and β
are swapped. Vieta's formulas allow us to evaluate many symmetric functions without finding the
roots individually.
Many equations that are not obviously quadratic can be solved by recognising quadratic structure or
by algebraic manipulation that produces a quadratic.
Method. For equations of the form a⋅p2x+b⋅px+c=0 where p>0,
substitute u=px (so u>0) to obtain a quadratic in u. After solving, take logarithms to
recover x.
Method. Equations such as acos2θ+bcosθ+c=0 are quadratic in cosθ.
Solve for the trigonometric ratio, then find θ within the specified interval. Always check
that the values fall within the valid range [−1,1].
Equations involving f(x) can sometimes be reduced to quadratics by isolating the radical
and squaring both sides.
warning
Squaring both sides of an equation is not reversible — it can introduce extraneous
solutions. You must always substitute every candidate solution back into the original equation
to verify it.
Details
Example
Solve 2x+1=x−1.
First, note the domain restrictions: 2x+1≥0 (so x≥−1/2) and x−1≥0 (so
x≥1) since a square root is non-negative.
Squaring both sides: 2x+1=(x−1)2=x2−2x+1.
x2−4x=0⟹x(x−4)=0⟹x=0orx=4
Check x=0: 1=−1? No, 1=−1. Reject (also fails x≥1).
Problem 3. Find the range of values of k for which kx2−6x+4=0 has real roots.
Details
Solution
We need Δ≥0:36−16kk≥0≤1636=49
Note: k=0 (otherwise it's not quadratic). If k=0, the equation −6x+4=0 still has a
real root, so the condition is k≤49 with k real (including k=0, which gives a
linear equation).
Diagnostic Test
Ready to test your understanding of Quadratics? The diagnostic test contains the hardest questions within the A-Level specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Quadratics with other pure mathematics topics to test synthesis under exam conditions.
See Diagnostic Guide for instructions on self-marking and building a personal test matrix.