What is the result of combining vectors A and B?

  • Thread starter Thread starter queenspublic
  • Start date Start date
AI Thread Summary
To combine vectors A and B, first break them into their x and y components. Vector A, with a magnitude of 2.00 m directed east, is represented as <2, 0>. Vector B, with a magnitude of 6.00 m directed 24.0° west of north, requires the use of sine and cosine to find its components. After calculating the components, add the x components together and the y components together to find the resultant vector. The magnitude of the resultant can be determined using the Pythagorean theorem, and the direction can be found using the inverse tangent function.
queenspublic
Messages
59
Reaction score
0
Vector A has a magnitude of 2.00 m and is directed east. Vector B has a magnitude of 6.00 m and is directed 24.0° west of north.

(1) What is the magnitude of A + B?
(2) What is the direction of A + B?
(3) What is the magnitude of B - A?
(4) What is the direction of B - A?
 
Physics news on Phys.org
queenspublic said:
Vector A has a magnitude of 2.00 m and is directed east. Vector B has a magnitude of 6.00 m and is directed 24.0° west of north.

(1) What is the magnitude of A + B?
(2) What is the direction of A + B?
(3) What is the magnitude of B - A?
(4) What is the direction of B - A?

Break the vectors into their <x,y> components and then do the indicated operations.
 
How do I break it? Do I use sine and cosine?
 
Add two vectors. Find the x and y components of the two vectors. Add the x components to get the net x component. Do the same for the y components. Draw the net x component and the net y component. Magnitude is determined with the Pythagorean theorem, and angle is determined with an inverse tangent. If, instead, you add the vectors on a vector-capable calculator, all angles must be relative to the positive direction of the x axis.
 
queenspublic said:
How do I break it? Do I use sine and cosine?

Yup. your first vector is already in component form because it is just pointed east, so its of the form <2,0>. (remember sign of the number matters in this).

For your second one if you draw it out you'll notice you have a triangle. Use your sin and cos functions to find the X and Y components of the second vector.

Then you'll have vector A broken into x and y =<x1,y1> and vector B broken into x and y <x2,y2> and then you can do the operations to them. Remember when you are doing the operations you can only add x to x and y to y.

<1,1>+<2,5> = <3,6>

[EDIT] and yes, about the angle with respect to the origin it brought up inverse tangent. That is because tan=(opp/adj)... which is pretty much the same thing in this case as tan(theta)=(y/x) so the angle w.r.t the positive x-axis is theta=arctan(Y/X)
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top