I am new to calculus, and I am trying to learn integration by parts. So I have got a question here, and I have no idea what I am doing wrong (i have been looking at it for about 4 hours now..)
The method as I understand it, is as follows: $\int f(x) g^{\prime}(x) d x=f(x) g(x)-\int f^{\prime}(x) g(x) d x$
Now i have a definite integral, evaluated from 0 to 2, and which looks as follows:
$\int 0.5 x \cdot 0.375 x^{2} d x$
I know the answer to be: $\left.0.046875 x^{4}\right|_{0} ^{2}=0.75$, but nomatter how i twist and turn this thing, my answer is wrong.
My last attemt looks like this:
$\begin{array}{l} f(x)=0.375 x^{2} \\ f^{\prime}(x)=0.75 x \\ g(x)=0.25 x^{2} \\ g^{\prime}(x)=0.5 x \end{array}$
$0.375 x^{2} \cdot 0.25 x^{2}-\int 0.75 x \cdot 0.25 x^{2}$
$0.375 x^{2} \cdot 0.25 x^{2}- \frac{0.75 x^{2}}{2} \cdot \frac{0.25 x^{3}}{3}$
Which, evaluated at 0 and 2, comes out to be 0.5.
Where am i going wrong?