Error in taking the derivative of an integral

jesuslovesu
Messages
185
Reaction score
0
I know that it's 6x^2 - 2 but when I'm trying take the derivative of the integral shouldn't I have to multiply each term by -1 because the x is in the lower bound? It gives a wrong answer, so am I doing something wrong or is it just that I'm not supposed to take the opposite in this case?

<br /> \[ \int_x^{-1} (2-6t^2)\,dt\] <br /> <br /> -1 * 2(-1 - x) - -1*6*(-1-x^3)/3
 
Last edited:
Physics news on Phys.org
jesuslovesu said:
I know that it's 6x^2 - 2 but when I'm trying take the derivative of the integral shouldn't I have to multiply each term by -1 because the x is in the lower bound? It gives a wrong answer, so am I doing something wrong or is it just that I'm not supposed to take the opposite in this case?

<br /> \[ \int_x^{-1} (2-6t^2)\,dt\] <br /> <br /> -1 * 2(-1 - t) - -1*6*(-1-t^3)/3<br /> <br /> <br />

\int_x^{-1}(2-6t^2) dt
(2t -2t^3)|_x^{-1}
 
jesuslovesu said:
I know that it's 6x^2 - 2 but when I'm trying take the derivative of the integral shouldn't I have to multiply each term by -1 because the x is in the lower bound? It gives a wrong answer, so am I doing something wrong or is it just that I'm not supposed to take the opposite in this case?

<br /> \[ \int_x^{-1} (2-6t^2)\,dt\] <br /> <br /> -1 * 2(-1 - t) - -1*6*(-1-t^3)/3<br /> <br /> <br />

\int_x^{-1}(2-6t^2) dt
(2t -2t^3)|_x^{-1}
[2(-1)-2(-1)^3]-[2x-2x^3]
2x^3-2x

-Dan
 
In this case unfortunately I have to do it the long way using

c*(b-a) and (b^3-a^3)/3
 
jesuslovesu said:
In this case unfortunately I have to do it the long way using

c*(b-a) and (b^3-a^3)/3

It's the same thing, just rearrange the terms:

(2t -2t^3)|_x^{-1} = 2(-1-x)-2[(-1)^3-x^3]

-Dan
 
topsquark said:
\int_x^{-1}(2-6t^2) dt
(2t -2t^3)|_x^{-1}
[2(-1)-2(-1)^3]-[2x-2x^3]
2x^3-2x

-Dan
May I suggest you NOT to give out COMPLETE solutions?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top