Post Reply 
Find distance between intersections of circle and line?
09-06-2019, 05:16 AM (This post was last modified: 09-06-2019 05:21 AM by teerasak.)
Post: #13
RE: Find distance between intersections of circle and line?
In CAS mode, use command
solve({y=2*x+3,(x+1)^2+y^2=55},{x,y})
then the calculator will return you 2 intersection points. Put that in a variable e.g m1
then use command
distance(m1(1),m1(2))
you will get the distance between two points


Attached File(s) Thumbnail(s)
       
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Find distance between intersections of circle and line? - teerasak - 09-06-2019 05:16 AM



User(s) browsing this thread: 1 Guest(s)