Finding a pattern for a series and the general formula

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
PhizKid
Messages
477
Reaction score
2

Homework Statement


Given:

When n = 1:
[itex]-1 + xln(e)[/itex]

When n = 2:
[itex]2 - 2xln(e) + x^{2}ln(e)^{2}[/itex]

When n = 5:
[itex]-120 + 120xln(e) - 60x^{2}ln(e)^{2} + 20x^{3}ln(e)^{3} - 5x^{4}ln(e)^{4} + x^{5}ln(e)^{5}[/itex]

When n = 7:
[itex]-5040 + 5040xln(e) - 2520x^{2}ln(e)^{2} + 840x^{3}ln(e)^{3} - 210x^{4}ln(e)^{4} + 42x^{5}ln(e)^{5} - 7x^{6}ln(e)^{6} + x^{7}ln(e)^{7}[/itex]

Identify the series and write a general formula for it (in sigma summation notation if possible).


Homework Equations


N/A


The Attempt at a Solution



The pattern I do see is that the constant is always n!, but when n = 2, this factorial is not negative because there are an even number of terms, and the signs alternate starting from the highest power n where this term is positive.

So the highest nth term does not have any factorials, but the subsequent terms, alternating signs, begin to increase in factorials based on what n is. For example, when n = 5, the next highest term has coefficient 5, the next term has 5*4, then 5*4*3, and finally 5*4*3*2.

I'm not sure how to deal with the alternating signs in sigma summation notation or the factorials part.
 
Physics news on Phys.org
This might help with a formula for the coefficients:
5*4*3*2*1 = (5!)/(0!)
5*4*3*2 = (5!)/(1!) (which is also equal to (5!)/(0!))
5*4*3 = (5!)/(2!)
5*4 = (5!)/(3!)
5 = (5!)/(4!)
1 = (5!)/(5!)

Also, (-1)^n = 1 if n is even, -1 if n is odd.

So try writing something of the form
$$\sum_{k = 0}^{n}(\textrm{formula involving factorials})(\textrm{formula involving }(-1)^k)(\textrm{formula involving power of }x \ln(e))$$