- #1
rebeka
- 44
- 0
does anybody know the antiderivative of 1/(sqrt(lnx - (a constant))
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]
The antiderivative of 1/sqrt(lnx - c) is 2/sqrt(lnx - c) + C, where C is the constant of integration.
Yes, the antiderivative can be simplified to 2√(lnx - c) + C.
Yes, it is possible to find the antiderivative analytically using integration techniques such as substitution or integration by parts.
No, the antiderivative of 1/sqrt(lnx - c) cannot be expressed in terms of elementary functions. It is an example of a non-elementary integral.
Yes, the antiderivative of 1/sqrt(lnx - c) is used in various fields such as engineering, physics, and economics for solving problems involving rates of change and optimization.