Given three vectors a , b , c of magnitudes 1 , 1 , 2 respectively, if a × ( a × c ) + b = 0 , then find the acute angle between a and c in degrees.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The cross product of two unit vectors can never be a unit vector unless the two vectors are mutually perpendicular. It should be mentioned in that statement which you mentioned earlier.
a × ( a × c ) + b = 0 ⟹ a ( a . c ) − a 2 c + b = 0 ⟹ b = a 2 c − a ( a . c ) ⟹ b 2 = ( a 2 c − a ( a . c ) ) 2 .
Substituting magnitudes we get
4 + ( a . c ) 2 − 2 ( a . c ) 2 = 1 ⟹ ( a . c ) 2 = 3 .
Since we are asked for the acute angle, we get for the required angle α :
α = cos − 1 a c a . c = cos − 1 2 3 = 3 0 ° .
Problem Loading...
Note Loading...
Set Loading...
Consider the cross product:
a × c = d = ∣ a ∣ ∣ c ∣ sin θ d ^ = 2 sin θ d ^
Where d ^ is a unit vector perpendicular to both a and c . Now consider:
a × ( a × c ) = − b
⟹ 2 sin θ ( a × d ^ ) = − b
Since a and d ^ are mutually perpendicular unit vectors, their cross product must also be a unit vector which is parallel to the unit vector b . It may be in the same or opposite direction to b however. This leads to:
± 2 sin θ b = − b
⟹ ∣ ± 2 sin θ ∣ = 1
⟹ θ = arcsin ( 2 1 ) = 3 0 ∘
The magnitude of the angle between the vectors a and c is 3 0 ∘