Find Direction of Vector A+B: Easy Problem Solved

  • Thread starter Thread starter Whatupdoc
  • Start date Start date
  • Tags Tags
    Direction Vectors
AI Thread Summary
To find the direction of Vector A + B, first calculate the resultant components by adding the x and y components of both vectors, resulting in Cx = 5.9 cm and Cy = -1.6 cm. The angle γ can be determined using the formula tan(γ) = Cy/Cx, which gives an initial angle of approximately -15.17 degrees. Since the resultant vector is in the fourth quadrant, the angle must be adjusted by adding 360 degrees, resulting in a final angle of approximately 344.83 degrees. This angle represents the direction of the vector measured counterclockwise from the positive x-axis.
Whatupdoc
Messages
99
Reaction score
0
Vector A has components Ax=1.50cm, Ay =2.05cm
Vector B has components Bx=4.40cm, By=-3.65cm

Find the Direction of Vector A + B. (Let the direction be the angle that the vector makes with the +x-axis, measured counterclockwise from the axis)

Hi, can someone help me with this problem. i know that it's easy, but i don't remeber how to do it. thanks
 
Physics news on Phys.org
Vectors add just like integers. Add the x components and the y components. Draw yourself a picture for it to make more sense.

Once you have your Cx and Cy, you can use your choise of arctan, arcsin with corresponding sides to find the angle.
 
Last edited:
ExtravagantDreams said:
Vectors add just like integers. Add the x components and the y components. Draw yourself a picture for it to make more sense.

Once you have your Cx and Cy, you can use your choise of arctan, arcsin with corresponding sides to find the angle.

yea i know how to add vectors, but i don't know what the question is asking me to do. "Find the Direction of Vector A + B. (Let the direction be the angle that the vector makes with the +x-axis, measured counterclockwise from the axis)" I'm very confused, what is the question asking me to do extactly? sorry, i really suck when it comes to physics.
 
Whatupdoc said:
yea i know how to add vectors, but i don't know what the question is asking me to do. "Find the Direction of Vector A + B. (Let the direction be the angle that the vector makes with the +x-axis, measured counterclockwise from the axis)" I'm very confused, what is the question asking me to do extactly?

You need to find the angle the vector C=A+B encloses with the x axis. Remember that
tan(\gamma ) = c_y/c_x
From this, you get gamma back, but decide if the angle is in the first, second, third or fourth quadrant.
If both components are positive
0 < \gamma < \pi/2
if the x component is negative and the y component is positive
\pi/2 < \gamma < \pi
If both components are negative
\pi <\gamma <3 \pi /2
if the x component is positive and the y component is negative
3\pi /2 < \gamma < 2 \pi

So calculate:
c_x = a_x + b_x and c_y = a_y + b_y
tan(\gamma ) = c_y/c_x
find gamma, you get an angle between 0 and \pi (or between 0 and 180^o). Check if c_y is positive or negative. If it is negative add \pi (180^o ) to the value of the angle you got.


ehild
 
Last edited:
Whatupdoc said:
"Find the Direction of Vector A + B. (Let the direction be the angle that the vector makes with the +x-axis, measured counterclockwise from the axis)" I'm very confused, what is the question asking me to do extactly?

Not sure what class this is for but I remember for my first physics class we would write a vector as C [\theta deg. above positive x-axis]
 
Whatupdoc said:
yea i know how to add vectors, but i don't know what the question is asking me to do. "Find the Direction of Vector A + B. (Let the direction be the angle that the vector makes with the +x-axis, measured counterclockwise from the axis)" I'm very confused, what is the question asking me to do extactly? sorry, i really suck when it comes to physics.

This is actually a problem in mathematics. Don't blame Physics! :mad: :-p

After doing the addition of vectors, as described in the other posts here, you are essentially converting from rectangular coordinates to polar coordinates.
This is probably in your trig or pre-calc text.

In physics, one merely uses that mathematical idea.
 
ehild said:
You need to find the angle the vector C=A+B encloses with the x axis. Remember that
tan(\gamma ) = c_y/c_x
From this, you get gamma back, but decide if the angle is in the first, second, third or fourth quadrant.
If both components are positive
0 < \gamma < \pi/2
if the x component is negative and the y component is positive
\pi/2 < \gamma < \pi
If both components are negative
\pi <\gamma <3 \pi /2
if the x component is positive and the y component is negative
3\pi /2 < \gamma < 2 \pi

So calculate:
c_x = a_x + b_x and c_y = a_y + b_y
tan(\gamma ) = c_y/c_x
find gamma, you get an angle between 0 and \pi (or between 0 and 180^o). Check if c_y is positive or negative. If it is negative add \pi (180^o ) to the value of the angle you got.


ehild


ok here's what i got:
c_x = 5.9cm
c_y = -1.6cm

so...
(\gamma ) = -15.17291

the angle is negative, so i added 180 to it, which equals ... 164.827 <-- is that the answer?
 
Add 360, not 180. Remember, the A+B vector is in the 4th quad so to get the CCW angle from the x-axis you have go through the first three quads which is 270 degrees. And then you need to go an additional 75'ish degrees to find the angle from the x-axis to the vector. Or the easier route of 360+\gamma
 
Whatupdoc said:
ok here's what i got:
c_x = 5.9cm
c_y = -1.6cm

so...
(\gamma ) = -15.17291

the angle is negative, so i added 180 to it, which equals ... 164.827 <-- is that the answer?


Ooops...Sorry, I was wrong, faust9 is right.
The calculator returns an angle between -90^o and +90^o. Add 180 degrees if c_x &lt;0 but 360 degrees if c_x&gt;0 \mbox{ and } c_y&lt;0.
So your angle is 344.8^o Remember, you have to check the sign of both components, it is not enough to check if the angle is negative or positive.

Try the vectors {1,1); (-1,1); (-1,-1); (1,-1). They make the angles with the positive x-axis counter-clockvise 45^o, 135^o, 225^o, 315^0. The tangents are: 1, -1, 1, -1. The function arctan returns 45, -45, 45 -45. You have to add 0, 180, 180, 360, respectively, to get back the original angles.

ehild
 
Back
Top