MHB Numerical Integration: Find x to 3 Decimal Points

AI Thread Summary
The discussion revolves around solving the equation \(2.37=\frac{1}{\sqrt{6}} \int_{0}^{x} \sqrt{\frac{e^x}{e^x-1}}dx\) to find the value of \(x\) to three decimal points. Initial estimates suggest \(x \approx 4.425\), with more precise calculations yielding \(x \approx 4.42501043622\). There is a debate about the integration variable, with clarification that it should be \(t\) instead of \(x\), leading to an exact formula for \(x\) involving the natural logarithm. The integration was performed directly, simplifying the process significantly. The conversation highlights the importance of accuracy in numerical integration and the potential pitfalls of floating-point calculations.
Albert1
Messages
1,221
Reaction score
0
\[2.37=\frac{1}{\sqrt{6}} \int_{0}^{x} \sqrt{\frac{e^x}{e^x-1}}dx\]

please find x to three decimal point
 
Last edited:
Mathematics news on Phys.org
Using technology and some guesswork, I find:

$\displaystyle \frac{1}{\sqrt{6}}\int_0^{4.425}\sqrt{\frac{e^t}{e^t-1}}\,dt=2.37$

$x=4.425$
 
I get x $\approx$ 4.428

may be your answer is more accurate
 
wolframalpha.com gave the result I cited as being exact, but my TI-89 gives:

$x\approx4.42501043622$
 
MarkFL said:
wolframalpha.com gave the result I cited as being exact, but my TI-89 gives:

$x\approx4.42501043622$
The TI is probably having floating-point accuracy problems - it's not exactly a trivial approximation - I doubt W|A is wrong. I would use Mathematica to confirm but I don't have it installed right now :(
 
W|A also says the value my TI-89 gave results in the same exact value as well. (Tmi)
 
Do you really want the upper limit and dummy variable (the integration variable) to both be $x$?
 
If the integration variable is in fact $t$ (like MarkFL notes), then we can solve exactly for $x$ giving

$x = 2 \ln \dfrac{k^2+1}{2k}$ where $k = e^{2.37\sqrt{6}/2}$.
 
Jester said:
If the integration variable is in fact $t$ (like MarkFL notes), then we can solve exactly for $x$ giving

$x = 2 \ln \dfrac{k^2+1}{2k}$ where $k = e^{2.37\sqrt{6}/2}$.

Nice! :cool:

Did you find this by directly computing the improper integral, or did you exploit the FTOC in some other way?
 
  • #10
MarkFL said:
Nice! :cool:

Did you find this by directly computing the improper integral, or did you exploit the FTOC in some other way?
I integrated directly. Once you let $u = e^{t/2}$, you get an integral very manageable.
 
Back
Top