Scalar projection - finding distance between line and point

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 6K views
tysonk
Messages
33
Reaction score
0
Using a scalar projections how do you show that the distance from a point P(x1,y1) to line
ax + by + c = 0 is

[itex]\frac{|ax1 +b y1 + c|}{\sqrt{a^2 +b^2}}[/itex]

I do not know how to approach this, please provide some guidance.
 
Physics news on Phys.org
tysonk said:
Using a scalar projections how do you show that the distance from a point P(x1,y1) to line
ax + by + c = 0 is

[itex]\frac{|ax1 +b y1 + c|}{\sqrt{a^2 +b^2}}[/itex]

I do not know how to approach this, please provide some guidance.

Find a normal vector ##\hat n## to the line and a vector ##\vec V## from some point on your line to your given point and think about projections.