Question

3. (10 marks) Suppose you measured the speed of a shuttlecock falling, and got the following data points time (s) velocity (m
0 0
Add a comment Improve this question Transcribed image text
Answer #1


Total ditamce ave lled Riemann naw. ← Hence tota dintance travelled 1ΛΣ Vídt 2. a^ppxei mate t05 5.0A.ere we have med Matlabㅢσ plot the data Omd madel g- atol dirtomce. trcavellhd i model V dt- Bt 2%%Matlab code for plotting the data and model clear all close all all data tt=0:0.25:2.0; vv [0 3.3 4.8 5.5 5.9 6.1 6.1 6.1 6

%%Matlab code for plotting the data and model
clear all
close all

%all data
tt=0:0.25:2.0;
vv=[0 3.3 4.8 5.5 5.9 6.1 6.1 6.1 6.1];

%model for velocity
v=@(t) 6.1.*(1-exp(-3*t));

%plotting the data
hold on
plot(tt,vv,'r*','linewidth',2)
plot(tt,v(tt))
xlabel('time in sec')
ylabel('Velocity in m/sec')
title('Time vs. Velocity plot')
legend('Actual data','Model data')
box on
grid on
%%%%%%%%%%%%%%% End of Code %%%%%%%%%%%%

Add a comment
Know the answer?
Add Answer to:
3. (10 marks) Suppose you measured the speed of a shuttlecock falling, and got the following data points time (s) v...
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
  • 6. [10 points) For the following question, to model the free fall of a falling rock,...

    6. [10 points) For the following question, to model the free fall of a falling rock, assume the usual idealizing simplifications for solving "free fall" problems. Work with the approximate value g = 9.8 m/s2 for the Earth's gravitational acceleration. Consider the following experiment. The Leaning Tower of Pisa is known worldwide for its nearly four- degree lean. The height of the tower is 55.86 meters from the ground on the low side, and 56.67 meters on the high side....

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