Understanding the Basics of a Parabola
Before diving into how to find equation of parabola, it’s important to get familiar with what a parabola actually represents and its key components. A parabola is a curve formed by all points equidistant from a fixed point called the focus and a fixed straight line called the directrix. This geometric definition leads to the standard algebraic forms of a parabola’s equation. Parabolas can open upwards, downwards, left, or right, depending on their orientation. The vertex is the point where the parabola changes direction, and it is a crucial reference point for writing the parabola’s equation. The axis of symmetry is a vertical or horizontal line passing through the vertex, dividing the parabola into two mirror-image halves.Common Forms of a Parabola’s Equation
Knowing the different forms of the equation helps you identify which one to use based on the information you have.1. Standard Form
2. Vertex Form
The vertex form highlights the vertex’s location: \[ y = a(x - h)^2 + k \] In this form, \((h, k)\) represents the vertex’s coordinates, and \(a\) controls the parabola’s width and direction. This form is extremely helpful if you know the vertex and need to find the equation quickly.3. Focus-Directrix Form
Using the geometric definition, the equation can also be expressed based on the focus \((h, k + p)\) and directrix \(y = k - p\) (for vertical parabolas): \[ (x - h)^2 = 4p(y - k) \] Here, \(p\) is the distance from the vertex to the focus or directrix. This form is valuable when you have information about the parabola’s focus and directrix.How to Find Equation of Parabola from Given Points
One common task is finding the parabola’s equation when you know certain points it passes through. Usually, three points are required to uniquely determine a parabola.Step 1: Set Up the General Form
Start with the standard form: \[ y = ax^2 + bx + c \] Since there are three unknowns (\(a\), \(b\), and \(c\)), you need three points to create a system of equations.Step 2: Plug in the Points
Suppose the parabola passes through points \((x_1, y_1)\), \((x_2, y_2)\), and \((x_3, y_3)\). Substitute each into the equation: \[ \begin{cases} y_1 = a x_1^2 + b x_1 + c \\ y_2 = a x_2^2 + b x_2 + c \\ y_3 = a x_3^2 + b x_3 + c \end{cases} \]Step 3: Solve the System
Solve the three equations simultaneously to find values for \(a\), \(b\), and \(c\). This can be done using substitution, elimination, or matrix methods.Example
If the parabola passes through points \((1, 2)\), \((2, 5)\), and \((3, 10)\): \[ \begin{cases} 2 = a(1)^2 + b(1) + c = a + b + c \\ 5 = a(2)^2 + b(2) + c = 4a + 2b + c \\ 10 = a(3)^2 + b(3) + c = 9a + 3b + c \end{cases} \] Solving these will give you the coefficients and hence the equation.Finding Equation of Parabola from Vertex and Another Point
If you know the vertex and one additional point on the parabola, you can use the vertex form to write the equation easily.Step 1: Write the General Vertex Form
Start with: \[ y = a(x - h)^2 + k \] where \((h, k)\) is the vertex.Step 2: Substitute the Vertex Coordinates
Plug in the vertex values for \(h\) and \(k\).Step 3: Use the Additional Point to Find \(a\)
Example
Vertex at \((2, 3)\) and point \((4, 11)\): \[ 11 = a(4 - 2)^2 + 3 \implies 11 = a(2)^2 + 3 \implies 11 = 4a + 3 \] \[ 4a = 8 \implies a = 2 \] So the equation is: \[ y = 2(x - 2)^2 + 3 \]Using Focus and Directrix to Find the Parabola’s Equation
When you have the parabola’s focus and directrix, you can use the geometric definition to find the equation.Step 1: Identify Orientation
Determine if the parabola opens vertically or horizontally based on the positions of the focus and directrix.Step 2: Find the Vertex Coordinates
The vertex lies exactly halfway between the focus and directrix.Step 3: Calculate \(p\), the Distance from Vertex to Focus
Measure the distance between the vertex and focus; this distance is \(p\).Step 4: Write the Equation
- For a vertical parabola opening up/down:
- For a horizontal parabola opening left/right:
Example
Focus: \((3, 4)\), directrix: \(y = 2\)- Vertex: midpoint between \(y=4\) and \(y=2\) is at \(y=3\), so vertex \((3, 3)\)
- Distance \(p = 4 - 3 = 1\)
- Since the parabola opens upwards (focus above directrix), the equation is:
Tips for Working with Parabolas and Their Equations
- When given various forms, try converting between standard, vertex, and focus-directrix forms to better understand the parabola’s features.
- Graphing points helps visualize the parabola and verify your equation.
- Remember that the coefficient \(a\) affects the width and direction; a larger \(|a|\) means a narrower parabola.
- If you only have two points and the vertex, use vertex form to find the equation more efficiently than the standard form.
- Practice identifying whether the parabola opens vertically or horizontally from the given data to choose the right form.