#How do you calculate the sum of these series

64 messages · Page 1 of 1 (latest)

peak totem
elfin etherBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
thorn locust
#

Question 11 is directly asking you about the Leibniz Pi Approximation

#

Question 15 is asking about the taylor expansion of e^x

#

We can infer that x is 3, looking at the possible answers

#

However, n = 2, so we know we should subtract something from e^3: the values of n for 0 and 1

#

If n=0, 3^0 / 0! = 1

#

If n=1, 3^1/1! = 3

#

So it is e^3 - 1 - 3

peak totem
#

i dont think we learked about leibniz pi apprxomiation

#

is it anything to do with integral remainder estimation or something like that

mild cradle
peak totem
#

yes

#

this is cal 2 homework

#

sorry was asleep

#

we've also learned partial sums if it has anything to do with that? I must have missed this unit and cant find it

thorn locust
#

Have you learned taylor series?

#

try the taylor expansion of pi*x, and relate that to q11

mild cradle
peak totem
peak totem
#

ik how to find convergence, radius, etc

#

with series

#

remainder too

#

but didnt know how to calculate sum at all other than partial sums

mild cradle
#

Okay, so here's a trick.

#

You know the difference of powers formula?

#

@peak totem^

peak totem
#

yes

mild cradle
#

Okay, so if we have a finite sum of sequential powers of x, that is, sum(i = 0, n) x^i, how can the difference of powers formula help us evaluate that?

mild cradle
peak totem
#

no its totally okay i appreciate it so much

#

Im not sure, but i really appreciate you pointing me in the right direction

#

ill watch some videos on it

mild cradle
#

I just need you to be engaged in telling me what you do and don't know or can or can't figure out so that I know what I need to explain and what you can do on your own.

peak totem
#

I feel like I just learn better from YT is the thing so I just wanted to know like what its called to solve these problems

mild cradle
peak totem
#

infinity

#

?

#

having a hard time reading this notation

mild cradle
#

$\sum_{i = 0}^n x^i = \frac{1 - x^{n + 1}}{1 - x}$

crystal magnetBOT
#

Techie Literate

mild cradle
#

@peak totem This help?

peak totem
#

yes thanks

#

1 sec

#

infinity

mild cradle
#

Not always.

mild cradle
peak totem
#

hold on gtg need to take my mom to her appointment

mild cradle
peak totem
#

bet

peak totem
#

i found it in my notes im pretty syre

mild cradle
# peak totem

Right, that's exactly correct. And the cool thing about this is that we can use this and a bit of calculus to find series representations of functions that normally don't have them. For instance, ln(1 + x).

mild cradle
# peak totem i found it in my notes im pretty syre

Actually, in hindsight it's seemingly just an easier way to derive the Taylor series. A Taylor series is a way to approximate any infinitely-differentiable function with a series: $f(x) = \sum_{n = 0}^\infty \frac{f^{(n)}(0)x^n}{n!}$

crystal magnetBOT
#

Techie Literate

mild cradle
#

Where $f^{(n)}(0)$ refers to the nth derivative of f evaluated at 0, and $f^{(0)}(x) = f(x)$.

crystal magnetBOT
#

Techie Literate

mild cradle
#

But honestly the sequential derivatives of some of these functions get annoyingly long, so I still prefer the shortcut derivation of the series.

peak totem
#

ohhh okay thank you so mcuh

#

ill have to look into my notes more to see if thats something we cover