Question #49468

a circle has the equation x(to the power of 2)+y(to the power of 2)+12x+8y+7=0

a) write down the coordinates of the centre C

b) i) show that the line with equation x=13-2y is a tangent to the circle.

ii) find the coordinates of the point Q where the tangent and circle meet

c) the point P lies on the given line such that PQ=QC. Find the two possible coordinates of P
1

Expert's answer

2014-11-28T09:14:48-0500

Answer on Question #49468 – Math – Analytic Geometry

A circle has the equation x2+y2+12x+8y+7=0x^2 + y^2 + 12x + 8y + 7 = 0.

a) Write down the coordinates of the center C.

b) Show that the line with equation x=132yx = 13 - 2y is a tangent to the circle.

c) Find the coordinates of the point Q where the tangent and circle meet.

d) The point P lies on the given line such that PQ=QCPQ = QC. Find the two possible coordinates of P.

Solution:

a) The general form of the equation for a circle with its center at (h, k) and radius of r is:


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


where the center being at the point (h, k) and the radius being "r".


x2+y2+12x+8y+7=0x^2 + y^2 + 12x + 8y + 7 = 0


Then we take the constant to the right side.


x2+y2+12x+8y=7x^2 + y^2 + 12x + 8y = -7


Now we can group the y-terms and x-terms.


(x2+12x)+(y2+8y)=7(x^2 + 12x) + (y^2 + 8y) = -7


Then we convert the left side to squared form.


(x2+12x+36)36+(y2+8y+16)16=7(x^2 + 12x + 36) - 36 + (y^2 + 8y + 16) - 16 = -7


Simplify the obtained expression.


(x+6)2+(y+4)2=36+167(x + 6)^2 + (y + 4)^2 = 36 + 16 - 7


Simplify the right side of the equation.


(x+6)2+(y+4)2=45(x + 6)^2 + (y + 4)^2 = 45


Compare the last equation to general form of the equation for a circle (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. We see that h=6h = -6, k=4k = -4 and r=456.708r = \sqrt{45} \approx 6.708 units. So the center of the circle is (-6, -4) and the radius is 6.708 units. As a result of our calculation we can represent the graph of the found equation for circle. The graph is shown on Figure 1.



Figure 1 The graph of the equation x2+y2+12x+8y+7=0x^{2} + y^{2} + 12x + 8y + 7 = 0 .

b) Show that the line with equation x=132yx = 13 - 2y is a tangent to the circle.

We apply the method by substitution. Thus we have the following.


(132y)2+y2+12(132y)+8y+7=0(1 3 - 2 y) ^ {2} + y ^ {2} + 1 2 (1 3 - 2 y) + 8 y + 7 = 0


Simplify the obtained equation by opening the parenthesis.


16952y+4y2+y2+15624y+8y+7=01 6 9 - 5 2 y + 4 y ^ {2} + y ^ {2} + 1 5 6 - 2 4 y + 8 y + 7 = 0


Combine like terms.


5y268y+332=05 y ^ {2} - 6 8 y + 3 3 2 = 0


We obtained the quadratic equation, so we can find the discriminant.


D=b24acD = b ^ {2} - 4 a c


We have the following coefficients: a=5a = 5 , b=68b = -68 and c=332c = 332 . Substitute into the formula.


D=(68)24(5)(332)=46246640=2016D = (- 6 8) ^ {2} - 4 (5) (3 3 2) = 4 6 2 4 - 6 6 4 0 = - 2 0 1 6


Then we can determine the root of the equation.


y1=68+201610=345+6514iy _ {1} = \frac {6 8 + \sqrt {- 2 0 1 6}}{1 0} = \frac {3 4}{5} + \frac {6}{5} \sqrt {1 4 i}y2=68201610=3456514iy _ {2} = \frac {6 8 - \sqrt {- 2 0 1 6}}{1 0} = \frac {3 4}{5} - \frac {6}{5} \sqrt {1 4 i}


