How Do You Calculate Average Acceleration in a Piston Cycle?

  • Thread starter Thread starter Palladian1881
  • Start date Start date
  • Tags Tags
    Acceleration
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Palladian1881
Messages
2
Reaction score
0
1. Homework Statement
The piston has a displacement of 10 cm and there are 50 cycles per second. Calculate the average acceleration that occurs between the start/stop point and the middle of the cycle. This value has to do with evenly accelerated movement. This can be described according to the formula d = .5a * t2.
To solve:
-Compute the average velocity using a full cycle.
-Calculate how long the piston needs to travel 5 cm from the top of the cycle to the middle, which will give us the value for t. Then use a = 2 * d / t2 to calculate the acceleration.

2. Homework Equations
d = .5a * t2
a = 2 * d / t2
v = d / t

3. The Attempt at a Solution
50 cycles per second = 1 cycle takes 20 milliseconds.
velocity = d / t
10 m/s = 20 cm / 50 ms (total cycle distance is 20cm because the displacement is 10cm)
How long the piston takes to travel 5 cm: t = 5 ms
//But why figure out how long 5 cm takes, when I'm supposed to be solving for the middle of the cycle, which is 10 cm?
//Solving for 5 cm:
a = 2 * d / t2
d = 5 cm = .05 m
t = 5 ms = .005 s
a = 2 * .05 m / .005s2 = 20 m/s2
//But this isn't the right answer... How does the value for t work if it's supposed to be in seconds squared instead of just seconds? Should I plug in .0052 instead of just .005? Help!
 
Physics news on Phys.org
After a full cycle the piston is back where it started from. Displacement from its point of origin is zero. So what's its average velocity?

If a formula says the value is to be squared, then yes, when you plug in the value for the variable it is to be squared. The "value" of the variable includes its units, so if the formula calls for t2 and t is 5s, then t2 is going to be 25s^2.
 
Palladian1881 said:
2. Homework Equations
d = .5a * t2
a = 2 * d / t2
Note that these equations should be:
d = (.5)a * t2
a = 2d/(t2)


Palladian1881 said:
//Solving for 5 cm:
a = 2 * d / t2
d = 5 cm = .05 m
t = 5 ms = .005 s
a = 2 * .05 m / .005s2 = 20 m/s2
//But this isn't the right answer... How does the value for t work if it's supposed to be in seconds squared instead of just seconds? Should I plug in .0052 instead of just .005? Help!


You forgot to square the value for t.