Let a=4i+3j and b=3i−4j+5k. If c is a vector such that c.(a×b)+25=0,c.(i+j+k)=4, and projection of c on a is 1, then the projection of c on b equals :
Options
Solution
Key Concepts and Formulas
Scalar Triple Product (STP): For vectors u,v,w, u⋅(v×w) can be computed as a determinant if components are known.
Dot Product:u⋅v=u1v1+u2v2+u3v3.
Cross Product:u×v=iu1v1ju2v2ku3v3.
Magnitude of a Vector:∣u∣=u12+u22+u32.
Scalar Projection: The projection of u on v is ∣v∣u⋅v.
Step-by-Step Solution
Step 1: Calculate the cross product a×b.
We are given a=4i+3j and b=3i−4j+5k. To use the first condition, we need to compute a×b.
a×b=i43j3−4k05=i(3⋅5−0⋅(−4))−j(4⋅5−0⋅3)+k(4⋅(−4)−3⋅3)a×b=i(15−0)−j(20−0)+k(−16−9)=15i−20j−25k
Step 2: Use the first condition to form an equation involving c.
The first condition is c⋅(a×b)+25=0. Let c=xi+yj+zk.
Substituting the result from Step 1:
(xi+yj+zk)⋅(15i−20j−25k)+25=0
Using the dot product:
15x−20y−25z+25=0
Dividing by 5, we get our first equation:
3x−4y−5z+5=0(Equation 1)
Step 3: Use the second condition to form another equation involving c.
The second condition is c⋅(i+j+k)=4.
(xi+yj+zk)⋅(i+j+k)=4
Using the dot product:
x(1)+y(1)+z(1)=4x+y+z=4(Equation 2)
Step 4: Use the third condition to form a third equation involving c.
The projection of c on a is 1. The formula for projection is ∣a∣c⋅a.
First, find the magnitude of a:
∣a∣=42+32=16+9=25=5
Next, find the dot product c⋅a:
c⋅a=(xi+yj+zk)⋅(4i+3j)=4x+3y
Now, apply the projection condition:
54x+3y=14x+3y=5(Equation 3)
Step 5: Solve the system of linear equations for x,y,z.
We have the system:
3x−4y−5z=−5
x+y+z=4
4x+3y=5
From Equation 2, we can express z as z=4−x−y. Substitute this into Equation 1:
3x−4y−5(4−x−y)=−53x−4y−20+5x+5y=−58x+y−20=−58x+y=15(Equation 4)
Now we have a system of two equations with two variables:
3. 4x+3y=5
4. 8x+y=15
From Equation 4, y=15−8x. Substitute this into Equation 3:
4x+3(15−8x)=54x+45−24x=5−20x=5−45−20x=−40x=2
Substitute x=2 into y=15−8x:
y=15−8(2)=15−16=−1
Substitute x=2 and y=−1 into z=4−x−y:
z=4−2−(−1)=4−2+1=3
Thus, c=2i−j+3k.
Step 6: Calculate the projection of c on b.
The projection of c on b is given by ∣b∣c⋅b.
First, find the magnitude of b:
∣b∣=32+(−4)2+52=9+16+25=50=52
Next, find the dot product c⋅b:
c⋅b=(2i−j+3k)⋅(3i−4j+5k)c⋅b=(2)(3)+(−1)(−4)+(3)(5)=6+4+15=25
Finally, calculate the projection:
Projbc=5225=25
Common Mistakes & Tips
Arithmetic Errors: Be extremely careful with signs and basic arithmetic when calculating dot and cross products, as errors can easily propagate.
Formula Recall: Ensure accurate recall of the formulas for cross product, dot product, magnitude, and vector projection.
Systematic Solving: Treat the problem as setting up and solving a system of linear equations. This structured approach helps avoid missing conditions or making logical errors.
Summary
We first computed the cross product a×b. Then, we used the three given conditions to establish a system of three linear equations in terms of the components of c. By solving this system, we determined c. Finally, we used the definition of scalar projection to find the projection of c onto b.