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:
\int_0^1 \frac{e^{-x}}{x^{3/4}}\,dx
The Attempt at a Solution
I attempted the following substitution:
du= \frac {dx}{x^{3/4}} so that u=4x^{1/4} which resulted in the integral:
\int_0^4 e^{ -{\frac{u^4}{256}}}\,du
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: