rebeka
- 43
- 0
does anybody know the antiderivative of 1/(sqrt(lnx - (a constant))
The discussion revolves around finding the antiderivative of the function 1/sqrt(ln(x) - c). Participants explore various substitution methods and transformations, examining the complexity of the integral and the potential use of special functions like the error function (erf) and its imaginary counterpart (erfi). The scope includes mathematical reasoning and technical exploration of integral calculus.
Participants do not reach a consensus on the solvability of the integral or the best approach to take. Multiple competing views and methods are presented, with ongoing debate about the use of substitutions and the properties of special functions.
Participants note the complexity of the integral and the potential for non-elementary forms. There are unresolved questions regarding the behavior of the error function for imaginary arguments and the conditions under which certain substitutions are valid.
This discussion may be of interest to those studying advanced calculus, particularly in the context of integrals involving logarithmic functions and special functions in mathematical analysis.
You can verify the result if you like by showing the derivatives of each side are equal. Seeing how Mathematica comes up with it though is much harder and not very helpful. Mathematica does not do integral like a person would. If Integrate had a ShowSteps option what you would see would likely be ridiculuously long and complicated.saltydog said:Your task, should you choose to accept it, is to show how Mathematica comes up with the following:
lurflurf said:You can verify the result if you like by showing the derivatives of each side are equal. Seeing how Mathematica comes up with it though is much harder and not very helpful. Mathematica does not do integral like a person would. If Integrate had a ShowSteps option what you would see would likely be ridiculuously long and complicated.
lurflurf said:On the verification front
the substitution u=i Sqrt(log(x)-C) gives
[tex]\int \frac{1}{\sqrt{\log(x)-C}}dx=-2i e^c\int e^{-u^2}du[/tex]
Thus all that is needed to bridge to the mathematica result is to use (under suitable conditions)
sqrt(C-log(x))=i sqrt(log(x)-C)
saltydog said:I'm making progress with this. Using Lurflurf's substitution, I obtain:
[tex]\int \frac{dx}{\sqrt{ln(x)-c}}=-2i e^c \int e^{-u^2}du,\quad u(x)=i\sqrt{ln(x)-c}[/tex]
Since:
[tex]Erf(t)=\frac{2}{\sqrt{\pi}}\int e^{-t^2}dt[/tex]
Then:
[tex]\int e^{-t^2}dt=\frac{\sqrt{\pi}}{2}Erf(t)[/tex]
Thus:
[tex]\int \frac{dx}{\sqrt{ln(x)-c}}dx=-i e^c\sqrt{\pi} Erf \left[i\sqrt{ln(x)-c}\right][/tex]
Now, as long as [itex]c\leq ln(x)[/itex],
[tex]Erf\left[i\sqrt{ln(x)-c}\right][/tex]
will be a pure complex number (prove?) and thus the integral will be a positive real number.
I don't know how to calculate (numerical or otherwise) the value of erf(ai). Can someone please show me?
[tex]Erf[ia]=?[/tex]
saltydog said:Thus we finally have:
[tex]\int \frac{dx}{\sqrt{ln(x)-c}}=2e^c\int_0^{\sqrt{ln(x)-c}} e^{t^2}dt[/tex]
Your to quick but I'll say this anyway.saltydog said:I don't know how to calculate (numerical or otherwise) the value of erf(ai). Can someone please show me?
[tex]Erf[ia]=?[/tex]
lurflurf said:Your to quick but I'll say this anyway.
[tex]erf(i a)=-i erfi(a)=-i\frac{2}{\sqrt{\pi}}\int_0^a e^{z^2} dz[/tex]
for fun put the integral into mathematica differently and try to get a result in terms of erfi.
like
integral=exp(C)sqrt(pi)efi(sqrt(x))
Also when trying to get the same form as mathematica
u=i sqrt(log(x)-C)=sqrt(-log(x)+C)
Drats I was thinking sdrawkcab.saltydog said:I don't think it's a minus i right? That is:
[tex]erf[i a]=\frac{2i}{\sqrt{\pi}}\int_0^a e^{z^2} dz[/tex]