Use comparison test to see if series converges

Click For Summary

Homework Help Overview

The discussion revolves around the convergence of the series \(\sum_{x=2}^{\infty} \frac{1}{(\ln x)^9}\). Participants are exploring the relationship between this series and the divergence of \(\frac{1}{\ln x}\), as well as the implications of logarithmic properties in the context of comparison tests.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants are attempting to establish a comparison between \(\frac{1}{x}\) and \(\frac{1}{(\ln x)^9}\) to determine convergence. Questions arise about the conditions under which \(\ln x < x\) and how this might extend to powers of the logarithm. There is also discussion about proving these inequalities and the implications for the series in question.

Discussion Status

The discussion is ongoing, with participants offering hints and exploring various mathematical properties. Some participants suggest using the relationship between logarithmic and exponential functions to aid in their reasoning. There is a recognition of the complexity involved in proving certain inequalities, and while no consensus has been reached, several productive lines of inquiry are being pursued.

Contextual Notes

Participants are working under the assumption that \(x \geq 2\) and are considering the implications of this constraint on their comparisons. The discussion also touches on the behavior of logarithmic functions and their growth relative to polynomial functions.

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 &lt; x
0 &lt; \frac{1}{x} &lt; \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 &lt; \frac{1}{(lnx)^9} &lt; \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!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
29
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K