If a=i+2k,b=i+j+k,c=7i−3j+4k,r×b+b×c=0 and r.a=0. Then r.c is equal to :
Options
Solution
Key Concepts and Formulas
Cross Product Property for Parallel Vectors: If u×v=0 and v=0, then u is parallel to v, which means u=λv for some scalar λ.
Properties of Vector Operations:
Anticommutativity of Cross Product: a×b=−(b×a)
Distributivity of Cross Product: a×(b+c)=a×b+a×c
Distributivity of Dot Product: a⋅(b+c)=a⋅b+a⋅c
Scalar Multiplication in Dot Product: (ka)⋅b=k(a⋅b)
Step-by-Step Solution
We are given the vectors:
a=i+2kb=i+j+kc=7i−3j+4k
And the conditions for vector r:
r×b+b×c=0
r.a=0
We need to find r.c.
Step 1: Simplify the cross product condition to find the general form of r.
The first condition is r×b+b×c=0.
Using the anticommutativity property of the cross product, we can rewrite b×c as −(c×b).
r×b−(c×b)=0
Now, applying the distributive property of the cross product, we can factor out b:
(r−c)×b=0
This equation implies that the vector (r−c) is parallel to the vector b, since their cross product is the zero vector and b=0.
Therefore, we can write (r−c) as a scalar multiple of b. Let this scalar be λ.
r−c=λb
Rearranging this equation to express r in terms of b, c, and λ:
r=c+λb(∗)
This gives us a general form for r.
Step 2: Use the dot product condition to determine the scalar λ.
The second given condition is r.a=0.
Substitute the expression for r from Step 1 into this equation:
(c+λb).a=0
Using the distributive property of the dot product:
c.a+(λb).a=0
Using the scalar multiplication property of the dot product:
c.a+λ(b.a)=0(∗∗)
Now, we need to calculate the dot products c.a and b.a.
a=1i+0j+2kb=1i+1j+1kc=7i−3j+4k
Calculating c.a:
c.a=(7)(1)+(−3)(0)+(4)(2)=7+0+8=15
Calculating b.a:
b.a=(1)(1)+(1)(0)+(1)(2)=1+0+2=3
Substitute these values back into equation (∗∗):
15+λ(3)=03λ=−15λ=−5
We have now found the specific value of the scalar λ.
Step 3: Calculate the required dot product r.c.
We need to find the value of r.c.
Substitute the expression for r from Step 1 (r=c+λb) and the found value of λ=−5 into the expression we need to calculate:
r.c=(c+λb).c
Using the distributive property of the dot product:
r.c=c.c+λ(b.c)
Now, we need to calculate the dot products c.c and b.c.
Calculating c.c:
c.c=(7)(7)+(−3)(−3)+(4)(4)=49+9+16=74
Calculating b.c:
b.c=(1)(7)+(1)(−3)+(1)(4)=7−3+4=8
Substitute these values and λ=−5 into the equation for r.c:
r.c=74+(−5)(8)r.c=74−40r.c=34
Common Mistakes & Tips
Sign Errors: Be extremely careful with signs, especially when using the anticommutativity of the cross product.
Component Calculation: When calculating dot products, ensure you multiply corresponding components and then sum them up correctly.
Algebraic Manipulation: Ensure all algebraic steps, particularly when solving for λ, are performed accurately.
Summary
The problem involves finding an unknown vector r that satisfies two conditions: one related to the cross product and another to the dot product. We first simplify the cross product condition to express r in a general form involving a scalar parameter λ. Then, we use the dot product condition to form an equation that allows us to solve for λ. Finally, we substitute the found value of λ back into the general form of r to calculate the required dot product r.c.