SOLUTION: Find -4+((100*(pi^2))/2!)-((2500*(pi^4))/4!)+((62500*(pi^6))/6!)-...
Algebra
->
Sequences-and-series
-> SOLUTION: Find -4+((100*(pi^2))/2!)-((2500*(pi^4))/4!)+((62500*(pi^6))/6!)-...
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 250953
:
Find
-4+((100*(pi^2))/2!)-((2500*(pi^4))/4!)+((62500*(pi^6))/6!)-...
Answer by
drk(1908)
(
Show Source
):
You can
put this solution on YOUR website!
We can create a formula for the alternating sum. It might look a little messy:
SUM(n=0 to inf.) (-1)^n^2*pi^(2n+2) / (2n+2)factorial(!)
If we sum all of this, we get 8.
Now, -4 + 8 = 4.