Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Maths - Methods (Unit 3 & Unit 4) Polynomial functions

Determining the rule for a parabola

20 practice questions 0 video lessons Theory + worked examples
Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Determining the rule for a parabola means finding the quadratic function that fits given information. Use vertex form \(y=a(x-h)^2+k\) when the turning point is known, factored form \(y=a(x-p)(x-q)\) when the \(x\)-intercepts are known, and general form \(y=ax^2+bx+c\) with three points; then substitute a further point to solve for the unknown coefficients.

Every parabola is the graph of a quadratic function, and the same curve can be written in three equivalent forms. Vertex form \(y=a(x-h)^2+k\) shows the turning point \((h,k)\); factored form \(y=a(x-p)(x-q)\) shows the \(x\)-intercepts \(x=p\) and \(x=q\); and general form \(y=ax^2+bx+c\) shows the \(y\)-intercept \(c\). In each form the same coefficient \(a\) sets the direction and width of the curve.

To determine the rule, choose the form that matches the information given. A stated turning point points to vertex form; stated \(x\)-intercepts point to factored form; three arbitrary points call for general form. Choosing well reduces the work to solving for a single unknown \(a\) rather than three unknowns \(a\), \(b\) and \(c\).

Once the form is written with the known features substituted, use one further point on the curve to create an equation and solve for \(a\). For general form, substituting three points produces three simultaneous equations in \(a\), \(b\) and \(c\). A quadratic has three unknowns, so exactly three independent conditions are needed to pin the curve down.

Key idea. Match the form to the clue: turning point \(\Rightarrow y=a(x-h)^2+k\); \(x\)-intercepts \(\Rightarrow y=a(x-p)(x-q)\); three points \(\Rightarrow y=ax^2+bx+c\). Always find \(a\) from an extra point — never assume \(a=1\).
Parabola from a turning point and a pointA parabola with turning point at (2,-2) passing through the point (4,2). x y (2, -2) (4, 2)
Turning point \((2,-2)\) and the point \((4,2)\) give \(y=a(x-2)^2-2\)
Parabola from two x-intercepts and a pointA parabola crossing the x-axis at -1 and 3 and passing through the point (4,5). x y -1 3 (4, 5)
\(x\)-intercepts \(-1\) and \(3\) with the point \((4,5)\) give \(y=a(x+1)(x-3)\)

Vertex form — the turning point is \((h,k)\):

\[y=a(x-h)^{2}+k\]
y=a(x-h)2+k

Factored form — the \(x\)-intercepts are \(x=p\) and \(x=q\):

\[y=a(x-p)(x-q)\]
y=a(x-p)(x-q)

General form — the \(y\)-intercept is \(c\); three points give three equations:

\[y=ax^{2}+bx+c\]
y=ax2+bx+c
Role of \(a\). The same \(a\) appears in all three forms: \(a>0\) opens upward, \(a<0\) opens downward, and a larger \(|a|\) makes the parabola narrower. Find \(a\) by substituting a point that is not the turning point or an intercept.

How to determine the rule for a parabola

  1. Read the clues. A turning point suggests vertex form; \(x\)-intercepts suggest factored form; three unrelated points need general form.
  2. Write the form with knowns in place. Put the turning point into \(y=a(x-h)^2+k\), or the intercepts into \(y=a(x-p)(x-q)\), leaving only \(a\) unknown.
  3. Substitute the extra point. Replace \(x\) and \(y\) with the coordinates of a further point to get an equation in \(a\) (or, for general form, three equations in \(a,b,c\)).
  4. Solve. Solve for \(a\) (or solve the simultaneous equations for \(a\), \(b\) and \(c\)).
  5. State the rule. Write the equation; expand to \(y=ax^2+bx+c\) only if that form is asked for, and check with one of the given points.
