If $$\int_{0}^{9} f(x) dx = 4 $$
Find $$\int_{0}^{3} xf(x^2) dx $$
I'm not sure if I'm approaching the problem correctly, but I would first start off with doing a u-sub
Choose $u = x^2$
Then, $du/2x = dx$
$$\int_{0}^{3} f(u)du/2 $$
$$(1/2)\int_{0}^{3} f(u)du$$
Change the limits since $u = x^2$
$$(1/2)\int_{0}^{9} f(u)du $$
Since we know that $$\int_{0}^{9} f(x) dx = 4 $$
$(1/2)(4)$
$2$
Your final answer is good, but $$\int\limits_{0}^{3} xf(x^2) \mathrm{d}x \neq\frac{1}{2}\int\limits_{0}^{3} f(u) \mathrm{d}u$$ You should change the limits of the definite integral at the same time you change the variables: $$\int\limits_{0}^{3} xf(x^2) \mathrm{d}x =\frac{1}{2}\int\limits_{0}^{9} f(u) \mathrm{d}u$$ Because the $$\int\limits_{a}^{b} f(x) \mathrm{d}x$$ means that you are integrating $f(x)$ from $x=a$ to $x=b$.
Or at least do something like this: $$\int\limits_{0}^{3} xf(x^2) \mathrm{d}x=\frac{1}{2}\int\limits_{x=0}^{x=3} f(u) \mathrm{d}u$$