PDA

View Full Version : sequences


stupidkid
Jul9-05, 11:40 AM
find the value approximately of
1/1*2+1/2*3+1/3*4.........
Is there a simple way to find the anwer to problems like this?????

TenaliRaman
Jul9-05, 12:41 PM
If i understand your question correctly, then
1. do u know the sigma notation?
2. can you write your series using the sigma notation?
3. once you are done with step 2, can you do some simplification?
4. do u know what is a telescoping series?

-- AI

philosophking
Jul9-05, 08:37 PM
Oh man, I thought it was 1/(1*2)+1/(2*3) ... and that was really hard. That's so much easier though.

Jameson
Jul9-05, 08:39 PM
Hmmm... I guess it could be like that too. The OP will probably post if my interpretation was incorrect.

Zurtex
Jul9-05, 08:40 PM
Oh man, I thought it was 1/(1*2)+1/(2*3) ... and that was really hard. That's so much easier though.
Erm, that is really easy to work out and if it isn't that what else could it be, after all:

(1/1)*2 + (1/2)*3 + (1/3)*4 + ...

Does clearly not converge.

Jameson
Jul9-05, 08:43 PM
Doesn't converge? Would you explain why not? I see a convergence.

LeonhardEuler
Jul9-05, 08:47 PM
The terms aren't even approaching zero.

Jameson
Jul9-05, 08:49 PM
Right, but there is a cancellation.

LeonhardEuler
Jul9-05, 08:55 PM
What are you talking about? Every term is greater than 1, so the sum is greater than the number of terms. Therefore as the number of terms approaches infinity, so does the sum.

Jameson
Jul9-05, 08:58 PM
Woah, my bad guys. I totally looked at that the wrong way. Sorry about that. I'm tired.

The series should be.... a_{n}=\frac{1}{n*(n+1)}

Correct?

LeonhardEuler
Jul9-05, 09:14 PM
Yes, I think thats what it is. He said he needed an approximation, so do you think he should just integrate it?

mathwonk
Jul9-05, 11:01 PM
just adding up a few terms makes it look really easy. but maybe i am too optimistic with small evidence.

Curious3141
Jul9-05, 11:36 PM
What is the need for approximation ? It's easy to get an exact answer.

1) Sigma notation
2) Partial fraction decomposition, splitting up the sum into the difference of two sums
3) Inspection and cancellation of a *lot* of terms (this is pertaining to Tenali's mention of telescoping series)
4) The answer, the end.

Zurtex
Jul10-05, 07:58 AM
just adding up a few terms makes it look really easy. but maybe i am too optimistic with small evidence.
If the sum is:

\sum_{n=1}^{\infty} \frac{1}{n(n+1)}

Then the solution is really simple. But the poster hasn't posted what they know, so it's not like we can do it for them....