Is it possible to integrate $e^{x}\ \sinh(x)$ using only integration by parts?
If so, how would it be done?
I read the following Stack Overflow article, Integrate $\int e^x \cosh(x) \: dx$ by parts, which contains an arithmetic mistake.
Any help is greatly appreciated.
$\int e^x \sinh x = e^x \sinh x-\int e^x \cosh x=e^x \sinh x - \int e^x (\sinh x + e^{-x})=e^x \sinh x - \int e^x \sinh x - \int 1 = e^x \sinh x - x - \int e^x \sinh x $
Gives: $\int e^x \sinh x = \frac{e^x \sinh x-x}{2}$
Edit: I am using $\cosh x = \sinh x +e^{-x}$.