Need a check on a elevator going up problem

  • Thread starter Thread starter Dko
  • Start date Start date
  • Tags Tags
    Elevator
AI Thread Summary
The discussion revolves around solving a physics problem involving a man weighing himself in an elevator that decelerates. The individual calculated the net force and the reading on the scale but made errors in the force balance equation and the choice of kinematic equations. It was pointed out that the normal force, which the scale measures, should be less than the gravitational force due to the downward acceleration of the elevator. A more efficient method to find acceleration was suggested, using the equation that relates initial and final velocities with distance, without needing time. The conversation concluded with a clarification on the validity of the kinematic equations and the importance of sign conventions in physics calculations.
Dko
Messages
9
Reaction score
0
Just want to see if I did everything right. I'm notorious for simple mistakes.

Homework Statement


A 100kg man concerned about his weight decides to weigh himself in an elevator. He stand on a bathroom scale in an elevator that is moving upward at 3.0 m/s. As the elevator reaches his floor, it slows to a stop.

If the elevator slows to a stop over a distance of 2.0m, what is the reading on the bathroom scale?

Homework Equations


I used
F = ma
v2 = v1 + a12(t2 - t1)
r2 = r1 + v1(t2 - t1) + (1/2)(a12)((t2-t1)^2)


The Attempt at a Solution


Ok I know that I needed to find the force of the scale. to find that I needed the net force, since I have the force of the gravity on the guy (100*9.8 = 980N)
But to find that I needed the acceleration.

thus with v2 = v1 + a12(t2-t1) I got this
0 = 3 + a12(t2 - 0)
-3 = a12(t2)
a12 = -3/t2

I plugged that into r2 = r1 + v1(t2-t1) + (1/2)(a12)((t2-t1)^2)
2 = 0 + 3(t2 - 0) + (1/2)(-3/t2)((t2-0)^2)
2 = 3t2 - (3/2)(1/t2)(t2^2)
*Canceling I get
2 = 3t2 - 3t2/2
4 = 6t2 - 3t2
3t2 = 4
t2 = 4/3

Plugging back into a12 I get
a12 = -3/(4/3)
a12 = -9/4

Thus the net Force = 100(-9/4) = -225N
Which means Fsacle = -225 - 980 = -1205N
Making the scale read 1205N since it can only do positive right?
 
Physics news on Phys.org
Your value for the acceleration is correct, but just FYI, you could have found it much faster by using the equationv^2 = v_0^2 + 2adwhere v0 is the initial speed, v is the final speed (at the end of the displacement d), and a is the acceleration. You're given v, v0 and d, and you're NOT given t. So don't choose the kinematics equation that depends on t (an unknown) when you already have equation that depends only on known quantities. Solving for a, you geta = -\frac{v_0^2}{2d} = -\frac{9.0~\textrm{m}^2/\textrm{s}^2}{4.0~\textrm{m}} = -2.25~\textrm{m}/\textrm{s}^2

As for the rest of the problem: remember that a scale always shows you the normal force between you and it. So that is what you should be trying to compute in this problem: the normal force. Unfortunately, you messed up your force balance equation. That much is obvious for the following reasons:

- It's true that a scale only shows you the magnitude of the force acting on it. However, in this case, your result for the normal force should have been positive anyway, because the normal force points upward, and you chose upward to be the positive vertical direction.

- Since the acceleration was negative (downward), this meant that the net force was downward, which means that the normal force must have been pushing up on the person with a force LESS THAN the weight of the person. (To get a net downward force, the upward force from the scale has to be smaller in magnitude than the downward force from gravity). In other words, your final answer should have been less than mg (in magnitude). Yours was greater than mg.

Let's try writing the force balance equation properlyF_{\textrm{net}} = F_{\textrm{N}} + F_{\textrm{g}}where Fg is the gravitational force and FN is the normal force. Now, I'm going to use g = +9.81 m/s2, which means that Fg = -mg, with the negative sign indicating that the force is downward. So the equation becomes: ma = F_{\textrm{N}} - mgYou should be able to solve for FN from this equation. Remember that we are using g = +9.81 m/s2, and we found that a = -2.25 m/s2. If you don't get the signs right, you won't get the right answer. You should get a positive answer that is smaller than mg.
 
Ok Thanks. My professor didn't give us that equation so I'm not sure if we can use it.
 
Dko said:
Ok Thanks. My professor didn't give us that equation so I'm not sure if we can use it.

The kinematics one? My answer would be that of course you can use it, it is a valid physics equation (i.e. one that is TRUE). However, maybe you have a silly teacher. In that case, you can derive it from the ones that you already know. Start withv = v_0 + atand solve this equation for t, i.e. t = \frac{v-v_0}{a}Then plug this expression for t into the equationx-x_0 = v_0t + \frac{1}{2}at^2Et voila! You will obtain the equation I gave you in my first post (after a bit of algebra). You have successfully eliminated the time variable. This wouldn't save you any work, but at least your teacher would have no cause to complain, because you have then SHOWN it to be true using the physics that he has already taught.

Of course, a much easier way to derive this equation is to use the work-energy theorem (equate the work done on the object to its change in kinetic energy). But if you haven't covered the concepts of work and energy yet, then I guess that wouldn't be possible.
 
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