19 Power Series
Power Series¶
An infinite series in \(x\) of the form
where \(\{ a_0, a_1, a_2, \dots \}\) are constants
equation is convergent only when \(x \to 0\)
Non-Algebraic Elementary Functions¶
Transcendental means non-algebraic
Function | Power Series | Intuition |
---|---|---|
\(e^x\) | \(1 + \frac{x}{1!} + \frac{x^2}{2!} + \dots\) | |
\(\cos x\) | \(1 - \frac{x^2}{2!} + \frac{x^4}{4!} + \dots\) | Even function so even numbers |
\(\sin x\) | \(x - \frac{x^3}{3!} + \frac{x^5}{5!} + \dots\) | Odd function so odd numbers |
\(\cosh x\) | \(1 + \frac{x^2}{2!} + \frac{x^4}{4!} + \dots\) | |
\(\sinh x\) | \(x + \frac{x^3}{3!} + \frac{x^5}{5!} + \dots\) | |
\(\log(1+x)\) | \(x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + \dots\) | |
\((1+x)^{-1}\) | \(1 - x + x^2 - x^3 + \dots\) | |
\((1-x)^{-1}\) | \(1 + x + x^2 + x^3 + \dots\) |
Solving¶
Comparing Coefficients¶
By changing index and re-arranging terms, we have to make the following equal
- counter start
- \(x\) power
2nd Order¶
Power series solution is only possible if \(x = 0\) is an ordinary point of the DE.
Types of Points¶
Consider a general 2nd order differential equation with polynomials \(P_1, P_2, P_3\).
Types | \(P(a)\) |
---|---|
Ordinary Point | \(\ne 0\) |
Singular Point | \(= 0\) |
Ordinary Point¶
\(x=a\) is an ordinary point of DE equation, if \(P(a) \ne 0\).
Power Series Solution¶
The power series solution of equation is given by
General Solution¶
Solving equation as
where
- PS1 and PS2 are congruent and linearly-independent power series, for \(x \to 0\)
- \(a\) and \(b\) are arbitrary constants
Singular Points¶
Consider limits
Both limits exist | Point Type |
---|---|
✅ | Regular |
❌ | Irregular |
Frobenius Series Method¶
Differential equations with regular singular points at \(x=0\) can be solved using a power series of the form
where \(m\) is constant coefficient called as root/indical/initial value. This is singular points (to be calculated).
Trick to find indical value¶
where \(p\) and \(q\) are limits from equation