Response to Exponential Inputs

Exponential

Author

Jasper Day

1 Response to Exponential Input

We start with an equation of form

dydt=ay+est(1) \frac{dy}{dt} = ay + e^{st} \tag{1}

The output, y(t)y(t), is called the “exponential response.”

We have a starting deposit (initial condition) y=y(0)y = y(0) at time t=0t = 0, and additional deposits equalling este^{st}.

With Equation 1, the solutions will be a multiple of este^{st}, written

yp=Yest(2) y_p = Ye^{st} \tag{2}

(ypy_p is a particular solution of y.)

So we can substitute Equation 2 into Equation 1 and solve for YY.

Ysest=aYest+est(sa)Y=1Y=1sa \begin{gathered} Yse^{st} = aYe^{st} + e^{st} \\ (s-a)Y = 1 Y = \frac{1}{s-a} \end{gathered}

We’ve found a particular solution, but to find the complete set of solutions, we need to add all null solutions, where the input is zero.

dydt=ayy=eat \begin{gathered} \frac{dy}{dt} = ay \\ y = e^at \end{gathered}

So the complete set of solutions yp+yny_p + y_n is:

y(t)=estsa+Ceat y(t) = \frac{e^{st}}{s-a} + Ce^{at}

and

y(0)=1sa+C y(0) = \frac{1}{s-a} + C

The complete solution that satisfies the initial conditions is:

y(t)=estsa+[y(0)1sa]eat=esteatsa+y(0)eat \begin{aligned} y(t) &= \frac{e^{st}}{s-a} + \left[ y(0) - \frac{1}{s-a} \right]e^{at} \\ &= \frac{e^{st}-e^{at}}{s-a} + y(0)e^{at} \end{aligned}

y(0)eaty(0)e^{at} is the term growing out of the initial deposit (to use the money-in-the-bank scenario again), and esteatsa\frac{e^{st}-e^{at}}{s-a} is the term growing out of the additional deposits.

esteatsa\frac{e^{st}-e^{at}}{s-a} is the “very particular solution”, since it equals 00 at t=0t=0, giving us the form yvp+yny_{vp} + y_n.

1.1 Resonance

There is one problem: what if s=as=a?

Then you have resonance: you are putting money in with the same exponential as the natural growth of the money, and our formula has to change. The very particular solution will then be 00\frac{0}{0}: the formula has broken down.

So IF s=as=a,

yvp+yn=teat+y(0)eat(3) y_{vp} + y_n = te^{at} + y(0)e^{at} \tag{3}

How do we get the resonant answer? We use l’Hôpital’s rule.

limsaesteatsa=dds(esteat)dds(sa)=test1=teat(4) \begin{aligned} \lim_{s\to a} \frac{e^{st}-e^{at}}{s-a} &= \frac{\frac{d}{ds}\left(e^{st} - e^{at} \right)}{\frac{d}{ds}(s-a)} \\ &= \frac{te^{st}}{1} \\ &= te^{at} \end{aligned} \tag{4}

  • 1 Clearly, Equation 4 works whether you take the derivative with respect to ss or with respect to aa.

  • 1.2 Sum

    So, to recap:

    1. Find a particular solution ypy_p
    2. Find the nullspace, all solutions where the input (in this case este^st equals zero)
    3. Combine the particular and null solutions, then find an equation in terms of y(0)y(0)
    4. Check for resonance