Question #57674

Write the equation of the circle satisfying the given equations:
1. with center (2, -1) and radius 3.
2. with center (1, 0) and radius square root of 5 over 3
3. with center (0, 0) and diameter 8.
4 with center (3, 4) and passing through (-1, 1).
5. center at (-3, 2) and touching the x-axis
6. center at (4, 1) touching the y-axis.
7. with radius 3, touching both axes and center in 3rd quadrant.
8. with radius 2, tangent to both axes and center in 4th quadrant.
9. with center at (0, 3) and touching the line x - y = 0
10. with center at (-2, -1) and tangent to the line 4x - 3y = 12.
11. with center at (3,2) and tangent to the line passing through (-1, 3) and (-4,0)

Expert's answer

Question #57674

The problem is:

Write the equation of the circle satisfying the given equations:

1. with center (2, -1) and radius 3.

2. with center (1, 0) and radius square root of 5 over 3

3. with center (0, 0) and diameter 8.

4. with center (3, 4) and passing through (-1, 1).

5. center at (-3, 2) and touching the x-axis

6. center at (4, 1) touching the y-axis.

7. with radius 3, touching both axes and center in 3rd quadrant.

8. with radius 2, tangent to both axes and center in 4th quadrant.

9. with center at (0, 3) and touching the line xy=0x - y = 0

10. with center at (-2, -1) and tangent to the line 4x3y=124x - 3y = 12.

11. with center at (3,2) and tangent to the line passing through (-1, 3) and (-4,0)

Solve:

The equation of the circle looks like (xa)2+(yb)2=R2(x - a)^2 + (y - b)^2 = R^2, (1)

where a,ba, b - the coordinates of the circlecenter, RR - the radius.

1. The circlewith center (2, -1) and radius 3.

We have a=2a = 2, b=1b = -1, R=3R = 3

Using (1): (x2)2+(y(1))2=32(x - 2)^2 + (y - (-1))^2 = 3^2 or (x2)2+(y+1)2=9(x - 2)^2 + (y + 1)^2 = 9

2. The circlewith center (1, 0) and radius square root of 5 over 3


a=1,b=0,R=53a = 1, b = 0, R = \sqrt{\frac{5}{3}}


Using (1): (x1)2+y2=(53)2=53(x - 1)^2 + y^2 = \left(\sqrt{\frac{5}{3}}\right)^2 = \frac{5}{3}.

3. The circlewith center (0, 0) and diameter 8.


a=0,b=0,R=diameter2=82=4a = 0, b = 0, R = \frac{\text{diameter}}{2} = \frac{8}{2} = 4


Using (1): x2+y2=42=16x^2 + y^2 = 4^2 = 16

4. The circlewith center (3, 4) and passing through (-1, 1).


