Calculating Cross-Country Ski Distance

  • Thread starter Thread starter ios
  • Start date Start date
AI Thread Summary
To calculate the distance from the starting point after skiing in multiple directions, the skier's path can be analyzed using vector components. Each segment of the ski path is broken down into x and y components based on the angles provided. For angles measured "west of south," "north of east," and "south of west," specific adjustments are made to convert these angles into a standard format. The total displacement vector is obtained by summing the individual components, and the final distance can be calculated using the Pythagorean theorem. The complexity of the expression increases with the number of variables, making specific numerical values essential for straightforward calculations.
ios
Messages
8
Reaction score
0
A cross-country skier skis s1 in the direction theta1 west of south, then s2 in the direction theta2 north of east, and finally s3 in the direction theta3 south of west.

How far is the skier from the starting point? I drew it..and it looks really really weird, I haven't done physics in a couple years now, and I'm a bit rusty, any help on how to start this?
 
Physics news on Phys.org
I don't know how it could "look wierd"- that would depend on what the numbers involved are! In general, it is a zig-zag path.

There are several different ways to do this. The way I would do it is to reduce to "components". Taking the positive x-component east and positive y-component n,
The components of a vector "of length s in direction θ (measured from due e) would be < r cos(θ), r sin(θ)>. The only problem is the angles.

If θ1 is "west of south" the angle measured from east is 270- θ1 and the vector is <s1cos(270-θ1), s1sin(270-θ1>.
If θ2 is measured "north of east", then it is already correct. The vector is <s2cos(θ2),s2sin(θ2)>.
If θ3 is measured "south of west", then we need to add 180 degrees to get the angle measured from east. The vector is <s3cos(θ3+ 180),s3sin(θ3+ 180)>

Adding those components, the vector from the intial position to the final position is
<s1cos(270-θ1)+s2cos(θ2)+s3cos(θ3+ 180), s1sin(270-θ1+s2sin(θ2)+s3sin(θ3+ 180)>

To find the distance from the initial position to the final position, use the Pythagorean formula: square the two components, add and then take the square root.

If you really are given only "s1, &theta;1", etc. then you will have a very complicated expression. If you are given specific numbers, substitute those first and then calculate.
 
i'm only given s1, theta1, s2, theta2, s3, theta3 :rolleyes:
 
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