Improper Fractions: Integral ln(x)/sqrt(x) convergency question

  • Thread starter Thread starter NastyAccident
  • Start date Start date
  • Tags Tags
    Fractions Integral
Click For Summary

Homework Help Overview

The discussion revolves around the convergence of the improper integral \(\int^{1}_{0} \frac{\ln(x)}{\sqrt{x}} \, dx\). Participants are exploring the behavior of the integral as the limit approaches \(0^+\) and questioning the implications of logarithmic and square root functions in this context.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • The original poster attempts to apply integration by parts but expresses confusion regarding the convergence of the integral as \(t\) approaches \(0^+\). They question whether the behavior of \(\ln(t)\) as \(t\) approaches \(0\) affects the convergence.
  • Some participants discuss the limit multiplication property and its implications for the \(0 \cdot \infty\) form, noting that it is an indeterminate form that requires careful analysis.
  • Others suggest using L'Hospital's rule to evaluate limits involving \(\sqrt{x}\) and \(\ln(x)\), exploring transformations to resolve indeterminate forms.

Discussion Status

The discussion is ongoing, with participants actively engaging in exploring different approaches to evaluate the limit and convergence of the integral. There is a recognition of the complexities involved in handling indeterminate forms, and some participants are sharing insights and corrections to previous statements.

Contextual Notes

Participants are navigating the challenges of improper integrals and the behavior of logarithmic functions near their limits. There is an emphasis on understanding the implications of mathematical properties and the need for rigorous justification in limit evaluations.

NastyAccident
Messages
60
Reaction score
0

Homework Statement


\int^{1}_{0} \frac{ln(x)}{sqrt(x)}


Homework Equations


Integration by Parts
Improper Fractions: Type II Integral (discontinuous at a)

The Attempt at a Solution


Now, this might seem odd, but I'm having a devil of a time understanding how this is converging when the limit goes to 0+.

Also, I'm trying to get the hang of LaTeX so, please excuse any improper usage.

<br /> \int^{1}_{0} \frac{ln(x)}{sqrt(x)}<br /> <br />
u = ln(x) dv = 1/sqrt(x)
du = 1/x v = 2sqrt(x)

2sqrt(x)ln(x)\right|^{1}_{0} - \int^{1}_{0} \frac {(2sqrt(x))}{x}
2sqrt(x)ln(x)\right|^{1}_{0} - 2*\int^{1}_{0} \frac {1}{sqrt(x)}
2sqrt(x)ln(x)\right|^{1}_{0} - 4sqrt(x)\right|^{1}_{0}

lim [2sqrt(x)*ln(x) - 4sqrt(x)]^{1}_{t}
t->0+

Now, here is where my question lies with why this is converging...

lim 2sqrt(1)*ln(1) - 4sqrt(1) - (2sqrt(t)*ln(t) - 4sqrt(t))
t->0+

When you plug t in, you receive ln(t) which is -infinity... Thus, the integral would be diverging and not converging.

Does plugging the t into a square root prior to a natural log cause the term to then be zero instead of -infinity and thus converging?

Thanks!



NastyAccident
 
Physics news on Phys.org
When you plug in t, you get sqrt(t) which is 0. So how do you find the limit of something of the form 0*infinity?
 
Limit multiplication property indicates that the product of 0*infinity = 0. Hehe, thanks for the course correction... Sometimes, I just 'get lost' with all the math around me.
 
NastyAccident said:
Limit multiplication property indicates that the product of 0*infinity = 0.
No. Take a look at the "fine print" in the limit multiplication theorem and you'll see that it says that both limits have to exist, which excludes limits that are infinite.

The 0 * infinity form is one of several indeterminate forms. These are called indeterminate because you can't determine beforehand what their values will be. For example, the following limits are all of this form, but have completely different values:
\lim_{x \rightarrow \infty} x\frac{1}{x}
\lim_{x \rightarrow \infty} x^2\frac{1}{x}
\lim_{x \rightarrow \infty} x\frac{1}{x^2}

The values are, respectively, 1, infinity, and zero.
 
Important to note that:

