0% found this document useful (0 votes)
26 views

EEM 3005 Signals and Systems Practice #5

The document outlines three assignments involving solving differential equations using MATLAB. Assignment 1 involves solving a first-order differential equation with given initial conditions and plotting the zero-input, zero-state, and overall responses. Assignment 2 similarly solves a second-order differential equation. Assignment 3 involves determining and plotting the zero-input, zero-state, and overall responses for five different differential equations with various inputs and initial conditions. Hints are provided on useful MATLAB functions for solving differential equations. The assignment is due by November 20th.

Uploaded by

zoe gypsy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

EEM 3005 Signals and Systems Practice #5

The document outlines three assignments involving solving differential equations using MATLAB. Assignment 1 involves solving a first-order differential equation with given initial conditions and plotting the zero-input, zero-state, and overall responses. Assignment 2 similarly solves a second-order differential equation. Assignment 3 involves determining and plotting the zero-input, zero-state, and overall responses for five different differential equations with various inputs and initial conditions. Hints are provided on useful MATLAB functions for solving differential equations. The assignment is due by November 20th.

Uploaded by

zoe gypsy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Department of Electrical & Electronics Engineering

EEM 3005 Signals and Systems Practice #5

Assignment 1:
Compute the solution y(t ) using MATLAB for the following differential equation:
y˙ (t ) + 4y(t ) = 2 cos(2t )u(t ), with initial condition y(0) = 2 for 0 ≤ t ≤ 15.
Compute and Plot (a) the Zero-input response, (b) the Zero-state response of the system and
(c) the overall response y(t ) separately.
Assignment 2:
Compute the solution using MATLAB for the following second-order differential equation
y¨(t ) + 5y˙ (t ) + 4y(t ) = 3 cos (t )u(t ) with initial conditions y(0) = 2 and y˙ (0) = −5, for
0≤ t ≤20. Compute and Plot (a) the Zero-input response, (b) the Zero-state response of the
system and (c) the overall response y(t ) separately.

Assignment 3 :
For each of the following differential equations modeling an LTIC system, determine and plot
(a) the zero-input response, (b) the zero-state response, (c) the overall response for the specified
input x(t ) and initial conditions. USE MATLAB.
(a) ¨y(t ) + 4˙y(t ) + 8y(t ) = ˙x(t ) + x(t ) with x(t ) = e-4tu(t ), y(0) = 0, and ˙y(0) = 0.
(b) ¨y(t ) + 6˙y(t ) + 4y(t ) = ˙x(t ) + x(t ) with x(t ) = cos(6t )u(t ), y(0) = 2, and ˙y(0) = 0.
(c) ¨y(t ) + 2˙y(t ) + y(t ) = ¨x(t ) with x(t ) = [cos(t ) + sin(2t )]u(t ), y(0) = 3, and ˙y(0) = 1.
(d) ¨y(t ) + 4y(t ) = 5x(t ) with x(t ) = 4te−tu(t ), y(0) = −2,
and ˙y(0) = 0.
(e) ¨y¨(t ) + 2y¨ (t ) + y(t ) = x(t ) with x(t ) = 2u(t ), y(0) = y¨ (0) = ˙y¨(0) = 0, and y˙ (0) = 1.

Hint: You will find useful websites below. Please read carefully each one and try to
understand each function mention in this websites.

https://www.mathworks.com/help/symbolic/dsolve.html
https://www.mathworks.com/help/matlab/math/choose-an-ode-solver.html

Please be sure that your MATLAB version includes symbolic toolbox

Note: This assignment is due to 20 November 2018 before beginning of the class.

You might also like