I cannot duplicate the answer in the text book. Please examine my work to find the error.
Given:
Solve the following differential equation for $i(t)$ by Laplace Transforms. One initial condition $i(0)=0$ is given. The forcing function is only turned on when $t>1$.
$$100i+10\int i(t)dt=10(t-1)$$
My Setup:
Rewrite the equation dividing by 100 and apply the unit step function...
$$i+\frac{1}{10}\int i(t)dt=\frac{1}{10}(t-1)u(t-1)$$
My Solution Steps:
We now apply the Laplace transform across the entire equation giving us...
$$I+\frac{1}{10s}I=\frac{1}{10}\frac{e^{-s}}{s}$$
$$I(s+\frac{1}{10})=\frac{1}{10}e^{-s}$$
$$I=\frac{1}{10}e^{-s}\frac{1}{s+\frac{1}{10}}$$
Taking the inverse transform yields the following answer (for $t>1$)...
$$i(t)=\frac{1}{10}e^{-.1(t-1)}$$
Answer in Text:
$$i(t)=1-\frac{1}{10}e^{-.1(t-1)}$$
for $t>1$
My Question:
Where did I go wrong? I suspect my setup perhaps an error in applying the unit step to the forcing function? If that is the case can you show me why it went wrong and how to correct it? Thank you.
You didn't transform the right hand side correctly.
You have the (integral) equation $10 i(t) + \int_0^t i(\tau) d \tau = (t-1)u(t-1)$.
From the equation, we see that $\lim_{t \downarrow 1} i(t) = 0$, but the book answer gives ${ 9 \over 10}$. Hence the book answer cannot be correct.
Note that the right hand side is $t \mapsto t u(t)$, time shifted by 1, so the transform is $s \mapsto {1 \over s^2} e^{-s}$.
You have $10 \hat{i}(s) + {1 \over s} \hat{i}(s) = {1 \over s^2} e^{-s}$, and solving gives $\hat{i}(s) = {1 \over 10} {1 \over s}{1 \over s+ {1 \over 10}} e^{-s}$ from which we get $i(t) ={1 \over 10} \int_0^t e^{-{1 \over 10} (\tau-1)} u(\tau-1) d \tau$.
Computing this gives $i(t) = (1-e^{-{1 \over 10} (t-1)}) u(t-1)$.