Help with A+B and 2A+3B: Magnitude & Direction

AI Thread Summary
To find the magnitude and direction of the vectors A+B and 2A+3B, start by calculating the x and y components using A_x = A cos(θ_A) and A_y = A sin(θ_A) for vector A, and similarly for vector B. The resultant vector R for A+B is obtained by summing the x components (R_x = A_x + B_x) and the y components (R_y = A_y + B_y). The magnitude of A+B is then calculated using the formula √(R_x² + R_y²). For the direction, use the arctangent function to find the angle from the components, and apply the same method for 2A+3B. This approach provides a clear method for solving vector addition problems.
rsixtyone
Messages
3
Reaction score
0
I'm don't know how to do this at all, can anyone help me please?

If A=[A\angle\theta_{A}] and B=[B\angle\theta_{B}],

1) what is the magnitude of A+B?
2) what is the direction of A+B?
3) what is the magnitude of 2A+3B?
4) what is the direction of 2A-3B?
 
Physics news on Phys.org
Start by finding the x and y components of each vector, then operate on those components to find the resultants. You'll need to know that A_x = A cos\theta_A and A_y = A sin\theta_A.
 
also keep in mind that once you know the components (x,y,z) of a vector, you can easily calculate the vector's magnitude using the formula sqrt(x²+y²+z²)

just as an addendum to Doc Al's words

regards
marlon
 
This is a new to me, I still couldn't get it. Solve and explain the problem to me Doc? Thank you.
 
Poke around here: http://hyperphysics.phy-astr.gsu.edu/hbase/vect.html#vec2

I'll do the first one:
\vec{R} = \vec{A} + \vec{B}
First the x components:
R_x = A_x + B_x = A cos\theta_A + B cos\theta_B
Then the y components:
R_y = A_y + B_y = A sin\theta_A + B sin\theta_B

Thus the magnitude of A + B = \sqrt{(R_x^2 + R_y^2)}
 
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