Solid chance this is way above your knowledge level
A parabola is a curve in the shape of a U that is defined as the set of all points that are equidistant to a fixed point (called the focus) and a fixed line (called the directrix).
To write the equation of a parabola with a focus at (-2, 5) and a directrix at x = 3, we can use the standard form of the equation of a parabola, which is:
y = (1/(4f))x^2 + k
Where f is the distance between the focus and the vertex (the point where the parabola changes direction), and k is a constant that determines the position of the parabola along the y-axis.
To find the value of f, we can use the distance formula:
f = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Where (x1, y1) is the coordinate of the focus and (x2, y2) is the coordinate of the vertex.
Since the focus is at (-2, 5) and the directrix is at x = 3, we can use the y-coordinate of the focus as the y-coordinate of the vertex, and the x-coordinate of the directrix as the x-coordinate of the vertex. Therefore, the coordinate of the vertex is (3, 5).
Substituting these values into the distance formula, we get:
f = sqrt((3 - (-2))^2 + (5 - 5)^2)
= sqrt((5)^2 + (0)^2)
= sqrt(25)
= 5
Now that we have the value of f, we can substitute it into the standard form of the equation of a parabola to get:
y = (1/(4*5))x^2 + k
= (1/20)x^2 + k
This is the equation for a parabola with a focus at (-2, 5) and a directrix at x = 3. The constant k determines the position of the parabola along the y-axis.