Finding the magnitude of the resultant vectors

AI Thread Summary
To find the magnitude of the resultant vector from three given vectors S, T, and U, first sum the x-coordinates and y-coordinates separately. The total x-value is 2 and the total y-value is -4.5. Using the Pythagorean theorem, calculate the magnitude with the formula c = sqrt(x^2 + y^2). This results in c = sqrt(2^2 + (-4.5)^2), which equals sqrt(24.25), giving a final magnitude of approximately 4.9. The solution demonstrates the process of vector addition and magnitude calculation effectively.
fxsnowy
Messages
3
Reaction score
0
I need help on how to solve this

Homework Statement



Three vectors, expressed in Cartesian coordinates are :
S -> x( -3.5), y(+4.5)
T -> x(0), y(-6.5)
U -> x(+5.5), y(-2.5)

what is the magnitude of the resultant vector S + T + U?

The answer, according to my answer sheet is 4.9, but I don't know how to get that answer.

Any help is greatly appreciated
 
Physics news on Phys.org
What is the magnitude of a vector?
 
Firstly, how would you go about adding one vector to another?
 
Solution.

There might be different ways to do it but here's how I did it.

First, add up all of the x values: (-3.5) + 0 + 5.5 = 2
then, add up all of the y values: 4.5 - 6.5 - 2.5 = -4.5

Then, use the pythagorean theorem on the absolute value of x and y (disregard the negative signs).

c^2 = a^2 + b^2
c = sqrt(a^2 + b^2)
= sqrt(2^2 + 4.5^2)
= sqrt(4 + 20.25)
= sqrt(24.25)
= 4.9
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
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