PDA

View Full Version : stuck on intergration again


Speags
Oct13-04, 10:31 AM
i need to intergrate this function
\frac{2mdx}{cx^2}
from x to 0

NateTG
Oct13-04, 11:16 AM
If you meant to write:
\int_x^{0} \frac{2m}{cx^2}dx
Then you've got the variable of integration in the limits of integration which is ...problematic.

HallsofIvy
Oct13-04, 12:15 PM
It is bad practice, although it is often done, to use the same letter to represent the "dummy" variable of integration and as a variable outside the integral (as in one of the limits of integration).

If you meant
\int_x^0\frac{2mdt}{ct^2}

Then rewrite the t2 in the denominator as t-2:
\frac{2m}{c}\int_x^0t^{-2}dt

You still have a problem- that's an improper integral which will have serious difficulties at 0! This integral does not exist.