PDA

View Full Version : Scalar Projection


jesuslovesu
Jul8-08, 10:44 PM
1. The problem statement, all variables and given/known data

Use the scalar projection to show that a distance from a point P(x1, y1) to the line ax + by + c = 0 is
\frac{ax1 + by1 + c}{\sqrt{a^2 + b^2}}


2. Relevant equations

scalar projection = \frac{a . b}{|a|}

3. The attempt at a solution
The first thing that I did was to say that b = (x1,y1). Unfortunately I'm having a difficult time coming up with a vector for the line. Honestly,, I am having a hard time visualizing how the scalar projection would yield the distance between a point and the line. Does anyone know what I should do to start?

Dick
Jul8-08, 11:45 PM
First, points aren't vectors. Vectors are differences between points. Second, to use scalar projection the distance between a point and a line is the scalar product of a unit normal to the line with a difference vector between the point and a point on the line. Can you find a unit normal to the line?

jesuslovesu
Jul9-08, 10:43 AM
Ok got it thanks.

Dick
Jul9-08, 10:55 AM
I'm not sure what you are up to in getting that 'normal' vector, P1 isn't even on the line (0,-c/b) is. Start by finding a tangent vector to the line. Since y=(-1/b)x-c/b and point on the line is (x,y), if I take d/dx, I get a tangent vector of (1,-a/b), right? A normal vector is perpendicular to that, like (a,b)? Now remember after you normalize it that you want to dot it with the DIFFERENCE between (x1,y1) and a point on the line.