stripes
- 262
- 0
Homework Statement
If f is continuous and \int^{9}_{0}f(x)dx = 4, find \int^{3}_{0}xf(x^{2})dx
Homework Equations
None required
The Attempt at a Solution
Don't really know where to begin, but I tried:
for \int^{3}_{0}xf(x^{2})dx
let:
u = x^{2}
du = 2xdx
substitute
\int^{3}_{0}xf(x^{2})dx = \int^{9}_{0}\frac{1}{2}f(u)du<br /> <br />
NOW, for \int^{9}_{0}f(x)dx = 4
let
u = x
du = dx
then we have
\int^{9}_{0}f(x)dx = 4 = \int^{9}_{0}f(u)du
so now...
\int^{9}_{0}\frac{1}{2}f(u)du = (1/2)(4) = 2
so our result, the answer to the second integral is 2.
But I'm pretty sure I'm wrong, I didn't really know where else to go with this so that's what I tried. This question is in the "u-substitution" section of our text, so that's probably the method we use, some sort of substitution.
Any help is appreciated, thank you in advance!