vault backup: 2025-09-03 11:32:07

This commit is contained in:
arc
2025-09-03 11:32:07 -06:00
parent ae5388ce6d
commit 95530d00c1

View File

@ -15,3 +15,6 @@ $$ \int f(x)g'(x)dx = f(x)g(x) - \int f'(x)g(x)dx$$
Now, let $u = f(x)$ and $v = g(x)$, then $dv = g'(x)dx$ and $du = f'(x)dx$.
# Examples
> Evaluate the below antiderivative using integration by parts.
$$\int xe^{2x}dx$$
1. Define $u$ to be a value you can take the derivative of easily, in this case $u = x$,