Let a unit vector u^=xi^+yj^+zk^ make angles 2π,3π and 32π with the vectors 21i^+21k^,21j^+21k^ and 21i^+21j^ respectively. If v=21i^+21j^+21k^ then ∣u^−v∣2 is equal to
Options
Solution
Key Concepts and Formulas
Dot Product: For two vectors A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^, their dot product is A⋅B=AxBx+AyBy+AzBz.
Geometric Interpretation of Dot Product:A⋅B=∣A∣∣B∣cosθ, where θ is the angle between A and B.
Unit Vector Property: A unit vector u^ has a magnitude of 1, i.e., ∣u^∣=1. Consequently, ∣u^∣2=x2+y2+z2=1.
Squared Magnitude of a Vector: For a vector A, ∣A∣2=Ax2+Ay2+Az2.
Magnitude of Difference:∣u^−v∣2=(u^−v)⋅(u^−v).
Step-by-Step Solution
Step 1: Define the given vectors and their properties.
We are given a unit vector u^=xi^+yj^+zk^. Since it's a unit vector, ∣u^∣=1.
We are also given three vectors:
a=21i^+21k^b=21j^+21k^c=21i^+21j^
Let's calculate their magnitudes:
∣a∣=(21)2+02+(21)2=21+21=1∣b∣=02+(21)2+(21)2=21+21=1∣c∣=(21)2+(21)2+02=21+21=1
All three vectors a,b,c are also unit vectors.
Step 2: Use the dot product and given angles to form equations.
The angle between u^ and a vector v is given by cosθ=∣u^∣∣v∣u^⋅v. Since ∣u^∣=1 and ∣a∣=∣b∣=∣c∣=1, the formula simplifies to cosθ=u^⋅v.
Angle between u^ and a is 2π:
u^⋅a=cos(2π)=0(xi^+yj^+zk^)⋅(21i^+21k^)=02x+2z=0⟹x+z=0(Equation 1)
Angle between u^ and b is 3π:
u^⋅b=cos(3π)=21(xi^+yj^+zk^)⋅(21j^+21k^)=212y+2z=21⟹y+z=22=21(Equation 2)
Angle between u^ and c is 32π:
u^⋅c=cos(32π)=−21(xi^+yj^+zk^)⋅(21i^+21j^)=−212x+2y=−21⟹x+y=−22=−21(Equation 3)
Step 3: Solve the system of linear equations for x,y,z.
We have the system:
x+z=0
y+z=21
x+y=−21
From Equation 1, z=−x.
Substitute z=−x into Equation 2:
y+(−x)=21⟹y−x=21(Equation 4)
Now we have a system of two equations with x and y:
3. x+y=−21
4. −x+y=21
Adding Equation 3 and Equation 4:
(x+y)+(−x+y)=−21+212y=0⟹y=0
Substitute y=0 into Equation 3:
x+0=−21⟹x=−21
Substitute x=−21 into Equation 1:
−21+z=0⟹z=21
Thus, the unit vector is u^=−21i^+0j^+21k^=−21i^+21k^.
Step 4: Calculate ∣u^−v∣2.
We are given v=21i^+21j^+21k^.
First, find the difference vector u^−v:
u^−v=(−21i^+21k^)−(21i^+21j^+21k^)u^−v=(−21−21)i^+(0−21)j^+(21−21)k^u^−v=−22i^−21j^+0k^u^−v=−2i^−21j^
Now, calculate the squared magnitude:
∣u^−v∣2=(−2)2+(−21)2+(0)2∣u^−v∣2=2+21+0∣u^−v∣2=24+21=25
Common Mistakes & Tips
Algebraic Errors: Be meticulous when solving the system of linear equations. A small mistake can lead to an incorrect value for x,y,z.
Angle Interpretation: Ensure you correctly identify the cosine values for the given angles, especially for angles greater than 2π. For instance, cos(32π)=−21.
Unit Vector Check: Always verify that your derived u^ is indeed a unit vector by checking if x2+y2+z2=1.
Summary
The problem involves finding the components of a unit vector u^ given the angles it makes with three other vectors. By utilizing the dot product formula and the geometric interpretation of the angle between vectors, we set up a system of linear equations for the components of u^. Solving this system yields the specific components of u^. Finally, we compute the difference vector between u^ and the given vector v and then find its squared magnitude.