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 an=s1+...sn. You can analyse then
what that sum approaches
Geometric series
Are of the form a+ar+ar2+...+arn−1+...=∑n=1∞arn−1
a and r are fixed real numbers and a=0
It doesn’t seem that r can be greater than 1?
If r=1 the series diverges limn→∞sn=±∞ depending on the sign of a
If r=−1 the partial sums alternate between a and 0. This is a divergence.
If ∣r∣=1 we determine convergence or divergence using
sn=1−ra(1−rn),(r=1)
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 ∣r∣<1rn will tend towards 0 so the series converges. If ∣r∣>1 the
partial sum will tend towards positive or negative infinity so it diverges
If ∑n=1∞an converges, then an→0
If the integral converges or diverges, so does the series. For a sequence of positive terms an, if an=f(n)
where f is continuous and positive and decreasing, that is for each x1\lx2 in the domain f(x1)≥f(x2)
ratio test if we’ve a series ∑an and limn→∞∣anan+1∣=ρ, the series converges
absolutely if ρ<1, diverges if ρ>1 and is inconclusive if ρ=1
Going to have to take for granted that we’ve a bunch of tests for convergence of a series
Power series
∑n=0∞cn(x−a)n=co+c1(x−a)+...+cn(x−a)n+...
If we take all the constants to be 1, you get the geometric series that converges to 1−x1 (from above)
If we shift focus to think of a partial sum of highest polynomial n as Pn(x)
If an (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.
The above has a boundary of plus and minus 1. As x gets closer and closer to 1, Pn(x) approaches the sum 1−x1
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 f(x)=∑n=0∞an(x−a)n
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.