Let a=i^+2j^+k^,b=3(i^−j^+k^). Let c be the vector such that a×c=b and a⋅c=3. Then a⋅((c×b)−b−c) is equal to :
Options
Solution
Key Concepts and Formulas
Distributive Property of Dot Product:X⋅(Y−Z)=X⋅Y−X⋅Z.
Scalar Triple Product:[XYZ]=X⋅(Y×Z)=(X×Y)⋅Z.
Magnitude Squared:∣X∣2=X⋅X.
Orthogonality from Cross Product: If X×Y=Z, then Z is perpendicular to both X and Y, which implies X⋅Z=0 and Y⋅Z=0.
Dot Product of Vectors: If X=Xxi^+Xyj^+Xzk^ and Y=Yxi^+Yyj^+Yzk^, then X⋅Y=XxYx+XyYy+XzYz.
Step-by-Step Solution
Step 1: Analyze the given information and the expression to be evaluated.
We are given a=i^+2j^+k^ and b=3(i^−j^+k^)=3i^−3j^+3k^.
We are also given two conditions involving c:
a×c=b
a⋅c=3
We need to find the value of a⋅((c×b)−b−c).
Step 2: Expand the expression using the distributive property of the dot product.
The expression is E=a⋅((c×b)−b−c).
Using the distributive property, we can break this down into three terms:
E=a⋅(c×b)−a⋅b−a⋅c
We will evaluate each of these terms separately.
Step 3: Evaluate the first term: a⋅(c×b).
This is a scalar triple product. Using the property X⋅(Y×Z)=(X×Y)⋅Z, we can rewrite the term as:
a⋅(c×b)=(a×c)⋅b
We are given that a×c=b. Substituting this into the expression:
(a×c)⋅b=b⋅b
The dot product of a vector with itself is the square of its magnitude:
b⋅b=∣b∣2
Now, we calculate ∣b∣2 using the components of b=3i^−3j^+3k^:
∣b∣2=(3)2+(−3)2+(3)2=9+9+9=27
So, the first term is 27.
Step 4: Evaluate the second term: a⋅b.
From the given condition a×c=b, we know that b is perpendicular to a. Therefore, their dot product is zero.
a⋅b=0
We can also verify this by direct calculation:
a=i^+2j^+k^b=3i^−3j^+3k^a⋅b=(1)(3)+(2)(−3)+(1)(3)=3−6+3=0
So, the second term is 0.
Step 5: Evaluate the third term: a⋅c.
This value is directly given in the problem statement:
a⋅c=3
So, the third term is 3.
Step 6: Combine the evaluated terms to find the value of the expression.
Substitute the values of the three terms back into the expanded expression for E:
E=a⋅(c×b)−a⋅b−a⋅cE=27−0−3E=24
Common Mistakes & Tips
Misapplication of Vector Identities: Ensure correct usage of scalar triple product properties and distributive laws.
Calculation Errors: Double-check dot product and magnitude calculations, as these are common sources of error.
Ignoring Orthogonality: The condition a×c=b is a strong hint that a and b are orthogonal, which simplifies a⋅b to zero.
Summary
The problem requires evaluating a vector expression involving dot and cross products. By utilizing the distributive property of the dot product, we decomposed the expression into three terms. The first term, a scalar triple product, was simplified using the given cross product condition and the property X⋅(Y×Z)=(X×Y)⋅Z, leading to ∣b∣2. The second term, a⋅b, was found to be zero due to the orthogonality implied by the cross product condition. The third term was given directly. Combining these results yielded the final answer.