**25.** Let \( \vec{c} \) be the projection vector of \( \vec{b} = \lambda \hat{i} + 4 \hat{k} \), \( \lambda > 0 \), on the vector \( \vec{a} = \hat{i} + 2 \hat{j} + 2 \hat{k} \). If \( |\vec{a} + \vec{c}| = 7 \), then the area of the parallelogram formed by the vectors \( \vec{b} \) and \( \vec{c} \) is _____.
Detailed Explanation
Key Concepts
-
Projection of a Vector
The projection of b on a is the part of b that lies along a: -
Adding Vectors and Using the Magnitude Condition
We know . Because is already along , the sum will also be along . That makes the magnitude calculation very direct. -
Area of a Parallelogram in 3-D
If two adjacent sides are and , the area isThe cross product gives a vector whose length measures exactly that area.
Logical Chain to Solve
- Write b and a in component form.
- Compute and .
- Obtain using the projection formula.
- Write , take its magnitude, and equate it to 7 to solve for .
- Substitute back to get explicit vectors b and c.
- Find and its magnitude; that magnitude is the required area.
Simple Explanation (ELI5)
🤔 What’s going on?
Imagine two arrows:
- Arrow b points a bit forward (x-direction) and straight up (z-direction).
- Arrow a points forward, a little to the right, and up.
We first drop b onto a like a shadow. That shadow is another arrow called c (the projection).
Then we glue a and that shadow c together tip-to-tail. Their total length must be exactly 7 units. Using this clue we find how long b really points forward (that missing number λ).
Finally, we stretch a rubber sheet with sides b and c. Its area is just the size of the 3-D parallelogram. We calculate that area = 16 square units.
Step-by-Step Solution
Step-by-Step Solution
-
Given vectors
-
Projection of (\vec b) on (\vec a)
-
Vector (\vec a + \vec c)
= \left(1 + \dfrac{\lambda + 8}{9}\right)\vec a = \dfrac{\lambda + 17}{9}\,\vec a$$ -
Use the magnitude condition
Given that this equals 7: -
Explicit vectors with (\lambda = 4)
= \dfrac{4}{3}\hat i + \dfrac{8}{3}\hat j + \dfrac{8}{3}\hat k$$
-
Area of the parallelogram
\hat i & \hat j & \hat k\\ 4 & 0 & 4\\ 4/3 & 8/3 & 8/3 \end{vmatrix} = \left(-\dfrac{32}{3}\right)\hat i - \left(\dfrac{16}{3}\right)\hat j + \left(\dfrac{32}{3}\right)\hat k$$ Magnitude: $$|\vec b \times \vec c| = \sqrt{\left(-\dfrac{32}{3}\right)^2 + \left(-\dfrac{16}{3}\right)^2 + \left(\dfrac{32}{3}\right)^2} = \dfrac{1}{3}\sqrt{1024 + 256 + 1024} = \dfrac{1}{3}\sqrt{2304} = \dfrac{1}{3}\times 48 = 16$$ $$\boxed{\text{Area} = 16}$$
Compute the cross product:
Examples
Example 1
Finding the torque (r × F) of a force and needing only its component along a certain axis.
Example 2
Calculating work done where only the component of force along displacement matters (projection).
Example 3
Finding the area of a solar panel tilted relative to sunlight — effective exposed area uses projection.
Example 4
Graphic design: determining the shadow length of a tall object using vector projections and sunlight direction.