a=3,b=4, but we don’t know R.a = 3, b = 4, \text{ but we don't know } R.


In general the equation of the circle is (x3)2+(y4)2=R2(x - 3)^2 + (y - 4)^2 = R^2

But the circlepasses through (-1, 1), and then point lies on the circlesatisfies the equation


(x3)2+(y4)2=R2.(x - 3)^2 + (y - 4)^2 = R^2.


So ((1)3)2+(14)2=R2((-1) - 3)^2 + (1 - 4)^2 = R^2

(4)2+(3)2=R2(-4)^2 + (-3)^2 = R^225=R225 = R^2R=5R = 5


And now the equation of the circle is (x3)2+(y4)2=52=25(x - 3)^2 + (y - 4)^2 = 5^2 = 25

5. The circlewith center at (3,2)(-3, 2) and touching the x-axis.


a=3,b=2a = -3, b = 2


If circle is touching the x-axis it's means, that module of y-coordinate of the center is radius of this circle.


R=b=2R = |b| = 2(x(3))2+(y2)2=22=4(x - (-3))^2 + (y - 2)^2 = 2^2 = 4(x+3)2+(y2)2=4(x + 3)^2 + (y - 2)^2 = 4


6. The circlewithcenter at (4,1)(4, 1) touching the y-axis.


a=4,b=1a = 4, b = 1


If circle is touching the y-axis it's means, that module of x-coordinate of the center is radius of this circle.


R=a=4R = |a| = 4(x4)2+(y1)2=42=16(x - 4)^2 + (y - 1)^2 = 4^2 = 16


7. The circlewith radius 3, touching both axes and center in 3rd quadrant.

If the circle is touching both axes his center in the point (±R;±R)(\pm R; \pm R).

Using condition that center in 3rd quadrant: a<0,b<0a < 0, b < 0.

So we have circle with radius 3 with center (3,3)(-3, -3).

Using (1): (x+3)2+(y+3)2=32=9(x + 3)^2 + (y + 3)^2 = 3^2 = 9

8. The circlewith radius 2, tangent to both axes and center in 4th quadrant

If the circle is touching both axes his center in the point (±R;±R)(\pm R; \pm R).

Using condition that center in 4th quadrant: a>0,b<0a > 0, b < 0.

So we have circle with radius 3 with center (2,2)(2, -2).

Using (1): (x2)2+(y+2)2=22=4(x - 2)^2 + (y + 2)^2 = 2^2 = 4

9. The circlewith center at (0,3)(0, 3) and touching the line xy=0x - y = 0

The radius of this circle = distance from the center and the line xy=0x - y = 0.

If you specify the equation of the line Ax+By+C=0Ax + By + C = 0, then the distance from M(a, b) point to line can be found using the following formula


d=Aa+Bb+CA2+B2d = \frac{|Aa + Bb + C|}{\sqrt{A^2 + B^2}}


In our case A=1A = 1, B=1B = -1, C=0C = 0, a=0a = 0, b=3b = 3

d=R=1013+012+(1)2=22=2d = R = \frac{|1 \cdot 0 - 1 \cdot 3 + 0|}{\sqrt{1^2 + (-1)^2}} = \frac{|-2|}{\sqrt{2}} = \sqrt{2}


Using (1): x2+(y3)2=(2)2=2x^2 + (y - 3)^2 = (\sqrt{2})^2 = 2

10. The circlewith center at (2,1)(-2, -1) and tangent to the line 4x3y=124x - 3y = 12.


A=4,B=3,C=12,a=2,b=1A = 4, B = -3, C = -12, a = -2, b = -1d=R=4(2)+(3)(1)1242+(3)2=205=4d = R = \frac{|4 \cdot (-2) + (-3) \cdot (-1) - 12|}{\sqrt{4^2 + (-3)^2}} = \frac{20}{5} = 4


Using (1): (x+2)2+(y+1)2=42=16(x + 2)^2 + (y + 1)^2 = 4^2 = 16

11. The circle with center at (3,2)(3,2) and tangent to the line passing through (1,3)(-1, 3) and (4,0)(-4, 0).

Canonical equation of a line passing through two points with coordinates (x1,y1),(x2,y2)(x_1, y_1), (x_2, y_2) looks like formula xx1x2x1=yy1y2y1\frac{x - x_1}{x_2 - x_1} = \frac{y - y_1}{y_2 - y_1}.


(x1,y1)=(1,3)(x_1, y_1) = (-1, 3)(x2,y2)=(4,0)(x_2, y_2) = (-4, 0)


The line is: x+14+1=y303\frac{x + 1}{-4 + 1} = \frac{y - 3}{0 - 3}

x+13=y33\frac{x + 1}{-3} = \frac{y - 3}{-3}x+1=y3x + 1 = y - 3


Line is xy+4=0x - y + 4 = 0

A=1,B=1,C=4,a=3,b=2A = 1, B = -1, C = 4, a = 3, b = 2

d=R=13+(1)2+412+(1)2=52d = R = \frac{|1 \cdot 3 + (-1) \cdot 2 + 4|}{\sqrt{1^2 + (-1)^2}} = \frac{5}{\sqrt{2}}


Using (1): (x3)2+(y2)2=(52)2=252(x - 3)^2 + (y - 2)^2 = \left(\frac{5}{\sqrt{2}}\right)^2 = \frac{25}{2}

**Answers:**

1. (x2)2+(y+1)2=9(x - 2)^2 + (y + 1)^2 = 9

2. (x1)2+y2=53(x - 1)^2 + y^2 = \frac{5}{3}

3. x2+y2=16x^2 + y^2 = 16

4. (x3)2+(y4)2=25(x - 3)^2 + (y - 4)^2 = 25

5. (x+3)2+(y2)2=4(x + 3)^2 + (y - 2)^2 = 4

6. (x4)2+(y1)2=16(x - 4)^2 + (y - 1)^2 = 16

7. (x+3)2+(y+3)2=9(x + 3)^2 + (y + 3)^2 = 9

8. (x2)2+(y+2)2=4(x - 2)^2 + (y + 2)^2 = 4

9. x2+(y3)2=2x^2 + (y - 3)^2 = 2

10. (x+2)2+(y+1)2=16(x + 2)^2 + (y + 1)^2 = 16

11. (x3)2+(y2)2=252(x - 3)^2 + (y - 2)^2 = \frac{25}{2}

http://www.AssignmentExpert.com/


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS