7.4 Exercises
Your Turn
Is the power series ∑ k = 0 ∞ e k x k convergent? If so, what is the radius of convergence?
Your Turn
Is the power series ∑ k = 0 ∞ k x k convergent? If so, what is the radius of convergence?
Your Turn
Is the power series ∑ k = 0 ∞ k ! x k convergent? If so, what is the radius of convergence?
Your Turn
Is the power series ∑ k = 0 ∞ 1 ( 2 k ) ! ( x − 10 ) k convergent? If so, what is the radius of convergence?
Your Turn
Determine the Taylor series for ln x around the point x 0 = 1 , and find the radius of convergence.
Your Turn
Determine the Taylor series and its radius of convergence of x 4 − x 2 around x 0 = 0 . Hint: You will not be able to use the ratio test.
Your Turn
Suppose that the ratio test applies to a series ∑ k = 0 ∞ 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.
Your Turn
Is the power series ∑ n = 1 ∞ ( 0.1 ) n x n convergent? If so, what is the radius of convergence?
Answer
Yes. Radius of convergence is 10 .
Your Turn
(challenging)
Is the power series ∑ n = 1 ∞ n ! n n x n convergent? If so, what is the radius of convergence?
Answer
Yes. Radius of convergence is e .
Your Turn
Using the geometric series, expand 1 1 − x around x 0 = 2 . For what x does the series converge?
Answer
1 1 − x = − 1 1 − ( 2 − x ) so 1 1 − x = ∑ n = 0 ∞ ( − 1 ) n + 1 ( x − 2 ) n , which converges for 1 < x < 3 .
Your Turn
(challenging)
Find the Taylor series for x 7 e x around x 0 = 0 .
Answer
∑
n
=
7
∞
1
(
n
−
7
)
!
x
n
Your Turn
(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.
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 th coefficient.
Your Turn
The methods work for other orders than second order. Try the methods of this section to solve the first order system y ′ − x y = 0 at the point x 0 = 0 .
Your Turn
Use power series methods to solve ( 1 − x ) y ″ + y = 0 at the point x 0 = 0 . Use the solution to part a) to find a solution for x y ″ + y = 0 around the point x 0 = 1 .
Your Turn
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 ≥ 5 ): a k = − 2 a k − 5 k ( k − 1 ) , so y ( x ) = a 0 + a 1 x − a 0 10 x 5 − a 1 15 x 6 + a 0 450 x 10 + a 1 825 x 11 − a 0 47250 x 15 − a 1 99000 x 16 + ⋯
Your Turn
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.
Your Turn
In the following equations classify the point x = 0 as ordinary, regular singular, or singular but not regular singular.
x
2
(
1
+
x
2
)
y
″
+
x
y
=
0
x
2
y
″
+
y
′
+
y
=
0
x
y
″
+
x
3
y
′
+
y
=
0
x
y
″
+
x
y
′
−
e
x
y
=
0
x
2
y
″
+
x
2
y
′
+
x
2
y
=
0
Your Turn
In the following equations classify the point x = 0 as ordinary, regular singular, or singular but not regular singular.
y
″
+
y
=
0
x
3
y
″
+
(
1
+
x
)
y
=
0
x
y
″
+
x
5
y
′
+
y
=
0
sin
(
x
)
y
″
−
y
=
0
cos
(
x
)
y
″
−
sin
(
x
)
y
=
0
Answer
ordinary, singular but not regular singular, regular singular, regular singular, ordinary.
Your Turn
Find the general solution of x 2 y ″ − y = 0 .
Answer
y
=
A
x
1
+
5
2
+
B
x
1
−
5
2
Your Turn
Find a particular solution of x 2 y ″ + ( x − 3 4 ) y = 0 .
Answer
y = x 3 / 2 ∑ k = 0 ∞ ( − 1 ) − 1 k ! ( k + 2 ) ! x k (Note that for convenience we did not pick a 0 = 1 .)
Adapted from Differential Equations for Engineers by Jiří Lebl (Oklahoma State University), hosted on LibreTexts (math.libretexts.org) and licensed under CC BY-SA 4.0. Changes were made. License: CC-BY-SA-4.0 .