0

My brain melted and I am having trouble seeing why these are equal ($f$ is continuous).

$$\int_0^1 f(x)\,dx=\int_0^1 f(x^2)2x\,dx$$

Thanks in advance.

Asinomás
  • 105,651

1 Answers1

2

Enforce the substitution $x \mapsto x^2$:

$$\int_0^1 f(x)\, dx=\int_{u=0}^{u=1} f(u) \, du=\int_{x^2=0}^{x^2=1} f(x^2) d(x^2) = \int_{x=0}^{x=1} f(x^2) \, d(x^2)=\int_0^1 f(x^2) 2x \, dx$$

As

$$\frac{d(x^2)}{dx}=2x$$

Or if you prefer let $x=u^2$, $\frac{dx}{du}=2u$, $dx=2u \, du$.

  • I don't understand why the second term and the third term are equal – Asinomás Jul 08 '16 at 22:48
  • Think of $x^2$ as one variable $u$, i.e. $u=x^2$ that's why I've put that step there. At least that's how I see it. Maybe what your looking for is a explanation onto why integration by substitution works? @CarryonSmiling – Ahmed S. Attaalla Jul 08 '16 at 22:52
  • I think that's what I need, cause I'm not really sure what's going on, thanks btw. – Asinomás Jul 08 '16 at 23:00