Skip to main content
Back to Vector Algebra
JEE Main 2021
Vector Algebra
Vector Algebra
Medium

Question

If a=i^+2k^,b=i^+j^+k^,c=7i^3j^+4k^,r×b+b×c=0\overrightarrow a = \widehat i + 2\widehat k,\overrightarrow b = \widehat i + \widehat j + \widehat k,\overrightarrow c = 7\widehat i - 3\widehat j + 4\widehat k,\overrightarrow r \times \overrightarrow b + \overrightarrow b \times \overrightarrow c = \overrightarrow 0 and r.a=0\overrightarrow r \,.\,\overrightarrow a = 0. Then r.c\overrightarrow r \,.\,\overrightarrow c is equal to :

Options

Solution

Key Concepts and Formulas

  1. Cross Product Property for Parallel Vectors: If u×v=0\overrightarrow{u} \times \overrightarrow{v} = \overrightarrow{0} and v0\overrightarrow{v} \neq \overrightarrow{0}, then u\overrightarrow{u} is parallel to v\overrightarrow{v}, which means u=λv\overrightarrow{u} = \lambda \overrightarrow{v} for some scalar λ\lambda.
  2. Properties of Vector Operations:
    • Anticommutativity of Cross Product: a×b=(b×a)\overrightarrow{a} \times \overrightarrow{b} = -(\overrightarrow{b} \times \overrightarrow{a})
    • Distributivity of Cross Product: a×(b+c)=a×b+a×c\overrightarrow{a} \times (\overrightarrow{b} + \overrightarrow{c}) = \overrightarrow{a} \times \overrightarrow{b} + \overrightarrow{a} \times \overrightarrow{c}
    • Distributivity of Dot Product: a(b+c)=ab+ac\overrightarrow{a} \cdot (\overrightarrow{b} + \overrightarrow{c}) = \overrightarrow{a} \cdot \overrightarrow{b} + \overrightarrow{a} \cdot \overrightarrow{c}
    • Scalar Multiplication in Dot Product: (ka)b=k(ab)(k\overrightarrow{a}) \cdot \overrightarrow{b} = k(\overrightarrow{a} \cdot \overrightarrow{b})

Step-by-Step Solution

We are given the vectors: a=i^+2k^\overrightarrow a = \widehat i + 2\widehat k b=i^+j^+k^\overrightarrow b = \widehat i + \widehat j + \widehat k c=7i^3j^+4k^\overrightarrow c = 7\widehat i - 3\widehat j + 4\widehat k

And the conditions for vector r\overrightarrow r:

  1. r×b+b×c=0\overrightarrow r \times \overrightarrow b + \overrightarrow b \times \overrightarrow c = \overrightarrow 0
  2. r.a=0\overrightarrow r \,.\,\overrightarrow a = 0

We need to find r.c\overrightarrow r \,.\,\overrightarrow c.

Step 1: Simplify the cross product condition to find the general form of r\overrightarrow r.

The first condition is r×b+b×c=0\overrightarrow r \times \overrightarrow b + \overrightarrow b \times \overrightarrow c = \overrightarrow 0. Using the anticommutativity property of the cross product, we can rewrite b×c\overrightarrow b \times \overrightarrow c as (c×b)-(\overrightarrow c \times \overrightarrow b). r×b(c×b)=0\overrightarrow r \times \overrightarrow b - (\overrightarrow c \times \overrightarrow b) = \overrightarrow 0 Now, applying the distributive property of the cross product, we can factor out b\overrightarrow b: (rc)×b=0(\overrightarrow r - \overrightarrow c) \times \overrightarrow b = \overrightarrow 0 This equation implies that the vector (rc)(\overrightarrow r - \overrightarrow c) is parallel to the vector b\overrightarrow b, since their cross product is the zero vector and b0\overrightarrow b \neq \overrightarrow 0. Therefore, we can write (rc)(\overrightarrow r - \overrightarrow c) as a scalar multiple of b\overrightarrow b. Let this scalar be λ\lambda. rc=λb\overrightarrow r - \overrightarrow c = \lambda \overrightarrow b Rearranging this equation to express r\overrightarrow r in terms of b\overrightarrow b, c\overrightarrow c, and λ\lambda: r=c+λb()\overrightarrow r = \overrightarrow c + \lambda \overrightarrow b \quad (*) This gives us a general form for r\overrightarrow r.

Step 2: Use the dot product condition to determine the scalar λ\lambda.

