SOLUTION: For the circle {{{ x^2 + y^2 = 4 }}} and the line {{{ y = mx + 4 }}}, determine the exact values of the gradient {{{ m }}} so that the line: a) is a tangent to the circle b) in

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: For the circle {{{ x^2 + y^2 = 4 }}} and the line {{{ y = mx + 4 }}}, determine the exact values of the gradient {{{ m }}} so that the line: a) is a tangent to the circle b) in      Log On


   



Question 985482: For the circle +x%5E2+%2B+y%5E2+=+4+ and the line +y+=+mx+%2B+4+, determine the exact values of the gradient +m+ so that the line:
a) is a tangent to the circle
b) intersects the circle in two places
c) does not intersect the circle

Found 3 solutions by KMST, solver91311, ikleyn:
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
+system%28x%5E2+%2B+y%5E2+=+4%2C+y+=+mx+%2B+4%29+ gives us the intersection points of circle and line.
+system%28x%5E2+%2B+y%5E2+=+4%2C+y+=+mx+%2B+4%29+--->x%5E2+%2B+%28mx+%2B+4%29%5E2+=+4--->x%5E2+%2B+m%5E2x%5E2+%2B8mx%2B16+=+4--->%28m%5E2%2B1%29x%5E2+%2B8mx%2B12+=0
That is a quadratic equation.
A quadratic equation of the form ax%5E2%2Bbx%2Bc=0
has no real solutions if b%5E2-4%2Aa%2Ac%3C0 .
It has one real solution if b%5E2-4%2Aa%2Ac=0 , and
it has two real solutions if b%5E2-4%2Aa%2Ac%3E0 .
For the quadratic equation %28m%5E2%2B1%29x%5E2+%2B8mx%2B12+=0 , system%28a=m%5E2%2B1%2Cb=8m%2Cc=12%29 ,so
.
The zeros of 16%28m%5E2-3%29 are the zeros of m%5E2-3 , given by
m=-sqrt%283%29 and m=sqrt%283%29 .
For those values, the line is tangent to the circle.

In between those values of m ,
for -sqrt%283%29%3Cm%3Csqrt%283%29 ,
16%28m%5E2-3%29 is negative, and the line does not intersect the circle.
Otherwise, for system%28m%3C-sqrt%283%29%2C%22or%22%2Cm%3Esqrt%283%29%29 ,
16%28m%5E2-3%29%3E0%29 , and the line intersects the circle in two places.

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!


KMSTs solution is more general, and therefore better, IMHO, than what I am about to show you. However, this is a slightly different way to look at this particular problem and may give you some additional insight.

Note that a tangent to a circle is perforce perpendicular to a radius. An examination of the diagram shows us that a tangent as described, the perpendicular radius, and that segment of the -axis between the origin and the -intercept of the desired line form a right triangle. Since the measure of the radius of the circle which forms the short leg of the right triangle is 2 and the measure of the -axis segment that forms the hypotenuse of the right triangle measures 4, we have a 30-60-90 right triangle, where the angle between the radius and the axis is the 60 degree angle. See figure below:

.

That means that the angle between the radius ray and the -axis is 30 degrees. A quick examination of a unit circle and using a multiplier of 2 to match the radius of the given circle, we see readily that the point of tangency in QI is .

Using the slope formula, the slope of the line that passes through the points and is .

Symmetry gives us a second point of tangency in QII, which is simply and then the slope of the line through the second point is just the additive inverse of the slope of the first equation.

From there it should be clear that any slope in the open interval will produce a secant line.

Further, any slope in either open interval or will produce a line that does not intersect the circle.

John

My calculator said it, I believe it, that settles it

Answer by ikleyn(52798) About Me  (Show Source):
You can put this solution on YOUR website!

To find the intersection points of the circle and the straight line,  substitute  y = mx+%2B+4  into the equation  x%5E2+%2B+y%5E2 = 4.  You will get
x%5E2 + %28mx%2B4%29%5E2 = 4,

x%5E2 + m%5E2%2Ax%5E2+%2B+2%2A4%2Amx+%2B+4 = 4,

%281+%2B+m%5E2%29%2Ax%5E2+%2B+8mx+%2B+16 = 4,

%281+%2B+m%5E2%29%2Ax%5E2+%2B+8mx+%2B+12 = 0.

Next,  apply the quadratic formula to find the roots

x = %28-8m+%2B-+sqrt%28d%29%29%2F%282%2A%281%2Bm%5E2%29%29,

where  d  is the discriminant  d = 64%2Am%5E2+-+4%2A12%2A%281%2Bm%5E2%29 = %2864-48%29%2Am%5E2+-+48 = 16%2Am%5E2+-+48.

Now everything is determined by the discriminant.

If  d > 0,  then there are two roots.  Correspondingly,  there are two intersection points.
In opposite,  if there are two intersection points,  then there are two roots, hence, d > 0.

If  d = 0,  then there is only one root.  It means that the straight line tangents the circle.
And in opposite,  if the straight line tangents the circle, then there is only one root,  hence,  d = 0.

Finally,  d < 0 <-----> there are no intersection points.

Thus you need to solve this critical equation

16%2Am%5E2+-+48 = 0.

It gives

m = +/- sqrt%283%29.

So,  if  m = +/- sqrt%283%29,  then the straight line tangents the circle.

If  abs%28m%29 > sqrt%283%29,  then  d>0  and there are two intersection points.

If  -sqrt%283%29 < m < sqrt%283%29,  then d<0  and there are no intersection points.