Trying to model the acceleration of a system due to an impulse forcing function

AI Thread Summary
The discussion focuses on modeling the acceleration of a device designed for paraplegic and quadriplegic hikers, specifically analyzing the effects of an impulse forcing function. The team calculated the necessary spring damping parameters and found that without damping, the average acceleration over bumps would be 1.36 m/s². However, their modeling yielded a maximum acceleration of 56.3 m/s², which raised concerns about the validity of their calculations. The issue was identified as stemming from the use of the Dirac delta function, which may have led to dimensional inconsistencies in the equations. To correct this, the impulse term should be defined in terms of force-time or momentum to ensure proper dimensionality.
theBEAST
Messages
361
Reaction score
0

Homework Statement


My team and I are working on a design project to design/modify a device that can go on hikes for paraplegic/quadriplegic people.

Here is the current design (not designed by us):

http://i.imgur.com/RAOq28k.png
http://i.imgur.com/zgA3aCg.png

We are thinking of adding a spring damping system to reduce shock on the passenger. We calculated that we would need a k = 87.3 kN/m and b = 4.137 kNs/m to meet some of the specifications. The mass of the entire device is about 100 kg. Using these we want to find the acceleration felt by the rider after going over a bump. So we decided to model it using an impulse. We calculated that on average the bumps would create an acceleration of 1.36 m/s^2 on the rider without a damping system. Thus, we want to find out what the actual acceleration would be with a spring and damper.

The Attempt at a Solution


ln82f3z.jpg


Plugging this into wolfram gives us:
x(t) = .064461*e^(-20.685t)*sin21.098t
(http://www.wolframalpha.com/input/?i=x''+++41.37*x'+++873*x+=+1.36*delta(t),+x(0)+=+0,+x'(0)+=+0)

Taking the second derivative gives us the acceleration:
x''(t) e^(-20.685 t) (-56.2631 cos(21.098 t)-1.11236 sin(21.098 t))
(http://www.wolframalpha.com/input/?i=second+derivative+of+.064461*e^(-20.685t)*sin21.098t)

This means that the magnitude of the maximum acceleration will be 56.3 m/s^2 which does not make sense since the input was only 1.36 m/s^2. Any idea what is going on here?

In fact I found the solution to x(t) online and it corresponds with what I got from wolfram:
jS186MP.png
 
Physics news on Phys.org
Anyone know?
 
I've spent the last few hours thinking about it. I'll try and ask my mechanics professor tomorrow, if he's around.
 
Well, I've talked with my professor about solving this, and tried solving it some different ways. Even still, at the time of the impulse I'm also getting a spike in the acceleration around 50 m/s^2.

My best guess is that this comes from using the dirac function as your impulse. Otherwise, I really don't know.
 
Last edited:
Careful with your Dirac delta function. It's making your equation inconsistent dimension-wise since the dimensions of δ(t) is T-1. It's not dimensionless.

To give the impulse term the correct dimensions, which is force, your impulse must be defined as a force-time or momentum input multiplied by δ(t) . So your impulse term must look like (FΔt)δ(t) or Δpδ(t) and you somehow have to come up with an estimate of how much force over how much time is applied to the system, or how much change of momentum.
 
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