Finding c so the integral converges with hyperbolic and logarithmic terms

  • Thread starter Thread starter AngelofMusic
  • Start date Start date
  • Tags Tags
    Convergence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
AngelofMusic
Messages
58
Reaction score
0
This was a question on one of our past exams. I don't even know where to start and I'm getting very discouraged.

Given [tex]\int [\frac{1}{\sqrt{1+2x^2}} - \frac{c}{x+1}] = \ln(\frac{\sqrt{1+2x^2} + \sqrt{2}x)}{(x+1)^c}) + k.[/tex]

Find a value c such that [tex]\int_{0}^{\infty} [\frac{1}{\sqrt{1+2x^2}} - \frac{c}{x+1}][/tex] converges.

I tried taking the limit as x-> infinity of the large ln function, but I'm getting nowhere.

Can someone please give me a hint that'll get me started on this question at least?
 
Physics news on Phys.org
as x tends to infinitum, the logarithm is superiorly bounded by

[tex]\frac{1}{(\sqrt{1+2x^2} - \sqrt{2}x)(x+1)^c}[/tex]

and being [tex]x \geq 0[/tex] implies that

[tex]\frac{1}{(\sqrt{1+2x^2} - \sqrt{2}x)(x+1)^c} \leq \frac{1}{(x+1)^c}[/tex]

and this converges if [tex]c \geq 0[/tex]
 
Last edited:
The term (sqrt(1+2x^(2))-sqrt(2)x)->0 as x->inf; hence you must be more careful in the choice of c.
We should have, in general for e->0, that sqrt(1+e)-1>=1+1/2e-1/8e^(2) (alternating series with terms decreasing in magnitude)
Setting e=1/(2x^(2)), you should find that the expr. converges for c>=1
 
Sorry, estimate all wrong.
You should begin with the original expression.
sqrt(1+2x^(2))+sqrt(2)x=sqrt(2)x(2+1/(4x^(2))-1/(16x^(4))+-+-)->2sqrt(2)x when x->inf.
Hence, convergence requires abs(ln(x^(1-c)))<inf as x->inf.
Only c=1 achieves this result.
 
true... i don't know what i was thinking... that was my orignial estimate but i messed up resolving the first term of the integral... the shame...
 
Wow. Thanks a lot! Just one stupid question - how did you get the alternating series expansion for [tex]\sqrt{1+2x^2} + \sqrt{2}x[/tex]? Did you just take successive derivatives and use Taylor polynomials?
 
AngelofMusic said:
Wow. Thanks a lot! Just one stupid question - how did you get the alternating series expansion for [tex]\sqrt{1+2x^2} + \sqrt{2}x[/tex]? Did you just take successive derivatives and use Taylor polynomials?

What do you mean?

using the taylor expansion around zero of

[tex](1+x)^n \sim 1+nx+n(n-1)\frac{x^2}{2!}+...[/tex]

its easyly shown that

[tex]\sqrt{1+2x^2} + \sqrt{2}x=\sqrt{2}x(1+\sqrt{1+\frac{1}{2x^2}})=\sqrt{2}x(2+\frac{1}{4x^2}-\frac{1}{16x^4}+...)[/tex]

as x tends to infinitum this function behave like x... the function [tex](1+x)^c[/tex] behaves like [tex]x^c[/tex] (same argument) that's why you need [tex]c \geq 1[/tex]
 
Last edited: