asked 105k views
5 votes
Which is the standard equation of a circle with diameter with A(0, -1) and B(2, 1)?

x2 + (y + 1)2 = 2

(x - 2)2 + (y - 1)2 = 1

(x + 1)2 + y2 = 1

(x - 1)2 + y2 = 2

asked
User Pouki
by
8.1k points

1 Answer

3 votes

The standart equation:

(x - xc)² + (y - yc)² = r²

For this case, we have the diameter given by 2 points, A and B, the center will be the middle point of this line. We can get the middle point of this line adding both x's and dividing by two, the same for y.

M = (0+2/2, -1+1/2)

M = (2/2, 0/2)

M = (1, 0)

For the radius we need to know the distance between the middle point and A or B,

d =
√((x_1-x_2)^2+(y_1-y_2)^2)

Let's use B.

d =
√((1-2)^2+(0-1)^2)

d=
√((-1)^2+(-1)^2)

d=
√(1+1)

d=
√(2)

Knowing the radius we can put all in the formule

(x - xc)² + (y - yc)² = r²

(x - 1)² + (y - 0)² =
√(2)^2

(x - 1)² + y² = 2

answered
User Andrey Sobolev
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.