Adding Vectors: How to Find the Resultant with 3 Given Force Vectors

  • Thread starter Thread starter suki86
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
To find the resultant of three force vectors, the components must first be broken down into their x and y components. For the given vectors, the x components are calculated using cosine, while the y components use sine. After determining the individual components, they are summed to find the total x (Fx) and y (Fy) components. The magnitude of the resultant vector is then found using the Pythagorean theorem, and the direction can be determined using the arctangent function. This method effectively combines the components to yield the resultant vector.
suki86
Messages
8
Reaction score
0
Need help adding vectors --please help

Homework Statement


i have 3 force vectors i want to add to get the resultant.
vector a mag=1.31N and is 51.34deg to the x-axis (Quad 1)
vector b mag= 1.31N and is 51.34deg to the x-axis (Quad 4)
vector c mag = .719N and is along the pos y axis

how do you add these for resultant?
ive learned this before but forgot how to add them, --isnt there a simple way to get the one resultant vector?
thanks for any help!



Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
also, the forces are from point charges, so no gravity
 
Split them all into x and y components and then add the components to get the components of the sum.
 
thanks for the reply.

ok but isn't there a faster way to get the resultant rather than breaking them apart then putting back together again?
 
Fxa = 1.31N * cos 51.34deg = .818353N
Fxb = 1.31N * cos 51.34deg = .818353N
Fxc...... = 0 (because force is along the y-axis)

Fya = 1.31N * sin 51.34deg = 1.0229N
Fyb = 1.31 * sin51.34deg = 1.0229N
Fyc = .719N = .719N (because along the y-axis)
 
ok so, I broke them down into x and y components. just need help adding them now?
thanks!
 
I'm pretty sure you have to use basic trig functions to find the lengths. Then, add them together.
 
Ok, so now add all of the x's and all of the y's. That gives you the x and y components of the total force T. Do you need to get the total magnitude and direction of T? Do you know how to do that?
 
yeah total magnitude is what i want.
So Fx = 1.636706
Fy = 2.7648

ho do i add them? thanks
 
  • #10
Good so far. You don't 'add' them. The vector is (Fx,Fy). The magnitude is sqrt(Fx^2+Fy^2), the angle is arctan(Fy/Fx). It's the opposite of splitting into components, you are 'recombining' the components.
 
  • #11
oh duh. this is just pythagarus isn't it? i mean x and y components mean i just get the hypotenuse and that's how you "add" them right>?
so, sq rt Fx^2 + Fy^2 = resultant vector
 
  • #12
i mean the MAGNITUDE of the vector at least.
 
  • #13
Yes. You are on the right track.
 
Back
Top