Math Problem Statement

Write the equation of the circle with center (−3, 2) and (6, 4) a point on the circle. A (x + 3) + = 13 2 (y−2) 2 B (x + 3) + = 25 2 (y−2) 2 C (x + 3) + = 85 2 (y−2) 2 D (x + 3) + = 117 2 (y−2) 2

Solution

To find the equation of the circle, we use the standard form of the equation of a circle:

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

Where:

  • (h,k)(h, k) is the center of the circle,
  • rr is the radius.

Given:

  • The center of the circle is (3,2)(-3, 2), so h=3h = -3 and k=2k = 2.
  • A point on the circle is (6,4)(6, 4), which we can use to calculate the radius rr.

Step 1: Calculate the radius

The radius is the distance between the center (3,2)(-3, 2) and the point (6,4)(6, 4), and we can find this distance using the distance formula:

r=(x2x1)2+(y2y1)2r = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} Substitute the coordinates of the center and the point on the circle:

r=(6(3))2+(42)2r = \sqrt{(6 - (-3))^2 + (4 - 2)^2} r=(6+3)2+(42)2r = \sqrt{(6 + 3)^2 + (4 - 2)^2} r=92+22r = \sqrt{9^2 + 2^2} r=81+4=85r = \sqrt{81 + 4} = \sqrt{85}

So, r2=85r^2 = 85.

Step 2: Write the equation of the circle

Now that we have the center (3,2)(-3, 2) and r2=85r^2 = 85, we can substitute into the equation:

(x(3))2+(y2)2=85(x - (-3))^2 + (y - 2)^2 = 85 (x+3)2+(y2)2=85(x + 3)^2 + (y - 2)^2 = 85

This matches option C.

Answer:

The correct equation is:

C. (x+3)2+(y2)2=85(x + 3)^2 + (y - 2)^2 = 85


Would you like to explore further details or ask about another topic?

Here are 5 related questions:

  1. How do you calculate the distance between two points in a 2D plane?
  2. What is the general form of a circle's equation in 2D geometry?
  3. How does the center-radius form of a circle help in graphing the circle?
  4. How can you determine if a point lies inside or outside a circle using the equation?
  5. Can you derive the equation of a circle given just two points on its circumference?

Tip: Always double-check your distance calculations, as small errors can throw off the radius and thus the entire equation.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Circles
Distance Formula

Formulas

(x - h)^2 + (y - k)^2 = r^2
Distance formula: r = sqrt((x2 - x1)^2 + (y2 - y1)^2)

Theorems

Circle equation in center-radius form

Suitable Grade Level

Grades 9-11