Question

Solve in Matlab please. An ltic system is specified by the eq: D(D+1) y(t) = (D+2)x(t)...

Solve in Matlab please.

An ltic system is specified by the eq: D(D+1) y(t) = (D+2)x(t)

a) Find the characteristic polynomial, char. equation, char. roots, and char. modes.

b) find y0(t), zero-input component of the response y(t) for t>=o; if initial conditions is y0(0-) =  y'0(0-) = 1

Homework Answers

Answer #1

The system is given by D(D+1)y(t)=(D+2)x(t)

1) The characteristic polynomial is given by €(€+1)

2) The characteristic equation is given by €(€+1)=0.

3) The characteristic roots are given by €=0,€=-1.

4) The corresponding characteristic modes are c0e0t , c1e-t, i.e., c0, c1e-t

5) The zero input component of the response is given by y0(t)=c0+ c1e-t by equating t=0 with initial conditions.

Here y'(t) = -c1e-t .

hence, we have from the initial conditions

c0+c1=1

-c1=1.

Solving them we get c0=2, c1=-1.

Hence y0(t)=2-e-t.

Know the answer?
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
Similar Questions
Write a matlab script file to solve the differential equation dy/dt = 1 − y^3 with...
Write a matlab script file to solve the differential equation dy/dt = 1 − y^3 with initial condition y(0)=0, from t=0 to t=10. matlab question
1. Solve the given initial value problem. dy/dt = (t^3 + t)/(y^2); y(0) = 2 ....
1. Solve the given initial value problem. dy/dt = (t^3 + t)/(y^2); y(0) = 2 . 2. We know from Newton’s Law of Cooling that the rate at which a cold soda warms up is proportional to the difference between the ambient temperature of the room and the temperature of the drink. The differential equation corresponding to this situation is given by y' = k(M − y) where k is a positive constant. The solution to this equation is given...
Using Matlab to solve the problem below Given X=[-2 -1 0 1 2] Y=[1.5 3.2 4.5...
Using Matlab to solve the problem below Given X=[-2 -1 0 1 2] Y=[1.5 3.2 4.5 3.4 2] a). Plot a scatter plot of the data b). Determine the coefficients of the polynomial ?0 + ?1? + ?2?2 which best fits the data c). Plot this function on the same plot as in part ‘a’. USE MATLAB CODE ONLY! USE MATLAB CODE ONLY! THANK YOU
2.Use separation of variables to solve (3x^2(1-y^2))/2y with initial condition y(1)=2. 3.State the solution of the...
2.Use separation of variables to solve (3x^2(1-y^2))/2y with initial condition y(1)=2. 3.State the solution of the homogeneous ODE with roots of its characteristic equation of r= 1,1,1,+-7i,3+-5i. 4.Consider the system of linear equations: 2x+6y+z=7 x+2y-z=-1 5x+7y-4z=9 solve this system using: a) Carmer's rule, b)Gauss-Jordan elimination, c) an inverse matrix.
Problem 1 Consider the discrete-time LTI system characterized by the following difference equation with input and...
Problem 1 Consider the discrete-time LTI system characterized by the following difference equation with input and initial conditions specified: y[n] - 2 y[n-1] – 3 y[n-2] = x[n] , with y[0] = -1 and y[1] = 0, x[n] = (-1/2)n u[n-2]. ? Write a MATLAB program to simulate this difference equation. You may try the commands ‘filter’ or ‘filtic’ or create a loop to compute the values recursively. ? Printout and plot the values of the input signal, x[n] and...
Consider the initial value problem y' + 5 4 y = 1 − t 5 ,    y(0)...
Consider the initial value problem y' + 5 4 y = 1 − t 5 ,    y(0) = y0. Find the value of y0 for which the solution touches, but does not cross, the t-axis. (A computer algebra system is recommended. Round your answer to three decimal places.) y0 =
Solve the differential equation y'=K(A-y) for k=(1/10) and A=70degreesF to find the temperature y(t) of a...
Solve the differential equation y'=K(A-y) for k=(1/10) and A=70degreesF to find the temperature y(t) of a cup of coffee at any time t, in minutes, if y(0) = 190degreesF and y(5) = 174degreesF, with no cream added. Similarly, solve the differential equation to find the temperature h(t) of a container of half+half at any time t if h(0) = 40degrees and h(5) = 45degrees (w/o adding it to the coffee)
Solve the initial value problem below for the Cauchy-Euler equation t^2y"(t)+10ty'(t)+20y(t)=0, y(1)=0, y'(1)=2 y(t)=
Solve the initial value problem below for the Cauchy-Euler equation t^2y"(t)+10ty'(t)+20y(t)=0, y(1)=0, y'(1)=2 y(t)=
For 2y' = -tan(t)(y^2-1) find general solution (solve for y(t)) and solve initial value problem y(0)...
For 2y' = -tan(t)(y^2-1) find general solution (solve for y(t)) and solve initial value problem y(0) = -1/3
solve the following system of differential equations and find the general solution (D+3)x+(D-1)y=0 and 2x+(D-3)y=0 please...
solve the following system of differential equations and find the general solution (D+3)x+(D-1)y=0 and 2x+(D-3)y=0 please show the steps