Let b=i+j+λk, λ∈ R. If a is a vector such that a×b=13i−j−4k and a.b+21=0, then (b−a).(k−j)+(b+a).(i−k) is equal to _____________.
Answer: 1
Solution
Key Concepts and Formulas
Vector Operations: The problem relies on the dot product (⋅) and cross product (×) of vectors.
Dot Product: a⋅b=∣a∣∣b∣cosθ, or component-wise: (axi+ayj+azk)⋅(bxi+byj+bzk)=axbx+ayby+azbz. The dot product is distributive: u⋅(v+w)=u⋅v+u⋅w.
Cross Product: a×b results in a vector perpendicular to both a and b. A crucial property is that (a×b)⋅b=0 and (a×b)⋅a=0.
Standard Basis Vectors:i, j, k are mutually orthogonal unit vectors. Their dot products are: i⋅i=j⋅j=k⋅k=1, and i⋅j=j⋅k=k⋅i=0.
Step-by-Step Solution
Step 1: Simplify the Target Expression
Our goal is to evaluate the expression E=(b−a).(k−j)+(b+a).(i−k). We will use the distributive property of the dot product.
E=(b⋅k−b⋅j−a⋅k+a⋅j)+(b⋅i−b⋅k+a⋅i−a⋅k)
Group terms involving b and a:
E=(b⋅k−b⋅k)+(b⋅i−b⋅j)+(a⋅i+a⋅j−2a⋅k)
The terms b⋅k cancel out.
E=b⋅(i−j)+a⋅(i+j−2k)
We are given b=i+j+λk. Let's compute the first part of the expression:
b⋅(i−j)=(i+j+λk)⋅(i−j)
Using the properties of dot products with standard basis vectors:
=(1)(1)+(1)(−1)+(λ)(0)=1−1+0=0
This simplifies the target expression significantly:
E=0+a⋅(i+j−2k)=a⋅(i+j−2k)
Let a=axi+ayj+azk. Then, E=ax(1)+ay(1)+az(−2)=ax+ay−2az. Our task is now to find the components of a.
Step 2: Determine the Value of λ
We are given a×b=13i−j−4k. Let d=a×b. A key property of the cross product is that it is orthogonal to both vectors involved. Therefore, (a×b)⋅b=0.
We are given b=i+j+λk and d=13i−j−4k.
(13i−j−4k)⋅(i+j+λk)=0(13)(1)+(−1)(1)+(−4)(λ)=013−1−4λ=012−4λ=04λ=12λ=3
So, b=i+j+3k.
Step 3: Determine the Components of a
Let a=axi+ayj+azk. We use the two given conditions to set up equations for ax,ay,az.
Condition 1: a×b=13i−j−4k
Substitute a and b=i+j+3k into the cross product formula:
a×b=iax1jay1kaz3=(3ay−az)i−(3ax−az)j+(ax−ay)k
Equating this to 13i−j−4k:
3ay−az=13
−(3ax−az)=−1⟹3ax−az=1
ax−ay=−4
Condition 2: a⋅b=−21
Substitute a and b=i+j+3k into the dot product formula:
(axi+ayj+azk)⋅(i+j+3k)=−21
4. ax+ay+3az=−21
Now we solve the system of equations (1), (2), (3), and (4).
From equation (3), ay=ax+4.
From equation (2), az=3ax−1.
Substitute these into equation (1) to check for consistency:
3(ax+4)−(3ax−1)=133ax+12−3ax+1=1313=13. The first three equations are consistent.
Now substitute ay and az into equation (4):
ax+(ax+4)+3(3ax−1)=−212ax+4+9ax−3=−2111ax+1=−2111ax=−22ax=−2
Now find ay and az:
ay=ax+4=−2+4=2az=3ax−1=3(−2)−1=−6−1=−7
Thus, a=−2i+2j−7k.
Step 4: Evaluate the Simplified Target Expression
We found that the target expression is E=ax+ay−2az.
Substitute the values ax=−2, ay=2, and az=−7:
E=(−2)+(2)−2(−7)E=0+14E=14
Common Mistakes & Tips
Algebraic Errors: Be meticulous with signs and arithmetic when expanding dot and cross products and solving systems of equations.
Forgetting Properties: The property (a×b)⋅b=0 is a shortcut for finding unknown scalars in b. Misapplying or forgetting this property can lead to a much more complex solution.
Simplification: Always look for opportunities to simplify the expression before diving into component calculations. The cancellation of b⋅(i−j) was key here.
Summary
The problem involves simplifying a vector expression and finding the components of an unknown vector a. We first simplified the target expression to a⋅(i+j−2k). Then, we used the orthogonality property of the cross product, (a×b)⋅b=0, to find the value of λ in b. With b determined, we used the given cross product and dot product conditions to form a system of linear equations for the components of a. Solving this system yielded a. Finally, we substituted the components of a into the simplified target expression to obtain the numerical value.