The second given condition is r.a=0\overrightarrow r \,.\,\overrightarrow a = 0. Substitute the expression for r\overrightarrow r from Step 1 into this equation: (c+λb).a=0(\overrightarrow c + \lambda \overrightarrow b) \,.\,\overrightarrow a = 0 Using the distributive property of the dot product: c.a+(λb).a=0\overrightarrow c \,.\,\overrightarrow a + (\lambda \overrightarrow b) \,.\,\overrightarrow a = 0 Using the scalar multiplication property of the dot product: c.a+λ(b.a)=0()\overrightarrow c \,.\,\overrightarrow a + \lambda (\overrightarrow b \,.\,\overrightarrow a) = 0 \quad (**) Now, we need to calculate the dot products c.a\overrightarrow c \,.\,\overrightarrow a and b.a\overrightarrow b \,.\,\overrightarrow a. a=1i^+0j^+2k^\overrightarrow a = 1\widehat i + 0\widehat j + 2\widehat k b=1i^+1j^+1k^\overrightarrow b = 1\widehat i + 1\widehat j + 1\widehat k c=7i^3j^+4k^\overrightarrow c = 7\widehat i - 3\widehat j + 4\widehat k

Calculating c.a\overrightarrow c \,.\,\overrightarrow a: c.a=(7)(1)+(3)(0)+(4)(2)=7+0+8=15\overrightarrow c \,.\,\overrightarrow a = (7)(1) + (-3)(0) + (4)(2) = 7 + 0 + 8 = 15 Calculating b.a\overrightarrow b \,.\,\overrightarrow a: b.a=(1)(1)+(1)(0)+(1)(2)=1+0+2=3\overrightarrow b \,.\,\overrightarrow a = (1)(1) + (1)(0) + (1)(2) = 1 + 0 + 2 = 3 Substitute these values back into equation ()(**): 15+λ(3)=015 + \lambda (3) = 0 3λ=153\lambda = -15 λ=5\lambda = -5 We have now found the specific value of the scalar λ\lambda.

Step 3: Calculate the required dot product r.c\overrightarrow r \,.\,\overrightarrow c.

We need to find the value of r.c\overrightarrow r \,.\,\overrightarrow c. Substitute the expression for r\overrightarrow r from Step 1 (r=c+λb\overrightarrow r = \overrightarrow c + \lambda \overrightarrow b) and the found value of λ=5\lambda = -5 into the expression we need to calculate: r.c=(c+λb).c\overrightarrow r \,.\,\overrightarrow c = (\overrightarrow c + \lambda \overrightarrow b) \,.\,\overrightarrow c Using the distributive property of the dot product: r.c=c.c+λ(b.c)\overrightarrow r \,.\,\overrightarrow c = \overrightarrow c \,.\,\overrightarrow c + \lambda (\overrightarrow b \,.\,\overrightarrow c) Now, we need to calculate the dot products c.c\overrightarrow c \,.\,\overrightarrow c and b.c\overrightarrow b \,.\,\overrightarrow c.

Calculating c.c\overrightarrow c \,.\,\overrightarrow c: c.c=(7)(7)+(3)(3)+(4)(4)=49+9+16=74\overrightarrow c \,.\,\overrightarrow c = (7)(7) + (-3)(-3) + (4)(4) = 49 + 9 + 16 = 74 Calculating b.c\overrightarrow b \,.\,\overrightarrow c: b.c=(1)(7)+(1)(3)+(1)(4)=73+4=8\overrightarrow b \,.\,\overrightarrow c = (1)(7) + (1)(-3) + (1)(4) = 7 - 3 + 4 = 8 Substitute these values and λ=5\lambda = -5 into the equation for r.c\overrightarrow r \,.\,\overrightarrow c: r.c=74+(5)(8)\overrightarrow r \,.\,\overrightarrow c = 74 + (-5)(8) r.c=7440\overrightarrow r \,.\,\overrightarrow c = 74 - 40 r.c=34\overrightarrow r \,.\,\overrightarrow 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 λ\lambda, are performed accurately.

Summary

The problem involves finding an unknown vector r\overrightarrow 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\overrightarrow r in a general form involving a scalar parameter λ\lambda. Then, we use the dot product condition to form an equation that allows us to solve for λ\lambda. Finally, we substitute the found value of λ\lambda back into the general form of r\overrightarrow r to calculate the required dot product r.c\overrightarrow r \,.\,\overrightarrow c.

The final answer is 34\boxed{\text{34}}.

Practice More Vector Algebra Questions

View All Questions