\displaystyle \lim_{x\to 0} x^kln(x) = 0


Consider

\displaystyle \lim_{x\to \infty} x^ke^{-x}=\frac{x^k}{e^x}

For k>0, let n be any integer larger than k.


\displaystyle \lim_{x\to \infty}\frac{x^k}{e^x}=\displaystyle \lim_{x\to \infty}\frac{x^k}{1+x+\frac{x^2}{2}+\cdots+\frac{x^n}{n!}+\frac{x^{n+1}}{(n+1)!}+\cdots}


From this we can show that:

\displaystyle \lim_{x\to \infty}\frac{x^k}{e^x}.\frac{x^{-n}}{x^{-n}}=\displaystyle \lim_{x\to \infty}\frac{x^{k-n}}{x^{-n}+x^{1-n}+\frac{x^{2-n}}{2}+\cdots+\frac{1}{n!}+\frac{x}{(n+1)!}+\cdots}


From this it's clear that in the limit the numerator tends to 0 since k-n is negative. All terms to the left of 1/n! tend to 0 but all terms to the right of it tend to infinity, hence:


\displaystyle\lim_{x\to\infty}x^ke^{-x} = 0 (1)


Next, let:

x=e^{-\frac{y}{k}}

From this it is clear that

x\to 0 \iff y\to \infty

\displaystyle\lim_{x\to 0}x^kln(x) = -\frac{1}{k} \lim_{y\to \infty} ye^{-y}

\displaystyle\lim_{x\to 0}x^kln(x) = 0 From (1)
 
First of all, thank you all very much for responding to this! I truly appreciate it.

Mark44 said:
No. Take a look at the "fine print" in the limit multiplication theorem and you'll see that it says that both limits have to exist, which excludes limits that are infinite.

The 0 * infinity form is one of several indeterminate forms. These are called indeterminate because you can't determine beforehand what their values will be. For example, the following limits are all of this form, but have completely different values:
\lim_{x \rightarrow \infty} x\frac{1}{x}
\lim_{x \rightarrow \infty} x^2\frac{1}{x}
\lim_{x \rightarrow \infty} x\frac{1}{x^2}

The values are, respectively, 1, infinity, and zero.
Okay, I looked up the indeterminate forms of limits and I noticed the use of the L'Hospital rule so I'm sort of seeing how this is true.

lim sqrt(x)ln(x)
t->0+

f(x) = sqrt(x)
g(x) = ln(x)

I want to use the transformation to infinity/infinity so:

g(x)/1/f(x)

Take the derivative of the numerator and denominator:

g'(x) / 1/f'(x)

(1/x) / (1/-2x^(3/2))

which cleans up to be -2sqrt(x).

If you plug 0+ into -2sqrt(x) you end up with 0.

Just for practice and my understanding plus the fact that I have math sources right here (You folks rock!)...

I'm going to try the transformation to 0/0:

f(x)/1/g(x)

Take the derivative of the numerator and denominator:

