Given that u^ and v^ are unit vectors, we have:
∣u^∣=1and∣v^∣=1
Let θ be the acute angle between u^ and v^. We are given:
∣u^×v^∣=23
Since ∣u^×v^∣=∣u^∣∣v^∣sinθ=sinθ, we get:
sinθ=23
Because θ is an acute angle, we can find cosθ:
cosθ=1−sin2θ=1−43=21
Thus, the dot product of u^ and v^ is:
u^⋅v^=∣u^∣∣v^∣cosθ=1⋅1⋅21=21
We are given the vector expression:
A=λu^+v^+(u^×v^)
Taking the dot product of A with u^:
A⋅u^=(λu^+v^+(u^×v^))⋅u^
Since (u^×v^) is perpendicular to u^, we have (u^×v^)⋅u^=0. Thus:
A⋅u^=λ(u^⋅u^)+(v^⋅u^)=λ(1)+21=λ+21— (1)
Next, taking the dot product of A with v^:
A⋅v^=(λu^+v^+(u^×v^))⋅v^
Since (u^×v^) is perpendicular to v^, we have (u^×v^)⋅v^=0. Thus:
A⋅v^=λ(u^⋅v^)+(v^⋅v^)=λ(21)+1=2λ+1— (2)
Now, we want to express λ as a linear combination of (A⋅u^) and (A⋅v^):
λ=c1(A⋅u^)+c2(A⋅v^)
Substituting equations (1) and (2) into this expression:
λ=c1(λ+21)+c2(2λ+1)
λ=(c1+2c2)λ+(2c1+c2)
Equating the coefficients of λ and the constant terms on both sides:
- c1+2c2=1
- 2c1+c2=0⟹c2=−2c1
Substituting c2=−2c1 into the first equation:
c1+21(−2c1)=1⟹43c1=1⟹c1=34
Then:
c2=−21(34)=−32
Therefore, we have:
λ=34(A⋅u^)−32(A⋅v^)
This matches Option A.