Need help finding the sum of a sequence

  • Thread starter Thread starter hyper
  • Start date Start date
  • Tags Tags
    Sequence Sum
hyper
Messages
48
Reaction score
0
I have to sequence 2*(n-1)*x^(2n), I have tried integrating and then finding the sum and then derivating the sum, and I allmost get the right answer.

But I think I am integrating wrong since I really don't know of the integrate when I have ^(2n), and not only n.

please help
 
Physics news on Phys.org
When you integrate x2n Just write k=2n. Then integral of xk is xk+1/(k+1) = x2n+1/(2n+1)
 
You know, I presume, that the integral of xn is 1/(n+1) xn+1+ C where n can be any number. Well, 2n is just a number! The integral of x2n is 1/(2n+1) x2n+1+ C. So the integral of 2(n-1)x2n is 2((n-1)/(2n+1))x2n+1. But I don't think that will help you find the sum!
 
How should I find the sum then?
 
differentiate sum x^2n and see what you get. Or better yet, differentiate x^(2(n-1))
 
Back
Top