Parabola Calculator
Any time you come across a quadratic formula you want to analyze, you'll find this parabola calculator to be the perfect tool for you. Not only will it provide you with the parabola equation in both the standard form and the vertex form, but it will also calculate the parabola vertex, focus, and directrix for you.
What is a parabola?
A parabola is a U-shaped symmetrical curve. Its main property is that every point lying on the parabola is equidistant from both a certain point, called the focus of a parabola, and a line, called its directrix. It is also the curve that corresponds to quadratic equations.
The axis of symmetry of a parabola is always perpendicular to the directrix and goes through the focus point. The vertex of a parabola is the point at which the parabola makes its sharpest turn; it lies halfway between the focus and the directrix.
A real-life example of a parabola is the path traced by an object in projectile motion.
The parabola equation in vertex form
The standard form of a quadratic equation is y = ax² + bx + c
. You can use this vertex calculator to transform that equation into the vertex form, which allows you to find the important points of the parabola – its vertex and focus.
The parabola equation in its vertex form is y = a(x - h)² + k
, where:
- a — Same as the a coefficient in the standard form;
- h — x-coordinate of the parabola vertex; and
- k — y-coordinate of the parabola vertex.
You can calculate the values of h and k from the equations below:
h = - b/(2a)
k = c - b²/(4a)
Parabola focus and directrix
The parabola vertex form calculator also finds the focus and directrix of the parabola. All you have to do is to use the following equations:
- Focus x-coordinate: x₀ = - b/(2a);
- Focus y-coordinate: y₀ = c - (b² - 1)/(4a); and
- Directrix equation: y = c - (b² + 1)/(4a).
How to use the parabola equation calculator: an example
-
Enter the coefficients a, b and c of the standard form of your quadratic equation. Let's assume that the equation is y = 2x² + 3x - 4, what means that a = 2, b = 3 and c = -4.
-
Calculate the coordinates of the vertex, using the formulas listed above:
h = - b/(2a) = -3/4 = -0.75
k = c - b²/(4a) = -4 - 9/8 = -5.125
-
Find the coordinates of the focus of the parabola. The x-coordinate of the focus is the same as the vertex's (x₀ = -0.75), and the y-coordinate is:
y₀ = c - (b² - 1)/(4a) = -4 - (9-1)/8 = -5
-
Find the directrix of the parabola. You can either use the parabola calculator to do it for you, or you can use the equation:
y = c - (b² + 1)/(4a) = -4 - (9+1)/8 = -5.25
If you want to learn more coordinate geometry concepts, we recommend checking the average rate of change calculator and the latus rectum calculator.
FAQ
What is a parabola?
A parabola is a symmetrical U shaped curve such that every point on the curve is equidistant from the directrix and the focus.
How do I define a parabola?
A parabola is defined by the equation such that every point on the curve satisfies it. Mathematically, y = ax² + bx + c
.
How do I calculate the vertex of a parabola?
To calculate the vertex of a parabola defined by coordinates (x, y):
-
Find the x coordinate using the axis of symmetry formula:
x₀ = - b/(2a)
-
Find y coordinate using the equation of parabola:
y₀ = c - (b² - 1)/(4a)
How to calculate the focus of a parabola?
To calculate the focus of a parabola defined by coordinates (x, y):
- Find the y coordinate using the formula
y = c - (b² + 1)/(4a)
. - Find the x coordinate using the parabola equation.