Post Reply 
Some integrals with problematic evaluation
03-23-2016, 03:15 PM (This post was last modified: 03-23-2016 03:18 PM by quinyu.)
Post: #12
RE: Some integrals with problematic evaluation
So, back to it.
Code:
int(1/(x*(1-ln(x))),x)
This is a particular case of the general form
Code:
int(1/(a+b*ln(c(d(e+fx)^p)^q)*(g+hx)),x)
with a=1, b=-1, c=1, d=1, e=0, f=1, g=0, h=1, p=1, q=1. That integral, IF fg-eh=0, can be written as
Code:
ln(a+b*ln(c(d(e+fx)^p)^q))/(bhpq)
So ln(1-1*ln(1(1(0+1x)^1)^1))/(-1), which simplifies to
Code:
-ln(1-ln(x))
The same applies to the integral after it, with int(1/(x*(1+ln(x/a))),x).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Some integrals - parisse - 03-23-2016, 06:44 AM
RE: Some integrals with problematic evaluation - quinyu - 03-23-2016 03:15 PM



User(s) browsing this thread: 2 Guest(s)