Anatomy of the Parabola
Anatomy of the Parabola
A parabola is the graph of a quadratic relationship. In Grade 12, you often see parabolas when studying quadratic functions such as \(y=ax^2+bx+c\). To fully analyze a parabola, you should be able to identify its vertex, axis of symmetry, focus, directrix, and intercepts.
These features help you understand the shape, position, and important points of the graph. They also help in graphing, solving optimization problems, and connecting algebra to geometry.
1. What is a parabola?
A parabola is the set of all points that are the same distance from a fixed point and a fixed line.
- The fixed point is called the focus.
- The fixed line is called the directrix.
This geometric definition creates the familiar U-shaped or upside-down U-shaped curve.
2. Common algebraic forms of a parabola
The most common function form is the standard form:
$$y=ax^2+bx+c$$
Here:
- \(a\) tells whether the parabola opens upward or downward and how wide or narrow it is.
- \(b\) and \(c\) affect the location of the graph.
Another very useful form is the vertex form:
$$y=a(x-h)^2+k$$
In this form, the vertex is immediately visible as \((h,k)\).
For finding the focus and directrix, it is especially helpful to use the conic form of a vertical parabola:
$$ (x-h)^2 = 4p(y-k) $$
or of a horizontal parabola:
$$ (y-k)^2 = 4p(x-h) $$
In these forms:
- \((h,k)\) is the vertex.
- \(p\) is the directed distance from the vertex to the focus.
- If \(p>0\), the parabola opens up or right.
- If \(p<0\), the parabola opens down or left.
3. Main parts of a parabola
Vertex
The vertex is the turning point of the parabola. It is the lowest point if the parabola opens upward, and the highest point if it opens downward.
For \(y=a(x-h)^2+k\), the vertex is:
$$ (h,k) $$
For \(y=ax^2+bx+c\), the x-coordinate of the vertex is:
$$ x=-\frac{b}{2a} $$
Then substitute this x-value into the equation to get the y-coordinate.
Axis of symmetry
The axis of symmetry is the vertical line that passes through the vertex and divides the parabola into two mirror-image halves.
For a vertical parabola, the axis of symmetry is:
$$ x=h $$
or, if the equation is in standard form,
$$ x=-\frac{b}{2a} $$
Intercepts
Intercepts are points where the graph crosses the axes.
- The y-intercept happens when \(x=0\).
- The x-intercepts happen when \(y=0\).
To find the y-intercept, substitute \(x=0\) into the equation.
To find x-intercepts, solve:
$$ ax^2+bx+c=0 $$
This can be done by factoring, completing the square, or using the quadratic formula:
$$ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} $$
Focus and directrix
The focus and directrix come from the geometric definition of the parabola.
For a vertical parabola written as
$$ (x-h)^2=4p(y-k) $$
- Vertex: \((h,k)\)
- Focus: \((h,k+p)\)
- Directrix: \(y=k-p\)
- Axis of symmetry: \(x=h\)
For a horizontal parabola written as
$$ (y-k)^2=4p(x-h) $$
- Vertex: \((h,k)\)
- Focus: \((h+p,k)\)
- Directrix: \(x=h-p\)
- Axis of symmetry: \(y=k\)
4. How the coefficient \(a\) affects the parabola
- If \(a>0\), the parabola opens upward.
- If \(a<0\), the parabola opens downward.
- If \(|a|\) is larger, the parabola is narrower.
- If \(|a|\) is smaller, the parabola is wider.
This helps you predict the graph even before calculating all of its features.
5. Converting standard form to vertex form
When a quadratic is given in standard form, the easiest way to see its structure is often to rewrite it in vertex form by completing the square.
Example pattern:
$$ y=ax^2+bx+c $$
Factor out \(a\) from the \(x^2\) and \(x\) terms, then complete the square inside the parentheses.
This process helps you find the vertex and then connect the function form to the focus and directrix.
Worked Example 1: Identify basic features from vertex form
Find the vertex, axis of symmetry, and intercepts of
$$ y=(x-3)^2-4 $$
Step 1: Find the vertex
The equation is already in vertex form \(y=a(x-h)^2+k\).
So the vertex is:
$$ (h,k)=(3,-4) $$
Step 2: Find the axis of symmetry
The axis of symmetry is:
$$ x=3 $$
Step 3: Find the y-intercept
Set \(x=0\):
$$ y=(0-3)^2-4=9-4=5 $$
So the y-intercept is:
$$ (0,5) $$
Step 4: Find the x-intercepts
Set \(y=0\):
$$ 0=(x-3)^2-4 $$
$$ 4=(x-3)^2 $$
$$ x-3=\pm 2 $$
$$ x=5 \text{ or } x=1 $$
So the x-intercepts are:
$$ (5,0) \text{ and } (1,0) $$
Conclusion:
- Vertex: \((3,-4)\)
- Axis of symmetry: \(x=3\)
- x-intercepts: \((1,0)\) and \((5,0)\)
- y-intercept: \((0,5)\)
Worked Example 2: Find features from standard form
Analyze the parabola
$$ y=2x^2-8x+3 $$
Step 1: Find the axis of symmetry
Use:
$$ x=-\frac{b}{2a} $$
Here, \(a=2\) and \(b=-8\).
$$ x=-\frac{-8}{2(2)}=\frac{8}{4}=2 $$
So the axis of symmetry is:
$$ x=2 $$
Step 2: Find the vertex
Substitute \(x=2\) into the equation:
$$ y=2(2)^2-8(2)+3=8-16+3=-5 $$
So the vertex is:
$$ (2,-5) $$
Step 3: Determine opening
Since \(a=2>0\), the parabola opens upward.
Step 4: Find the y-intercept
Set \(x=0\):
$$ y=2(0)^2-8(0)+3=3 $$
So the y-intercept is:
$$ (0,3) $$
Step 5: Find the x-intercepts
Set \(y=0\):
$$ 2x^2-8x+3=0 $$
Use the quadratic formula:
$$ x=\frac{-(-8)\pm\sqrt{(-8)^2-4(2)(3)}}{2(2)} $$
$$ x=\frac{8\pm\sqrt{64-24}}{4} $$
$$ x=\frac{8\pm\sqrt{40}}{4} $$
$$ x=\frac{8\pm 2\sqrt{10}}{4} $$
$$ x=2\pm \frac{\sqrt{10}}{2} $$
So the x-intercepts are:
$$ \left(2+\frac{\sqrt{10}}{2},0\right) \text{ and } \left(2-\frac{\sqrt{10}}{2},0\right) $$
Conclusion:
- Vertex: \((2,-5)\)
- Axis of symmetry: \(x=2\)
- Opens upward
- y-intercept: \((0,3)\)
- x-intercepts: \(\left(2\pm\frac{\sqrt{10}}{2},0\right)\)
Worked Example 3: Find focus and directrix
Find the vertex, focus, directrix, and axis of symmetry of
$$ (x+1)^2=8(y-2) $$
Step 1: Compare with the standard conic form
For a vertical parabola,
$$ (x-h)^2=4p(y-k) $$
Given:
$$ (x+1)^2=8(y-2) $$
This means:
- \(h=-1\)
- \(k=2\)
- \(4p=8\), so \(p=2\)
Step 2: Find the vertex
$$ (-1,2) $$
Step 3: Find the focus
For a vertical parabola, the focus is \((h,k+p)\).
$$ (-1,2+2)=(-1,4) $$
Step 4: Find the directrix
The directrix is:
$$ y=k-p=2-2=0 $$
Step 5: Find the axis of symmetry
$$ x=h=-1 $$
Conclusion:
- Vertex: \((-1,2)\)
- Focus: \((-1,4)\)
- Directrix: \(y=0\)
- Axis of symmetry: \(x=-1\)
Worked Example 4: Rewrite and then analyze
Find the vertex, axis of symmetry, and focus/directrix of
$$ x^2-4x-8y+12=0 $$
Step 1: Rearrange the equation
Group the x-terms:
$$ x^2-4x=8y-12 $$
Step 2: Complete the square
Take half of \(-4\), which is \(-2\), and square it to get \(4\).
Add 4 to both sides:
$$ x^2-4x+4=8y-12+4 $$
$$ (x-2)^2=8y-8 $$
Factor the right side:
$$ (x-2)^2=8(y-1) $$
Step 3: Compare with conic form
$$ (x-h)^2=4p(y-k) $$
So:
- \(h=2\)
- \(k=1\)
- \(4p=8\), so \(p=2\)
Step 4: State the features
- Vertex: \((2,1)\)
- Axis of symmetry: \(x=2\)
- Focus: \((2,3)\)
- Directrix: \(y=-1\)
6. Quick guide: how to identify parts from different forms
If the parabola is given in vertex form \(y=a(x-h)^2+k\):
- Vertex is \((h,k)\).
- Axis of symmetry is \(x=h\).
- Find intercepts by substitution.
- To find focus/directrix, first rewrite into conic form if needed.
If the parabola is given in standard form \(y=ax^2+bx+c\):
- Find axis using \(x=-\frac{b}{2a}\).
- Find vertex by substitution.
- Find y-intercept using \(x=0\).
- Find x-intercepts by solving \(ax^2+bx+c=0\).
If the parabola is given in conic form:
- Read the vertex directly.
- Use \(4p\) to find \(p\).
- Then find the focus and directrix using the formulas.
7. Common mistakes to avoid
- Sign errors: Be careful with negatives in \((x-h)\) and \((y-k)\). For example, \((x+3)^2\) means \(h=-3\).
- Mixing up axis and directrix: The axis of symmetry is a line through the vertex. The directrix is a different line used in the geometric definition.
- Forgetting to solve for y=0 when finding x-intercepts: x-intercepts happen where the graph crosses the x-axis.
- Confusing \(4p\) with \(p\): In conic form, the coefficient is \(4p\), so divide by 4 to get \(p\).
8. Why this matters
Understanding the anatomy of a parabola gives you more than just graphing skills. It helps you interpret maximum and minimum values, understand symmetry, and connect equations with geometric meaning.
These ideas also appear in real-world models such as projectile motion, satellite dishes, headlights, and optimization problems.
Brief Summary
A parabola has several key parts: the vertex, axis of symmetry, focus, directrix, and intercepts. From vertex form and standard form, you can find the turning point and intercepts. From conic form, you can also identify the focus and directrix. The more comfortable you become moving between these forms, the easier it becomes to analyze any quadratic graph.
Put what you read to the test
You've worked through Anatomy of the Parabola. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.