Question
Find the Unit Vector and Position Vector on a Given Line
Original question: $\overrightarrow{OA} = 4i + 3j$ and $C$ is a point on $OA$ such that $|\overrightarrow{OC}| = \frac{16}{5}$. a Find the unit vector in the direction of $\overrightarrow{OA}$. b Hence find $\overrightarrow{OC}$.
Expert Verified Solution
Expert intro: This is a standard vector-scaling problem: first normalize the direction, then use the required length to build the new vector on the same line.
Detailed walkthrough
Given
a) Unit vector in the direction of
First find the magnitude:
So the unit vector is
b) Find
Since lies on , has the same direction as . Its magnitude is
Hence
Multiply through:
So,
💡 Pitfall guide
The main trap is mixing up the direction vector with the unit vector. You must divide by the magnitude before scaling to length . If you skip that normalization, the vector length will come out wrong.
🔄 Real-world variant
If were on the opposite side of along the same line, the unit vector would be the negative of the one above, and would be the same length but with opposite sign. The method is identical; only the direction changes.
🔍 Related terms
unit vector, magnitude, scalar multiple
FAQ
How do you find a unit vector from 4i + 3j?
Find the magnitude first: |OA| = 5. Then divide the vector by 5 to get the unit vector 4/5 i + 3/5 j.
How do you find OC if its length is 16/5 and it lies on OA?
Multiply the unit vector in the direction of OA by 16/5. This gives OC = 64/25 i + 48/25 j.