Solve the integral equation $$y(t) = e^t \bigg(1+ \int_0^t e^{-\tau}\ y(\tau) d \tau \bigg)$$
The apporach that stands out to me is using the convolution theorem and laplace transforms. Im able to arrive at the expression $$y(t) = e^t + e^t*y(t)$$ But Im unsure what do next. From my understanding you can't factor out $e^t$ in this case?
$$y(t) = e^t \bigg(1+ \int_0^t e^{-\tau}\ y(\tau) d \tau \bigg)$$ $$y'(t) = e^t \bigg(1+ \int_0^t e^{-\tau}\ y(\tau) d \tau \bigg) + y(t) = 2y(t) \implies y(t)=Ce^{2t}$$
Substitute into the original equation to find $C=1$.
$$Ce^{2t} = e^t \bigg(1+ C\int_0^t e^{\tau} d \tau \bigg)$$ $$Ce^{t} = 1+ C\left(e^t-1\right) \implies C=1$$