Efficiency tip. Watch for a point on the \(y\)-axis: in general form \((0,c)\) gives \(c\) instantly. Likewise a turning point or an intercept lets you avoid the full three-equation solve.
Example 1 — from a turning point
The turning point of a parabola is \((1,2)\) and it passes through \((3,10)\). Find its rule.
Solution
Use vertex form with \((h,k)=(1,2)\):
\(y\)\(=\)\(a(x-1)^{2}+2\)
Substitute the point \((3,10)\) and solve for \(a\):
\(10\)\(=\)\(a(3-1)^{2}+2\)
\(10\)\(=\)\(4a+2\)
\(a\)\(=\)\(2\)
\(\therefore\) \(y=2(x-1)^{2}+2\)
y=2(x-1)2+2
Example 2 — from two \(x\)-intercepts
A parabola has \(x\)-intercepts \(-1\) and \(3\) and passes through \((4,5)\). Find its rule.
Solution
Use factored form with \(p=-1\), \(q=3\):
\(y\)\(=\)\(a(x+1)(x-3)\)
Substitute \((4,5)\) and solve for \(a\):
\(5\)\(=\)\(a(4+1)(4-3)\)
\(5\)\(=\)\(5a\)
\(a\)\(=\)\(1\)
\(\therefore\) \(y=(x+1)(x-3)=x^{2}-2x-3\)
Parabola through the x-intercepts -1 and 3 and the point (4,5)The curve y=(x+1)(x-3) crossing the x-axis at -1 and 3 and passing through the point (4,5). x y -1 3 (4, 5)
y=(x+1)(x-3)
Example 3 — from three points
A parabola passes through \((-1,5)\), \((0,4)\) and \((1,7)\). Find its rule.
Solution
Use general form and read \(c\) from the \(y\)-intercept \((0,4)\):
\(y\)\(=\)\(ax^{2}+bx+c\)
\(c\)\(=\)\(4\)
Substitute the other two points to get two equations:
\((-1,5):\ a-b+4\)\(=\)\(5\ \Rightarrow\ a-b=1\)
\((1,7):\ a+b+4\)\(=\)\(7\ \Rightarrow\ a+b=3\)
Add the equations to eliminate \(b\):
\(2a\)\(=\)\(4\ \Rightarrow\ a=2,\ b=1\)
\(\therefore\) \(y=2x^{2}+x+4\)
y=2x2+x+4
Example 4 — vertex form to \(a,b,c\)
The graph of \(f(x)=a(x+b)^{2}+c\) has vertex \((-3,2)\) and passes through \((-2,4)\). Find \(a\), \(b\) and \(c\), then write \(f(x)\) in general form.
Solution
Match the vertex — \(a(x+b)^2+c\) has turning point \((-b,c)\):
\((-b,c)\)\(=\)\((-3,2)\)
\(b\)\(=\)\(3,\quad c=2\)
Substitute \((-2,4)\) to find \(a\):
\(4\)\(=\)\(a(-2+3)^{2}+2\)
\(4\)\(=\)\(a+2\ \Rightarrow\ a=2\)
Expand \(2(x+3)^{2}+2\) into general form:
\(f(x)\)\(=\)\(2(x^{2}+6x+9)+2\)
\(=\)\(2x^{2}+12x+20\)
\(\therefore\) \(a=2,\ b=3,\ c=2\); \(\ f(x)=2x^{2}+12x+20\)
f(x)=2x2+12x+20

Common pitfalls

Do not assume \(a=1\). The leading coefficient must be found from an extra point. Writing \(y=(x-p)(x-q)\) without checking a point gives the wrong parabola whenever \(a\neq 1\).
Mind the sign of \(h\) in vertex form. \(y=a(x-h)^2+k\) has turning point \((h,k)\), so a turning point of \((-3,2)\) gives \(y=a(x+3)^2+2\), not \(a(x-3)^2+2\).
Factors use \((x-\text{intercept})\). An \(x\)-intercept of \(4\) gives the factor \((x-4)\) and an intercept of \(-2\) gives \((x+2)\). Swapping these signs reflects the intercepts to the wrong side.

Frequently asked questions

How do you find the rule of a parabola from its turning point?

Use vertex form \(y=a(x-h)^2+k\) with turning point \((h,k)\), then substitute one further point and solve for \(a\). A turning point of \((1,2)\) through \((3,10)\) gives \(10=4a+2\), so \(a=2\) and \(y=2(x-1)^2+2\).

How do you find the equation of a parabola from its x-intercepts?

Use factored form \(y=a(x-p)(x-q)\) with the intercepts \(p\) and \(q\), then substitute another point and solve for \(a\). For intercepts \(-1\) and \(3\) through \((4,5)\), \(5=5a\), so \(a=1\) and \(y=(x+1)(x-3)\).

How do you find a quadratic that passes through three points?

Use general form \(y=ax^2+bx+c\) and substitute each point to form three simultaneous equations in \(a\), \(b\) and \(c\). A point like \((0,4)\) gives \(c=4\) at once, simplifying the remaining two.

Which form of a quadratic should you use?

Match the form to the information: vertex form for a turning point, factored form for \(x\)-intercepts, general form for three unrelated points. A good choice leaves only \(a\) to find instead of all three coefficients.

What does the coefficient a tell you about a parabola?

It sets direction and width: \(a>0\) opens upward, \(a<0\) opens downward, and a larger \(|a|\) makes it narrower. You cannot assume \(a=1\) — it must come from a given point.

Can you find a parabola from only two points?

Not in general: a quadratic has three unknowns, so three independent conditions are needed. Two ordinary points are too few, but a turning point counts as extra information, so a turning point plus one more point is enough.