Find the kinetic friction coefficient

AI Thread Summary
A pig sliding down a ramp at a 35-degree angle was analyzed to determine the kinetic friction coefficient. Initial calculations yielded an incorrect coefficient of 0.787 due to errors in the force equation and rounding. After correcting the force equation and using more precise values, a revised calculation produced a coefficient of 0.613, still incorrect. The final correct coefficient of 0.52 was achieved by properly calculating acceleration using the kinematic formula and recognizing the average velocity in the initial approach. The discussion highlighted the importance of accurate calculations and understanding kinematic principles in physics problems.
beborche
Messages
19
Reaction score
0

Homework Statement


A pig is sliding down a ramp that has an angle of 35 degrees from the horizontal plane. If the friction coefficient was 0 the ride would only take half the time. What is the kinetic friction coefficient between pig and ramp?

Homework Equations


Fnet = ma
v² = u² + 2as
a = \Deltav/t
fk = ukN = ukmgsin\theta

The Attempt at a Solution


Since I wasn't given a length of the ramp, I decide it to be s=10 meters (the length shouldn't matter, I just use the value so I can perform calculations).
u = 0 m/s
s = 10 m
a = gsin\theta = 5.62 m/s²
v = \sqrt{2as} = \sqrt{2*5.62*10} = 10.6 m/s
t = (v-u)/a = 10.6/5.62 = 1.87 s
This is the time it takes without any friction. Now let's double this time, and find the acceleration. Then, through the expressions of the forces, solve for uk:

t = 3.74 s
u = 0 m/s
s = 10 m
v = s/t = 2.67 m/s
a = (v-u)/t = 0.71 m/s²

F = ma = mgsin\theta - ukgcos\theta
Rearrange and you'll get this
uk = \frac{a + gsin\theta}{gcos\theta} = \frac{0.71 + 9.8sin(35)}{9.8cos(35)} = 0.787

This answer isn't correct, but it's rather close (probably by coincidence). Anyhow, can anyone hint me in the right direction? Where am I going wrong?
Thanks
 
Physics news on Phys.org
First, you should use more decimal places in your intermediate results. Maybe three or four. This will guard against rounding errors creeping into 'sensitive' calculations. Also, you might want to use g = 9.807 m/s2 for gravity.

The formula that you arrived at for μk is not quite right; it produces a negative value. This is because the numerator should be negated.
 
Ah you're right. I see the mistake.

F = ma = mgsin\theta - ukgcos\theta
Rearrange and you'll get this
uk = \frac{a + gsin\theta}{gcos\theta} = \frac{0.71 + 9.8sin(35)}{9.8cos(35)} = 0.787

should be

F = ma = mgsin\theta - ukmgcos\theta
Rearrange and you'll get this
uk = \frac{a - gsin\theta}{-gcos\theta} = \frac{0.71 - 9.8sin(35)}{-9.8cos(35)} = 0.613

When I got 0.613 as my final answer I used 5+ decimals and I used 9.807 for g. This is closer to the correct answer, but I'm quite sure I won't pass with this answer.

The correct answer is 0.52
Any ideas?
 
I would change the approach to finding the acceleration for the friction case. Using an average velocity to find acceleration is not good.

Instead, go directly from the kinematic formula s = (1/2)at2. You're given t and s, so find a.
 
Thank you, I solved it!
Not by finding acceleration in the case of friction first, but thanks to you reminding me of that what I calculated was the average velocity. These two lines messed it up:
v = s/t = 2.67 m/s
a = (v-u)/t = 0.71 m/s²
Where it says (v-u), it should say 2*v. Since v = average velocity and u = 0, then 2*v is the change of velocity. And right we are! 0.52 is the answer.

Again thanks for your help! :-]
 
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 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
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