Message Boards Message Boards

0
|
3343 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Find tangent line to the circle

Posted 10 years ago

Hi,

I basically have a circle with given radius and it's displacement from the origin and now I have to calculate the tangent to the circle at a given point. (Basically if I can get the slope of the tangent it's ok, I don't need more). I did use some google but I couldn't find an idea how to do this in Mathemathica? :/

Any ideas?

POSTED BY: Mitja Jan?i?
2 Replies

is displacement from origin means the coordinates of the center (x0,y0) of the circle? If so, and you know a the coordinates of a given point on the circle say (x1,y1), then why is the radius also given? Not needed, you use use EuclideanDistance to find radius.

But if you know 2 points (x0,y0) and (x1,y1) already, then you can find the slope of this line (the radius). The tangent will be normal to this. So add 90 degrees?

POSTED BY: Nasser M. Abbasi

So it is as easy as -(x1-x0)/(y1-y0) ?

POSTED BY: Mitja Jan?i?
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract