Finding intersections of tangents on circles

  • Thread starter Thread starter VanKwisH
  • Start date Start date
  • Tags Tags
    Circles
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
43 replies · 7K views
VanKwisH
Messages
107
Reaction score
0

Homework Statement



A circle, with a center at the origin, and a radius of 2 has at least one tangent
with a slope of root3/3 and at least one tangent with a slope of -root3/3 .
Calculate all intersection or intersections of these tangents


Homework Equations





The Attempt at a Solution



how do i even do this?
 
Physics news on Phys.org
What is the equation of your circle?
 
i don't have one ...that's the problem... that is the exact question word for word ...
 
VanKwisH said:
i don't have one ...that's the problem... that is the exact question word for word ...
Yes you do, think back to how you can write the equation of the circle by just knowing it's position is at the Origin and that it's radius is 2.
 
(0 - h)^2 + (0 - k)^2 = 4 ??
 
VanKwisH said:
(0 - h)^2 + (0 - k)^2 = 4 ??
Good try, but h & k = 0, not x & y.

[tex]x^2+y^2=4[/tex]

So, take the derivative ... and solve for y'.
 
alright so 2x + 2y = 0
and 2y = -2x
then y = -2x / 2
y = -x ... so wtf does that have to do with finding the intersect
 
VanKwisH said:
alright so 2x + 2y = 0
and 2y = -2x
then y = -2x / 2
y = -x ... so wtf does that have to do with finding the intersect
You didn't even do it right so don't 'wtf', do it again and get y' if you still want help.

"Implicit differentiation"
 
AHHHHHHHHHH alrighty 1 sec let me calculate this
 
okay

i got dy/dx = -2x/2y ... then what??
 
[tex]y'=\frac{-x}{y}[/tex]

We're told one of our slopes is

Tangent 1 = [tex]\frac {1}{\sqrt{3}} =\frac {-x}{y}[/tex] and also gives us our coordinate [tex](-1,\sqrt{3})[/tex]

Now just use the Point-slope equation for this one and the other one whose slope can obviously be found the same way.

And to find where the slopes intersect, set them equal to each other and solve for the x position.
 
Last edited:
um ... i thought the tangents slopes were root3 / 3 and negative root3 / 3
 
so then would root3/3 = -x/y ?
and -root3/3 = -x/y??
 
VanKwisH said:
um ... i thought the tangents slopes were root3 / 3 and negative root3 / 3
Your slopes are rationalized while the ones I used are not. It's easier to type into the calculator or to write.
 
VanKwisH said:
so then would root3/3 = -x/y ?
and -root3/3 = -x/y??
Tell me what your coordinates would be if you were to use those values?

If you plug in those values into your original equation, will it equal 4? Rationalizing isn't always a good thing to do.
 
ahhhhhh ic ... so root3/3 = 1/root3
 
VanKwisH said:
ahhhhhh ic ... so root3/3 = 1/root3
Yep, and it's definitely best to use the unrationalized version so that you can also determine what your x-points will at those tangents.
 
y – y1 = m(x – x1) point slope formula right?
so i have the point (-1,root3) from the first slope
now i find the point from the second slope right??
and it should be ( 1,root3) >??
 
VanKwisH said:
y – y1 = m(x – x1) point slope formula right?
so i have the point (-1,root3) from the first slope
now i find the point from the second slope right??
and it should be ( 1,root3) >??
Yes, and since this a circle, only 1 point will change.
 
alright so i plug in those co-ordinates into the point slope equation?? and that should find me my intersect point right?
 
OOO wait crap what about the m
 
Your not looking for the equation of the intersection. It's just the x-y coordinate.

Set your tangents equal to each other and solve for x. Then find y from either equation.
 
can u show that mathematically cause it doesn't make any sense to me at all
 
[tex]y_1^{'}=\frac{-x}{\sqrt3}+\frac{4}{\sqrt3}[/tex] & [tex]y_2^{'}=\frac{x}{\sqrt3}+\frac{4}{\sqrt3}[/tex]

[tex]y_1^{'}=y_2^{'}[/tex]

[tex]\frac{-x}{\sqrt3}+\frac{4}{\sqrt3}=\frac{x}{\sqrt3}+\frac{4}{\sqrt3}[/tex]

Solve for x.
 
where did the 4 / root 3 come from??
 
[tex]y-y_1=y'(x-x_1)[/tex]

For coordinate [tex](1,\sqrt3)[/tex]

[tex]y-\sqrt3=\frac{-1}{\sqrt3}(x-1)[/tex]

[tex]y=\frac{-x}{\sqrt3}+\frac{1}{\sqrt3}+\sqrt3[/tex]

Get a common denominator for your constants and add.
 
oooooooo alrighty damnnn how would i solve for x ? cross multiply and isolate?
 
VanKwisH said:
oooooooo alrighty damnnn how would i solve for x ? cross multiply and isolate?
[tex]\frac{-x}{\sqrt3}+\frac{4}{\sqrt3}=\frac{x}{\sqrt3}+\frac {4}{\sqrt3}[/tex]

The [tex]\frac{4}{\sqrt3}[/tex] terms cancel out, so you're left with [tex]\frac{-x}{\sqrt3}=\frac{x}{\sqrt3}[/tex] now set it equal to 0 and solve for x. Or if you notice, that there is only 1 value that makes this true ...
 
apparently it's at o .... but isn't that impossibile?
 
or am i doing something wrong