Substitution of variables to remove singularities.

Click For Summary

Homework Help Overview

The discussion revolves around the substitution of variables in an integral to eliminate a singularity, specifically the integral \(\int_0^1 \frac{e^{-x}}{x^{3/4}}\,dx\). The goal is to compute this integral using the Composite Trapezoidal Method in Matlab and compare it to a high-precision computation in Maple.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various substitution attempts, including \(du= \frac {dx}{x^{3/4}}\) and \(u=4x^{1/4}\), leading to different forms of the integral. Questions arise regarding the correctness of the substitutions and the limits of integration. Some participants express confusion over the resulting expressions and the handling of singularities.

Discussion Status

The discussion is ongoing, with participants providing feedback on each other's substitution attempts. There is acknowledgment of errors in the substitutions, and some participants are exploring the implications of these errors on the integral's evaluation. Guidance has been offered regarding the need to adjust limits of integration and check for typos in the expressions.

Contextual Notes

Participants note that the assignment suggests that removing the singularity should simplify the computation in Maple, yet some are encountering unexpected results, such as outputs involving WhittakerM functions, indicating potential complexities in the problem.

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.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 27 ·
Replies
27
Views
3K
Replies
5
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
5
Views
2K