Finding a pattern for a series and the general formula

Click For Summary
SUMMARY

The discussion focuses on identifying a pattern in a series defined by specific polynomial expressions for various values of n, specifically n = 1, 2, 5, and 7. The constant term is established as n!, with alternating signs for subsequent terms based on the parity of n. The coefficients of the series are derived from factorials, leading to a proposed general formula in sigma summation notation that incorporates factorials, powers of x, and the natural logarithm of e. The discussion emphasizes the importance of understanding factorial growth and alternating series in deriving the general formula.

PREREQUISITES
  • Understanding of factorial notation and properties (e.g., n!)
  • Familiarity with polynomial expressions and their coefficients
  • Knowledge of sigma summation notation
  • Basic concepts of alternating series and their convergence
NEXT STEPS
  • Research "Sigma notation for series" to understand how to express series compactly.
  • Study "Alternating series test" to grasp the behavior of series with alternating signs.
  • Explore "Factorial growth rates" to comprehend how factorials influence series convergence.
  • Learn about "Taylor series expansions" to see practical applications of polynomial approximations.
USEFUL FOR

Mathematicians, students studying calculus or series, and anyone interested in polynomial functions and their properties.

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))$$
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
9
Views
2K
Replies
5
Views
2K