Ellipse Foci Calculator

Enter the ellipse equation (general or standard) to get the coordinates of its foci, the step-by-step procedure, and its graphical representation.

Quick Examples

Rate this tool

How to Use the Calculator

This online ellipse foci calculator is an analytical tool designed to find exactly where the focal coordinates are located based on the equation of the curve. In addition to the result, the system generates the step-by-step analytical solution and graphs the figure on the Cartesian plane.

How to enter your equation:

  • Format freedom: use the main math field to input your equation. The algebraic engine is flexible and does not require a specific order. You can enter the standard form, the general form equated to zero (e.g., 9x2 + 4y2 - 18x + 16y - 11 = 0), or completely unorganized and unsimplified expressions.
  • Supported numerical formats: the calculator accepts integer coefficients, decimal numbers, exact fractions, and irrational roots. These values are preserved symbolically throughout the procedure to guarantee that there are no rounding errors.

Once the information is processed, the tool will generate a detailed report following this logical order:

  1. Parameter identification: if you provide a general equation, the algorithm will complete the square automatically, showing you the conversion to its standard form. From there, the finder will extract the coordinates of the center C(h, k), the values of a2 and b2, and deduce the orientation of the ellipse (horizontal or vertical).
  2. Calculation of the focal distance (c): using the fundamental geometric relationship c2 = a2 - b2, the calculator will solve for the exact distance from the center to the foci. If the root is irrational, both the exact value and its decimal approximation will be provided.
  3. Coordinates of the foci: depending on the orientation of the conic, the program will analytically add and subtract the distance c from the x-coordinate (if it is horizontal) or from the y-coordinate (if it is vertical) of the center, delivering the exact points F1 and F2.

Solved Exercises

The following are examples of problems solved by the calculator.

Find the foci of the ellipse in standard form \( \dfrac{x^2}{25}+\dfrac{y^2}{9}=1. \)

Result

The foci of the given ellipse are:

$$ \begin{array}{c} F_1 \left(-4, 0\right) \\[1.2em] F_2 \left(4, 0\right)\end{array} $$

Step-by-step solution

1. Identify the equation and its parameters

The equation to work with is:

$$ \dfrac{x^2}{25} + \dfrac{y^2}{9} = 1 $$

We extract the coordinates of the center C(h, k) and the denominators. The larger denominator corresponds to a2, and the variable of the term in which it appears indicates the geometric orientation of the ellipse. Therefore:

$$ \begin{array}{c} C \left(0, 0\right) \\[1.2em] a^2 = 25 \\[1.2em] b^2 = 9 \\[1.2em] \text{Orientation: horizontal} \end{array} $$

2. Calculate the focal distance (c)

We use the fundamental relationship of the ellipse to find the value of the focal distance:

$$ \begin{array}{l} c^2 = a^2 - b^2 \\[1.2em] c = \sqrt{25 - 9} \\[1.2em] c = \sqrt{16} \\[1.2em] c = 4 \end{array} $$

3. Determine the coordinates of the foci

Since the ellipse is horizontal, its foci are obtained by adding and subtracting the value of c from the x-coordinate of the center (h).

$$ \begin{array}{l} F_1(h - c, k) \Rightarrow F_1\left(0 - 4, 0\right) \Rightarrow F_1 \left(-4, 0\right) \\[1.2em] F_2(h + c, k) \Rightarrow F_2\left(0 + 4, 0\right) \Rightarrow F_2 \left(4, 0\right) \end{array} $$
Graph on the Cartesian plane of a horizontal ellipse centered at the origin and the coordinates of its foci.
Graph of the ellipse and its foci
Find the coordinates of the foci of the ellipse \( \dfrac{(x+1)^2}{4}+\dfrac{(y-5)^2}{16}=1. \)

Result

The foci of the given ellipse are:

$$ \begin{array}{c} F_1 \left(-1, 5 - 2 \sqrt{3}\right) \approx \left(-1, 1.54\right) \\[1.2em] F_2 \left(-1, 5 + 2 \sqrt{3}\right) \approx \left(-1, 8.46\right)\end{array} $$