[1/(2*sqrt(x))]/(-1/(x*log^2(x))
-1/2 sqrt(x)*log^2(x)

Which still gives me negative infinity (and brings me a step backwards).

So, by going through this process, I'm guessing that you probably want to take whatever term isn't giving you infinity and place it in the denominator with one over it. Then, take the derivatives of both the top and bottom of the function.

Gregg said:
Important to note that:

\displaystyle \lim_{x\to 0} x^kln(x) = 0


Consider

\displaystyle \lim_{x\to \infty} x^ke^{-x}=\frac{x^k}{e^x}

For k>0, let n be any integer larger than k.


\displaystyle \lim_{x\to \infty}\frac{x^k}{e^x}=\displaystyle \lim_{x\to \infty}\frac{x^k}{1+x+\frac{x^2}{2}+\cdots+\frac{x^n}{n!}+\frac{x^{n+1}}{(n+1)!}+\cdots}


From this we can show that:

\displaystyle \lim_{x\to \infty}\frac{x^k}{e^x}.\frac{x^{-n}}{x^{-n}}=\displaystyle \lim_{x\to \infty}\frac{x^{k-n}}{x^{-n}+x^{1-n}+\frac{x^{2-n}}{2}+\cdots+\frac{1}{n!}+\frac{x}{(n+1)!}+\cdots}


From this it's clear that in the limit the numerator tends to 0 since k-n is negative. All terms to the left of 1/n! tend to 0 but all terms to the right of it tend to infinity, hence:


\displaystyle\lim_{x\to\infty}x^ke^{-x} = 0 (1)


Next, let:

x=e^{-\frac{y}{k}}

From this it is clear that

x\to 0 \iff y\to \infty

\displaystyle\lim_{x\to 0}x^kln(x) = -\frac{1}{k} \lim_{y\to \infty} ye^{-y}

\displaystyle\lim_{x\to 0}x^kln(x) = 0 From (1)

I follow the proof up till the point where you set x = e^(-y/k). So, if you wouldn't mind, could you explain that part in a little bit more detail.

Thank you!



NastyAccident
 
I follow the proof up till the point where you set x = e^(-y/k). So, if you wouldn't mind, could you explain that part in a little bit more detail.

Thank you!



NastyAccident

We have established that

\lim_{x\to \infty} x^ke^{-x} = 0


Now we could for example set out the following (the choice of variable is arbitrary)

u=e^{-\frac{v}{k}}

\Rightarrow u\to 0 \iff v\to \infty

As u gets small (tends to 0) it is implied that v is very large (tends to infinity).

\Rightarrow ln(u)=-\frac{v}{k}

Now we have this relationship we can show that our limit tends to 0. Notice this equality:

u^k = e^{-v} \Rightarrow u^k (ln(u)) = e^{-v}.(-\frac{v}{k})=-\frac{1}{k}(ve^{-v})



Notice that the ve^{-v} is similar to x^ke^{-x} in the case k=1 (and of course the variable is v not x). We know three things at this point.

\displaystyle\lim_{v\to \infty}ve^{-v}=0

v\to \infty \iff u\to 0

and,

u^k ln(u) =\frac{1}{k}(ve^{-v})


From this it can be seen that,

-\frac{1}{k}\displaystyle\lim_{v\to \infty}ve^{-v}=\displaystyle\lim_{u\to 0}u^kln(u)=0
 
NastyAccident said:
First of all, thank you all very much for responding to this! I truly appreciate it.


Okay, I looked up the indeterminate forms of limits and I noticed the use of the L'Hospital rule so I'm sort of seeing how this is true.

lim sqrt(x)ln(x)
t->0+

f(x) = sqrt(x)
g(x) = ln(x)

I want to use the transformation to infinity/infinity so:

g(x)/1/f(x)

Take the derivative of the numerator and denominator:

g'(x) / 1/f'(x)

(1/x) / (1/-2x^(3/2))

which cleans up to be -2sqrt(x).


If you plug 0+ into -2sqrt(x) you end up with 0.
That's what I get, also.
NastyAccident said:
Just for practice and my understanding plus the fact that I have math sources right here (You folks rock!)...

I'm going to try the transformation to 0/0:

f(x)/1/g(x)

Take the derivative of the numerator and denominator:

[1/(2*sqrt(x))]/(-1/(x*log^2(x))
-1/2 sqrt(x)*log^2(x)
I think you have made a mistake here, which is why you're getting a different value for the limit. In this case you are dealing with
\frac{x^{1/2}}{\frac{1}{ln x}}

You didn't use the chain rule correctly when you differentiated the denominator fraction.
NastyAccident said:
Which still gives me negative infinity (and brings me a step backwards).

So, by going through this process, I'm guessing that you probably want to take whatever term isn't giving you infinity and place it in the denominator with one over it. Then, take the derivatives of both the top and bottom of the function.



I follow the proof up till the point where you set x = e^(-y/k). So, if you wouldn't mind, could you explain that part in a little bit more detail.

Thank you!



NastyAccident
 

Similar threads

  • · Replies 105 ·
4
Replies
105
Views
10K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
4
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 54 ·
2
Replies
54
Views
16K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K