Find the equation of parabola given focus and directrix.
Understand the Problem
The question is asking how to find the equation of a parabola when given the locations of its focus and directrix. The focus is a fixed point, while the directrix is a line such that any point on the parabola is equidistant to both the focus and the directrix. We will use the standard definition of a parabola to derive the equation from these points.
Answer
The equation of the parabola is: $$ y = \frac{(x - h)^2 + k^2 - d^2}{2(d - k)} $$
Answer for screen readers
The equation of the parabola is: $$ y = \frac{(x - h)^2 + k^2 - d^2}{2(d - k)} $$
Steps to Solve
- Identify the coordinates of the focus and the equation of the directrix
Let the focus be at the point $(h, k)$ and the directrix be given by the line $y = d$ (assuming a horizontal directrix for simplicity). Depending on the specific focus and directrix provided, these coordinates and equation will change.
- Use the definition of a parabola
A parabola is defined as the set of all points $(x, y)$ that are equidistant from the focus and the directrix.
The distance from a point $(x, y)$ to the focus $(h, k)$ is given by the formula: $$ \sqrt{(x - h)^2 + (y - k)^2} $$
The distance from the point $(x, y)$ to the directrix $y = d$ is given by the absolute value of the difference between the y-coordinate of the point and the directrix: $$ |y - d| $$
- Equate the distances
Set the distances equal to each other since any point on the parabola satisfies this condition: $$ \sqrt{(x - h)^2 + (y - k)^2} = |y - d| $$
- Square both sides to eliminate the square root
Squaring both sides gives: $$ (x - h)^2 + (y - k)^2 = (y - d)^2 $$
- Expand and simplify the equation
Now, expand both sides: $$ (x - h)^2 + (y^2 - 2ky + k^2) = (y^2 - 2dy + d^2) $$
Next, combine like terms and get all terms on one side: $$ (x - h)^2 + k^2 - d^2 = 2y(d - k) $$
- Rearrange to standard form
Finally, we rearrange the equation to isolate $y$: $$ y = \frac{(x - h)^2 + k^2 - d^2}{2(d - k)} $$
This is the equation of the parabola in vertex form based on the given focus and directrix.
The equation of the parabola is: $$ y = \frac{(x - h)^2 + k^2 - d^2}{2(d - k)} $$
More Information
This process utilizes the geometric definition of a parabola, establishing a relationship between the distance from any point on the parabola to the focus and the directrix. The resulting equation is useful for graphing the parabola and analyzing its properties.
Tips
- Forgetting to square both sides when equating distances.
- Losing track of positive and negative signs while simplifying the equation.
- Confusing the directrix's equation and its distance calculation.
AI-generated content may contain errors. Please verify critical information