If a , b , c are direction cosines of a line and A = a i ^ + b j ^ + c k ^ , B = b i ^ + c j ^ + a k ^ , then find the maximum angle θ (in degrees) between A & B where θ ∈ [ 0 , π ] .
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.
Thanks for sharing the problem. I quite enjoyed attempting it. No offense, but don't you think that perhaps you could show what you did in the last three steps in slightly greater detail? As in just elaborate on the last three steps as it's not really clear what you did, especially for the last two steps. These are just suggestions. Thanks very much!
Log in to reply
Also, in the second-last step, how did you just remove i ^ , j ^ and k ^ ?
Log in to reply
That is because i ^ . j ^ , i ^ . k ^ , j ^ . k ^ . . . . . = 0 And i ^ . i ^ = j ^ . j ^ = k ^ . k ^ = 1
Log in to reply
@Samarpit Swain – I know that. I just meant to suggest that he could have written this in his solution too. Aachchaa, could you just check the comments in Extrema can be Easy ? Or simply reshare it so that people can report the question if there are problems with it. I think I've ironed out the flaws in the question...
Lol guessed it!
Problem Loading...
Note Loading...
Set Loading...
Since a , b , c are direction cosines of a line, so a 2 + b 2 + c 2 = 1
We know that ( a + b + c ) 2 ≥ 0
⟹ a 2 + b 2 + c 2 + 2 ( a b + b c + c a ) ≥ 0
⟹ a b + b c + c a ≥ 2 − 1
Now to calculate angle between A & B we should use dot product of two vectors.
⟹ A . B = ∣ A ∣ ∣ B ∣ c o s θ
⟹ a b + b c + c a = ( a 2 + b 2 + c 2 ) ( a 2 + b 2 + c 2 ) c o s θ
⟹ c o s θ ≥ 2 − 1
Hence maximum possible value of θ ∈ [ 0 , π ] is 1 2 0 o