Loading…

Hyperbola Equation Calculator and Converter

Math Geometry • Coordinate Geometry

View all topics

Convert hyperbola equations between general and standard forms (axis-aligned), and compute asymptotes, foci, eccentricity, vertices, and branches. The graph is interactive: drag to pan, wheel/trackpad to zoom, pinch on touch.

Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

Mode

Tip: This tool assumes no \(xy\) term (no rotation). In general form, \(A\) and \(C\) must have opposite signs.

Inputs

Enter coefficients for: \(A x^2 + C y^2 + D x + E y + F = 0\) with \(A\cdot C<0\).

Example: \(x^2/9-y^2/4=1\) ↔ \(4x^2-9y^2-36=0\).

Choose orientation and enter: center \((h,k)\), transverse radius \(a>0\), conjugate radius \(b>0\).

Extra mode (useful when only the asymptotes are known): enter the center \((h,k)\), the asymptote slope magnitude \(m>0\), and one point \(P(x_0,y_0)\) on the hyperbola.

Notes:
• Horizontal: \(m=b/a\), and \(a^2=(x_0-h)^2-\dfrac{(y_0-k)^2}{m^2}\).
• Vertical: \(m=a/b\), and \(a^2=(y_0-k)^2-(x_0-h)^2m^2\).

Graph options

The plot uses square units (equal scaling on both axes). Tick numbers stay close to their axes.

Ready
Choose a mode and click Calculate.
Hyperbola diagram (pan/zoom enabled)

Drag to pan • wheel/trackpad to zoom • pinch on touch • “Reset view” fits the geometry.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is the standard form of a hyperbola with center (h, k)?

For a horizontal transverse axis, the standard form is (x-h)^2/a^2 - (y-k)^2/b^2 = 1. For a vertical transverse axis, it is (y-k)^2/a^2 - (x-h)^2/b^2 = 1.

How do you convert a hyperbola from general form to standard form?

For an axis-aligned hyperbola Ax^2 + Cy^2 + Dx + Ey + F = 0, complete the square in x and y to rewrite it as A(x-h)^2 + C(y-k)^2 = R, then divide by R and normalize to match a standard form.

Why does this hyperbola calculator require no xy term?

An xy term indicates a rotated conic section. This tool focuses on axis-aligned hyperbolas, so it assumes there is no rotation and therefore no xy term.

How do you find the asymptotes of a hyperbola?

From standard form, the asymptotes pass through the center and have slopes based on a and b. Horizontal: y-k = ±(b/a)(x-h). Vertical: y-k = ±(a/b)(x-h).

What is hyperbola eccentricity and how is it computed?

Eccentricity measures how “open” the hyperbola is and is always greater than 1. Compute c = sqrt(a^2 + b^2) and e = c/a.