I have to calculate the following antiderivative without using u-sub, even though it's very easy that way. Any suggestions?
$$\int h(x)h'(x) dx$$
I have to calculate the following antiderivative without using u-sub, even though it's very easy that way. Any suggestions?
$$\int h(x)h'(x) dx$$
On
By parts, let $u=h(x)$, $dv=h'(x)dx$ Then $$\int h(x)h'(x)dx=h^2(x)+C-\int h(x)h'(x)dx$$ $$I=h^2(x)+C-I$$ So $$I=\frac{1}{2}h^2(x)+C$$
There is no need to use “rules” for computing an antiderivative. Since the derivative of $$ f(x)=\frac{1}{2}(h(x))^2 $$ is $$ f'(x)=h(x)h'(x) $$ by the chain rule, you're done: an antiderivative of $h(x)h'(x)$ (over an interval) has the form $$ \frac{1}{2}(h(x))^2+c $$ for some constant $c$.