Heights and Distances Operations Using MATLAB

$19.00$14.001544 reads

Question

The height of a rocket (in meters) can be represented by the following equation:

           ℎ𝑒𝑖𝑔ℎ𝑡 = 2.13𝑡2 − 0.0013𝑡4 + 0.000034𝑡4.751

 

Create a vector of time (t) values from 0 to 100 at 2-second intervals.

 

a. Use the find function to determine when the rocket hits the ground to within 2 seconds. (Hint: The value of height will be positive for all values until the rocket hits the ground.)

b. Use the max function to determine the maximum height of the rocket and the corresponding time.

Summary

This question belongs to MATLAB software and discusses about application of MATLAB in mathematics and to determine maximum height and the corresponding time of a rocket.

 

 

 

Add to Cart