Let a=αi+3j−k, b=3i−βj+4k and c=i+2j−2k where α,β∈R, be three vectors. If the projection of a on c is 310 and b×c=−6i+10j+7k, then the value of α+β is equal to :
Options
Solution
Key Concepts and Formulas
Projection of a vector: The scalar projection of vector a onto vector c is given by Projca=∣c∣a⋅c.
Dot Product: For vectors u=uxi+uyj+uzk and v=vxi+vyj+vzk, their dot product is u⋅v=uxvx+uyvy+uzvz.
Magnitude of a vector: The magnitude of a vector v=vxi+vyj+vzk is ∣v∣=vx2+vy2+vz2.
Cross Product: The cross product of two vectors b=bxi+byj+bzk and c=cxi+cyj+czk can be calculated using the determinant:
b×c=ibxcxjbycykbzcz
Step-by-Step Solution
Step 1: Determine the value of α using the given vector projection.
We are given that the projection of a on c is 310. The formula for scalar projection is Projca=∣c∣a⋅c.
First, we calculate the dot product a⋅c:
a⋅c=(αi+3j−k)⋅(i+2j−2k)a⋅c=(α)(1)+(3)(2)+(−1)(−2)a⋅c=α+6+2a⋅c=α+8
Next, we calculate the magnitude of c:
∣c∣=∣i+2j−2k∣∣c∣=12+22+(−2)2∣c∣=1+4+4∣c∣=9∣c∣=3
Now, we use the given projection value:
∣c∣a⋅c=3103α+8=310
Multiplying both sides by 3, we get:
α+8=10α=10−8α=2
Step 2: Determine the value of β using the given cross product.
We are given that b×c=−6i+10j+7k. We will compute the cross product of b and c using the determinant formula:
b×c=i31j−β2k4−2
Expanding the determinant:
b×c=i((−β)(−2)−(4)(2))−j((3)(−2)−(4)(1))+k((3)(2)−(−β)(1))b×c=i(2β−8)−j(−6−4)+k(6+β)b×c=(2β−8)i−(−10)j+(6+β)kb×c=(2β−8)i+10j+(6+β)k
Now, we equate this result with the given cross product:
(2β−8)i+10j+(6+β)k=−6i+10j+7k
By comparing the corresponding components, we can form equations:
For the i component:
2β−8=−62β=−6+82β=2β=1
For the j component:
10=10
This confirms consistency.
For the k component:
6+β=7β=7−6β=1
Both components give β=1.
Step 3: Calculate the value of α+β.
We have found α=2 and β=1. Therefore, their sum is:
α+β=2+1α+β=3
Common Mistakes & Tips
Projection Denominator: Always use the magnitude of the vector onto which you are projecting (i.e., ∣c∣ in this case), not the magnitude of the vector being projected (a).
Cross Product Signs: Be extremely careful with the signs when expanding the determinant for the cross product, especially the negative sign associated with the j component.
Component Equivalence: For two vectors to be equal, all their corresponding components (i, j, k) must be equal. This provides a way to set up equations to solve for unknown scalar values.
Summary
The problem required us to find two unknown scalar components, α and β, of given vectors. We first utilized the concept of vector projection to find α by calculating the dot product and magnitude of the relevant vectors and solving the resulting equation. Subsequently, we employed the cross product formula, expressed as a determinant, to find β by equating the calculated cross product with the given vector. Finally, we summed the determined values of α and β to arrive at the answer.