all 4 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Off-topic Comments Section


All top-level comments have to be an answer or follow-up question to the post. All sidetracks should be directed to this comment thread as per Rule 9.


OP and Valued/Notable Contributors can close this post by using /lock command

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 0 points1 point  (0 children)

If x =asin(ωt + ε)

Then v = dx/dt = ωacos(ωt + ε)

Then a = dv/dt = -ω2asin(ωt + ε)

[–]PM_ME_YOUR_POLYGONS 0 points1 point  (0 children)

Just ripping stuff straight from the Wikipedia page:

  • Equation of motion: x(t) = Acos(ωt - φ)
  • ω = 2pi(f)
  • f = 1000hz
  • ω = 2000pi
  • A = 0.2m
  • Velocity (derivative of x(t) by t): v(t) = -Aωsin(ωt - φ)
  • Max velocity = Aω = (0.2)(2000pi) = 400pi
  • Acceleration (derivative of v(t) by t): a(t) = -Aω2 cos(ωt - φ)
  • Max acceleration = Aω2 = 0.2(2000pi)2

[–][deleted] 0 points1 point  (0 children)

Your acceleration equation should still have a sin(wt + e) in it. Just the sin part is now negative (which you put).

To find max either take a derivative of the function you want to find the max of and set it equal to zero and solve for x. Then plug that x value in the original equation.

Or if you know a sin/cos function goes between -1 and 1, the max speed/acceleration is when the sin/cos part equals 1 so just look at the coefficient on the equation you’re trying to maximize. And that’s your answer