Homework 11: Dy T y DT Yt T

You might also like

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

EET 305 – Advanced Technical Analysis

Homework 11

Instructions:

1. Use MATLAB to solve all problems.

2. Enter numerical values into Blackboard under “Homework 11”

3. The PDF file with MATLAB commands AND symbolic answers AND plots to be uploaded into
Blackboard under “Homework 11 – PDF/MATLAB”

__________________________________________________________________________________

Problem 1
dy
Use MATLAB to find solution to differential equation  20 cos 5t  8 y (0)  10 . Plot time
dt
response y (t ) for 0  t  5sec.

Q.1 What is the value of function y(t) for t=2 sec?

__________________________________________________________________________________

Problem 2
dy
Use MATLAB to find solution to differential equation  50 y  0 y (0)  20 . Plot time response
dt
y (t ) for 0  t  0.2 sec. Set axis scales to 0  t  0.2 and 0  y  20 .

Q.2 What is the value of function y(t) for t=0.02 sec?


__________________________________________________________________________________

Problem 3
dy
Use MATLAB to find solution to differential equation  50 y  400 y (0)  20 . Plot time response
dt
y (t ) for 0  t  0.2 sec. Set axis scales to 0  t  0.2 and 0  y  20 .

Q.3 What is the value of function y(t) for t=0.001 sec?

__________________________________________________________________________________

Problem 4
dy
Use MATLAB to find solution to differential equation  50 y  400 cos 75t y (0)  20 . Plot time
dt
response y (t ) for 0  t  1sec. Set axis scales to 0  t  1 and -10  y  30 .

Q.4 What is the value of function y(t) for t=0.5 sec?

__________________________________________________________________________________

Problem 5
d2y dy
Use MATLAB to find solution to differential equation 2
 7  12 y  0 y (0)  20, y (0)  0 .
dt dt
Plot time response y (t ) for 0  t  3sec. Set axis scales to 0  t  3 and 0  y  20 .

Q.5 What is the value of function y(t) for t=0.5 sec?


__________________________________________________________________________________

Problem 6
d2y dy
Use MATLAB to find solution to differential equation 2
 7  12 y  96 y (0)  20, y (0)  0 .
dt dt
Plot time response y (t ) for 0  t  3sec. Set axis scales to 0  t  3 and 0  y  20 .

Q.6 What is the value of function y(t) for t=0.5 sec?

________________________________________________________________________________

Problem 7
d2y dy
Use MATLAB to find solution to differential equation 2  3  2 y  24e 4t y (0)  10, y (0)  5 .
dt dt
Plot time response y (t ) for 0  t  5sec. Set axis scales to 0  t  5 and 0  y  12 .

Q.7 What is the value of function y(t) for t=1 sec?

________________________________________________________________________________

Problem 8
d2y dy
Use MATLAB to find solution to differential equation 2
 4  104 y  832 y (0)  0, y (0)  0 .
dt dt
Plot time response y (t ) for 0  t  4 sec. Set axis scales to 0  t  4 and 0  y  14 .

Q.8 What is the value of function y(t) for t=1 sec?

You might also like