12.5k views
2 votes
The path that a satellite travels around Earth is an ellipse with Earth at one focus. The length of the major axis is about 16,000 km, and the length of the minor axis is about 12,000 km. Write an equation for the satellite's orbit.

User Cope
by
7.4k points

1 Answer

4 votes

Answer:

The answer to your question is
(x^(2))/(8000^(2)) + (y^(2))/(6000^(2)) = 1

Explanation:

Data

Ellipse

mayor axis = 16,000 km

minor axis = 12,000 km

Process

1) Calculate a and b

Mayor axis = 2a

16,000 = 2a

a = 16,000/2

a = 8000

Minor axis = 2b

12,000 = 2b

b = 12,000/2

b = 6000

2.- Equation of an ellipse


((x- h)^(2) )/(a^(2)) + ((y - k)^(2))/(b^(2)) = 1

Center = (0, 0)

-Substitution


((x - 0)^(2))/(8000^(2)) + ((y - 0)^(2))/(6000^(2))

-Simplification


(x^(2))/(8000^(2)) + (y^(2))/(6000^(2)) = 1

User Martin Hock
by
6.6k points