|
-
Oct 31st, 2006, 02:00 PM
#1
Thread Starter
Fanatic Member
-
Oct 31st, 2006, 05:21 PM
#2
Thread Starter
Fanatic Member
Re: Lines and Arcs 2
In the odd event that someone needs something like this I've just worked it out.
y=mx
(x-a)²+(y-b)²=r²
substituting
(x-a)²+(mx-b)²=r²
multiplying out
x²-2ax+a²+(mx)²-2bmx+b²-r²=0
creating polynomial equation in terms of x
(m²+1)x²-(2a+2bm)x +a²+b²-r²
Quadratic Solution
x=(-b±sqr(b²-4ac))/(2*a)
Substituting,
x=(2a+2bm ±sqr((2a+2bm)²-4*(m²+1)*(a²+b²-r²)))/(2*(m²+1))
Thanks to anyone who may have looked at this post and scratched their head.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|