1
$\begingroup$

I know this question is very basic but I can't really make it..

$\int{e^{-2x}dx}=?$

$\begin{align} u = -2x, &du= -2 dx\\ v = e, &dv= e dx\end{align}$

then applying the rules $uv-\int vdu$ $ -2xe - \int -2e dx = -2ex + 2 \int edx = -2ex + 2e $ but the derivate of $-2ex + 2e$ is equal to $-2e$

What is wrong? thanks

  • 0
    You're confusing $v^u$ with $v \cdot u$.2011-11-18

3 Answers 3

3

What is wrong? Where to begin....

If $v=e$, then $dv\ne e\,dx$; $e$ is a constant, so $dv=0\,dx$.

The left side of the equation for integration by parts is $\int u\,dv$. If $u=-2x$, and $dv = e\,dx$, then $u\,dv=-2ex\,dx$, which is not $e^{-2x}$, which is what you want.

And the integral of $e$ isn't $e$, it's $ex+C$.

Finally, as David Mitra points out in the comments, the problem is better done by other means.

  • 0
    I've been thinking that as derivate_of(e^x)=e^x, then derivate_of(e)=e, but this is wrong.2011-11-18
2

It's easier to first differentiate $e^{-2x}$: $\frac{d}{dx}e^{-2x}=-2e^{-2x}.$

This means $\int -2e^{-2x}\,dx=e^{-2x}+C,$ so dividing by $(-2)$ we get: \int e^{-2x}\,dx=-\frac12e^{-2x}+C'\quad (C': \text{constant}).

0

You aren't applying integration by parts correctly. Integration by parts is used to find the antiderivative of a product of functions. The product $u\, dv$ has to be the integrand.

Your function, $f(x)=e^{-2x}$ is a composition of functions. You can use the $u$-substitution method to find the antiderivative.

  • 0
    I can only do by parts...2011-11-18