- #1
Mait
- 4
- 0
Homework Statement
I am given an integral for which I need to substitute variables to remove a singularity so that the integral can be computed in Matlab using the Composite Trapezoidal Method, and then compared to the integral computed in Maple to 16 digit precision. I am stuck on the variable substitution. The integral is:
[itex] \int_0^1 \frac{e^{-x}}{x^{3/4}}\,dx [/itex]
The Attempt at a Solution
I attempted the following substitution:
[itex] du= \frac {dx}{x^{3/4}} [/itex] so that [itex] u=4x^{1/4} [/itex] which resulted in the integral:
[itex] \int_0^4 e^{ -{\frac{u^4}{256}}}\,du [/itex]
Which doesn't seem to work at all. I suspect the error is in the substitution of variables. Any help/input would be fantastic.
Last edited: