Infinite series

  • An infinite series is a sum of an infinite sequence of numbers
  • Sums are determined with sequences by taking the limit of partial sums as the number of partial sums tends to infinity
  • Partial sums could be thought of as generating a new sequence where . You can analyse then what that sum approaches

Geometric series

  • Are of the form
  • and are fixed real numbers and
  • It doesn’t seem that r can be greater than 1?
  • If the series diverges depending on the sign of
  • If the partial sums alternate between and 0. This is a divergence.
  • If we determine convergence or divergence using
  • Applies only if the n index starts at 0 or 1 with n-1 as the power
  • I’ve worked through this on paper. When will tend towards 0 so the series converges. If the partial sum will tend towards positive or negative infinity so it diverges

  • If converges, then
  • If the integral converges or diverges, so does the series. For a sequence of positive terms , if where is continuous and positive and decreasing, that is for each in the domain

  • ratio test if we’ve a series and , the series converges absolutely if , diverges if and is inconclusive if
  • Going to have to take for granted that we’ve a bunch of tests for convergence of a series

Power series

  • If we take all the constants to be 1, you get the geometric series that converges to (from above)
  • If we shift focus to think of a partial sum of highest polynomial n as
  • If (being the partial sum) is on the y axis and n (or the index of the series) along the x axis. Graphically, each increase along the x is trying to get closer to some incredibly large y value. power series getting closer to big value
  • The above has a boundary of plus and minus 1. As x gets closer and closer to 1, approaches the sum
  • power series behaves in 3 possible ways
    • It might converge at a single value
    • converge everywhere
    • converge on some interval, this is like the bounds of -1 and 1 above right?

Taylor Series

  • If we take the sum of a power series as a function
  • There are an infinite number of derivates in the interval of convergence
  • If we had a set of these intervals, could we reconstruct the series, or at least parts of it, in turn, approximating a function based on the power series.

Notes

  • Is the significance of polynomials in the derivative nature, that it intuitively makes sense that they’re approximating a function as each higher order of polynomial means another (more specific) derivative on the initial convergence interval?
  • Also, watched a video that details how, similar to converting fractions to decimal places, making addition easier. Converting functions to approximations makes addition easier.