Skip to main content

Parabola Calculator

Our free coordinate geometry calculator solves parabola problems. Get worked examples, visual aids, and downloadable results.

Share this calculator

Formula

y = ax^2 + bx + c | Vertex: (-b/2a, f(-b/2a)) | Focus: (h, k + 1/(4a))

Where a, b, c are the quadratic coefficients, h and k are the vertex coordinates, the focus lies 1/(4a) units above the vertex, and the directrix lies 1/(4a) units below the vertex.

Worked Examples

Example 1: Standard Parabola Analysis

Problem: Analyze the parabola y = x^2 - 4x + 3. Find vertex, focus, directrix, and roots.

Solution: a = 1, b = -4, c = 3\nVertex x = -(-4) / (2*1) = 2\nVertex y = 1(4) - 4(2) + 3 = -1\nVertex: (2, -1)\nFocus distance = 1 / (4*1) = 0.25\nFocus: (2, -0.75)\nDirectrix: y = -1.25\nDiscriminant = 16 - 12 = 4\nRoots: x = (4 + 2) / 2 = 3, x = (4 - 2) / 2 = 1

Result: Vertex: (2, -1) | Focus: (2, -0.75) | Roots: x = 1, x = 3

Example 2: Downward-Opening Parabola

Problem: Analyze y = -2x^2 + 8x - 6. Find vertex and determine if it has real roots.

Solution: a = -2, b = 8, c = -6\nVertex x = -8 / (2*(-2)) = 2\nVertex y = -2(4) + 8(2) - 6 = 2\nVertex: (2, 2) - this is a maximum\nDiscriminant = 64 - 48 = 16 > 0\nTwo real roots: x = (-8 + 4) / -4 = 1, x = (-8 - 4) / -4 = 3\nLatus rectum = |1/(-2)| = 0.5

Result: Vertex: (2, 2) | Opens downward | Roots: x = 1, x = 3

Frequently Asked Questions

What is a parabola and what defines its shape?

A parabola is a U-shaped curve that is the graph of a quadratic function y = ax^2 + bx + c. It is defined as the set of all points equidistant from a fixed point called the focus and a fixed line called the directrix. The coefficient 'a' determines the width and direction of opening: larger absolute values of 'a' produce narrower parabolas, while smaller values create wider ones. When 'a' is positive the parabola opens upward forming a minimum point, and when 'a' is negative it opens downward creating a maximum. Parabolas appear naturally in projectile motion, satellite dish designs, and architectural arches.

What is the vertex of a parabola and how do you find it?

The vertex is the highest or lowest point of a parabola and represents the turning point of the curve. For the standard form y = ax^2 + bx + c, the vertex x-coordinate is found using x = -b / (2a), and the y-coordinate is found by substituting this x value back into the equation. The vertex is crucial because it gives you the maximum or minimum value of the quadratic function. In vertex form y = a(x - h)^2 + k, the vertex is simply the point (h, k). Engineers and scientists frequently need the vertex to determine optimal values in optimization problems, such as maximum profit or minimum cost calculations.

What is the focus and directrix of a parabola?

The focus is a special point inside the parabola, and the directrix is a line outside it, such that every point on the parabola is equidistant from both. For y = ax^2 + bx + c, the focus lies at (h, k + 1/(4a)) and the directrix is the line y = k - 1/(4a), where (h, k) is the vertex. The distance from the vertex to the focus equals the distance from the vertex to the directrix, and this distance is |1/(4a)|. Satellite dishes and parabolic reflectors use this property because signals arriving parallel to the axis of symmetry all reflect to the focus point, concentrating energy at a single location for maximum reception strength.

How does the discriminant relate to a parabola?

The discriminant D = b^2 - 4ac determines how many times the parabola crosses the x-axis, which corresponds to the number of real roots of the quadratic equation. When D > 0, the parabola crosses the x-axis at two distinct points, giving two real roots. When D = 0, the parabola just touches the x-axis at its vertex, yielding one repeated root. When D < 0, the parabola does not cross the x-axis at all, meaning the roots are complex numbers. The discriminant is also related to the minimum or maximum distance of the vertex from the x-axis, making it a powerful tool for analyzing quadratic behavior.

What is the latus rectum of a parabola?

The latus rectum is a chord of the parabola that passes through the focus and is perpendicular to the axis of symmetry. Its length equals |1/a| for the parabola y = ax^2 + bx + c, which is also equal to 4 times the distance from the vertex to the focus. The latus rectum provides a measure of how wide the parabola is at the level of the focus. A longer latus rectum indicates a wider, more open parabola, while a shorter one indicates a narrower curve. This measurement is particularly important in optics and telescope design, where the latus rectum affects the field of view and light-gathering capability of parabolic mirrors.

How do you find the x-intercepts of a parabola?

The x-intercepts (also called roots or zeros) are found by setting y = 0 and solving ax^2 + bx + c = 0 using the quadratic formula: x = (-b +/- sqrt(b^2 - 4ac)) / (2a). You can also find them by factoring if the quadratic factors neatly, or by completing the square. The number of x-intercepts depends on the discriminant: two intercepts when b^2 - 4ac > 0, one when it equals zero, and none (for real numbers) when it is negative. Graphically, x-intercepts are where the parabola crosses or touches the horizontal axis. These points are important in many applications including break-even analysis in business and solving physics equations.

References