Equation of a tangent line to a given circle from an external point - Stuck

Click For Summary

Homework Help Overview

The discussion revolves around finding the equations of tangent lines to the circle defined by x^2+y^2=2y that pass through the external point (0,4). The original poster, John, attempts to derive these equations using the general form of a line and the circle's equation, but expresses uncertainty about his approach and calculations.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • John attempts to substitute the line equation into the circle's equation and solve the resulting quadratic. He questions whether his approach is correct and expresses confusion about the next steps after forming the quadratic equation.
  • Some participants suggest considering the geometric relationship between the tangent line and the radius of the circle, emphasizing the need for the tangent line to be perpendicular to the radius at the point of tangency.
  • Others propose using the properties of slopes to establish relationships between the tangent line and the radius, leading to equations that can be solved for the points of tangency.

Discussion Status

The discussion is active, with participants providing guidance on geometric interpretations and relationships. John acknowledges the help he receives and indicates that he follows the reasoning presented by others, suggesting that he is making progress in understanding the problem.

Contextual Notes

There is an implicit assumption that participants are familiar with the concepts of tangents, circles, and slopes, as well as the algebra involved in manipulating quadratic equations. The problem is situated within a precalculus context, which may limit the use of calculus-based approaches.

JOhnJDC
Messages
35
Reaction score
0
Hello - I've been stuck on this for a while now and I really need some help.

Homework Statement


Find the equations for all lines that are tangent to the circle x^2+y^2=2y and pass through the point (0,4).

Homework Equations


y=mx+b
ax^2+bx+c=0

The Attempt at a Solution


From the given equation of the circle, I know that the circle has a center of (0, 1) and that its radius is 1. I also know that the general equation of the tangent line is y-4=m(x-0) or y=m(x-0)+4, which really is simply y=mx+4, right?. I'm trying to solve for the equations of the tangent lines by plugging y=mx+4 into the equation of the circle, x^2+y^2=2y, and solving the resulting quadratic equation. However, I can't seem to solve it. Is this a correct approach to this problem? Here is what I did:

x^2+(mx+4)^2=2(mx+4); simplifying:
x^2+(m^2)(x^2)+6mx+8=0

Assuming this is the right approach so far, I'm not really sure what to do from here. I applied the quadratic formula to the "mx" part of the equation ((m^2)(x^2)+6mx+8) and got -2 and -4, but I think I'm missing something. I'd really appreciate a walk-through.

Many thanks,
John
 
Physics news on Phys.org
I think that what you're missing is that the tangent line is tangent to the circle. Since you posted this in the Precalc section, I'm assuming you don't know calculus, but it's not needed in this problem.

You have the equation of your tangent lines (there are two of them) as y = mx + 4, which has a slope of m. Draw a radius from the center of the circle to the point of tangency (x, y). Can you find the slope of this radius knowing that it is perpendicular to the tangent line? Also, the point of tangency is on the circle, so it has to satisfy the circle's equation.
 
Sorry, accidentally hit submit before I was finished. Anyway..

Your attempt is good, but doesn't use the fact that the lines are tangent to the circle.
First you'll want the center of the circle.

<br /> \begin{align*}<br /> x^2 + y^2 &amp;= 2y\\<br /> x^2 + y^2 - 2y &amp;= 0<br /> \end{align*}<br />

Complete the square (I'll leave the details to you) to get:
<br /> x^2 + (y-1)^2 = 1<br />

So the center of the circle is (0, 1), and the radius is 1.

You're right about the equation of the tangent line. But what you also need to use is that the tangent line to a circle at point P is perpendicular to the line that goes through point P and the center of the circle.

So you want to find the equation of all lines that go through (0, 4) and are tangent to the circle. Such a line will hit the circle at some point (a, b). So you want a line that goes through the points (0,4) and (a,b). This line is perpendicular to the line that goes through (a, b) and (0, 1), since (0, 1) is the center of the circle.

The line through the points (0,4) and (a,b) has slope m = (b-4)/a.
(That's the line you want to find.)

The line through the points (0,1) and (a,b) has slope n = (b-1)/a.

Since these lines are perpendicular, their slopes are negative reciprocals. So you have
m = -1/n, which means (after some simplifications):

<br /> \frac{b-4}{a} = \frac{a}{1-b}<br />

Multiply both sides by a*(1-b), and you get

<br /> a^2 = (b-4)(1-b)<br />

Note that the point (a,b) is on the circle, so it satisfies the equation of the circle. In other words, we have
<br /> \begin{align*}<br /> a^2 + (b-1)^2 &amp;= 1\\<br /> a^2 &amp;= 1 - (b-1)^2<br /> \end{align*}<br />

So now we have two different expressions for a^2:
<br /> \[a^2 = (1-b)(b-4)\]<br /> \[a^2 = 1 - (b-1)^2\]<br />

So you want to set them equal to each other and solve for b:
<br /> \begin{align*}<br /> (1-b)(b-4) &amp;= 1 - (b-1)^2\\<br /> b - 4 - b^2 + 4b &amp;= 1 - (b^2 - 2b + 1)\\<br /> &amp;\vdots<br /> \end{align*}<br />

I'll leave the details to you, but you should end up with b = 4/3. Then you plug that back into either one of your equations for a^2, and you'll get
<br /> a = \pm \frac{2\sqrt{2}}{3}<br />

Then you can plug these into one of your expressions for m, and you'll get something like
<br /> \begin{align*}<br /> m &amp;= \frac{a}{1-b}\\<br /> &amp;= \frac{\pm\frac{2\sqrt{2}}{3}}{1 - \frac{4}{3}}\\<br /> &amp;= \mp 2\sqrt{2}<br /> \end{align*}<br />
("m" has the oppposite sign of "a".. that is, if one is positive, the other is negative)

So the equations of your tangent lines are
<br /> y = \pm2\sqrt{2}x + 4<br />
 
Thanks so much, xeno_gear. I followed your logic entirely and arrived at the correct answer.

John
 
no problem. haha, yeah, i did that at first, then i graphed it to check and realized there was a problem. i did edit it, but for some reason it didn't update right away, i dunno..
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
19
Views
3K
Replies
20
Views
3K
Replies
5
Views
2K