document.write( "Question 1186028: Find the equation of the ellipse whose center is at (2, 7), having a focus at (2, 10), and having an endpoint of its minor axis at (4, 7). \n" ); document.write( "
Algebra.Com's Answer #849482 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to find the equation of the ellipse:\r \n" ); document.write( "\n" ); document.write( "**1. Identify the center:**\r \n" ); document.write( "\n" ); document.write( "The center of the ellipse is given as (h, k) = (2, 7).\r \n" ); document.write( "\n" ); document.write( "**2. Determine the orientation:**\r \n" ); document.write( "\n" ); document.write( "Since the focus (2, 10) and the center (2, 7) have the same x-coordinate, the major axis is vertical.\r \n" ); document.write( "\n" ); document.write( "**3. Find the distance from the center to a focus (c):**\r \n" ); document.write( "\n" ); document.write( "c = |10 - 7| = 3\r \n" ); document.write( "\n" ); document.write( "**4. Find the length of the semi-minor axis (b):**\r \n" ); document.write( "\n" ); document.write( "The endpoint of the minor axis is (4, 7). The distance from the center (2, 7) to this endpoint is the length of the semi-minor axis (b).\r \n" ); document.write( "\n" ); document.write( "b = |4 - 2| = 2\r \n" ); document.write( "\n" ); document.write( "**5. Find the length of the semi-major axis (a):**\r \n" ); document.write( "\n" ); document.write( "We know that a² = b² + c². Therefore:\r \n" ); document.write( "\n" ); document.write( "a² = 2² + 3² \n" ); document.write( "a² = 4 + 9 \n" ); document.write( "a² = 13 \n" ); document.write( "a = √13\r \n" ); document.write( "\n" ); document.write( "**6. Write the equation of the ellipse:**\r \n" ); document.write( "\n" ); document.write( "The standard form equation of an ellipse with a vertical major axis is:\r \n" ); document.write( "\n" ); document.write( "((x - h)² / b²) + ((y - k)² / a²) = 1\r \n" ); document.write( "\n" ); document.write( "Substituting the values we found:\r \n" ); document.write( "\n" ); document.write( "((x - 2)² / 2²) + ((y - 7)² / (√13)²) = 1\r \n" ); document.write( "\n" ); document.write( "Simplifying:\r \n" ); document.write( "\n" ); document.write( "((x - 2)² / 4) + ((y - 7)² / 13) = 1\r \n" ); document.write( "\n" ); document.write( "Therefore, the equation of the ellipse is $\boxed{\frac{(x-2)^2}{4} + \frac{(y-7)^2}{13} = 1}$. \n" ); document.write( " \n" ); document.write( " |