Solve Definite Integral: -2 to 0 x[f(x^2)]

dnt
Messages
238
Reaction score
0

Homework Statement



if the integral from 0 to 4 of f(x) = -1

then what is the integral from -2 to 0 of x[f(x^2)]?

Homework Equations



n/a

The Attempt at a Solution



my first instinct is that this is an even/odd definition of an integral problem. the x squared in the function makes it even, which means its symmetrical over the y-axis and thus you can double the area.

however, the x which is being multiplied by f(x^2) is confusing me as is the fact that 0 to 4 isn't the same as -2 to 2 (the symmetrical part).

can someone help me out? thanks.
 
Physics news on Phys.org
I would think very seriously about a variable change u=x^2.
 
Dick said:
I would think very seriously about a variable change u=x^2.

thanks for the help but I am still quite confused. i don't understand how to relate the two integrals especially since the two end points are different.
 
ok well i did the u=x^2 substitution and got this:

u = x^2

du = 2x dx

therefore i have:

the integral from 4 to 0 of f(u) du times (1/2)

now, according to the original problem, the integral from 0 to 4 of f(x) is -1.

how do i relate my new integral to the original? i know if i switch the two end points i can simply change the value of the integral by multiplying by -1 but my new integral is with u...the original is with x.
 
For definite integrals, the integration variable is a dummy variable and it van be anything you want. So it doesn't matter the notation, the number the integral is equal to is independent of the way you denote the integration variable.
 
dnt said:
ok well i did the u=x^2 substitution and got this:

u = x^2

du = 2x dx

therefore i have:

the integral from 4 to 0 of f(u) du times (1/2)

now, according to the original problem, the integral from 0 to 4 of f(x) is -1.

how do i relate my new integral to the original? i know if i switch the two end points i can simply change the value of the integral by multiplying by -1 but my new integral is with u...the original is with x.

So you have
\int_{-2}^0 xf(x^2)dx= \frac{1}{2} \int_0^4 f(u)du
and you know what that second integral is!
 
HallsofIvy said:
So you have
\int_{-2}^0 xf(x^2)dx= \frac{1}{2} \int_0^4 f(u)du
and you know what that second integral is!

Halls, you have a sign error in the above. (Limits of integration are switched.)
 
so the answer is:

(-1/2) x (-1) = 1/2

correct?
 
Quite correct.
 
  • #10
thank you.
 
  • #11
dextercioby said:
For definite integrals, the integration variable is a dummy variable and it van be anything you want. So it doesn't matter the notation, the number the integral is equal to is independent of the way you denote the integration variable.

even though i got the answer, I am still interested in learning more about this concept. is there a link that would explain it in more detail (the idea that for definite integrals the integraion variable doesn't really matter).

thanks.
 
  • #12
Any textbook should explain that- it's simply a matter of the fact that the definite integral of a function is a number and so doesn't depend on any variable.
\int_0^1 x^2 dx= \frac{1}{3}
\int_0^1 y^2 dy= \frac{1}{3}
\int_0^1 t^2 dt= \frac{1}{3}
\int_0^1 a^2 da= \frac{1}{3}

Are you surprized?
 
  • #13
not surprised but it still doesn't quite make 100% sense to me yet. i need to keep reading on it until i get it.
 
Back
Top