Question

The positice as a fncticn of tine attc)of a sqanel naming on a grass field is givn by 4) Flot the rjectoy (positn) of the sqairel for 8) Plot (a second pio) the length of the position c) Flot (aid plot) be angle ) of the position vector for Osrs 30s Question 5: The cymamic storage modulus G and loss modulus G are measures of a material mechanical response to harmonic loading. For many biological mate- rials these modeli can be described by Fungs model: where o is he frequency of the barmocic loading, and G.., , and t, are materialomstens Plod nd G vess。(two separate plots on the same page) for G. 5b, ce aas, ti 0.05s, and t:500s. Let vary between 0.0001 and 1000 s. Use log scale for the o axis
0 0
Add a comment Improve this question Transcribed image text
Answer #1

%4

t=linspace(0,30,1000);
x=-.28*t.^2+6.5*t+61;
y=.18*t.^2-8.5*t+65;
r=sqrt(x.^2+y.^2);
theta=atand(y./x);
figure
plot(x,y,'g')
title('Squirrel''s trajectory')
figure
plot(t,r,'k')
title('Length of position vector')
legend('length of r(t)')
figure
plot(t,theta,'r')
title('angle of position vector')
legend('\theta(t)')

Figure 3 Figure 4 Figure2 File Edit View Insert Tools Desktop Window Help File Edit View Insert Tools Desktop Window Help File Edit View Insert Tools Desktop Window Help Length of position vector angle of position vector Squirrels trajectory 100 50 length of r(t) 20 30 -40 20 20 100 100 10 15 20 25 10 15 25

%5

G=5;
c=.05;
t1=.05;
t2=500;
w=linspace(.0001,1000,1000);
Gd=G*(1+(c/2)*log((1+(w*t2).^2)./(1+(w*t1).^2)));
Gdd=c*G*(atan(w*t2)-atan(w*t1));
subplot(2,1,1)
semilogx(w,Gd)
title('G'' versus \omega')
xlabel('\omega')
ylabel('G''')
subplot(2,1,2)
semilogx(w,Gdd)
title('G'''' versus \omega')
xlabel('\omega')
ylabel('G''''')

Add a comment
Know the answer?
Add Answer to:
The positice as a fncticn of tine attc)of a sqanel naming on a grass field is...
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
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