Skip to main content
Mathematics LibreTexts

7.E: Power series methods (Exercises)

  • Page ID
    3448
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    7.1: Power Series

    Exercise \(\PageIndex{7.1.1}\)

    Is the power series \( \sum_{k=0}^\infty e^k x^k\) convergent? If so, what is the radius of convergence?

    Exercise \(\PageIndex{7.1.2}\)

    Is the power series \( \sum_{k=0}^\infty k x^k\) convergent? If so, what is the radius of convergence?

    Exercise \(\PageIndex{7.1.3}\)

    Is the power series \( \sum_{k=0}^\infty k! x^k\) convergent? If so, what is the radius of convergence?

    Exercise \(\PageIndex{7.1.4}\)

    Is the power series \( \sum_{k=0}^\infty \frac{1}{(2k)!} {(x-10)}^k\) convergent? If so, what is the radius of convergence?

    Exercise \(\PageIndex{7.1.5}\)

    Determine the Taylor series for \(\sin x\) around the point \(x_0 = \pi\).

    Exercise \(\PageIndex{7.1.6}\)

    Determine the Taylor series for \(\ln x\) around the point \(x_0 = 1\), and find the radius of convergence.

    Exercise \(\PageIndex{7.1.7}\)

    Determine the Taylor series and its radius of convergence of \(\dfrac{1}{1+x}\) around \(x_0 = 0\).

    Exercise \(\PageIndex{7.1.8}\)

    Determine the Taylor series and its radius of convergence of \(\dfrac{x}{4-x^2}\) around \(x_0 = 0\). Hint: You will not be able to use the ratio test.

    Exercise \(\PageIndex{7.1.9}\)

    Expand \(x^5+5x+1\) as a power series around \(x_0 = 5\).

    Exercise \(\PageIndex{7.1.10}\)

    Suppose that the ratio test applies to a series \( \sum_{k=0}^\infty a_k x^k\). Show, using the ratio test, that the radius of convergence of the differentiated series is the same as that of the original series.

    Exercise \(\PageIndex{7.1.11}\)

    Suppose that \(f\) is an analytic function such that \(f^{(n)}(0) = n\). Find \(f(1)\).

    Exercise \(\PageIndex{7.1.12}\)

    Is the power series \( \sum_{n=1}^\infty {(0.1)}^n x^n\) convergent? If so, what is the radius of convergence?

    Answer

    Yes. Radius of convergence is \(10\).

    Exercise \(\PageIndex{7.1.13}\): (challenging)

    Is the power series \( \sum_{n=1}^\infty \frac{n!}{n^n} x^n\) convergent? If so, what is the radius of convergence?

    Answer

    Yes. Radius of convergence is \(e\).

    Exercise \(\PageIndex{7.1.14}\)

    Using the geometric series, expand \(\frac{1}{1-x}\) around \(x_0=2\). For what \(x\) does the series converge?

    Answer

    \(\frac{1}{1-x}=-\frac{1}{1-(2-x)}\) so \(\frac{1}{1-x}=\sum\limits_{n=0}^\infty (-1)^{n+1}(x-2)^{n}\), which converges for \(1<x<3\).

    Exercise \(\PageIndex{7.1.15}\): (challenging)

    Find the Taylor series for \(x^7 e^x\) around \(x_0 = 0\).

    Answer

    \(\sum\limits_{n=7}^\infty \frac{1}{(n-7)!} x^{n}\)

    Exercise \(\PageIndex{7.1.16}\): (challenging)

    Imagine \(f\) and \(g\) are analytic functions such that \(f^{(k)}(0) = g^{(k)}(0)\) for all large enough \(k\). What can you say about \(f(x)-g(x)\)?

    Answer

    \(f(x)-g(x)\) is a polynomial. Hint: Use Taylor series.

    7.2: Series solutions of linear second order ODEs

    In the following exercises, when asked to solve an equation using power series methods, you should find the first few terms of the series, and if possible find a general formula for the \(k^{\text{th}}\) coefficient.

    Exercise \(\PageIndex{7.2.1}\)

    Use power series methods to solve \(y''+y = 0\) at the point \(x_0 = 1\).

    Exercise \(\PageIndex{7.2.2}\)

    Use power series methods to solve \(y''+4xy = 0\) at the point \(x_0 = 0\).

    Exercise \(\PageIndex{7.2.3}\)

    Use power series methods to solve \(y''-xy = 0\) at the point \(x_0 = 1\).

    Exercise \(\PageIndex{7.2.4}\)

    Use power series methods to solve \(y''+x^2y = 0\) at the point \(x_0 = 0\).

    Exercise \(\PageIndex{7.2.5}\)

    The methods work for other orders than second order. Try the methods of this section to solve the first order system \(y'-xy = 0\) at the point \(x_0 = 0\).

    Exercise \(\PageIndex{7.2.6}\)

    Chebyshev’s equation of order \(p\):

    1. Solve \((1-x^2)y''-xy' + p^2y = 0\) using power series methods at \(x_0=0\).
    2. For what \(p\) is there a polynomial solution?
    Exercise \(\PageIndex{7.2.7}\)

    Find a polynomial solution to \((x^2+1) y''-2xy'+2y = 0\) using power series methods.

    Exercise \(\PageIndex{7.2.8}\)
    1. Use power series methods to solve \((1-x)y''+y = 0\) at the point \(x_0 = 0\).
    2. Use the solution to part a) to find a solution for \(xy''+y=0\) around the point \(x_0=1\).
    Exercise \(\PageIndex{7.2.9}\)

    Use power series methods to solve \(y'' + 2 x^3 y = 0\) at the point \(x_0 =0\).

    Answer

    \(a_{2}=0\), \(a_{3}=0\), \(a_{4}=0\), recurrence relation (for \(k\geq 5\)): \(a_{k}=\frac{-2a_{k-5}}{k(k-1)}\), so \(y(x)=a_{0}+a_{1}x-\frac{a_{0}}{10}x^{5}-\frac{a_{1}}{15}x^{6}+\frac{a_{0}}{450}x^{10}+\frac{a_{1}}{825}x^{11}-\frac{a_{0}}{47250}x^{15}-\frac{a_{1}}{99000}x^{16}+\cdots\)

    Exercise \(\PageIndex{7.2.10}\): (challenging)

    We can also use power series methods in nonhomogeneous equations.

    1. Use power series methods to solve \(y'' - x y = \frac{1}{1-x}\) at the point \(x_0 = 0\). Hint: Recall the geometric series.
    2. Now solve for the initial condition \(y(0)=0\), \(y'(0) = 0\).
    Answer
    1. \(a_{2}=\frac{1}{2}\), and for \(k\geq 1\) we have \(a_{k}=\frac{a_{k-3}+1}{k(k-1)}\), so \(y(x)=a_{0}+a_{1}x+\frac{1}{2}x^{2}+\frac{a_{0}+1}{6}x^{3}+\frac{a_{1}+1}{12}x^{4}+\frac{3}{40}x^{5}+\frac{a_{0}+2}{30}x^{6}+\frac{a_{1}+2}{42}x^{7}+\frac{5}{112}x^{8}+\frac{a_{0}+3}{72}x^{9}+\frac{a_{1}+3}{90}x^{10}+\cdots\)
    2. \(y(x)=\frac{1}{2}x^{2}+\frac{1}{6}x^{3}+\frac{1}{12}x^{4}+\frac{3}{40}x^{5}+\frac{1}{15}x^{6}+\frac{1}{21}x^{7}+\frac{5}{112}x^{8}+\frac{1}{24}x^{9}+\frac{1}{30}x^{10}+\cdots\)
    Exercise \(\PageIndex{7.2.11}\)

    Attempt to solve \(x^2 y'' - y = 0\) at \(x_0 = 0\) using the power series method of this section (\(x_0\) is a singular point). Can you find at least one solution? Can you find more than one solution?

    Answer

    Applying the method of this section directly we obtain \(a_{k}=0\) for all \(k\) and so \(y(x)=0\) is the only solution we find.

    7.3: Singular points and the method of Frobenius

    Exercise \(\PageIndex{7.3.1}\)

    Find a particular (Frobenius-type) solution of \(x^2 y'' + x y' + (1+x) y = 0\).

    Exercise \(\PageIndex{7.3.2}\)

    Find a particular (Frobenius-type) solution of \(x y'' - y = 0\).

    Exercise \(\PageIndex{7.3.3}\)

    Find a particular (Frobenius-type) solution of \(y'' +\frac{1}{x}y' - xy = 0\).

    Exercise \(\PageIndex{7.3.4}\)

    Find the general solution of \(2 x y'' + y' - x^2 y = 0\).

    Exercise \(\PageIndex{7.3.5}\)

    Find the general solution of \(x^2 y'' - x y' -y = 0\).

    Exercise \(\PageIndex{7.3.6}\)

    In the following equations classify the point \(x=0\) as ordinary, regular singular, or singular but not regular singular.

    1. \(x^2(1+x^2)y''+xy=0\)
    2. \(x^2y''+y'+y=0\)
    3. \(xy''+x^3y'+y=0\)
    4. \(xy''+xy'-e^xy=0\)
    5. \(x^2y''+x^2y'+x^2y=0\)
    Exercise \(\PageIndex{7.3.7}\)

    In the following equations classify the point \(x=0\) as ordinary, regular singular, or singular but not regular singular.

    1. \(y''+y=0\)
    2. \(x^3y''+(1+x)y=0\)
    3. \(xy''+x^5y'+y=0\)
    4. \(\sin(x)y''-y=0\)
    5. \(\cos(x)y''-\sin(x)y=0\)
    Answer
    1. ordinary,
    2. singular but not regular singular,
    3. regular singular,
    4. regular singular,
    5. ordinary.
    Exercise \(\PageIndex{7.3.8}\)

    Find the general solution of \(x^2 y'' -y = 0\).

    Answer

    \(y=Ax^{\frac{1+\sqrt{5}}{2}}+Bx^{\frac{1-\sqrt{5}}{2}}\)

    Exercise \(\PageIndex{7.3.9}\)

    Find a particular solution of \(x^2 y'' +(x-\frac{3}{4})y = 0\).

    Answer

    \(y=x^{3/2}\sum\limits_{k=0}^\infty \frac{(-1)^{-1}}{k!(k+2)!}x^{k}\) (Note that for convenience we did not pick \(a_{0}=1\).)

    Exercise \(\PageIndex{7.3.10}\): (tricky)

    Find the general solution of \(x^2 y'' - x y' +y = 0\).

    Answer

    \(y=Ax+Bx\ln (x)\)


    This page titled 7.E: Power series methods (Exercises) is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Jiří Lebl via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.