is this correct
D Denis Senior Member Joined Feb 17, 2004 Messages 1,707 Nov 3, 2010 #2 Well, what's the "full problem"? If it's find sum of 1st 2 terms (n = 2) then: n(2) = n / (n + 1) n(2) = 2/3 Now prove it: 1/(2*1) + 1/(3*2) = 1/2 + 1/6 = 3/6 + 1/6 = 4/6 = 2/3
Well, what's the "full problem"? If it's find sum of 1st 2 terms (n = 2) then: n(2) = n / (n + 1) n(2) = 2/3 Now prove it: 1/(2*1) + 1/(3*2) = 1/2 + 1/6 = 3/6 + 1/6 = 4/6 = 2/3
C crash New member Joined Nov 3, 2010 Messages 5 Nov 3, 2010 #3 Denis said: Well, what's the "full problem"? If it's find sum of 1st 2 terms (n = 2) then: n(2) = n / (n + 1) n(2) = 2/3 Now prove it: 1/(2*1) + 1/(3*2) = 1/2 + 1/6 = 3/6 + 1/6 = 4/6 = 2/3__ Click to expand... n is 1/2*1, so n=1/2 i have to prove this 1/2=1/2 / 1/2+1 ( n= n/n+1), this one is also incorrect xD, ill prove it and continue doing the next problem i have about 10 minutes till the test starts :?
Denis said: Well, what's the "full problem"? If it's find sum of 1st 2 terms (n = 2) then: n(2) = n / (n + 1) n(2) = 2/3 Now prove it: 1/(2*1) + 1/(3*2) = 1/2 + 1/6 = 3/6 + 1/6 = 4/6 = 2/3__ Click to expand... n is 1/2*1, so n=1/2 i have to prove this 1/2=1/2 / 1/2+1 ( n= n/n+1), this one is also incorrect xD, ill prove it and continue doing the next problem i have about 10 minutes till the test starts :?
D Denis Senior Member Joined Feb 17, 2004 Messages 1,707 Nov 3, 2010 #4 n is a term number, so CANNOT be 1/2; terms are numbered from 1 up: 1,2,3,4,...... So something's wrong with what you're saying... Anyway, 1/2 / (1/2 + 1) = 1/2 / (3/2) = (1/2) * (2/3) = 1/3
n is a term number, so CANNOT be 1/2; terms are numbered from 1 up: 1,2,3,4,...... So something's wrong with what you're saying... Anyway, 1/2 / (1/2 + 1) = 1/2 / (3/2) = (1/2) * (2/3) = 1/3
D Deleted member 4993 Guest Nov 3, 2010 #5 crash said: is this correct Click to expand... The series above is a telescopic series that can be written as: 1/(1*2) + 1/(2*3) + 1/(3*4) ....1/(n*(n+1)) = (1/1 - 1/2) + (1/2 - 1/3) + (1/3 - 1/4) + (1/4 - 1/5) ......+ (1/n - 1/(n+1)) = 1/1 - 1/(n+1) and finish it.....
crash said: is this correct Click to expand... The series above is a telescopic series that can be written as: 1/(1*2) + 1/(2*3) + 1/(3*4) ....1/(n*(n+1)) = (1/1 - 1/2) + (1/2 - 1/3) + (1/3 - 1/4) + (1/4 - 1/5) ......+ (1/n - 1/(n+1)) = 1/1 - 1/(n+1) and finish it.....