Straight Line in 3D

Equation of a Line in 3D

0:00
LearnStep 1/4

Equation of a Line in 3D

Vector Equation Problems for JEE Main

Hello students! Welcome to the world of vector equation problems. This topic is super important for JEE Main because it combines your knowledge of vector algebra and 3D geometry to solve tricky problems. Mastering vector equations helps you tackle a wide range of questions, often appearing in different forms and requiring a strong conceptual understanding.

Conceptual Explanation

A vector equation is simply an equation where the unknown is a vector. Our goal is to find this unknown vector x\vec{x} that satisfies certain conditions. These conditions are usually given in terms of dot products, cross products, and sometimes, perpendicularity. The key is to use the information given to set up a system of equations and then solve for the components of x\vec{x}. Think of it like solving for xx and yy in linear equations, but now we're dealing with vectors!

Let's build some intuition. Imagine you're given that the dot product of a\vec{a} and x\vec{x} is a constant, say k1k_1. That means you know something about the projection of x\vec{x} onto a\vec{a}. If you also know that the dot product of b\vec{b} and x\vec{x} is k2k_2, you have even more information about x\vec{x}'s direction and magnitude. When you combine this with cross-product information, like a×x=c\vec{a} \times \vec{x} = \vec{c}, you're essentially constraining x\vec{x} to lie in a very specific region in space.

Important Formulas

1. If ax=k1\vec{a} \cdot \vec{x} = k_1 and bx=k2\vec{b} \cdot \vec{x} = k_2

ax=k1\vec{a} \cdot \vec{x} = k_1 bx=k2\vec{b} \cdot \vec{x} = k_2

Explanation: This is the most basic scenario. You have two dot products defined. Let's assume x=x1i^+x2j^+x3k^\vec{x} = x_1\hat{i} + x_2\hat{j} + x_3\hat{k}, a=a1i^+a2j^+a3k^\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}, and b=b1i^+b2j^+b3k^\vec{b} = b_1\hat{i} + b_2\hat{j} + b_3\hat{k}.

Then, the equations become:

a1x1+a2x2+a3x3=k1a_1x_1 + a_2x_2 + a_3x_3 = k_1 b1x1+b2x2+b3x3=k2b_1x_1 + b_2x_2 + b_3x_3 = k_2

You now have two equations with three unknowns (x1x_1, x2x_2, x3x_3). You'll need more information to solve for all three components. This is where other conditions (like a cross product or magnitude) come in.

Example: Suppose you know a=i^+j^\vec{a} = \hat{i} + \hat{j}, b=j^+k^\vec{b} = \hat{j} + \hat{k}, k1=1k_1 = 1, and k2=1k_2 = 1. Then x1+x2=1x_1 + x_2 = 1 and x2+x3=1x_2 + x_3 = 1. You need another equation (perhaps from x|\vec{x}|) to solve for x1x_1, x2x_2, and x3x_3 uniquely.

2. If a×x=c\vec{a} \times \vec{x} = \vec{c}

a×x=c\vec{a} \times \vec{x} = \vec{c}

Explanation: This is a classic scenario involving the cross product. The cross product a×x\vec{a} \times \vec{x} results in a vector c\vec{c} that is perpendicular to both a\vec{a} and x\vec{x}. This implies that x\vec{x} lies in the plane perpendicular to c\vec{c}. But, crucially, we only get information about two components of x\vec{x} since we only know the *direction* of x\vec{x} is perpendicular to c\vec{c}.

This means x\vec{x} has a component along a\vec{a}! Why? a×x=c\vec{a} \times \vec{x} = \vec{c} tells us x\vec{x} has to have a component orthogonal to a\vec{a}, but it doesn't tell us what the component *parallel* to a\vec{a} is. So, we can express x\vec{x} as:

x=λa+p\vec{x} = \lambda \vec{a} + \vec{p}

where λ\lambda is a scalar and p\vec{p} is a vector perpendicular to a\vec{a}. To solve, you also usually need ax=k\vec{a} \cdot \vec{x} = k (some scalar), which provides the extra equation needed.

Derivation: Taking the dot product with a\vec{a}:

ax=a(λa+p)=λa2+ap=λa2\vec{a} \cdot \vec{x} = \vec{a} \cdot (\lambda \vec{a} + \vec{p}) = \lambda |\vec{a}|^2 + \vec{a} \cdot \vec{p} = \lambda |\vec{a}|^2

Since ap=0\vec{a} \cdot \vec{p} = 0 (because a\vec{a} and p\vec{p} are perpendicular). Therefore,

λ=axa2=ka2\lambda = \frac{\vec{a} \cdot \vec{x}}{|\vec{a}|^2} = \frac{k}{|\vec{a}|^2}

So, we know λ\lambda. Now we can plug x=λa+p\vec{x} = \lambda \vec{a} + \vec{p} back into a×x=c\vec{a} \times \vec{x} = \vec{c}:

a×(λa+p)=a×λa+a×p=a×p=c\vec{a} \times (\lambda \vec{a} + \vec{p}) = \vec{a} \times \lambda \vec{a} + \vec{a} \times \vec{p} = \vec{a} \times \vec{p} = \vec{c}

Now p=a×ca2\vec{p} = \frac{\vec{a} \times \vec{c}}{|\vec{a}|^2}, which gives you x=λa+a×ca2\vec{x} = \lambda \vec{a} + \frac{\vec{a} \times \vec{c}}{|\vec{a}|^2}

3. For r\vec{r} perpendicular to a\vec{a}: ra=0\vec{r} \cdot \vec{a} = 0

ra=0\vec{r} \cdot \vec{a} = 0

Explanation: This is the condition for perpendicularity. If two vectors are perpendicular, their dot product is zero. This condition helps establish relationships between the components of the vectors. For instance, if x\vec{x} is perpendicular to a known vector a\vec{a}, you can write an equation relating the components of x\vec{x} and a\vec{a}.

Example: If a=i^+j^+k^\vec{a} = \hat{i} + \hat{j} + \hat{k} and x\vec{x} is perpendicular to a\vec{a}, then x1+x2+x3=0x_1 + x_2 + x_3 = 0, where x=x1i^+x2j^+x3k^\vec{x} = x_1\hat{i} + x_2\hat{j} + x_3\hat{k}.

Tips for Solving Problems

  • Break down vectors into components: Always write vectors in terms of i^\hat{i}, j^\hat{j}, and k^\hat{k} to convert vector equations into algebraic equations.
  • Use given information wisely: Each piece of information (dot product, cross product, magnitude) gives you an equation. Make sure you use all of them.
  • Look for perpendicularity: If a vector is perpendicular to another, use the dot product equals zero condition immediately.
  • Express unknown vectors in terms of known ones: If possible, express the unknown vector as a linear combination of known vectors.

Common Mistakes to Avoid

  • Not using all the information: JEE problems often give you just enough information to solve for the unknown. Don't ignore any given condition.
  • Incorrectly applying dot or cross product: Double-check your calculations, especially when dealing with cross products.
  • Forgetting the component along a\vec{a} in a×x=c\vec{a} \times \vec{x} = \vec{c}: Remember that x\vec{x} has a component along a\vec{a}, which you must account for.
  • Not converting vector equations to algebraic equations: Many students get stuck because they don't convert the vector equation into component form.

JEE-Specific Tricks

  • Using options to your advantage: If you're stuck, substitute the given options into the equation and see which one satisfies the conditions.
  • Quick component-wise check: Check if options are orthogonal to a vector using a fast mental calculation of the dot product.
  • Determinant properties: Use the properties of determinants to simplify equations involving cross products.