We can also consider another method of solution by showing that line to be a tangent to the circle is when the length of perpendicular from the center of the circle equals the radius of the circle.

Firstly we find the equation of the slope. We rewrite the original equation.


132y=x13 - 2y = x


Add -13 to both sides of the equation.


2y=x13-2y = x - 13


Divide both sides by -2.


y=12x+6.5y = -\frac{1}{2}x + 6.5


From the slope-intercept form of the line, I can see that the slope of the given line is 12-\frac{1}{2}, so radius line has slope m=2m = 2. We plug this and the center point into the point-slope equation of a straight line.


y(4)=2(x(6))y - (-4) = 2(x - (-6))


We open the parenthesis.


y+4=2x+12y + 4 = 2x + 12y=2x+8y = 2x + 8


c) The intersection of the radius line and the tangent line is a point on the circle, we solve the system of equations represented by these two lines:


12x+6.5=2x+8-\frac{1}{2}x + 6.5 = 2x + 812x+6.5=2x+8-\frac{1}{2}x + 6.5 = 2x + 8


Combine like terms on the left and right sides of the equation.


2.5x=1.5-2.5x = 1.5


Divide both sides by -2.5 and find the value of xx.


x=0.6=35x = -0.6 = -\frac{3}{5}


Now we determine the value of yy.


y=2(0.6)+8=6.8y = 2(-0.6) + 8 = 6.8


The point where the tangent and circle meet (-0.6, 6.8). But this point will relate to the circle with another equation.

The point QQ where the tangent and circle meet has the following coordinates (-4.835, 2.606).

Now we can determine the line of the point QQ (-4.835, 2.606) which lies on the circle.

Firstly we find the slope =2.606+44.835+6=6.6061.165=5.670= \frac{2.606 + 4}{-4.835 + 6} = \frac{6.606}{1.165} = 5.670

Hence mtgt=0.1764m_{\mathrm{tgt}} = -0.1764

Now we can determine the equation of the tangent at QQ , which is equal.


y2.606=0.1764(x(4.835))y - 2. 6 0 6 = - 0. 1 7 6 4 (x - (- 4. 8 3 5))y=0.1764x0.8527+2.606y = - 0. 1 7 6 4 x - 0. 8 5 2 7 + 2. 6 0 6y=0.1764x+1.753y = - 0. 1 7 6 4 x + 1. 7 5 3


The graph is shown on Figure 2.



Figure 2 The graph of the equation (x+6)2+(y+4)2=45(x + 6)^{2} + (y + 4)^{2} = 45 and the line y=0.1764x+1.753y = -0.1764x + 1.753 .

d) The point PP lies on the given line such that PQ=QCPQ = QC . Find the two possible coordinates of PP .

We have already determined the coordinate of the point QQ (-4.835, 2.606). Based on the noted information that PQ=QCPQ = QC we can conclude the QQ is midpoint of the line PC. To find the coordinate of the point PP we apply the following formula.


Q(4.835,2.606)=(XP+XC2,YP+YC2)Q (- 4. 8 3 5, 2. 6 0 6) = (\frac {X _ {P} + X _ {C}}{2}, \frac {Y _ {P} + Y _ {C}}{2})XP+XC2=4.835\frac {X _ {P} + X _ {C}}{2} = - 4. 8 3 5YP+YC2=2.606\frac {Y _ {P} + Y _ {C}}{2} = 2. 6 0 6


Simplify the expressions.


XP+XC=9.67X _ {P} + X _ {C} = - 9. 6 7YP+YC=5.212Y _ {P} + Y _ {C} = 5. 2 1 2XP=9.67XCX _ {P} = - 9. 6 7 - X _ {C}YP=5.212YCY _ {P} = 5. 2 1 2 - Y _ {C}


Finally the coordinates of the point will be equal to (9.67XC,5.212YC)(-9.67 - X_C, 5.212 - Y_C) .

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!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS