Let a=i^+2j^+3k^,b=i^−j^+2k^ and c=5i^−3j^+3k^ be three vectors. If r is a vector such that, r×b=c×b and r⋅a=0, then 25∣r∣2 is equal to :
Options
Solution
Key Concepts and Formulas
Vector Cross Product Property: If X×Y=0 and Y=0, then X is parallel to Y, meaning X=λY for some scalar λ. This property is crucial for simplifying vector equations involving cross products.
Vector Dot Product Properties: The dot product is distributive (A⋅(B+C)=A⋅B+A⋅C) and can be calculated using components: A⋅B=AxBx+AyBy+AzBz.
Magnitude of a Vector: For v=vxi^+vyj^+vzk^, ∣v∣2=vx2+vy2+vz2.
Step-by-Step Solution
Step 1: Simplify the cross product condition to express r.
We are given the condition r×b=c×b.
To use the cross product property, we rearrange the equation by moving all terms to one side:
r×b−c×b=0
Using the distributive property of the cross product, (X−Y)×Z=X×Z−Y×Z, we can rewrite the equation as:
(r−c)×b=0
This equation implies that the vector (r−c) is parallel to vector b. Since b=i^−j^+2k^ is a non-zero vector, we can write:
r−c=λb
where λ is a scalar. Rearranging this equation gives us an expression for r:
r=c+λb(Equation 1)
This step is crucial as it expresses the unknown vector r in terms of known vectors and a single scalar unknown, λ.
Step 2: Use the dot product condition to find the scalar λ.
The second condition given is r⋅a=0.
Substitute the expression for r from Equation 1 into this condition:
(c+λb)⋅a=0
Using the distributive property of the dot product, we expand this equation:
c⋅a+λ(b⋅a)=0
Now, we calculate the dot products c⋅a and b⋅a.
Given a=i^+2j^+3k^, b=i^−j^+2k^, and c=5i^−3j^+3k^:
Calculate c⋅a:
c⋅a=(5)(1)+(−3)(2)+(3)(3)=5−6+9=8
Calculate b⋅a:
b⋅a=(1)(1)+(−1)(2)+(2)(3)=1−2+6=5
Substitute these values back into the scalar equation:
8+λ(5)=05λ=−8λ=−58
This step successfully determines the scalar value λ that satisfies both given conditions for r.
Step 3: Determine the vector r.
Now that we have λ=−58, we substitute it back into Equation 1 to find the components of r:
r=c+λbr=(5i^−3j^+3k^)+(−58)(i^−j^+2k^)
Distribute the scalar −58 to the components of b:
r=(5i^−3j^+3k^)−58i^+58j^−516k^
Combine the coefficients of i^, j^, and k^:
r=(5−58)i^+(−3+58)j^+(3−516)k^r=(525−8)i^+(5−15+8)j^+(515−16)k^r=517i^−57j^−51k^
So, r=51(17i^−7j^−k^).
Step 4: Calculate 25∣r∣2.
First, we find the magnitude squared of r:
∣r∣2=(517)2+(−57)2+(−51)2∣r∣2=25289+2549+251
Combine the terms:
∣r∣2=25289+49+1=25339
Finally, we calculate 25∣r∣2:
25∣r∣2=25×(25339)=339
Common Mistakes & Tips
Algebraic Precision: Double-check all arithmetic calculations, especially when dealing with fractions and signs, as errors can easily propagate.
Cross Product Interpretation: Remember that X×Y=0 implies parallelism (X=λY) for non-zero Y, not necessarily that X or Y is zero.
Systematic Approach: Follow the logical flow of simplifying the cross product first, then using the dot product to solve for the scalar, and finally reconstructing the vector.
Summary
The problem involves finding an unknown vector r satisfying conditions related to both cross and dot products. We first simplified the cross product equality r×b=c×b to deduce that r−c is parallel to b, allowing us to express r as c+λb. Substituting this into the dot product condition r⋅a=0 allowed us to solve for the scalar λ. With λ determined, we found the explicit form of r and subsequently calculated 25∣r∣2.