Differential equations, zero state response

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
serp777
Messages
117
Reaction score
6

Homework Statement



Find the zero input and zero state response for the following system

y''(t) + 3y'(t) + 2y(t) = 2 x'(t) - x(t-1)

where x(t) = (2e^-t)*u(t)

U(t) is the step function

Homework Equations



Y = Yh + Yp

Y = Yzsr + Yzir

The Attempt at a Solution


I can't find any similar examples online and I am partially thrown off by the u(t) step function, and it's derivative the ζ(t) function.

I have no issues finding the homogenous equation, but the particular part is confusing, specifically finding coefficients. There are no table forms I can find that I can plug back into the differential equation to solve for.

To start finding the particular form, I used the product rule with the step function

right hand side of equation = (-4*e^-t)*u(t) + (4*e^-t)*ζ(t) - 2*e^-(t-1)*u(t)

But I have no idea how to solve for coefficients of this system, basically stuck and I am not able to find the zero state response without finding the particular form.
 
Physics news on Phys.org
It's a bit a strange language. The "zero-input response" seems to be the general solution of the homogeneous equation,
[tex]y''+3y'+2y=0,[/tex]
and the "zero-state response" the particular solution of the inhomogeneous equation with the homogeneous initial conditions [itex]y(0)=y'(0)=0[/itex]. I think, this makes the problem much clearer.

The homogeneous problem is solved by the standard ansatz
[tex]y(t)=C \exp(\lambda t)[/tex]
by figuring out the two possible values for [itex]\lambda[/itex] and write down the most general solution in terms of the general superposition of the corresponding two solutions.

The inhomogeneous equation can be solved with help of the Green's function, which seems to be easier to find than to directly solve the problem with the given inhomogeneity.

Finally, note that
[tex]u'(t)=\delta(t),[/tex]
where [itex]\delta[/itex] denotes the Dirac-[itex]\delta[/itex] distribution.