Use comparison test to see if series converges

kwal0203
Messages
69
Reaction score
0

Homework Statement



\sum_{x=2}^{\infty } \frac{1}{(lnx)^9}

Homework Equations

The Attempt at a Solution


x \geqslant 2

0 \leqslant lnx < x
0 < \frac{1}{x} < \frac{1}{lnx}

From this we know that 1 / lnx diverges and I wanted to use this fact to show that 1 / [(lnx) ^ 9] diverges but at k >= 2 we have this:

0 < \frac{1}{(lnx)^9} < \frac{1}{lnx}

So it doesn't really work.

Is there a relation between 1/x and 1/[(lnx)^9] that I can use to solve the problem?

Any help would be appreciated, thanks!
 
Physics news on Phys.org
kwal0203 said:
Is there a relation between 1/x and 1/[(lnx)^9] that I can use to solve the problem?

Any help would be appreciated, thanks!

Hint: work out how to show the condition on ##x## such that ##\ln x < x## and see whether you can extend this for ##(\ln x)^9##.
 
PeroK said:
Hint: work out how to show the condition on ##x## such that ##\ln x < x## and see whether you can extend this for ##(\ln x)^9##.

Well the condition on x to make that true is x > 1 right?

To extend it, should I try and find when this is true:

(lnx)^9 &lt; x

?
 
kwal0203 said:
Well the condition on x to make that true is x > 1 right?

How do you prove that?
 
PeroK said:
How do you prove that?

Well, lnx <= 0 whenever 0 < x <= 1 so that bit is obvious I guess.

Also, whenever x > 1, lnx < x because it's a monotonically increasing function with first derivative:

1 - 1/x > 0.

For that to be true x > 1.
 
kwal0203 said:
Well, lnx <= 0 whenever 0 < x <= 1 so that bit is obvious I guess.

Also, whenever x > 1, lnx < x because it's a monotonically increasing function with first derivative:

1 - 1/x > 0.

For that to be true x > 1.

Okay. But can you extend that idea to ##(\ln x)^2##?

Or, is there another way to do it that might be easier to extend?
 
PeroK said:
Okay. But can you extend that idea to ##(\ln x)^2##?

I don't think you can because if you take lnx where x < 1, it's a negative result. So (lnx)^2 would be positive.

PeroK said:
Or, is there another way to do it that might be easier to extend?

Another way to prove lnx < x?
 
kwal0203 said:
I don't think you can because if you take lnx where x < 1, it's a negative result. So (lnx)^2 would be positive.
Another way to prove lnx < x?

Yes, just think of what you could do to that equation.
 
PeroK said:
Yes, just think of what you could do to that equation.

Oh right,

lnx &lt; \sqrt{x}
\sqrt{x} - lnx &gt; 0
\frac{\mathrm{d} }{\mathrm{d} x}(\sqrt{x}-lnx)=\frac{1}{2\sqrt{x}}-\frac{1}{x} &gt; 0
when x >= 2.

so if that's true then so is this:
(lnx)^2 &lt; x

Is that right?
 
  • #10
Let me help. It seemed obvious to me:

## \ln x < x## iff ##x < e^x##

Perhaps that's easier to extend to powers of the logarithm.
 
  • #11
PeroK said:
Let me help. It seemed obvious to me:

## \ln x < x## iff ##x < e^x##

Perhaps that's easier to extend to powers of the logarithm.

Ok, so we can say that ## \ln x < e^x## so ## (\ln x)^9 < e^9x ## and ## 1/e^9x < 1/(lnx)^9##

Is that the idea? (those x's should be in the exponent as well)
 
  • #12
kwal0203 said:
Ok, so we can say that ## \ln x < e^x## so ## (\ln x)^9 < e^9x ## and ## 1/e^9x < 1/(lnx)^9##

Is that the idea? (those x's should be in the exponent as well)

That maths is all awry!

Let me help you a bit more:

Generally, you can use the following result without proof:

For all ##n## eventually ##e^x## is greater than ##x^n##. In fact the limit ##\frac{e^x}{x^n}## is ##+\infty## as ##x \rightarrow +\infty##

That result should help in this case.
 
  • #13
PeroK said:
That maths is all awry!

Let me help you a bit more:

Generally, you can use the following result without proof:

For all ##n## eventually ##e^x## is greater than ##x^n##. In fact the limit ##\frac{e^x}{x^n}## is ##+\infty## as ##x \rightarrow +\infty##

That result should help in this case.

Ok, yeah I got no idea.

I'm pretty sure 1/x < 1/(lnx)^9, I just can't prove it like I can for 1/x < 1/lnx.

And since 1/x diverges so does 1/(lnx)^9.

I'm not sure how the facts that lnx < x iff x < e^x (is this ever false?) and limit of e^x / x^n -> infinity helps.
 
  • #14
kwal0203 said:
Ok, yeah I got no idea.

I'm pretty sure 1/x < 1/(lnx)^9, I just can't prove it like I can for 1/x < 1/lnx.

And since 1/x diverges so does 1/(lnx)^9.

I'm not sure how the facts that lnx < x iff x < e^x (is this ever false?) and limit of e^x / x^n -> infinity helps.

You know that ##\ln## is the inverse of ##\exp##?
 
  • #15
PeroK said:
You know that ##\ln## is the inverse of ##\exp##?

Yes
 
  • #16
kwal0203 said:
Yes

Well do something with that fact!
 
Back
Top