Question
Question: How do I find the original projection of a vector?...
How do I find the original projection of a vector?
Solution
In this question, we need to find a formula for orthogonal projection of vector a on the vector b. For this we will first understand the orthogonal projection with the help of diagrams. Then we will use trigonometric relations in the triangle formed to find the length of projection. After that, we will simply find the length and the formula required. We will use a⋅b=abcosθ.
Complete step by step answer:
Here we need to find the formula of orthogonal projection of a vector a on to the vector b.
Suppose the two vectors are inclined at an angle θ. So diagram looks like,
The projection of a onto b is the vector a1 which is formed when a forms a projection on b. As we can see from the triangle formed a1 will be equal to acosθ.
So projection of a on b will be acosθ.
To simplify it in terms of b multiplying b on numerator and denominator we get,
Scalar Projection=babcosθ.
We know that abcosθ represents the dot product between two vectors. So, we can write .... as a⋅b.
So scalar projection becomes ba⋅b where b represent the magnitude of b.
In terms of vector notation, we can say Projection=b⋅b(a⋅b)b.
Vector Projection=(a⋅b)b2b.
Note:
Students should keep in mind the formulas of vectors to solve this sum. Note that there is difference in terms, projection of a onto b and projection of b onto a. Projection of a on b can be described as the shadow of a on b.