Question

Hi I'm kinda stuck on this question and I don't know how to go about it....

Hi I'm kinda stuck on this question and I don't know how to go about it.

For a smooth ("low jerk") ride, an elevator is programmed to start from rest and accelerate according to: a(t)=a(max)/2[1-cos(2*pi*t/T)] from intervals 0 <= t <=T and a(t)= -a(max)/2[1-cos(2*pi*t/T)] from intervals T <= t <=2T where a(max) is the maximum acceleration and 2T is the total time for this trip.

a) Draw sketches of a(t) and the jerk as functions of time.

b)What is the elevator's maximum speed?

c) Find an approximate expression for the seep at short times near the start of the ride, t<<T.

d)What is the time required for a trip of distance D?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

We have following acceleration function:

a(t) = (amax /2) (1 - cos (2πt/T)) for 0<=t<=T

a(t) = -(amax /2) (1 - cos (2πt/T)) for T<=t<=2T

Part a)

Jerk is defined as  

J = da/dt

For 0<=t<=T, we will have

J(t) =  (amax /2) (2π/T* sin (2πt/T)) = (π/T) * amax * sin (2πt/T)

For T<=t<=2T, we will have

J(t) = -(amax /2) (2π/T* sin (2πt/T)) = -(π/T) * amax * sin (2πt/T)

hay ㄒ 27

AX 2

Part b):

As Elevator starts from rest at t=0, we will define velocity for 0<=t<=T as:

v(t))-/a(t)dt

v(t))(amar/2) (1 - cos2Tt/T)dt (amax/2) (1 - cos2rt/T)dt

v(t) = (amax /2) *[ t - (T/2π)sin (2πt/T)] ------------- Expression 1.

at t = T,

v = (amax /2) *T ; as sin2π = 0

After t>T, acceleration will be negative and velocity will start decreasing and it will become ZERO(0) at t =2T;

so, maximum velocity will be at t=T and vT = (amax /2) *T

Part c)

When t is near to 0; speed will be given at t

v(t) = (amax /2) *[ t - (T/2π)sin (2πt/T)]

We can find Displacement as :

r(t) v(t)dt

-(amar/2) (t

x(t) = (amax /2) * ( t2/2 - (T/2π)2 cos (2πt/T) + (T/2π)2) ----------------- Expression 2

For approximation at t near to zero,

x(t) = (amax /2) * t2/2

Part d)

From expression 2, we can find Displacement at t = T,

x(T)= (amax /2) * ( (T2/2) - (T/2π)2 + (T/2π)2) = (amax /2) * (T2/2)

similarly, elevator will travel another distance (amax /2) * (T2/2) from t = T to t = 2T

x(2T) = (amax /2) * (T2/2) *2 = (amax /2) *T2

If we denote total distance as "D"

D =  (amax /2) *T2

T = SQRT (2*D /amax)

Add a comment
Know the answer?
Add Answer to:
Hi I'm kinda stuck on this question and I don't know how to go about it....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • hi. i am stuck. please help with all of these. thank you A potter's wheel, with...

    hi. i am stuck. please help with all of these. thank you A potter's wheel, with rotational inertia 21 kg.m2, is spinning freely at 40 rpm. The potter drops a lump of clay onto the wheel, where it sticks a distance 1.2 m from the rotational axis. If the subsequent angular speed of the wheel and clay is 32 rpm what is the mass of the clay? 3.1 kg 4.3 kg 2.4 kg 4.0 kg 3.6 kg The simple harmonic...

  • I'm trying to solve this problem by using matlab. But I don't know reason why I can't get the solutions. I w...

    I'm trying to solve this problem by using matlab. But I don't know reason why I can't get the solutions. I wanna get a plot of this differential equation. Please find a way how to solve this problem. May there're errors in the code. Please check it.    second-oder-ode2.m x 曱function, second-oder-ode2 t=0:0.001 :30; initial-× = 0; in i t i al-dxdt 0; lt,影=ode45( @rhs, t. [initial.x initial-dxdt ] ); plot( (:, 1) ) ; xlabel( 't); ylabel(): function dxdt=rhs( t,...

  • Please help. I'm stuck. Also, is what I have so far right? Quiz 4 Bonus 2...

    Please help. I'm stuck. Also, is what I have so far right? Quiz 4 Bonus 2 [12 % points] You have a spring whose relaxed length is L with stiffness k. You attach one end to the ceiling and hang a block of mass m from the bottom end. Next you pull rapidly downward on the block and release the block when the length of the spring is Li, and the block has a downward sneed of v. A short...

  • Hi, we recently had an assignment and I ended up skipping this question because I didn't understand the question nor...

    Hi, we recently had an assignment and I ended up skipping this question because I didn't understand the question nor how to even start it. Obviously for Matlab! Coding is not my strong point so this was a stitch up. The data we were meant to use is below! For (a) function [n,alpha]=bisect(a,b,eps) alpha=(a+b)/2 n=1; fval=f(alpha); while (b-alpha> eps) & (fval ~= 0) fa=f(a); if fa*fval< 0 b=alpha; else a=alpha; end alpha=(a+b)/2 n=n+1; fval=f(alpha); end end Sample f.m function y=f(w)...

  • How to write the insert, search, and remove functions for this hash table program? I'm stuck......

    How to write the insert, search, and remove functions for this hash table program? I'm stuck... This program is written in C++ Hash Tables Hash Table Header File Copy and paste the following code into a header file named HashTable.h Please do not alter this file in any way or you may not receive credit for this lab For this lab, you will implement each of the hash table functions whose prototypes are in HashTable.h. Write these functions in a...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT