What is the direction angle of vector <-2,-5>?

AI Thread Summary
The direction angle of the vector <-2,-5> is calculated using the magnitude, which is √29. The angle is initially found to be 111.891 degrees, but the correct direction angle is determined by subtracting this from 360 degrees, resulting in 248.109 degrees. This adjustment accounts for the vector's position in the third quadrant of the coordinate plane. Using the arctan function, one can derive the angle with respect to the negative x-axis and negative y-axis, confirming the need to add 180 degrees when the x-component is negative. Understanding these calculations and adjustments is essential for accurately determining direction angles in vector analysis.
(-_-)
Messages
1
Reaction score
0

Homework Statement



Find the direction angle of vector <-2,-5>

Homework Equations



The components of a vector is v=<magnitude*cos ø, magnitude*sin ø>
Magnitude of a vector: √(a^2+b^2)

The Attempt at a Solution



I found the magnitude of the vector, which is √29. Then I set -2= √29 cos ø and solved for ø. It was 111.891 degrees but the answer to the problem was 360 MINUS 111.891 degrees. I thought it would be 180 PLUS 111.891.
 
Physics news on Phys.org
Ok you could draw the point in the plane. Make a right triangle with legs 2,5. You could then arcTan of that. That angle is the angle it makes with negative x-axis and negative y-axis. Since you are measuring from the positive x you add 180 to that. That is the angle.
 
360-111.891 is logical because of where on the coordinate plane you measure from.

By the way, welcome to the forums!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top