|
-
May 10th, 2001, 11:55 AM
#1
Thread Starter
Frenzied Member
Line Distance?
3x-4y-10=0
6x-8y+5=0
are two parallel lines. How to calculate the distance between them.
The formula for calculating the distance between a line and a point is
[code]
point A(a,b)
line p = Ax+By+C=0
distance d = (|Aa+Bb+C|) / (squareroot(A^2+B^2)
Hoe do i get a point from a line. I know it was very easy but i forgot it.
Thanks!
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
|