Integration results in natural log of a natural log

cmajor47
Messages
53
Reaction score
0
SORRY FOR THE LACK OF FORMATTING, I SPENT 30 MINUTES TRYING TO FORMAT AND IT KEPT GETTING MESSED UP.


Homework Statement


Evaluate by substitution.
Integral of dx/xln(x^2)

Homework Equations


integral of 1/u du = ln(u) + C


The Attempt at a Solution


u = ln(x^2)
du = 2/x

Integral of dx/xln(x^2) = 1/2 ln(ln(x^2)) + C

The natural log of a natural log is confusing me. Did I not solve the problem correctly? If it is correct, is there a simpler way of forming the answer?
 
Physics news on Phys.org
cmajor47 said:
SORRY FOR THE LACK OF FORMATTING, I SPENT 30 MINUTES TRYING TO FORMAT AND IT KEPT GETTING MESSED UP.

Don worry about it.
Your formatting looks fine, better actually then some of the problem statements I've seen around.
And if you want, just ask a couple of questions around, and you'll see that ppl will help you improve your formatting.

cmajor47 said:

The Attempt at a Solution


u = ln(x^2)
du = 2/x

Integral of dx/xln(x^2) = 1/2 ln(ln(x^2)) + C

The natural log of a natural log is confusing me. Did I not solve the problem correctly? If it is correct, is there a simpler way of forming the answer?

You are making the right substitution with u = ln(x2).
However, I think your substitution is slightly off.

You mention du = 2/x. However, you do not need du in your substitution, but dx.
So you should solve u = ln(x2) for x, and then take the derivative from that.

And yes, this is the simplest way to solve the problem.
 
Last edited:
Interestingly enough, it can be made to look a bit simpler. You could wrap the x^2 bit into the constant. This is realized in one of two ways. Start the integration by taking the square outside of the logarithm. You will arrive at 1/2 ln(ln(x)) + C. Or use log rules:

\frac{1}{2} ln(ln(x^2)) + C = \frac{1}{2} ln(2 ln(x)) + C = \frac{1}{2} ln(ln(x)) + \frac{1}{2} ln(2) + C = \frac{1}{2} ln(ln(x)) + C

I know that wasn't the simplification you might have been looking for, but it is a bit easier.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top