Question
Question: Let $\vec{a} = \alpha \hat{i} + 3\hat{j} - \hat{k}$, $\vec{b} = 3\hat{i} - \beta\hat{j} + 4\hat{k}$ ...
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 5 units and b×c=−6i^+10j^+7k^ then α+β=

8
Solution
-
Calculate α using the projection condition: The projection of vector a on vector c is given by ∣c∣a⋅c. Given a=αi^+3j^−k^ and c=i^+2j^−2k^. The dot product a⋅c is: a⋅c=(α)(1)+(3)(2)+(−1)(−2)=α+6+2=α+8 The magnitude of c is: ∣c∣=12+22+(−2)2=1+4+4=9=3 The projection is given as 5 units: 3α+8=5 α+8=15 α=7
-
Calculate β using the cross product condition: Given b=3i^−βj^+4k^ and c=i^+2j^−2k^. The cross product b×c is calculated as: b×c=i^31j^−β2k^4−2 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^+10j^+(6+β)k^ We are given that b×c=−6i^+10j^+7k^. Equating the components: For the i^ component: 2β−8=−6⟹2β=2⟹β=1 For the k^ component: 6+β=7⟹β=1 The j^ component 10=10 is consistent. Thus, β=1.
-
Calculate α+β: With α=7 and β=1: α+β=7+1=8