Step-by-step solution

1. Identify the equation and its parameters

The equation to work with is:

$$ \dfrac{(x+1)^2}{4} + \dfrac{(y-5)^2}{16} = 1 $$

We extract the coordinates of the center C(h, k) and the denominators. The larger denominator corresponds to a2, and the variable of the term in which it appears indicates the geometric orientation of the ellipse. Therefore:

$$ \begin{array}{c} C \left(-1, 5\right) \\[1.2em] a^2 = 16 \\[1.2em] b^2 = 4 \\[1.2em] \text{Orientation: vertical} \end{array} $$

2. Calculate the focal distance (c)

We use the fundamental relationship of the ellipse to find the value of the focal distance:

$$ \begin{array}{l} c^2 = a^2 - b^2 \\[1.2em] c = \sqrt{16 - 4} \\[1.2em] c = \sqrt{12} \\[1.2em] c = 2 \sqrt{3} \approx 3.46 \end{array} $$

3. Determine the coordinates of the foci

Since the ellipse is vertical, its foci are obtained by adding and subtracting the value of c from the y-coordinate of the center (k).

$$ \begin{array}{l} F_1(h, k - c) \Rightarrow F_1\left(-1, 5 - 2 \sqrt{3}\right) \approx \left(-1, 1.54\right) \\[1.2em] F_2(h, k + c) \Rightarrow F_2\left(-1, 5 + 2 \sqrt{3}\right) \approx \left(-1, 8.46\right) \end{array} $$
Graph on the Cartesian plane of a vertical ellipse centered outside the origin and the coordinates of its foci.
Graph of the ellipse and its foci
Find the location of the foci of the ellipse in general form \( 4x^2+9y^2-16x-18y-11=0. \)

Result

The foci of the given ellipse are:

$$ \begin{array}{c} F_1 \left(2 - \sqrt{5}, 1\right) \approx \left(-0.24, 1\right) \\[1.2em] F_2 \left(2 + \sqrt{5}, 1\right) \approx \left(4.24, 1\right)\end{array} $$

Step-by-step solution

1. Identify the equation and its parameters

The equation to work with is:

$$ 4x^2 + 9y^2 - 16x - 18y - 11 = 0 $$

To extract the parameters of the ellipse, we convert the equation to its standard form by completing the square if necessary:

$$ \dfrac{\left(x - 2\right)^2}{9} + \dfrac{\left(y - 1\right)^2}{4} = 1 $$

We extract the coordinates of the center C(h, k) and the denominators. The larger denominator corresponds to a2, and the variable of the term in which it appears indicates the geometric orientation of the ellipse. Therefore:

$$ \begin{array}{c} C \left(2, 1\right) \\[1.2em] a^2 = 9 \\[1.2em] b^2 = 4 \\[1.2em] \text{Orientation: horizontal} \end{array} $$

2. Calculate the focal distance (c)

We use the fundamental relationship of the ellipse to find the value of the focal distance:

$$ \begin{array}{l} c^2 = a^2 - b^2 \\[1.2em] c = \sqrt{9 - 4} \\[1.2em] c = \sqrt{5} \approx 2.24 \end{array} $$

3. Determine the coordinates of the foci

Since the ellipse is horizontal, its foci are obtained by adding and subtracting the value of c from the x-coordinate of the center (h).

$$ \begin{array}{l} F_1(h - c, k) \Rightarrow F_1\left(2 - \sqrt{5}, 1\right) \approx \left(-0.24, 1\right) \\[1.2em] F_2(h + c, k) \Rightarrow F_2\left(2 + \sqrt{5}, 1\right) \approx \left(4.24, 1\right) \end{array} $$
Graph on the Cartesian plane of a horizontal ellipse outside the origin and the coordinates of its foci.
Graph of the ellipse and its foci

Related Tools

Daniel Machado

Professor of Mathematics, graduated from the Faculty of Exact, Chemical and Natural Sciences of the National University of Misiones (UNAM). Developer and creator of RigelUp, dedicated to building tools for mathematical learning.