Let α=4i+3j+5k and β=i+2j−4k. Let β1 be parallel to α and β2 be perpendicular to α. If β=β1+β2, then the value of 5β2.(i+j+k) is :
Options
Solution
Key Concepts and Formulas
Vector Decomposition: Any vector β can be uniquely decomposed into a component β1 parallel to a non-zero vector α and a component β2 perpendicular to α, such that β=β1+β2.
Vector Projection: The component of β parallel to α is given by the vector projection of β onto α:
β1=projαβ=(∥α∥2β⋅α)α
Dot Product: For vectors u=x1i+y1j+z1k and v=x2i+y2j+z2k, their dot product is u⋅v=x1x2+y1y2+z1z2.
Magnitude Squared: For a vector u=xi+yj+zk, its magnitude squared is ∥u∥2=x2+y2+z2.
Perpendicular Vectors: Two non-zero vectors are perpendicular if their dot product is zero.
Step-by-Step Solution
Step 1: Understand the Problem and Given Information
We are given two vectors, α=4i+3j+5k and β=i+2j−4k. We are told that β is decomposed into two components: β1 parallel to α, and β2 perpendicular to α, such that β=β1+β2. Our goal is to find the value of 5β2.(i+j+k).
Step 2: Calculate the Component Parallel to α (β1)
To find β1, we use the formula for vector projection. First, we need to compute the dot product of β and α, and the squared magnitude of α.
Now, substitute these values into the vector projection formula for β1:
β1=(∥α∥2β⋅α)αβ1=(50−10)(4i+3j+5k)β1=−51(4i+3j+5k)β1=−54i−53j−k
Step 3: Calculate the Component Perpendicular to α (β2)
Since β=β1+β2, we can find β2 by subtracting β1 from β:
β2=β−β1β2=(i+2j−4k)−(−54i−53j−k)
Distribute the negative sign and combine like terms:
β2=i+2j−4k+54i+53j+kβ2=(1+54)i+(2+53)j+(−4+1)kβ2=(55+4)i+(510+3)j−3kβ2=59i+513j−3k
Step 4: Calculate the Final Required Value
We need to find the value of 5β2.(i+j+k).
First, let's compute the dot product β2⋅(i+j+k):
β2⋅(i+j+k)=(59i+513j−3k)⋅(i+j+k)=(59)(1)+(513)(1)+(−3)(1)=59+513−3=522−3
Find a common denominator to perform the subtraction:
=522−515=57
Finally, multiply this result by 5:
5×(57)=7
Common Mistakes & Tips
Arithmetic Errors: Be extremely careful with fraction arithmetic and signs during vector addition, subtraction, and scalar multiplication.
Projection Formula: Ensure you are using the correct formula for vector projection, not scalar projection.
Verification: As a good practice, you can verify that β2 is indeed perpendicular to α by checking if their dot product is zero. This was done in the scratchpad and confirmed the correctness of β2.
Summary
The problem involves decomposing a vector β into components parallel and perpendicular to another vector α. We calculated the parallel component β1 using the vector projection formula. Then, we found the perpendicular component β2 by subtracting β1 from β. Finally, we computed the dot product of β2 with the vector (i+j+k) and multiplied the result by 5 to obtain the final answer.