What Are the Equations of Tangent Lines to a Circle Without Using Calculus?

hawk320
Messages
13
Reaction score
0

Homework Statement


You have a circle with the equation x^{2} + (y + 1)^{2} = 1. You can draw to two tangent lines to that circle that intersect the point (0,1) What are the equations of these lines? And you can't use any calculus, derivatives and the like.


Homework Equations


y=mx+b
quadratic formula
x^{2} + (y + 1)^{2} = 1

The Attempt at a Solution


Well you can begin by knowing that the lines y-int will be 1 so y=mx+1. Then you can solve the equation for the circle for y which gives you y = -1 \pm \sqrt{1-x^{2}}. Then you can set that equation equal to 0 and get (after factoring) (1+m ^{2}) * x^{2} + 4mx + 3 = 0. Then you can plug this into the quadratic formula to get your x, but there I get stuck. i try to plug that back into y = mx +1 but I don't know what I am looking for.
 
Physics news on Phys.org
Tangent only touches the circle right? So if you solve, you should get only one solution.

For ax^2+bx+c=0 if b^2-4ac=0 how many solutions are there?
 
the data is correct, the point (0,1) does not lie on the circle the highest point of the circle is (0,0)
 
Well you have equation of the tangent lines: y=mx+1. Note that by symmetry, you can assume that the x-coordinate of the point where the lines touch the circle are x and -x and their y coordinates are the same So, you have y=mx+1 for both equations:
(1)y=m1x + 1
(2)y=m2(-x) + 1

You also have the equation of the circle. You should see how to continue from here.

EDIT: This thread shouldn't be in this forum since you can't use calculus to solve the problem.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top