Adding vectors with the component method

AI Thread Summary
The discussion revolves around solving a vector addition problem using the component method. The user initially calculated the resultant forces incorrectly, particularly by misidentifying the angle for one vector and swapping sine and cosine for another. After receiving feedback, the user acknowledged the mistake regarding the angle and confirmed that the sine and cosine switch was intentional due to quadrant considerations. They successfully recalculated the resultant vector and expressed gratitude for the assistance. The conversation highlights the importance of careful angle identification and component calculation in vector problems.
personguything
Messages
12
Reaction score
0
Hi! I know this is pretty basic... I'm teaching myself from a textbook, and I got a different answer from the book...It doesn't have the problem worked out, just the answer. I just need to figure out what mistake I made.

Homework Statement


Find the resultant of the following forces: (a) 30N at an angle of 40°, with respect to the x-axis, (b) 120N at an angle 135°, (c) 60N at an angle of 260°

The book's answer(and I'm assuming the correct one) is: 85.2N; 148 from +x axis

2. The attempt at a solution
First I name each vector
30N, 40 deg is a | 120N, 135 deg is b | 60N 260 deg is c

Next I find the x and y components for each vector
ax = 30*cos(40) = 23;
ay = 30*sin(40)
---
bx = 120*cos(35) = 98.3;
by = 120*sin(35) = 68.8
---
cx = 60*sin(260) = -59.1;
cy = 60*cos(260) = -10.4
---
Next I find the x and y components of the resultant vector
Rx = ax+bx+cx = 62.2
Ry = ay+by+cy = 62.2

Next I find the hypotenuse(i.e. the magnitude of the resultant vector)
R = √((62.2)^2+(77.7)^2) = 99.5

And finally I calculate the angle of the resultant vector
θ = arctan(77.7/62.2) = 51.3
 
Physics news on Phys.org
personguything said:
Hi! I know this is pretty basic... I'm teaching myself from a textbook, and I got a different answer from the book...It doesn't have the problem worked out, just the answer. I just need to figure out what mistake I made.

Homework Statement


Find the resultant of the following forces: (a) 30N at an angle of 40°, with respect to the x-axis, (b) 120N at an angle 135°, (c) 60N at an angle of 260°

The book's answer(and I'm assuming the correct one) is: 85.2N; 148 from +x axis

2. The attempt at a solution
First I name each vector
30N, 40 deg is a | 120N, 135 deg is b | 60N 260 deg is c

Next I find the x and y components for each vector
ax = 30*cos(40) = 23;
ay = 30*sin(40)
---
bx = 120*cos(35) = 98.3; <---- Isn't the angle 135° ?
by = 120*sin(35) = 68.8
---
cx = 60*sin(260) = -59.1; <---- Looks like you've swapped sin and cos
cy = 60*cos(260) = -10.4
---
Next I find the x and y components of the resultant vector
Rx = ax+bx+cx = 62.2
Ry = ay+by+cy = 62.2

Next I find the hypotenuse(i.e. the magnitude of the resultant vector)
R = √((62.2)^2+(77.7)^2) = 99.5

And finally I calculate the angle of the resultant vector
θ = arctan(77.7/62.2) = 51.3

Redo you calculations after fixing up the bits I've indicated. Be careful about the quadrant placement for the angle.
 
gneill said:
Redo you calculations after fixing up the bits I've indicated. Be careful about the quadrant placement for the angle.

Thank you! I 100% missed the "35" mistake haha. The cos/sin switch was on purpose, something about it being below the x-axis...Anyway, I worked through it all visually and mathematically and figured it out.

I appreciate it!
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...

Similar threads

Back
Top