52) Two vectors A and B have precisely equal magnitudes. In order for the magnitude of A+B to be larger than the magnitude of A-B by the factor n, what must be the angle between them?
He had given us a few hints, but I can't seem the piece together how I'd actually use these hints in practice.
Hint 1: Law of Cosines
Hint 2: Trig Identities
So if anyone could explain this problem, that would be dandy.
If n = 1, then theta = 90 degrees. That much I can tell you immediately.
Workspace
Code:
Law of Cosines: C^2 = A^2 + B^2 - 2ABcos(c), where C is the side of a triangle opposite of angle c, and A, B are the other sides of the triangle.
Assume C1 = |[B]A[/B]-[B]B[/B]| and C2 = |[B]A[/B]+[B]B[/B]|. Using substitution, we get...
|[B]A[/B]-[B]B[/B]|*n = |[B]A[/B]+[B]B[/B]|
C1*n = C2
[|[B]A[/B]|^2 + |[B]B[/B]|^2 - 2|[B]A[/B]||[B]B[/B]|cos(θ)]n^2 = |[B]A[/B]|^2 + |[B]B[/B]|^2 - 2|[B]A[/B]||[B]B[/B]|cos(180-θ)
The reason why I put 180-θ for the 2nd angle for C2 is due to the property of parallelograms in general.
Well the way the problem is stated, it either doesn't matter, or the answer has to be in terms of |A| as well as n. Intuitively the magnitude of the vectors can change and the angles are still the same, so I just assumed they were unit vectors to make it cleaner. Probably not the most proper, but it gets the answer.
Hm, seems either you or I dropped a negative sign somewhere. I think it might've been me.
Edit: Oh, I see. I designated theta as the other angle.
Russt Wrote:Edit: Oh, I see. I designated theta as the other angle.
Yup. The only way I can see it being simplified further is doing partial fractions for your approach, but even then that doesn't get it into the nice compact form of arctan.