Math Problem Statement

Determine the standard equation of an ellipse with foci at (-21,10) and (3,10) and contains the point (-9,15).

Solution

To determine the standard equation of an ellipse, we need the center, the values for the major and minor axes, and the relationship between the foci and the vertices.

Step 1: Identify the center

The foci are given as (21,10)(-21, 10) and (3,10)(3, 10). Since the center of an ellipse is the midpoint between the foci, we find the center by averaging the coordinates of the foci.

Center=(21+32,10+102)=(182,10)=(9,10)\text{Center} = \left( \frac{-21 + 3}{2}, \frac{10 + 10}{2} \right) = \left( \frac{-18}{2}, 10 \right) = (-9, 10)

Thus, the center is (9,10)(-9, 10).

Step 2: Calculate the distance between the foci

The distance between the two foci is:

d=(3(21))2+(1010)2=(3+21)2=242=24d = \sqrt{(3 - (-21))^2 + (10 - 10)^2} = \sqrt{(3 + 21)^2} = \sqrt{24^2} = 24

This distance is equal to 2c2c, where cc is the distance from the center to each focus. So:

c=242=12c = \frac{24}{2} = 12

Step 3: Use the point on the ellipse

The given point (9,15)(-9, 15) lies on the ellipse. The general equation for an ellipse centered at (h,k)(h, k) with semi-major axis aa and semi-minor axis bb is:

(xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1

From the foci, we know that the major axis is horizontal, meaning the equation will be of the form:

(x+9)2a2+(y10)2b2=1\frac{(x+9)^2}{a^2} + \frac{(y-10)^2}{b^2} = 1

Step 4: Find a2a^2

Since c=12c = 12, the relationship between aa, bb, and cc for an ellipse is given by:

c2=a2b2c^2 = a^2 - b^2

We also need to use the point (9,15)(-9, 15) to find a2a^2. At this point:

(9+9)2a2+(1510)2b2=1\frac{(-9+9)^2}{a^2} + \frac{(15-10)^2}{b^2} = 1

This simplifies to:

0a2+25b2=1\frac{0}{a^2} + \frac{25}{b^2} = 1

Thus:

25b2=1    b2=25\frac{25}{b^2} = 1 \implies b^2 = 25

Step 5: Solve for a2a^2

From the equation c2=a2b2c^2 = a^2 - b^2, we have:

122=a225    144=a225    a2=16912^2 = a^2 - 25 \implies 144 = a^2 - 25 \implies a^2 = 169

Final Equation

Now that we have a2=169a^2 = 169 and b2=25b^2 = 25, the equation of the ellipse is:

(x+9)2169+(y10)225=1\frac{(x+9)^2}{169} + \frac{(y-10)^2}{25} = 1

This is the standard equation of the ellipse.

Would you like more details, or do you have any questions? Here are five questions that extend this problem:

  1. How do you find the equation if the major axis was vertical?
  2. What is the eccentricity of this ellipse?
  3. How would the equation change if the ellipse was centered at the origin?
  4. Can you find the length of the major and minor axes?
  5. What happens to the equation if the foci move closer together?

Tip: The sum of the distances from any point on the ellipse to the two foci is always constant and equals the length of the major axis.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Analytic Geometry
Conic Sections
Ellipses

Formulas

Standard equation of an ellipse: (x-h)^2/a^2 + (y-k)^2/b^2 = 1
Distance between two points: d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Relationship between semi-major axis (a), semi-minor axis (b), and focal distance (c): c^2 = a^2 - b^2

Theorems

Ellipse Focus Theorem
Pythagorean Theorem

Suitable Grade Level

Grades 10-12