Scalar projection - finding distance between line and point

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.