Infinite series- converges or not

asif zaidi
Messages
56
Reaction score
0
I have 2 questions I am having problems with.
The goal is to determine if the series converges or not.


Q1: Sum from(1 to inf) of (exp^i)/( (exp^2i) + 9)


I tried to do the integral test but I cannot seem to integrate. Any guides would be appreciated.

Also if I wanted to compare it what would I compare it to.




Q2: Sum from (2 to inf) of 1/( (i^2) - 1)

I did the integral test and came out to the following

integral of 1/i^2 -1 = 1/2 (ln(i-1) - ln(i+1))

So in looking at this as i approaches infinity, can I say that integral approaches 0 and therefore this series converges.

All help is appreciated.

Thanks

Asif
 
Physics news on Phys.org
There's an easy comparison for both of them. Q1) compare to exp(i)/exp(2i), Q2) compare to 2/(i^2).
 
asif zaidi said:
I have 2 questions I am having problems with.
The goal is to determine if the series converges or not.


Q1: Sum from(1 to inf) of (exp^i)/( (exp^2i) + 9)


I tried to do the integral test but I cannot seem to integrate. Any guides would be appreciated.

Also if I wanted to compare it what would I compare it to.

The integral test is indeed a good way to go. Can you show us how you tried to integrate it? Once you do that, I'll point you in the right direction.


Q2: Sum from (2 to inf) of 1/( (i^2) - 1)

I did the integral test and came out to the following

integral of 1/i^2 -1 = 1/2 (ln(i-1) - ln(i+1))

So in looking at this as i approaches infinity, can I say that integral approaches 0 and therefore this series converges.

The series does converge, but you can do better than the integral test. If you recognize that the series is telescoping, you can actually find its sum.
 
Dick: thanks for response. I will look at your way. Always good to learn new ways

Tom: This is how I did the integral test

Let u = exp^(2x) + 9
du/dx = 2exp^(2x)
This is where I got stuck. I thought once I do du/dx, I should get e^x in this equation but since I didn't I couldn't get anywhere.

So I tried by integration by parts and went into an infinite loop

a- let u = 1/( exp(2x) + 9)
b- du/dx = -2/(exp(2x +9)
c- let dv = exp^x dx
d- v = e^x

To integrate
uv - integral (v wrt dx)
integral (e^x/e^2x +9) = e^x/(e^2x + 9) +2 integral (e^x/e^2x +9)

This is where I got stuck.

Thanks

Asif
 
asif zaidi said:
Dick: thanks for response. I will look at your way. Always good to learn new ways

Tom: This is how I did the integral test

Let u = exp^(2x) + 9

You want to let u=exp(x) instead. You will end up with a rational function in u whose antiderivative you should recognize.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
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