Solving Vector Problems: Need Help Figuring it Out

  • Thread starter Thread starter gokugreene
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
The discussion revolves around solving a vector problem involving two beetles running on flat sand. Beetle 1's movements are calculated using vector addition, resulting in a total displacement of 2.95m at an angle of 37.14 degrees. The second beetle's required displacement is determined by subtracting Beetle 1's resultant vector from its first run. The error identified was in incorrectly adding all vectors instead of using the correct approach of A + B - C to find the second run's magnitude and direction. The final answers for the second beetle's run are 0.84m in magnitude and 79 degrees in direction.
gokugreene
Messages
47
Reaction score
0
Hey guys, I need your help figuring out what I am doing wrong.

Two beetles run across flat sand, starting at the same point. Beetle 1 runs 0.5m due east, then 0.80m at 30 degrees north of due east. Beetle 2 also makes two runs; the first is 1.6m at 40 degrees east of due north. What must be (a) the magnitude and (b) the direction of its second run if it is to end up at the new location of beetle 1?

40 degrees east of due north = 50 degrees

vector A = 0.5m
vector B = 0.8m
vector C = 1.6m

A = .5i + 0j
B = (.8cos(30))i + (.8sin(30))j
C = (1.6cos(50))i + (1.6sin(50))j

R = 2.35i + 1.78j
R = [2.35^2 + 1.78^2]^1/2 = 2.95m
arctan=(1.78/2.35)=37.14 degrees

Answer should be: (a) 0.84m (b) 79 degrees

What am I doing wrong here? Am I approaching it wrong?
 
Physics news on Phys.org
You aren't showing the crucial part of your work! What did you do with vectors A, B, and C after you got them?

The first beetle's total motion is A+ B, then second's is C so to arrive at the same place the second beetle must go A+B- C.
 
I was adding A + B + C. I see how logically that wouldn't make sense. Thanks I got the answer.
 
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 '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...
Back
Top