Error in taking the derivative of an integral

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
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?

[tex] \[ \int_x^{-1} (2-6t^2)\,dt\] <br /> <br /> -1 * 2(-1 - x) - -1*6*(-1-x^3)/3[/tex]
 
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?

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

[tex]\int_x^{-1}(2-6t^2) dt[/tex]
[tex](2t -2t^3)|_x^{-1}[/tex]
 
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?

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

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

-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:

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

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

-Dan
May I suggest you NOT to give out COMPLETE solutions?