Solving a Cart Distance Problem: 18s to 21s

  • Thread starter Thread starter bamber296
  • Start date Start date
  • Tags Tags
    Cart
AI Thread Summary
To solve the cart distance problem from 18.0s to 21.0s, the correct distance traveled is 48 meters, which is an unsigned value. The area under the velocity-time graph represents the distance, calculated as the sum of a triangle and a rectangle, rather than using the base times height formula. The final velocity at 21.0s is 10 m/s, and the initial velocity at 18.0s is 22 m/s, which should be used correctly to avoid negative results. The equation Δx = (v2f - v2i) / 2a is valid, but proper arrangement is necessary to avoid confusion with signs. Understanding that distance is different from displacement is crucial in this context.
bamber296
Messages
1
Reaction score
0

Homework Statement


Evaluate the distance the cart travels from 18.0s to 21.0s.

The points are roughly (18.0, 22) and (21.0, 10). The slope/acceleration is constant.


Homework Equations


Δx=(v2f−v2i)/2a
Δx=0.5at2
Δx=0.5(base)(height)


The Attempt at a Solution


I used the first equation as:
Δx=(v2f−v2i)\overline{}2a
=(222−102)/2(-4) = -48 m

Δx=0.5at2 = 0.5(-4)(9) = -18 m

Both of those were wrong along with the last equation (which also equaled -18 m). I really need help!
 
Physics news on Phys.org


bamber296 said:

Homework Statement


Evaluate the distance the cart travels from 18.0s to 21.0s.

The points are roughly (18.0, 22) and (21.0, 10). The slope/acceleration is constant.

Homework Equations


Δx=(v2f−v2i)/2a
Δx=0.5at2
Δx=0.5(base)(height)

The Attempt at a Solution


I used the first equation as:
Δx=(v2f−v2i)\overline{}2a
=(222−102)/2(-4) = -48 m

Δx=0.5at2 = 0.5(-4)(9) = -18 m

Both of those were wrong along with the last equation (which also equaled -18 m). I really need help!

Answer should be 48m.

Remember, distance (which is what's being asked for) is just an unsigned number. If they asked for displacement, then sign (or direction) is important.

Think of it as area under the v-t graph. It's a trapezoidal area, so it's not just base*height. The area under the graph can be calculated as the sum of a triangle (area: 18) and a rectangle (area:30), though.

What you worked out with v_f^2 = v_i^2 + 2a{\Delta}x is essentially correct, except the final velocity here is 10m/s and the initial velocity is 22m/s. So you wouldn't have got a negative sign if you'd arranged it properly.

The \frac{1}{2}at^2 only applies if the object is starting from rest.
 
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 hanged 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