Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Tugasan 2 (Topics 4 - 5)

For Q1-Q4, please refer to the Main Text Book:

Q1: Problem 2.1

Q2: Problem 2.2

Q3: Problem 2.3

Q4: Problem 2.4

Q5: Write a MATLAB program, using a script M-file, that calculates the velocity and acceleration
of an aircraft at time 0 to 100 seconds with increments of 5 seconds. Display the results in a
table of time, velocity and acceleration. The following are the equations to estimate the velocity
and the acceleration of the aircraft:

velocity = 0.00001*time3 − 0.00488*time2 + 0.75795*time + 181.3566

acceleration = 3 − 0.000062*velocity2

You might also like