Substitution of variables to remove singularities.

Mait
Messages
4
Reaction score
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:
Physics news on Phys.org
Mait said:

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^1 e^ {\frac{u^4}{64}}\,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.

i) what happened to the minus sign in the exponential? ii) x isn't u^4/64. Check that '64'. And iii) when you go to the u integration, you'd better change the x limits to u limits.
 
Hey, the missing minus and 64 were typos. I changed x to equal u^4/256 and included the minus sign, and then changed the limits of integration from 0 to 1 to 0 to 4, but still no luck.
 
Mait said:
Hey, the missing minus and 64 were typos. I changed x to equal u^4/256 and included the minus sign, and then changed the limits of integration from 0 to 1 to 0 to 4, but still no luck.

Then it should be ok. How do you mean, 'no luck'?
 
The assignment said that removing the singularity would make it doable in Maple but all Maple is returning for me is a series of WhittakerM functions, which I am not familiar with. Perhaps the assignment made it seem to simple and more legwork is required.
 
Dick, the remaining issue was in my coding in Maple. Thank you very much for your help, it was great.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top