Vector and Scalar Projections
Scalar Projection
- The scalar projection of vector a in the direction of vector b represents the component of a that lies along b.
- It can be visualized as the "shadow" of a onto b.
- Denoted as d, the scalar projection can be calculated using trigonometry:
d=∣a∣cosθ=∣a∣∣a∣∣b∣a⋅b=∣b∣a⋅b
- d is the scalar projection.
- θ is the angle between vectors a and b.
- ∣a∣ and ∣b∣ are the magnitudes of vectors a and b, respectively.
Worked Example 1
- Problem: Find the scalar projection of a=i+3j−6k in the direction of b=4i+2j+4k.
- Solution:
d=∣b∣a⋅b=6(1,3,−6)⋅(4,2,4)=64+6−24=6−14=−37 - The negative value of d indicates that the angle θ between the vectors is greater than 90 degrees.
Vector Projection
- The vector projection of a onto b is a vector, v, that lies along b and has a magnitude equal to d (the scalar projection).
- Given the magnitude d and the direction (defined by the unit vector b^), the vector projection v can be expressed as:
v=db^=(a⋅b^)b^
Worked Example 2
- Problem: Determine the scalar and vector projections of a=i+3j+6k in the direction of b=i+2j+2k.
- Scalar Projection:
d=∣b∣a⋅b=3(1,3,6)⋅(1,2,2)=31+6+12=319 - Vector Projection:
b^=∣b∣b=3(1,2,2)=(31,32,32)
v=db^=319(31,32,32)=(919,938,938)
Resolution into Perpendicular Components
- A vector a can be resolved into two components relative to another vector b: one parallel to b (the vector projection v) and one perpendicular to b (vector w).
- Since v+w=a, the perpendicular component w can be found by:
w=a−v
Worked Example 3
- Problem: Resolve the vector a=i+3j+6k into two components, one parallel to b=i+2j+2k and the other perpendicular to b.
- Solution:
- We already found v=(919,938,938) in Worked Example 2.
- Now, we find w:
w=a−v=(1,3,6)−(919,938,938)=(99,927,954)−(919,938,938)=(9−10,9−11,916)
- Verification:
- To check that v and w are perpendicular, verify that their dot product is zero. Since v is a multiple of b, it is sufficient to check the dot product of b and w:
(1,2,2)⋅(9−10,9−11,916)=(1,2,2)⋅(−10,−11,16)=−10−22+32=0
- Final Resolution:
a=v+w=(919,938,938)+(9−10,9−11,916)