Use Laplace transforms to solve the integral equation.

91 Views Asked by At
2

There are 2 best solutions below

0
On BEST ANSWER

Note that $\int_0^t f(\tau) d \tau$ can be viewed as the convolution $1 * f$, so when you take the Laplace transform the equation becomes $$\frac{1}{s} g (s) + g(s) = \frac{1}{s^2}$$ where $g$ is the transform of $f$. Then $g(s) = \frac{1}{s(s+1)}$, so $f(t) = 1- e^{-t}$.

0
On

Hint.

Considering $L(\cdot)$ the Laplace transform operator

$$ L\left(\int_{\tau=0}^{\tau = t}y(\tau)g(t-\tau)d\tau\right)=L(y)L(g)=Y(s)G(s) $$

now assuming $g(t-\tau) = 1$ we obtain

$$ L\left(\int_{\tau=0}^{\tau = t}y(\tau)d\tau\right)=L(y)L(1)=Y(s)\frac 1s $$