SlideShare a Scribd company logo
EXERCISES FOR CHAPTER 6: Taylor and Maclaurin Series
1. Find the first 4 terms of the Taylor series for the following functions:
(a) ln x centered at a=1, (b)
1
x
centered at a=1, (c) sin x centered at a =
4
.
Solution
(a) f (x) = ln x . So f (1)
(x) =
1
x
, f (2)
(x) =
1
x2
, f (3)
(x) =
2
x3
, f (4)
(x) =
6
x4
and so
ln x = ln1+ (x 1) 1+
(x 1)2
2!
( 1) +
(x 1)3
3!
(2) +
(x 1)4
4!
( 6) +…
= (x 1)
(x 1)2
2
+
(x 1)3
3
(x 1)4
4
+…
(b) f (x) =
1
x
. So f (1)
(x) =
1
x2
, f (2)
(x) =
2
x3
, f (3)
(x) =
6
x4
and so
1
x
= 1+ (x 1) ( 1) +
(x 1)2
2!
(2) +
(x 1)3
3!
( 6) +
= 1 (x 1) + (x 1)2
(x 1)3
(c) f (x) = sin x . So f (1)
(x) = cos x , f (2)
(x) = sin x , f (3)
(x) = cos x and so
sin x =
2
2
+ (x
4
) (
2
2
) +
(x
4
)2
2!
(
2
2
) +
(x
4
)3
3!
(
2
2
) +
=
2
2
1+ (x
4
)
(x
4
)2
2
(x
4
)3
6
+
2. Find the first 3 terms of the Taylor series for the function sin x centered at a=0.5.
Use your answer to find an approximate value to sin(
2
+
10
)
Solution
f (x) = sin x . So f (1)
(x) = cos x , f (2)
(x) = 2
sin x , f (3)
(x) = 3
cos x ,
f (3)
(x) = 4
sin x and so
sin x = sin
2
+
(x
1
2
)2
2!
( 2
) +
(x
1
2
)4
4!
( 4
) +…
= 1 2
(x
1
2
)2
2!
+ 4
(x
1
2
)4
4!
+…
K. A. Tsokos: Series and D.E. 70
sin (
1
2
+
1
10
) = 1 2
(
1
10
)2
2!
+ 4
(
1
10
)4
4!
+…
= 1 0.0493+ 0.0004
= 0.9511
(To 4 decimal places the GDC gives the same answer.)
3. Find the Taylor series for the function x4
+ x 2 centered at a=1.
Solution
f (x) = x4
+ x 2 . f (1)
(x) = 4x3
+1, f (2)
(x) = 12x2
, f (3)
(x) = 24x , f (4)
(x) = 24 and all
other derivatives are zero. Thus
x4
+ x 2 = 0 + (x 1) 5 +
(x 1)2
2!
12 +
(x 1)3
3!
24 +
(x 1)4
4!
24
= 5(x 1) + 6(x 1)2
+ 4(x 1)3
+ (x 1)4
4. Find the first 4 terms in the Taylor series for (x 1)ex
near x=1.
Solution
Either find the Taylor series for ex
and then multiply by (x 1) :
f (x) = ex
f (1) = e
f (1)
(x) = ex
f (1)
(1) = e
f (2)
(x) = ex
f (2)
(1) = e
f (3)
(x) = ex
f (3)
(1) = e
so that
(x 1)ex
(x 1) e + (x 1)e +
(x 1)2
2!
e +
(x 1)3
3!
e
(x 1)e + (x 1)2
e +
(x 1)3
2
e +
(x 1)4
6
e
or with a bit more work,
f (x) = (x 1)ex
f (1) = 0
f (1)
(x) = (x 1)ex
+ ex
f (1)
(1) = e
f (2)
(x) = (x 1)ex
+ 2ex
f (2)
(1) = 2e
f (3)
(x) = (x 1)ex
+ 3ex
f (3)
(1) = 3e
f (4)
(x) = (x 1)ex
+ 4ex
f (4)
(1) = 4e
so that
(x 1)ex
0 + (x 1)e +
(x 1)2
2!
2e +
(x 1)3
3!
3e +
(x 1)4
4!
4e
(x 1)e + (x 1)2
e +
(x 1)3
2
e +
(x 1)4
6
e
K. A. Tsokos: Series and D.E.71
5. Find the first 3 terms in the Maclaurin series for (a) sin2
x , (b)
x
1 x2
, (c) xe
x
,
(d)
x
1+ x2
.
Solution
(a)
f (x) = sin2
x f (0) = 0
f (1)
(x) = 2sin xcos x = sin2x f (1)
(0) = 0
f (2)
(x) = 2cos2x f (2)
(0) = 2
f (3)
(x) = 4sin2x f (3)
(0) = 0
f (4)
(x) = 8cos2x f (4)
(0) = 8
f (5)
(x) = 16sin2x f (5)
(0) = 0
f (6)
(x) = 32cos2x f (6)
(0) = 32
and so
sin2
x 0 + 0 +
x2
2!
2 + 0
x4
4!
8 + 0 +
x6
6!
32
x2 x4
3
+
2x6
45
In later exercises you will see more efficient ways to do this expansion.
(b)
f (x) =
x
1 x2
f (0) = 0
f (1)
(x) =
1 x2
x
2x
2 1 x2
1 x2
=
1
(1 x2
)3/2
f (0) = 1
f (2)
(x) =
3
2
(1 x2
) 5/2
( 2x) f (0) = 0
f (4)
(x) =
3
2
(1 x2
) 5/2
( 2) +
3
2
5
2
(1 x2
) 5/2
( 2x)( 2x) f (0) = 3
(c)
f (x) = xe x
f (0) = 0
f (1)
(x) = e x
xe x
f (1)
(0) = 1
f (2)
(x) = e x
e x
+ xe x
f (2)
(0) = 2
f (3)
(x) = 2e x
+ e x
xe x
f (3)
(0) = 3
so that
xe x
x 2
x2
2!
+ 3
x3
3!
x x2
+
x3
2
K. A. Tsokos: Series and D.E. 72
(d) f (x) =
x
1+ x2
. Notice that since
1
1+ x2
= 1 x2
+ x4
x6
+ , it follows that
x
1+ x2
= x x3
+ x5
x7
+ .
Of course by evaluating derivatives we also have:
f (0)
(0) = 0
f (1)
(x) =
(1+ x2
) x(2x)
(1+ x2
)2
=
1 x2
(1+ x2
)2
f (1)
(0) = 1
f (2)
(x) =
2x(1+ x2
)2
(1 x2
)2(1+ x2
)2x
(1+ x2
)4
=
2x(x2
3)
(1+ x2
)3
f (2)
(0) = 0
f (3)
(x) =
6(1 6x2
+ x4
)
(1+ x2
)4
f (3)
(0) = 6
f (4)
(x) =
24x(5 10x2
+ x4
)
(1+ x2
)5
f (4)
(0) = 0
f (5)
(x) =
120( 1+15x2
15x4
+ x6
)
(1+ x2
)6
f (5)
(0) = 120
so that the first three terms are:
x
1+ x2
= 0 + x 1+
x2
2
0 +
x3
6
( 6) +
x4
24
0 +
x5
120
120
= x x3
+ x5
as before.
6. Find the Maclaurin series for ln(1+ x) and hence that for ln
1+ x
1 x
.
Solution
The Maclaurin series for ln(1+ x) is standard:
ln(1+ x) = x
x2
2
+
x3
3
and so ln(1 x) = x
x2
2
x3
3
.
Hence ln
1+ x
1 x
= ln(1+ x) ln(1 x) = 2(x +
x3
3
+
x5
5
+ ) = 2
x2n 1
2n 1n=1
.
7. The function ln(1+ x) is to be approximated by the first three terms of its Maclaurin
series, i.e. ln(1+ x) = x
x2
2
+
x3
3
. Estimate the maximum value of x for which the
approximation agrees with the exact value to 3 decimal places.
Solution
The absolute value of the remainder term in Lagrange form is
6
(1+ c)4
x4
4!
=
x4
4(1+ c)4
where c is between 0 and x. The maximum value of the remainder term is obtained
when c = 0 and so equals
x4
4
. We must then have
x4
4
< 5 10 4
and so x < 0.211.
K. A. Tsokos: Series and D.E.73
8. By using a suitable Maclaurin series given in the text find the sum to infinity of the
following infinite series: (a)
3
3!
+
5
5!
7
7!
+…, (b) 1
e2
2!
+
e4
4!
e6
6!
+…
Solution
(a) sin = 0 (b) cose
9. Using
1
1+ x
1 x + x2
x3
+… find the Maclaurin series for the function
1
2 + x
.
Solution
Since
1
2 + x
=
1
2
1
1+
x
2
we have that
1
2 + x
=
1
2
1
1+
x
2
=
1
2
(1
x
2
+
x2
4
x3
8
+…)
=
1
2
x
4
+
x2
8
x3
16
+…
10. (a) Evaluate the integral sin2
x
0
6
dx by first finding the Maclaurin approximation to
the integrand with 3 terms. (b) Evaluate the integral exactly and compare. (c) The
fourth term in the Maclaurin expansion of sin2
x is
x8
315
. Confirm that your
estimate of the integral is consistent with the alternating series estimation theorem.
Solution
(a) The Maclaurin series for was shown in Exercise 5 to be sin2
x x2 x4
3
+
2x6
45
.
Hence
sin2
x
0
/6
dx (x2 x4
3
+
2x6
450
/6
)dx = (
x3
3
x5
15
+
2x7
315
)
0
/6
0.0452941.
(b) The exact integral is
sin2
x
0
/6
dx =
1 cos2x
20
/6
dx = (
x
2
sin2x
4
)
0
/6
=
12
sin( / 3)
4
=
12
sin( / 3)
4
=
2 3 3
24
0.045293
K. A. Tsokos: Series and D.E. 74
(c) The error is expected to have the same sign and less (in absolute value) as the first
term neglected i.e.
x8
3150
/6
dx =
x9
9 315 0
/6
1.04336 10 6
. The actual error is
0.045293 0.0452941 = 1.033 10 6
consistently with the alternating series estimation
theorem.
11. Find the Maclaurin series for xsin x.
Solution
Since sin x = x
x3
3!
+
x5
5!
, it follows that xsin x = x2 x4
3!
+
x6
5!
.
12. (a) Find the Maclaurin series for (1 + x)
m
where m is not necessarily an integer and
hence show that the formula for the binomial series works for non-integral
exponents as well. (b) Use your answer to find the expansion of
1
1 x2
up to the
term in x6
.
Solution
f (x) = (1+ x)m
f (0) = 1
f (1)
(x) = m(1+ x)m 1
f (1)
(0) = m
f (2)
(x) = m(m 1)(1+ x)m 2
f (2)
(0) = m(m 1)
f (3)
(x) = m(m 1)(m 2)(1+ x)m 3
f (3)
(0) = m(m 1)(m 2)
f (k)
(x) = m(m 1)(m 2) (m k +1)(1+ x)m k
f (k)
(0) = m(m 1)(m 2) (m k +1)
and so
(1+ x)m
= 1+ mx +
m(m 1)
2!
x2
+
m(m 1)(m 2)
3!
x3
+
+
m(m 1)(m 2) (m k +1)
k!
xk
+
This is an infinite series. If m is a positive integer the series will stop when k = m and
will agree with the standard binomial expansion.
(b)
1
1 x2
= (1 x2
) 1/2
= 1+
1
2
( x2
) +
1
2
3
2
2!
( x2
)2
+
1
2
3
2
5
2
3!
( x2
)3
+
= 1+
1
2
x2
+
3x4
8
+
5x6
16
+
13. For Physics students. The kinetic energy of a relativistic particle is given by
K = ( 1)mc2
where =
1
1
v2
c2
. Here m is the constant mass of the particle, v its
K. A. Tsokos: Series and D.E.75
speed and c is the constant speed of light. Use the result of the previous problem to
show that for v c, K
1
2
mv2
.
Solution
=
1
1
v2
c2
= 1
v2
c2
1/2
1+
1
2
v2
c2
+
3
8
v2
c2
2
+
1+
1
2
v2
c2
+
3
8
v2
c2
2
+
,
and so K (1+
1
2
v2
c2
+
3
8
v4
c4
+ 1)mc2
=
1
2
mv2
+
3
8
mv2 v
c
2
+ . This is
approximately K
1
2
mv2
if v c since the neglected terms are “small”.
14. Find the Maclaurin series for sin2
x using the series for cos2x . Hence find
lim
x 0
sin2
x x2
x4
.
Solution
Since sin2
x =
1 cos2x
2
and cos2x = 1
(2x)2
2!
+
(2x)4
4!
(2x)6
6!
+ it follows that
sin2
x =
1 1
(2x)2
2!
+
(2x)4
4!
(2x)6
6!
+
2
=
2x2 2x4
3
+
64x6
720
+
2
= x2 x4
3
+
2x6
45
+
lim
x 0
sin2
x x2
x4
= lim
x 0
x2 x4
3
+
2x6
45
+ x2
x4
= lim
x 0
(
1
3
+
2x2
45
+ )
=
1
3
15. Find the first 3 terms in the Maclaurin series for cos(sin x) . Hence or otherwise find
lim
x 0
1 cos(sin x)
x2
.
Solution
K. A. Tsokos: Series and D.E. 76
From cos x = 1
x2
2!
+
x4
4!
x6
6!
+ and sin x = x
x3
3!
+
x5
5!
+ we have that
cos(sin x) = 1
(x
x3
3!
+
x5
5!
+ )2
2!
+
(x
x3
3!
+
x5
5!
+ )4
4!
= 1
x2
2!
+
2x4
3!2!
+
x4
4!
+
= 1
x2
2
+
5x4
24
+
Thus
lim
x 0
1 cos(sin x)
x2
= lim
x 0
1 (1
x2
2
+
5x4
24
+ )
x2
= lim
x 0
(
x2
2
5x4
24
+ )
x2
= lim
x 0
1
2
5x2
24
=
1
2
16. Find the first 3 terms in the Maclaurin series for sin(sin x). Hence or otherwise find
lim
x 0
x sin(sin x)
x3
Solution
We know that sin x = x
x3
3!
+
x5
5!
+ so
sin(sin x) = x
x3
3!
+
x5
5!
+
x
x3
3!
+
x5
5!
+
3
3!
+
x
x3
3!
+
x5
5!
+
5
5!
+
= x
x3
3!
+
x5
5!
x3
3!
+
3x5
3!3!
+
x5
5!
+
= x
x3
3
+
x5
10
+
Thus
K. A. Tsokos: Series and D.E.77
lim
x 0
x sin(sin x)
x3
= lim
x 0
x (x
x3
3
+
x5
10
+ )
x3
= lim
x 0
x3
3
x5
10
x3
= lim
x 0
1
3
x2
10
=
1
3
17. The equation e 2x
= 3x2
has a root near x = 0 . By finding a suitable polynomial
approximation to e 2x
find an approximation to this root.
Solution
We use the Maclaurin series for the exponential.
e 2x
1+ ( 2x)+
( 2x)2
2!
= 1 2x + 2x2
. Hence
1 2x + 2x2
= 3x2
x2
+ 2x 1= 0
x =
2 ± 8
2
=
0.414
1.41
We want the positive root. The actual root is 0.390.
18. (a) Find the Maclaurin series for the function f (x) = ln(1+ x) and hence that for
ln(1+ x)
x
. (b) By keeping the first four terms in the Maclaurin series for
ln(1+ x)
x
integrate the function
ln(1+ x)
x
from x = 0 to x = 1. (c) Estimate the magnitude and
sign of the error made in evaluating the integral in this way. (d) Confirm that your
results are consistent with the alternating series estimation theorem by evaluating
the integral on the GDC.
Solution
(a) With f (x) = ln(1+ x) we have f (0) = ln(1) = 0 .
f (1)
(x) =
1
1+ x
f (1)
(0) = 1
f (2)
(x) = (1+ x) 2
f (2)
(0) = 1
f (3)
(x) = ( 1)( 2)(1+ x) 3
f (3)
(0) = ( 1)( 2)
f (k)
(x) = ( 1)k 1
(k 1)!(1+ x) k
f (k)
(0) = ( 1)k 1
(k 1)!
Hence
K. A. Tsokos: Series and D.E. 78
ln(1+ x) = x
x2
2
+
x3
3
x4
4
+ and so
ln(1+ x)
x
= 1
x
2
+
x2
3
x3
4
+ .
(b)
ln(1+ x)
x0
1
dx = x
x2
22
+
x3
32
x4
42
+
0
1
= 1
1
22
+
1
32
1
42
+
= 0.7986
(c) The error is less in magnitude than the first term neglected i.e.
1
52
= 0.0400 and has
the same sign (i.e. positive) so the estimate is an underestimate.
(d)The value of the integral is 0.8225. The error is thus 0.8225-0.7986=+0.0239.
19. Find the first 3 terms in the Maclaurin series for 1 x + x2
.
Solution
Work first with the function f (x) = 1 x and then substitute x x2
for x in the
answer.
f (0) = 1
f (x) =
1
2
1
1 x
f (0) =
1
2
f (x) =
1
2
(
1
2
)(1 x) 3/2
( 1) f (0) =
1
4
So we have that:
1 x = 1
1
2
x
1
8
x2
+
and so
1 x + x2
= 1
1
2
(x x2
)
1
8
(x x2
)2
+
= 1
x
2
+
x2
2
x2
8
+
= 1
x
2
+
3x2
8
+
20. (a) Find the Maclaurin series for the function f (x) =
1
1+ x2
. (b) Hence by
integrating each term, show that arctan x = ( 1)n+1 x2n 1
2n 11
. (c) Show that this series
converges for 1 x 1 and hence show that 1
1
3
+
1
5
1
7
+ =
4
.
K. A. Tsokos: Series and D.E.79
Solution
(a) The Maclaurin series for f (x) =
1
1+ x
is 1 x + x2
x3
+ so that the series for
f (x) =
1
1+ x2
is 1 x2
+ x4
x6
+ . Including the remainder term we have:
1
1+ x2
= 1 x2
+ x4
x6
+ + ( 1)n
x2n
+ ( 1)n+1 x2n+2
1+ c2
(b) Integrating
1
1+ t2
0
x
dt = (1 t2
+ t4
t6
+ + ( 1)n
t2n
)dt
0
1
arctan x = x
x3
3
+
x5
5
x7
7
+ + ( 1)n+1 x2n+1
2n +1
+ Rn
where Rn =
t2n+2
1+ c2
0
x
dt .
Hence arctan x = ( 1)n+1 x2n 1
2n 11
.
(c) For the remainder term it is true that:
Rn =
t2n+2
1+ c2
0
x
dt t2n+2
0
x
dt =
x
2n+3
2n + 3
since
1
1+ c2
1, and so lim
n
Rn = lim
n
x
2n+3
2n + 3
= 0
provided 1 x 1.
Thus the series converges for 1 x 1. Setting x = 1 gives
arctan1 =
4
= ( 1)n+1 1
2n 11
= 1
1
3
+
1
5
1
7
+ .
21. Find the Maclaurin series for the function
1
1 x
2 by using partial fractions or
otherwise.
Solution
The answer is obtained at once using the known series for
1
1 x
and letting x x2
.
With partial fractions,
1
1 x2
=
1
(1 x)(1+ x)
=
A
1 x
+
B
1+ x
. By the cover up method, A =
1
2
, B =
1
2
so that
1
1 x2
=
1
2
1
1 x
+
1
1+ x
. Since
1
1 x
= 1+ x + x2
+ x3
+ x4
+
1
1+ x
= 1 x + x2
x3
+ x4
+
it follows that
K. A. Tsokos: Series and D.E. 80
1
1 x2
=
1
2
2 + 2x2
+ 2x4
+( )
= 1+ x2
+ x4
+
22. Find the first 4 terms in the Maclaurin series for the function
x +1
x
2
5x + 6
by first
finding the partial fraction decomposition of the function.
Solution
x +1
x2
5x + 6
x +1
(x 2)(x 3)
A
x 2
+
B
x 3
By the cover up method, A = 3, B = 4 , so that
x +1
x2
5x + 6
3
x 2
+
4
x 3
We know that
1
1+ x
1 x + x2
x3
+ and so
1
1 x
1+ x + x2
+ x3
+ so that
3
x 2
=
3
2 x
=
3
2
1
1
x
2
=
3
2
(1+
x
2
+
x
4
2
+
x
8
3
+ )
=
3
2
+
3x
4
+
3x
8
2
+
3x
16
3
+
and
4
x 3
=
4
3 x
=
4
3
1
1
x
3
=
4
3
(1+
x
3
+
x
9
2
+
x
27
3
+ )
=
4
3
4x
9
4x
27
2
4x
81
3
so that
x +1
x2
5x + 6
=
3
2
+
3x
4
+
3x
8
2
+
3x
16
3
+
4
3
4x
9
4x
27
2
4x
81
3
=
1
6
+
11x
36
+
49x
216
2
+
179x
1296
3
+
23. (a)Find the first three non-zero terms of the Maclaurin series for f (x) = e x2
sin x .
(b) Hence or otherwise show that lim
x 0
f (x) x
x3
=
7
6
.
Solution
We use
K. A. Tsokos: Series and D.E.81
ex
= 1+ x +
x2
2!
+
x3
3!
+ e x2
= 1 x2
+
x4
2!
x6
3!
+
sin x = x
x3
3!
+
x5
5!
+
so that
e x2
sin x = (1 x2
+
x4
2!
x6
3!
+ )(x
x3
3!
+
x5
5!
+ )
= x
x3
3!
+
x5
5!
+ x2
(x
x3
3!
+
x5
5!
+ ) +
x4
2!
(x
x3
3!
+
x5
5!
+ )
= x
x3
3!
+
x5
5!
+ x3
+
x5
3!
+
x5
2!
+
= x
7x3
6
+
27x5
40
+
Hence
lim
x 0
f (x) x
x3
= lim
x 0
x
7x3
6
+
27x5
40
+ x
x3
= lim
x 0
7x3
6
+
27x5
40
+
x3
= lim
x 0
(
7
6
+
27x2
40
+ )
=
7
6
24. Find the Maclaurin series for the functions ex
and sin x , and hence expand esin x
up
to the term in x4
. Hence integrate esin x
dx
0
1
.
Solution
ex
= 1+ x +
x2
2!
+
x3
3!
+
sin x = x
x3
3!
+
x5
5!
+
so that
K. A. Tsokos: Series and D.E. 82
esin x
= 1+ sin x +
sin2
x
2!
+
sin3
x
3!
+
sin4
x
4!
+
= 1+ x
x3
3!
+ +
x
x3
3!
+
2
2!
+
x
x3
3!
+
3
3!
+
x
x3
3!
+
4
4!
+
= 1+ x
x3
3!
+ +
x2 2x4
3!
+
2!
+
x3
+
3!
+
x4
+
4!
+
= 1+ x
x3
3!
+
x2
2!
2x4
2!3!
+
x3
3!
+
x4
4!
+
= 1+ x +
x2
2
x4
8
+
Hence
esin x
dx
0
1
= (1+ x +
x2
2
x4
8
+ )
0
1
dx = x +
x2
2
+
x3
6
x5
40 0
1
=
394
240
1.6417. The GDC
gives esin x
dx
0
1
= 1.63187 .
25. The Maclaurin series for ez
converges for all z including the case when z is a
complex number. Using this fact, write the Maclaurin series for ei
and hence
prove Euler’s formula ei
= cos + isin . Hence deduce the extraordinary relation
e
i
+1 = 0 .
Solution
ei
= 1+ (i ) +
(i )2
2!
+ +
(i )n
n!
+
= 1
2
2!
+
4
4!
+ + i(
3
3!
+
5
5!
+ )
= cos + isin
Substituting = gives ei
= cos + isin = 1 ei
+1 = 0 .
26. (a) Find the Maclaurin series for the function f (x) =
1
1+ x
. (b) By substituting
x e x
, find an expansion of
1
1+ e x
in powers of e x
. (c) Use the series you got in
(b) to show that
e x
e x
+10
dx =
( 1)n+1
nn=1
. (d) Evaluate the integral
e x
1+ e x
0
dx
directly and hence deduce the value of
( 1)n+1
nn=1
.
Solution
(a)
1
1+ x
= 1 x + x2
x3
+ = ( 1)n
0
xn
K. A. Tsokos: Series and D.E.83
(b)
1
1+ e x
= 1 e x
+ e 2x
e 3x
+ = ( 1)n
0
e nx
e x
1+ e x
= e x
e 2x
+ e 3x
= ( 1)n+1
1
e nx
(c)
e x
1+ e x
0
dx = ( 1)n+1
1
e nx
0
dx = ( 1)n+1
1
e nx
n 0
=
( 1)n+1
n1
= 1
1
2
+
1
3
(d)
e x
1+ e x
0
dx == ln(1+ e x
) 0
= ln2 . Hence
( 1)n+1
nn=1
= ln2.
27. (a) Starting from cos 1 and integration over the range [0,x] establish that
sin x x. By integrating this inequality again show that cosx 1
x2
2
. By
integrating once more establish that sin x x
x3
6
. (b) Use these results and the
squeeze theorem to prove that lim
x 0
sin x
x
=1.
Solution
(a) cos 1 cos
0
x
d 1
0
x
d
i.e.
sin 0
x
0
x
sin x x
(b) From sin we have that
sin
0
x
d
0
x
d
cos 0
x
2
2 0
x
cos x +1
x2
2
i.e. that 1
x2
2
cos x .
(c) Similarly,
(1
2
2
)
0
x
d cos
0
x
d
3
6 0
x
sin 0
x
x
x3
6
sin x
i.e. that sin x x
x3
6
.
K. A. Tsokos: Series and D.E. 84
(d) So we have that
x sin x x
x3
6
1
sin x
x
1
x2
6
lim
x 0
1 lim
x 0
sin x
x
lim
x 0
(1
x2
6
)
1 lim
x 0
sin x
x
1
lim
x 0
sin x
x
= 1
28. Use the method of the previous problem to prove that 1
x2
2
+
x4
24
cos x 1
x2
2
.
Solution
From the last problem, cos x 1
x2
2
. Integrating once, gives x
x3
6
sin x and once
more,
(
3
6
)
0
x
d sin
0
x
d
2
2
4
24 0
x
cos 0
x
x2
2
x4
24
cos x +1
1+
x2
2
x4
24
cos x
1
x2
2
+
x4
24
cos x
so that 1
x2
2
+
x4
24
cos x 1
x2
2
.
29. (a) Find the Maclaurin series for ln(1+ x). (b) Use the alternating series estimation
theorem to prove that x
x2
2
ln(1+ x) x. (c) Hence or otherwise prove that
ln(n +1) lnn <
1
n
. (d) Using your result in (c) show that 1+
1
2
+ +
1
n
> ln(n +1).
(e) Hence deduce that the harmonic series
1
k1
diverges.
Solution
K. A. Tsokos: Series and D.E.85
(a) ln(1+ x) = ( 1)
n+1 xn
nn=1
= x
x2
2
+
x3
3
…
(b) For any value of x we have an alternating series and so the sum of the series lies
between 2 consecutive partial sums and so x
x2
2
ln(1+ x) x .
(c) ln(1+ x) x . Set x =
1
n
, then ln(1+
1
n
) <
1
n
ln(
n +1
n
) <
1
n
ln(n +1) lnn <
1
n
(Note x =
1
n
0 .)
(d)
1
1
> ln2 ln1
1
2
> ln3 ln2
1
n
> ln(n +1) lnn
add side by side
1+
1
2
+
1
3
+ +
1
n
> ln(n +1)
(e) We then have that lim
n
ln(n +1) = and so
1
nn=1
diverges.
30. (a) Find the Maclaurin series for the function f (x) =
1
1+ x
and hence that for
f (x) =
1
1+ x2
. (b) By integrating both sides of the Maclaurin series for
f (x) =
1
1+ x2
, show that the Maclaurin series for the function f (x) = arctan x is
x
x3
3
+
x5
5
x7
7
+… = ( 1)n+1 x2n+1
2n +10
. (c) Using the Maclaurin series for
f (x) = arctan x up to and including the term with x13
, show that
arctan x
0
1/ 3
dx 0.158459 . (c) Show that the exact value of the integral is
arctan x
0
1/ 3
dx =
1
3 6
1
2
ln
4
3
. (d) Hence deduce that an approximate value of
is 3.14159. (e) To how many decimal places is this approximation expected to
be accurate?
Solution
(a) The series for f (x) =
1
1+ x
is standard,
1
1+ x
= 1 x + x2
x3
+ and so also
1
1+ x2
= 1 x2
+ x4
x6
+ .
(b)
K. A. Tsokos: Series and D.E. 86
arctan x =
dt
1+ t2
0
x
= 1 t2
+ t4
( )dt
0
1/ 3
= t
t3
3
+
t5
5 0
x
= x
x3
3
+
x5
5
+ ( 1)n+1 x2n+1
2n +1
+
(c)
arctan xdx
0
1/ 3
x
x3
3
+
x5
5
x7
7
+
x9
9
x11
11
+
x13
13
dx
0
1/ 3
=
x2
2
x4
12
+
x6
30
x8
56
+
x10
90
x12
132
+
x14
182 0
1/ 3
0.158459
The error is the next term neglected i.e.
x15
150
1/ 3
dx =
x16
240 0
1/ 3
= 6.3 10 7
.
(d)
arctan x
0
1/ 3
dx = xarctan x 0
1/ 3 x
1+ x2
0
1/ 3
dx
=
arctan
1
3
3
1
2
ln(1+ x2
) 0
1/ 3
= 6
3
1
2
ln(1+
1
3
) +
1
2
ln(1)
=
1
3 6
1
2
ln
4
3
(e)
1
3 6
1
2
ln
4
3
= 0.158459 = 6 3 0.158459 +
1
2
ln
4
3
3.14159
(f) The error in (c) was estimated to be at most 6.3 10 7
in absolute value so we can
expect agreement with to 5 decimal places (due to rounding).
31. This problem is hard. Consider the function f (x) = sin(narcsin x) for x < 1. (a)
Find the first and second derivatives of the function f (x) . (b) Hence show that
(1 x2
) f (x) xf (x) + n2
f (x) = 0 . (c) Use mathematical induction to prove that
for k = 0,1,2, (1 x2
) f (k+2)
(x) (2k +1)xf (k+1)
(x) + (n2
k2
) f (k)
(x) = 0 where
f (k)
(x) denotes the kth derivative of f (x) . (d) Hence derive the Maclaurin series
K. A. Tsokos: Series and D.E.87
for f (x) . (e) Deduce that if n is odd, the function f (x) is a polynomial of degree n.
(f) Using your answer in (d) or otherwise, find lim
x 0
sin(narcsin x)
x
.
Solution
(a) f (x) = cos(narcsin x)
n
1 x2
and f (x) =
nxcos(narcsin x)
(1 x2
)3/2
n2
sin(narcsin x)
1 x2
.
(b)
(1 x2
) f (x) xf (x) + n2
f (x) =
= (1 x2
)
nxcos(narcsin x)
(1 x2
)3/2
n2
sin(narcsin x)
1 x2
xncos(narcsin x)
1 x2
+ n2
sin(narcsin x)
=
nxcos(narcsin x)
(1 x2
)1/2
n2
sin(narcsin x)
xncos(narcsin x)
1 x2
+ n2
sin(narcsin x)
= 0
(c) The proposition was proven true for k = 0 . Assume that it is also true for some
k 0 i.e. that (1 x2
) f (k+2)
(x) (2k +1)xf (k+1)
(x) + (n2
k2
) f (k)
(x) = 0 .
Then differentiating once we find
(1 x2
) f (k+3)
(x) 2xf (k+2)
(x) (2k +1) f (k+1)
(x) + (2k +1)xf (k+2)
(x) + (n2
k2
) f (k+1)
(x) = 0
(1 x2
) f (k+3)
(x) + (2k + 3)xf (k+2)
(x) + (n2
k2
2k 1) f (k+1)
(x) = 0
(1 x2
) f (k+3)
(x) + (2k + 3)xf (k+2)
(x) + (n2
(k +1)2
) f (k+1)
(x) = 0
which is precisely what needs to be proved. The statement is true for k=0, and when
assumed true for k it was proved true for k+1. So it is true for all k .
(d) f (0) = sin(narcsin0) = 0 , f (0) = cos(narcsin0)
n
1 02
= n and f (0) = 0 . Using
(1 x2
) f (k+2)
(x) (2k +1)xf (k+1)
(x) + (n2
k2
) f (k)
(x) = 0 evaluated at x=0 we get
f (k+2)
(0) = (k2
n2
) f (k)
(0) and since f (0) = 0 all even derivatives vanish. The odd
derivatives are:
f (3)
(0) = (12
n2
) f (1)
(0) = (12
n2
)n
f (5)
(0) = (32
n2
) f (3)
(0) = (32
n2
)(12
n2
)n and so on.
Thus,
sin(narcsin x) = nx +
(12
n2
)n
3!
x3
+
(32
n2
)(12
n2
)n
5!
x5
+
(e) If n is odd, the series will stop and the function is thus a polynomial of degree n.
(f) lim
x 0
sin(narcsin x)
x
= lim
x 0
nx +
(12
n2
)n
3!
x3
+
x
= n .
K. A. Tsokos: Series and D.E. 88
32. (a) Write down the Maclaurin series for the function f (x) = sin x and hence that for
f (x) =
sin x
x
. (b) Use this series to find an approximate value of the integral
sin x
x
dx
0
1
by keeping the first three terms in the Maclaurin series. (c) Estimate the
error made in evaluating this integral in this way. (d) Confirm your answer by
numerically evaluating the integral on your GDC.
Solution
(a) sin x = x
x3
3!
+
x5
5!
+ ( 1)n+1 x2n+1
(2n +1)!
+ and so
sin x
x
= 1
x2
3!
+
x4
5!
+ ( 1)n+1 x2n
(2n +1)!
+ . Hence
(b)
sin x
x0
1
dx = 1
x2
3!
+
x4
5!
+ ( 1)n x2n
(2n +1)!
+
0
1
dx
= x
x3
3 3!
+
x5
5 5!
+ ( 1)n x2n+1
(2n +1)(2n +1)!
+
0
1
1
1
3 3!
+
1
5 5!
0.946111
(c) The series is alternating so by the alternating series estimation theorem the error is
less than the absolute value of the fourth term in the series i.e.
1
7 7!
= 0.0000283447 .
(d) The value of the integral is 0.946083. We have that S S3 = 0.0000280447 . The
error has the same sign as the first term neglected (the fourth) and is smaller (in absolute
value) in accordance with the alternating series estimation theorem.
33. Consider the improper integrals I = sin(
1
x
) dx
1
and J = sin2
(
1
x
) dx
1
. (a) By
making the substitution u =
1
x
, show that I =
sinu
u2
du
0
1
and J =
sin2
u
u2
du
0
1
. (b) By
using appropriate MacLaurin series, determine whether the integrals I and J exist.
Solution
(a) u =
1
x
and so du =
1
x2
dx . Thus I =
sinu
u2
du =
1
0
sinu
u2
du
0
1
and similarly for J.
(Note the change in the limits of integration.)
(b) We have that
K. A. Tsokos: Series and D.E.89
I =
sinu
u2
0
1
du =
1
u
u
3!
+
u3
5!
+ ( 1)n u2n 1
(2n +1)!
+
0
1
du . All terms are finite except
for the first,
1
u0
1
du = lnu 0
1
= lim
0+
ln that diverges. Hence the integral does not exist.
For J use
sin2
u
u2
=
1 cos2u
2u2
so that
J =
1
2u2
1 (1
u2
2!
+
u4
4!
+ ( 1)n u2n
(2n)!
+ )
0
1
du
=
1
2u2
u2
2!
u4
4!
+ ( 1)n u2n
(2n)!
+ )
0
1
du
=
1
2
1
2!
u2
4!
+ ( 1)n u2n 2
(2n)!
+ )
0
1
du
The integral is therefore finite.
34. For Physics students. In Probability, the exponential probability distribution
function is defined by
dP
dt
= e t
where is a positive constant. A particular
application of this distribution is to the decay of radioactive nuclei. In that case, the
probability that a particular nucleus will decay at some time T in the interval from
t = 0 to t = is given by P(0 T ) = e t
0
dt . (a) Show that the p.d.f.
dP
dt
= e t
is well defined i.e. show that e t
0
dt = 1. (b) Evaluate
P(0 T ) = e t
0
dt . (c) The probability that a particular nucleus will decay
within a time interval called the half-life is . Deduce that the half-life is given by
ln2
. (d) Using your answer to (b) in the case where 1, explain why the
constant is called the probability of decay per unit time. (Hint: Do a MacLaurin
expansion of the answer in (b).)
Solution
(a) e t
0
dt = lim e t
0
dt = lim
e t
0
= lim(e 1) = 1.
(b) P(0 T ) = e t
0
dt =
e t
0
= 1 e .
(c)
1
2
= 1 e T
e T
=
1
2
T =
ln2
K. A. Tsokos: Series and D.E. 90
(d) P(0 T ) = 1 e 1 (1 +
2 2
2!
+…) . Thus, approximately,
=
P(0 T )
, is the probability of decay per unit time if 1.
35. Consider the infinite series ( n3
+13
n
1
). (a) Find the first three terms of the
Maclaurin expansion of the function f (x) = 1+ x3
. (b) Use your result in (a) to
show that for large n the general term of the infinite series behaves as
1
3n2
. (c)
Hence show that the infinite series ( n3
+13
n
1
) converges.
Solution
(a) f (x) = (1+ x)1/3
. Hence f (0) = 1 and
f (0) =
1
3
(1+ x) 2/3
x=0
=
1
3
,
f (0) =
1
3
(
2
3
)(1+ x) 5/3
x=0
=
2
9
Thus, f (x) = (1+ x)1/3
1+
x
3
2x2
9
+
(b) n3
+13
= n 1+
1
n3
3 . When n is large,
1
n3
is small and we may approximate
1+
1
n3
3 by the first few terms of the MacLaurin series for f (x) = (1+ x)1/3
with
x =
1
n3
. In other words,
1+
1
n3
3 1+
1
3n3
2
9n6
+ .
Hence the general term n3
+13
n behaves as
n 1+
1
n3
3 n n(1+
1
3n3
2
9n6
+ ) n =
1
3n2
2
9n5
1
3n2
when n is large.
(c) Applying the limit comparison test with the series
1
n2
1
we find
lim
n
n3
+13
n
1
n2
= lim
n
1
3n2
2
9n5
1
n2
= lim
n
(
1
3
2
9n3
) =
1
3
.
Hence the series converges since
1
n2
1
does, being a p-series with p = 2 .

More Related Content

What's hot

Topic: Fourier Series ( Periodic Function to change of interval)
Topic: Fourier Series ( Periodic Function to  change of interval)Topic: Fourier Series ( Periodic Function to  change of interval)
Topic: Fourier Series ( Periodic Function to change of interval)
Abhishek Choksi
 
Antiderivatives
AntiderivativesAntiderivatives
Antiderivatives
marie grace ordonio
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application
Yana Qlah
 
Unit1
Unit1Unit1
Numerical differentiation integration
Numerical differentiation integrationNumerical differentiation integration
Numerical differentiation integration
Tarun Gehlot
 
engineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-iiengineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-iiKundan Kumar
 
Euler's and picard's
Euler's and picard'sEuler's and picard's
Euler's and picard's
Manikanta satyala
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
Vishnu V
 
Legendre functions
Legendre functionsLegendre functions
Legendre functions
Solo Hermelin
 
Techniques of Integration ppt.ppt
Techniques of Integration ppt.pptTechniques of Integration ppt.ppt
Techniques of Integration ppt.ppt
JaysonFabela1
 
Chapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsChapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic Signals
Attaporn Ninsuwan
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
Sohaib Butt
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
Matthew Leingang
 
Gamma beta functions-1
Gamma   beta functions-1Gamma   beta functions-1
Gamma beta functions-1
Selvaraj John
 
AEM Fourier series
 AEM Fourier series AEM Fourier series
AEM Fourier series
Siddhi Viradiya
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
VISHAL DONGA
 
Recurrence Relation
Recurrence RelationRecurrence Relation
Recurrence Relation
Papu Kumar
 
Test for convergence
Test for convergenceTest for convergence
Test for convergence
Ayush Agrawal
 
Taylor series
Taylor seriesTaylor series
Taylor series
Milan Bhatiya
 

What's hot (20)

Topic: Fourier Series ( Periodic Function to change of interval)
Topic: Fourier Series ( Periodic Function to  change of interval)Topic: Fourier Series ( Periodic Function to  change of interval)
Topic: Fourier Series ( Periodic Function to change of interval)
 
Antiderivatives
AntiderivativesAntiderivatives
Antiderivatives
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application
 
Unit1
Unit1Unit1
Unit1
 
Numerical differentiation integration
Numerical differentiation integrationNumerical differentiation integration
Numerical differentiation integration
 
engineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-iiengineeringmathematics-iv_unit-ii
engineeringmathematics-iv_unit-ii
 
Euler's and picard's
Euler's and picard'sEuler's and picard's
Euler's and picard's
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
 
Taylor’s series
Taylor’s   seriesTaylor’s   series
Taylor’s series
 
Legendre functions
Legendre functionsLegendre functions
Legendre functions
 
Techniques of Integration ppt.ppt
Techniques of Integration ppt.pptTechniques of Integration ppt.ppt
Techniques of Integration ppt.ppt
 
Chapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsChapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic Signals
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
 
Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)Lesson 25: Evaluating Definite Integrals (slides)
Lesson 25: Evaluating Definite Integrals (slides)
 
Gamma beta functions-1
Gamma   beta functions-1Gamma   beta functions-1
Gamma beta functions-1
 
AEM Fourier series
 AEM Fourier series AEM Fourier series
AEM Fourier series
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 
Recurrence Relation
Recurrence RelationRecurrence Relation
Recurrence Relation
 
Test for convergence
Test for convergenceTest for convergence
Test for convergence
 
Taylor series
Taylor seriesTaylor series
Taylor series
 

Viewers also liked

03 truncation errors
03 truncation errors03 truncation errors
03 truncation errorsmaheej
 
Taylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesTaylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesHernanFula
 
50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)
Heinz Marketing Inc
 
Prototyping is an attitude
Prototyping is an attitudePrototyping is an attitude
Prototyping is an attitude
With Company
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience
Yuan Wang
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media Plan
Post Planner
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming Convention
In a Rocket
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting Personal
Kirsty Hulse
 

Viewers also liked (8)

03 truncation errors
03 truncation errors03 truncation errors
03 truncation errors
 
Taylor series and maclaurin with exercices
Taylor series and maclaurin with exercicesTaylor series and maclaurin with exercices
Taylor series and maclaurin with exercices
 
50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)50 Essential Content Marketing Hacks (Content Marketing World)
50 Essential Content Marketing Hacks (Content Marketing World)
 
Prototyping is an attitude
Prototyping is an attitudePrototyping is an attitude
Prototyping is an attitude
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media Plan
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming Convention
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting Personal
 

Similar to Chapter 6 taylor and maclaurin series

Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
dionesioable
 
Unit2.polynomials.algebraicfractions
Unit2.polynomials.algebraicfractionsUnit2.polynomials.algebraicfractions
Unit2.polynomials.algebraicfractions
Mari Carmen Perez Mañez
 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.ppt
AaronChi5
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functions
dionesioable
 
Derivatives
DerivativesDerivatives
Derivatives
Nisarg Amin
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functions
dionesioable
 
251exn
251exn251exn
251exn
Oliyad Girma
 
New stack
New stackNew stack
New stack
Dreams4school
 
College algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manualCollege algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manual
JohnstonTBL
 
Stacks image 1721_36
Stacks image 1721_36Stacks image 1721_36
Stacks image 1721_36
Dreams4school
 
Straight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptxStraight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptx
Kviskvis
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)swartzje
 
NUMERICAL METHODS
NUMERICAL METHODSNUMERICAL METHODS
NUMERICAL METHODS
PRABHAHARAN429
 
The chain rule
The chain ruleThe chain rule
The chain rule
J M
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
dionesioable
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
Nazrin Nazdri
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
Juan Miguel Palero
 
1631 the binomial theorem
1631 the binomial theorem1631 the binomial theorem
1631 the binomial theorem
Dr Fereidoun Dejahang
 
Sample question paper 2 with solution
Sample question paper 2 with solutionSample question paper 2 with solution
Sample question paper 2 with solution
Pratima Nayak ,Kendriya Vidyalaya Sangathan
 

Similar to Chapter 6 taylor and maclaurin series (20)

Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
 
Unit2.polynomials.algebraicfractions
Unit2.polynomials.algebraicfractionsUnit2.polynomials.algebraicfractions
Unit2.polynomials.algebraicfractions
 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.ppt
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functions
 
Derivatives
DerivativesDerivatives
Derivatives
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functions
 
251exn
251exn251exn
251exn
 
New stack
New stackNew stack
New stack
 
College algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manualCollege algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manual
 
Sect1 1
Sect1 1Sect1 1
Sect1 1
 
Stacks image 1721_36
Stacks image 1721_36Stacks image 1721_36
Stacks image 1721_36
 
Straight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptxStraight-Line-Graphs-Final -2.pptx
Straight-Line-Graphs-Final -2.pptx
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)
 
NUMERICAL METHODS
NUMERICAL METHODSNUMERICAL METHODS
NUMERICAL METHODS
 
The chain rule
The chain ruleThe chain rule
The chain rule
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
 
1631 the binomial theorem
1631 the binomial theorem1631 the binomial theorem
1631 the binomial theorem
 
Sample question paper 2 with solution
Sample question paper 2 with solutionSample question paper 2 with solution
Sample question paper 2 with solution
 

Recently uploaded

The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 

Recently uploaded (20)

The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 

Chapter 6 taylor and maclaurin series

  • 1. EXERCISES FOR CHAPTER 6: Taylor and Maclaurin Series 1. Find the first 4 terms of the Taylor series for the following functions: (a) ln x centered at a=1, (b) 1 x centered at a=1, (c) sin x centered at a = 4 . Solution (a) f (x) = ln x . So f (1) (x) = 1 x , f (2) (x) = 1 x2 , f (3) (x) = 2 x3 , f (4) (x) = 6 x4 and so ln x = ln1+ (x 1) 1+ (x 1)2 2! ( 1) + (x 1)3 3! (2) + (x 1)4 4! ( 6) +… = (x 1) (x 1)2 2 + (x 1)3 3 (x 1)4 4 +… (b) f (x) = 1 x . So f (1) (x) = 1 x2 , f (2) (x) = 2 x3 , f (3) (x) = 6 x4 and so 1 x = 1+ (x 1) ( 1) + (x 1)2 2! (2) + (x 1)3 3! ( 6) + = 1 (x 1) + (x 1)2 (x 1)3 (c) f (x) = sin x . So f (1) (x) = cos x , f (2) (x) = sin x , f (3) (x) = cos x and so sin x = 2 2 + (x 4 ) ( 2 2 ) + (x 4 )2 2! ( 2 2 ) + (x 4 )3 3! ( 2 2 ) + = 2 2 1+ (x 4 ) (x 4 )2 2 (x 4 )3 6 + 2. Find the first 3 terms of the Taylor series for the function sin x centered at a=0.5. Use your answer to find an approximate value to sin( 2 + 10 ) Solution f (x) = sin x . So f (1) (x) = cos x , f (2) (x) = 2 sin x , f (3) (x) = 3 cos x , f (3) (x) = 4 sin x and so sin x = sin 2 + (x 1 2 )2 2! ( 2 ) + (x 1 2 )4 4! ( 4 ) +… = 1 2 (x 1 2 )2 2! + 4 (x 1 2 )4 4! +…
  • 2. K. A. Tsokos: Series and D.E. 70 sin ( 1 2 + 1 10 ) = 1 2 ( 1 10 )2 2! + 4 ( 1 10 )4 4! +… = 1 0.0493+ 0.0004 = 0.9511 (To 4 decimal places the GDC gives the same answer.) 3. Find the Taylor series for the function x4 + x 2 centered at a=1. Solution f (x) = x4 + x 2 . f (1) (x) = 4x3 +1, f (2) (x) = 12x2 , f (3) (x) = 24x , f (4) (x) = 24 and all other derivatives are zero. Thus x4 + x 2 = 0 + (x 1) 5 + (x 1)2 2! 12 + (x 1)3 3! 24 + (x 1)4 4! 24 = 5(x 1) + 6(x 1)2 + 4(x 1)3 + (x 1)4 4. Find the first 4 terms in the Taylor series for (x 1)ex near x=1. Solution Either find the Taylor series for ex and then multiply by (x 1) : f (x) = ex f (1) = e f (1) (x) = ex f (1) (1) = e f (2) (x) = ex f (2) (1) = e f (3) (x) = ex f (3) (1) = e so that (x 1)ex (x 1) e + (x 1)e + (x 1)2 2! e + (x 1)3 3! e (x 1)e + (x 1)2 e + (x 1)3 2 e + (x 1)4 6 e or with a bit more work, f (x) = (x 1)ex f (1) = 0 f (1) (x) = (x 1)ex + ex f (1) (1) = e f (2) (x) = (x 1)ex + 2ex f (2) (1) = 2e f (3) (x) = (x 1)ex + 3ex f (3) (1) = 3e f (4) (x) = (x 1)ex + 4ex f (4) (1) = 4e so that (x 1)ex 0 + (x 1)e + (x 1)2 2! 2e + (x 1)3 3! 3e + (x 1)4 4! 4e (x 1)e + (x 1)2 e + (x 1)3 2 e + (x 1)4 6 e
  • 3. K. A. Tsokos: Series and D.E.71 5. Find the first 3 terms in the Maclaurin series for (a) sin2 x , (b) x 1 x2 , (c) xe x , (d) x 1+ x2 . Solution (a) f (x) = sin2 x f (0) = 0 f (1) (x) = 2sin xcos x = sin2x f (1) (0) = 0 f (2) (x) = 2cos2x f (2) (0) = 2 f (3) (x) = 4sin2x f (3) (0) = 0 f (4) (x) = 8cos2x f (4) (0) = 8 f (5) (x) = 16sin2x f (5) (0) = 0 f (6) (x) = 32cos2x f (6) (0) = 32 and so sin2 x 0 + 0 + x2 2! 2 + 0 x4 4! 8 + 0 + x6 6! 32 x2 x4 3 + 2x6 45 In later exercises you will see more efficient ways to do this expansion. (b) f (x) = x 1 x2 f (0) = 0 f (1) (x) = 1 x2 x 2x 2 1 x2 1 x2 = 1 (1 x2 )3/2 f (0) = 1 f (2) (x) = 3 2 (1 x2 ) 5/2 ( 2x) f (0) = 0 f (4) (x) = 3 2 (1 x2 ) 5/2 ( 2) + 3 2 5 2 (1 x2 ) 5/2 ( 2x)( 2x) f (0) = 3 (c) f (x) = xe x f (0) = 0 f (1) (x) = e x xe x f (1) (0) = 1 f (2) (x) = e x e x + xe x f (2) (0) = 2 f (3) (x) = 2e x + e x xe x f (3) (0) = 3 so that xe x x 2 x2 2! + 3 x3 3! x x2 + x3 2
  • 4. K. A. Tsokos: Series and D.E. 72 (d) f (x) = x 1+ x2 . Notice that since 1 1+ x2 = 1 x2 + x4 x6 + , it follows that x 1+ x2 = x x3 + x5 x7 + . Of course by evaluating derivatives we also have: f (0) (0) = 0 f (1) (x) = (1+ x2 ) x(2x) (1+ x2 )2 = 1 x2 (1+ x2 )2 f (1) (0) = 1 f (2) (x) = 2x(1+ x2 )2 (1 x2 )2(1+ x2 )2x (1+ x2 )4 = 2x(x2 3) (1+ x2 )3 f (2) (0) = 0 f (3) (x) = 6(1 6x2 + x4 ) (1+ x2 )4 f (3) (0) = 6 f (4) (x) = 24x(5 10x2 + x4 ) (1+ x2 )5 f (4) (0) = 0 f (5) (x) = 120( 1+15x2 15x4 + x6 ) (1+ x2 )6 f (5) (0) = 120 so that the first three terms are: x 1+ x2 = 0 + x 1+ x2 2 0 + x3 6 ( 6) + x4 24 0 + x5 120 120 = x x3 + x5 as before. 6. Find the Maclaurin series for ln(1+ x) and hence that for ln 1+ x 1 x . Solution The Maclaurin series for ln(1+ x) is standard: ln(1+ x) = x x2 2 + x3 3 and so ln(1 x) = x x2 2 x3 3 . Hence ln 1+ x 1 x = ln(1+ x) ln(1 x) = 2(x + x3 3 + x5 5 + ) = 2 x2n 1 2n 1n=1 . 7. The function ln(1+ x) is to be approximated by the first three terms of its Maclaurin series, i.e. ln(1+ x) = x x2 2 + x3 3 . Estimate the maximum value of x for which the approximation agrees with the exact value to 3 decimal places. Solution The absolute value of the remainder term in Lagrange form is 6 (1+ c)4 x4 4! = x4 4(1+ c)4 where c is between 0 and x. The maximum value of the remainder term is obtained when c = 0 and so equals x4 4 . We must then have x4 4 < 5 10 4 and so x < 0.211.
  • 5. K. A. Tsokos: Series and D.E.73 8. By using a suitable Maclaurin series given in the text find the sum to infinity of the following infinite series: (a) 3 3! + 5 5! 7 7! +…, (b) 1 e2 2! + e4 4! e6 6! +… Solution (a) sin = 0 (b) cose 9. Using 1 1+ x 1 x + x2 x3 +… find the Maclaurin series for the function 1 2 + x . Solution Since 1 2 + x = 1 2 1 1+ x 2 we have that 1 2 + x = 1 2 1 1+ x 2 = 1 2 (1 x 2 + x2 4 x3 8 +…) = 1 2 x 4 + x2 8 x3 16 +… 10. (a) Evaluate the integral sin2 x 0 6 dx by first finding the Maclaurin approximation to the integrand with 3 terms. (b) Evaluate the integral exactly and compare. (c) The fourth term in the Maclaurin expansion of sin2 x is x8 315 . Confirm that your estimate of the integral is consistent with the alternating series estimation theorem. Solution (a) The Maclaurin series for was shown in Exercise 5 to be sin2 x x2 x4 3 + 2x6 45 . Hence sin2 x 0 /6 dx (x2 x4 3 + 2x6 450 /6 )dx = ( x3 3 x5 15 + 2x7 315 ) 0 /6 0.0452941. (b) The exact integral is sin2 x 0 /6 dx = 1 cos2x 20 /6 dx = ( x 2 sin2x 4 ) 0 /6 = 12 sin( / 3) 4 = 12 sin( / 3) 4 = 2 3 3 24 0.045293
  • 6. K. A. Tsokos: Series and D.E. 74 (c) The error is expected to have the same sign and less (in absolute value) as the first term neglected i.e. x8 3150 /6 dx = x9 9 315 0 /6 1.04336 10 6 . The actual error is 0.045293 0.0452941 = 1.033 10 6 consistently with the alternating series estimation theorem. 11. Find the Maclaurin series for xsin x. Solution Since sin x = x x3 3! + x5 5! , it follows that xsin x = x2 x4 3! + x6 5! . 12. (a) Find the Maclaurin series for (1 + x) m where m is not necessarily an integer and hence show that the formula for the binomial series works for non-integral exponents as well. (b) Use your answer to find the expansion of 1 1 x2 up to the term in x6 . Solution f (x) = (1+ x)m f (0) = 1 f (1) (x) = m(1+ x)m 1 f (1) (0) = m f (2) (x) = m(m 1)(1+ x)m 2 f (2) (0) = m(m 1) f (3) (x) = m(m 1)(m 2)(1+ x)m 3 f (3) (0) = m(m 1)(m 2) f (k) (x) = m(m 1)(m 2) (m k +1)(1+ x)m k f (k) (0) = m(m 1)(m 2) (m k +1) and so (1+ x)m = 1+ mx + m(m 1) 2! x2 + m(m 1)(m 2) 3! x3 + + m(m 1)(m 2) (m k +1) k! xk + This is an infinite series. If m is a positive integer the series will stop when k = m and will agree with the standard binomial expansion. (b) 1 1 x2 = (1 x2 ) 1/2 = 1+ 1 2 ( x2 ) + 1 2 3 2 2! ( x2 )2 + 1 2 3 2 5 2 3! ( x2 )3 + = 1+ 1 2 x2 + 3x4 8 + 5x6 16 + 13. For Physics students. The kinetic energy of a relativistic particle is given by K = ( 1)mc2 where = 1 1 v2 c2 . Here m is the constant mass of the particle, v its
  • 7. K. A. Tsokos: Series and D.E.75 speed and c is the constant speed of light. Use the result of the previous problem to show that for v c, K 1 2 mv2 . Solution = 1 1 v2 c2 = 1 v2 c2 1/2 1+ 1 2 v2 c2 + 3 8 v2 c2 2 + 1+ 1 2 v2 c2 + 3 8 v2 c2 2 + , and so K (1+ 1 2 v2 c2 + 3 8 v4 c4 + 1)mc2 = 1 2 mv2 + 3 8 mv2 v c 2 + . This is approximately K 1 2 mv2 if v c since the neglected terms are “small”. 14. Find the Maclaurin series for sin2 x using the series for cos2x . Hence find lim x 0 sin2 x x2 x4 . Solution Since sin2 x = 1 cos2x 2 and cos2x = 1 (2x)2 2! + (2x)4 4! (2x)6 6! + it follows that sin2 x = 1 1 (2x)2 2! + (2x)4 4! (2x)6 6! + 2 = 2x2 2x4 3 + 64x6 720 + 2 = x2 x4 3 + 2x6 45 + lim x 0 sin2 x x2 x4 = lim x 0 x2 x4 3 + 2x6 45 + x2 x4 = lim x 0 ( 1 3 + 2x2 45 + ) = 1 3 15. Find the first 3 terms in the Maclaurin series for cos(sin x) . Hence or otherwise find lim x 0 1 cos(sin x) x2 . Solution
  • 8. K. A. Tsokos: Series and D.E. 76 From cos x = 1 x2 2! + x4 4! x6 6! + and sin x = x x3 3! + x5 5! + we have that cos(sin x) = 1 (x x3 3! + x5 5! + )2 2! + (x x3 3! + x5 5! + )4 4! = 1 x2 2! + 2x4 3!2! + x4 4! + = 1 x2 2 + 5x4 24 + Thus lim x 0 1 cos(sin x) x2 = lim x 0 1 (1 x2 2 + 5x4 24 + ) x2 = lim x 0 ( x2 2 5x4 24 + ) x2 = lim x 0 1 2 5x2 24 = 1 2 16. Find the first 3 terms in the Maclaurin series for sin(sin x). Hence or otherwise find lim x 0 x sin(sin x) x3 Solution We know that sin x = x x3 3! + x5 5! + so sin(sin x) = x x3 3! + x5 5! + x x3 3! + x5 5! + 3 3! + x x3 3! + x5 5! + 5 5! + = x x3 3! + x5 5! x3 3! + 3x5 3!3! + x5 5! + = x x3 3 + x5 10 + Thus
  • 9. K. A. Tsokos: Series and D.E.77 lim x 0 x sin(sin x) x3 = lim x 0 x (x x3 3 + x5 10 + ) x3 = lim x 0 x3 3 x5 10 x3 = lim x 0 1 3 x2 10 = 1 3 17. The equation e 2x = 3x2 has a root near x = 0 . By finding a suitable polynomial approximation to e 2x find an approximation to this root. Solution We use the Maclaurin series for the exponential. e 2x 1+ ( 2x)+ ( 2x)2 2! = 1 2x + 2x2 . Hence 1 2x + 2x2 = 3x2 x2 + 2x 1= 0 x = 2 ± 8 2 = 0.414 1.41 We want the positive root. The actual root is 0.390. 18. (a) Find the Maclaurin series for the function f (x) = ln(1+ x) and hence that for ln(1+ x) x . (b) By keeping the first four terms in the Maclaurin series for ln(1+ x) x integrate the function ln(1+ x) x from x = 0 to x = 1. (c) Estimate the magnitude and sign of the error made in evaluating the integral in this way. (d) Confirm that your results are consistent with the alternating series estimation theorem by evaluating the integral on the GDC. Solution (a) With f (x) = ln(1+ x) we have f (0) = ln(1) = 0 . f (1) (x) = 1 1+ x f (1) (0) = 1 f (2) (x) = (1+ x) 2 f (2) (0) = 1 f (3) (x) = ( 1)( 2)(1+ x) 3 f (3) (0) = ( 1)( 2) f (k) (x) = ( 1)k 1 (k 1)!(1+ x) k f (k) (0) = ( 1)k 1 (k 1)! Hence
  • 10. K. A. Tsokos: Series and D.E. 78 ln(1+ x) = x x2 2 + x3 3 x4 4 + and so ln(1+ x) x = 1 x 2 + x2 3 x3 4 + . (b) ln(1+ x) x0 1 dx = x x2 22 + x3 32 x4 42 + 0 1 = 1 1 22 + 1 32 1 42 + = 0.7986 (c) The error is less in magnitude than the first term neglected i.e. 1 52 = 0.0400 and has the same sign (i.e. positive) so the estimate is an underestimate. (d)The value of the integral is 0.8225. The error is thus 0.8225-0.7986=+0.0239. 19. Find the first 3 terms in the Maclaurin series for 1 x + x2 . Solution Work first with the function f (x) = 1 x and then substitute x x2 for x in the answer. f (0) = 1 f (x) = 1 2 1 1 x f (0) = 1 2 f (x) = 1 2 ( 1 2 )(1 x) 3/2 ( 1) f (0) = 1 4 So we have that: 1 x = 1 1 2 x 1 8 x2 + and so 1 x + x2 = 1 1 2 (x x2 ) 1 8 (x x2 )2 + = 1 x 2 + x2 2 x2 8 + = 1 x 2 + 3x2 8 + 20. (a) Find the Maclaurin series for the function f (x) = 1 1+ x2 . (b) Hence by integrating each term, show that arctan x = ( 1)n+1 x2n 1 2n 11 . (c) Show that this series converges for 1 x 1 and hence show that 1 1 3 + 1 5 1 7 + = 4 .
  • 11. K. A. Tsokos: Series and D.E.79 Solution (a) The Maclaurin series for f (x) = 1 1+ x is 1 x + x2 x3 + so that the series for f (x) = 1 1+ x2 is 1 x2 + x4 x6 + . Including the remainder term we have: 1 1+ x2 = 1 x2 + x4 x6 + + ( 1)n x2n + ( 1)n+1 x2n+2 1+ c2 (b) Integrating 1 1+ t2 0 x dt = (1 t2 + t4 t6 + + ( 1)n t2n )dt 0 1 arctan x = x x3 3 + x5 5 x7 7 + + ( 1)n+1 x2n+1 2n +1 + Rn where Rn = t2n+2 1+ c2 0 x dt . Hence arctan x = ( 1)n+1 x2n 1 2n 11 . (c) For the remainder term it is true that: Rn = t2n+2 1+ c2 0 x dt t2n+2 0 x dt = x 2n+3 2n + 3 since 1 1+ c2 1, and so lim n Rn = lim n x 2n+3 2n + 3 = 0 provided 1 x 1. Thus the series converges for 1 x 1. Setting x = 1 gives arctan1 = 4 = ( 1)n+1 1 2n 11 = 1 1 3 + 1 5 1 7 + . 21. Find the Maclaurin series for the function 1 1 x 2 by using partial fractions or otherwise. Solution The answer is obtained at once using the known series for 1 1 x and letting x x2 . With partial fractions, 1 1 x2 = 1 (1 x)(1+ x) = A 1 x + B 1+ x . By the cover up method, A = 1 2 , B = 1 2 so that 1 1 x2 = 1 2 1 1 x + 1 1+ x . Since 1 1 x = 1+ x + x2 + x3 + x4 + 1 1+ x = 1 x + x2 x3 + x4 + it follows that
  • 12. K. A. Tsokos: Series and D.E. 80 1 1 x2 = 1 2 2 + 2x2 + 2x4 +( ) = 1+ x2 + x4 + 22. Find the first 4 terms in the Maclaurin series for the function x +1 x 2 5x + 6 by first finding the partial fraction decomposition of the function. Solution x +1 x2 5x + 6 x +1 (x 2)(x 3) A x 2 + B x 3 By the cover up method, A = 3, B = 4 , so that x +1 x2 5x + 6 3 x 2 + 4 x 3 We know that 1 1+ x 1 x + x2 x3 + and so 1 1 x 1+ x + x2 + x3 + so that 3 x 2 = 3 2 x = 3 2 1 1 x 2 = 3 2 (1+ x 2 + x 4 2 + x 8 3 + ) = 3 2 + 3x 4 + 3x 8 2 + 3x 16 3 + and 4 x 3 = 4 3 x = 4 3 1 1 x 3 = 4 3 (1+ x 3 + x 9 2 + x 27 3 + ) = 4 3 4x 9 4x 27 2 4x 81 3 so that x +1 x2 5x + 6 = 3 2 + 3x 4 + 3x 8 2 + 3x 16 3 + 4 3 4x 9 4x 27 2 4x 81 3 = 1 6 + 11x 36 + 49x 216 2 + 179x 1296 3 + 23. (a)Find the first three non-zero terms of the Maclaurin series for f (x) = e x2 sin x . (b) Hence or otherwise show that lim x 0 f (x) x x3 = 7 6 . Solution We use
  • 13. K. A. Tsokos: Series and D.E.81 ex = 1+ x + x2 2! + x3 3! + e x2 = 1 x2 + x4 2! x6 3! + sin x = x x3 3! + x5 5! + so that e x2 sin x = (1 x2 + x4 2! x6 3! + )(x x3 3! + x5 5! + ) = x x3 3! + x5 5! + x2 (x x3 3! + x5 5! + ) + x4 2! (x x3 3! + x5 5! + ) = x x3 3! + x5 5! + x3 + x5 3! + x5 2! + = x 7x3 6 + 27x5 40 + Hence lim x 0 f (x) x x3 = lim x 0 x 7x3 6 + 27x5 40 + x x3 = lim x 0 7x3 6 + 27x5 40 + x3 = lim x 0 ( 7 6 + 27x2 40 + ) = 7 6 24. Find the Maclaurin series for the functions ex and sin x , and hence expand esin x up to the term in x4 . Hence integrate esin x dx 0 1 . Solution ex = 1+ x + x2 2! + x3 3! + sin x = x x3 3! + x5 5! + so that
  • 14. K. A. Tsokos: Series and D.E. 82 esin x = 1+ sin x + sin2 x 2! + sin3 x 3! + sin4 x 4! + = 1+ x x3 3! + + x x3 3! + 2 2! + x x3 3! + 3 3! + x x3 3! + 4 4! + = 1+ x x3 3! + + x2 2x4 3! + 2! + x3 + 3! + x4 + 4! + = 1+ x x3 3! + x2 2! 2x4 2!3! + x3 3! + x4 4! + = 1+ x + x2 2 x4 8 + Hence esin x dx 0 1 = (1+ x + x2 2 x4 8 + ) 0 1 dx = x + x2 2 + x3 6 x5 40 0 1 = 394 240 1.6417. The GDC gives esin x dx 0 1 = 1.63187 . 25. The Maclaurin series for ez converges for all z including the case when z is a complex number. Using this fact, write the Maclaurin series for ei and hence prove Euler’s formula ei = cos + isin . Hence deduce the extraordinary relation e i +1 = 0 . Solution ei = 1+ (i ) + (i )2 2! + + (i )n n! + = 1 2 2! + 4 4! + + i( 3 3! + 5 5! + ) = cos + isin Substituting = gives ei = cos + isin = 1 ei +1 = 0 . 26. (a) Find the Maclaurin series for the function f (x) = 1 1+ x . (b) By substituting x e x , find an expansion of 1 1+ e x in powers of e x . (c) Use the series you got in (b) to show that e x e x +10 dx = ( 1)n+1 nn=1 . (d) Evaluate the integral e x 1+ e x 0 dx directly and hence deduce the value of ( 1)n+1 nn=1 . Solution (a) 1 1+ x = 1 x + x2 x3 + = ( 1)n 0 xn
  • 15. K. A. Tsokos: Series and D.E.83 (b) 1 1+ e x = 1 e x + e 2x e 3x + = ( 1)n 0 e nx e x 1+ e x = e x e 2x + e 3x = ( 1)n+1 1 e nx (c) e x 1+ e x 0 dx = ( 1)n+1 1 e nx 0 dx = ( 1)n+1 1 e nx n 0 = ( 1)n+1 n1 = 1 1 2 + 1 3 (d) e x 1+ e x 0 dx == ln(1+ e x ) 0 = ln2 . Hence ( 1)n+1 nn=1 = ln2. 27. (a) Starting from cos 1 and integration over the range [0,x] establish that sin x x. By integrating this inequality again show that cosx 1 x2 2 . By integrating once more establish that sin x x x3 6 . (b) Use these results and the squeeze theorem to prove that lim x 0 sin x x =1. Solution (a) cos 1 cos 0 x d 1 0 x d i.e. sin 0 x 0 x sin x x (b) From sin we have that sin 0 x d 0 x d cos 0 x 2 2 0 x cos x +1 x2 2 i.e. that 1 x2 2 cos x . (c) Similarly, (1 2 2 ) 0 x d cos 0 x d 3 6 0 x sin 0 x x x3 6 sin x i.e. that sin x x x3 6 .
  • 16. K. A. Tsokos: Series and D.E. 84 (d) So we have that x sin x x x3 6 1 sin x x 1 x2 6 lim x 0 1 lim x 0 sin x x lim x 0 (1 x2 6 ) 1 lim x 0 sin x x 1 lim x 0 sin x x = 1 28. Use the method of the previous problem to prove that 1 x2 2 + x4 24 cos x 1 x2 2 . Solution From the last problem, cos x 1 x2 2 . Integrating once, gives x x3 6 sin x and once more, ( 3 6 ) 0 x d sin 0 x d 2 2 4 24 0 x cos 0 x x2 2 x4 24 cos x +1 1+ x2 2 x4 24 cos x 1 x2 2 + x4 24 cos x so that 1 x2 2 + x4 24 cos x 1 x2 2 . 29. (a) Find the Maclaurin series for ln(1+ x). (b) Use the alternating series estimation theorem to prove that x x2 2 ln(1+ x) x. (c) Hence or otherwise prove that ln(n +1) lnn < 1 n . (d) Using your result in (c) show that 1+ 1 2 + + 1 n > ln(n +1). (e) Hence deduce that the harmonic series 1 k1 diverges. Solution
  • 17. K. A. Tsokos: Series and D.E.85 (a) ln(1+ x) = ( 1) n+1 xn nn=1 = x x2 2 + x3 3 … (b) For any value of x we have an alternating series and so the sum of the series lies between 2 consecutive partial sums and so x x2 2 ln(1+ x) x . (c) ln(1+ x) x . Set x = 1 n , then ln(1+ 1 n ) < 1 n ln( n +1 n ) < 1 n ln(n +1) lnn < 1 n (Note x = 1 n 0 .) (d) 1 1 > ln2 ln1 1 2 > ln3 ln2 1 n > ln(n +1) lnn add side by side 1+ 1 2 + 1 3 + + 1 n > ln(n +1) (e) We then have that lim n ln(n +1) = and so 1 nn=1 diverges. 30. (a) Find the Maclaurin series for the function f (x) = 1 1+ x and hence that for f (x) = 1 1+ x2 . (b) By integrating both sides of the Maclaurin series for f (x) = 1 1+ x2 , show that the Maclaurin series for the function f (x) = arctan x is x x3 3 + x5 5 x7 7 +… = ( 1)n+1 x2n+1 2n +10 . (c) Using the Maclaurin series for f (x) = arctan x up to and including the term with x13 , show that arctan x 0 1/ 3 dx 0.158459 . (c) Show that the exact value of the integral is arctan x 0 1/ 3 dx = 1 3 6 1 2 ln 4 3 . (d) Hence deduce that an approximate value of is 3.14159. (e) To how many decimal places is this approximation expected to be accurate? Solution (a) The series for f (x) = 1 1+ x is standard, 1 1+ x = 1 x + x2 x3 + and so also 1 1+ x2 = 1 x2 + x4 x6 + . (b)
  • 18. K. A. Tsokos: Series and D.E. 86 arctan x = dt 1+ t2 0 x = 1 t2 + t4 ( )dt 0 1/ 3 = t t3 3 + t5 5 0 x = x x3 3 + x5 5 + ( 1)n+1 x2n+1 2n +1 + (c) arctan xdx 0 1/ 3 x x3 3 + x5 5 x7 7 + x9 9 x11 11 + x13 13 dx 0 1/ 3 = x2 2 x4 12 + x6 30 x8 56 + x10 90 x12 132 + x14 182 0 1/ 3 0.158459 The error is the next term neglected i.e. x15 150 1/ 3 dx = x16 240 0 1/ 3 = 6.3 10 7 . (d) arctan x 0 1/ 3 dx = xarctan x 0 1/ 3 x 1+ x2 0 1/ 3 dx = arctan 1 3 3 1 2 ln(1+ x2 ) 0 1/ 3 = 6 3 1 2 ln(1+ 1 3 ) + 1 2 ln(1) = 1 3 6 1 2 ln 4 3 (e) 1 3 6 1 2 ln 4 3 = 0.158459 = 6 3 0.158459 + 1 2 ln 4 3 3.14159 (f) The error in (c) was estimated to be at most 6.3 10 7 in absolute value so we can expect agreement with to 5 decimal places (due to rounding). 31. This problem is hard. Consider the function f (x) = sin(narcsin x) for x < 1. (a) Find the first and second derivatives of the function f (x) . (b) Hence show that (1 x2 ) f (x) xf (x) + n2 f (x) = 0 . (c) Use mathematical induction to prove that for k = 0,1,2, (1 x2 ) f (k+2) (x) (2k +1)xf (k+1) (x) + (n2 k2 ) f (k) (x) = 0 where f (k) (x) denotes the kth derivative of f (x) . (d) Hence derive the Maclaurin series
  • 19. K. A. Tsokos: Series and D.E.87 for f (x) . (e) Deduce that if n is odd, the function f (x) is a polynomial of degree n. (f) Using your answer in (d) or otherwise, find lim x 0 sin(narcsin x) x . Solution (a) f (x) = cos(narcsin x) n 1 x2 and f (x) = nxcos(narcsin x) (1 x2 )3/2 n2 sin(narcsin x) 1 x2 . (b) (1 x2 ) f (x) xf (x) + n2 f (x) = = (1 x2 ) nxcos(narcsin x) (1 x2 )3/2 n2 sin(narcsin x) 1 x2 xncos(narcsin x) 1 x2 + n2 sin(narcsin x) = nxcos(narcsin x) (1 x2 )1/2 n2 sin(narcsin x) xncos(narcsin x) 1 x2 + n2 sin(narcsin x) = 0 (c) The proposition was proven true for k = 0 . Assume that it is also true for some k 0 i.e. that (1 x2 ) f (k+2) (x) (2k +1)xf (k+1) (x) + (n2 k2 ) f (k) (x) = 0 . Then differentiating once we find (1 x2 ) f (k+3) (x) 2xf (k+2) (x) (2k +1) f (k+1) (x) + (2k +1)xf (k+2) (x) + (n2 k2 ) f (k+1) (x) = 0 (1 x2 ) f (k+3) (x) + (2k + 3)xf (k+2) (x) + (n2 k2 2k 1) f (k+1) (x) = 0 (1 x2 ) f (k+3) (x) + (2k + 3)xf (k+2) (x) + (n2 (k +1)2 ) f (k+1) (x) = 0 which is precisely what needs to be proved. The statement is true for k=0, and when assumed true for k it was proved true for k+1. So it is true for all k . (d) f (0) = sin(narcsin0) = 0 , f (0) = cos(narcsin0) n 1 02 = n and f (0) = 0 . Using (1 x2 ) f (k+2) (x) (2k +1)xf (k+1) (x) + (n2 k2 ) f (k) (x) = 0 evaluated at x=0 we get f (k+2) (0) = (k2 n2 ) f (k) (0) and since f (0) = 0 all even derivatives vanish. The odd derivatives are: f (3) (0) = (12 n2 ) f (1) (0) = (12 n2 )n f (5) (0) = (32 n2 ) f (3) (0) = (32 n2 )(12 n2 )n and so on. Thus, sin(narcsin x) = nx + (12 n2 )n 3! x3 + (32 n2 )(12 n2 )n 5! x5 + (e) If n is odd, the series will stop and the function is thus a polynomial of degree n. (f) lim x 0 sin(narcsin x) x = lim x 0 nx + (12 n2 )n 3! x3 + x = n .
  • 20. K. A. Tsokos: Series and D.E. 88 32. (a) Write down the Maclaurin series for the function f (x) = sin x and hence that for f (x) = sin x x . (b) Use this series to find an approximate value of the integral sin x x dx 0 1 by keeping the first three terms in the Maclaurin series. (c) Estimate the error made in evaluating this integral in this way. (d) Confirm your answer by numerically evaluating the integral on your GDC. Solution (a) sin x = x x3 3! + x5 5! + ( 1)n+1 x2n+1 (2n +1)! + and so sin x x = 1 x2 3! + x4 5! + ( 1)n+1 x2n (2n +1)! + . Hence (b) sin x x0 1 dx = 1 x2 3! + x4 5! + ( 1)n x2n (2n +1)! + 0 1 dx = x x3 3 3! + x5 5 5! + ( 1)n x2n+1 (2n +1)(2n +1)! + 0 1 1 1 3 3! + 1 5 5! 0.946111 (c) The series is alternating so by the alternating series estimation theorem the error is less than the absolute value of the fourth term in the series i.e. 1 7 7! = 0.0000283447 . (d) The value of the integral is 0.946083. We have that S S3 = 0.0000280447 . The error has the same sign as the first term neglected (the fourth) and is smaller (in absolute value) in accordance with the alternating series estimation theorem. 33. Consider the improper integrals I = sin( 1 x ) dx 1 and J = sin2 ( 1 x ) dx 1 . (a) By making the substitution u = 1 x , show that I = sinu u2 du 0 1 and J = sin2 u u2 du 0 1 . (b) By using appropriate MacLaurin series, determine whether the integrals I and J exist. Solution (a) u = 1 x and so du = 1 x2 dx . Thus I = sinu u2 du = 1 0 sinu u2 du 0 1 and similarly for J. (Note the change in the limits of integration.) (b) We have that
  • 21. K. A. Tsokos: Series and D.E.89 I = sinu u2 0 1 du = 1 u u 3! + u3 5! + ( 1)n u2n 1 (2n +1)! + 0 1 du . All terms are finite except for the first, 1 u0 1 du = lnu 0 1 = lim 0+ ln that diverges. Hence the integral does not exist. For J use sin2 u u2 = 1 cos2u 2u2 so that J = 1 2u2 1 (1 u2 2! + u4 4! + ( 1)n u2n (2n)! + ) 0 1 du = 1 2u2 u2 2! u4 4! + ( 1)n u2n (2n)! + ) 0 1 du = 1 2 1 2! u2 4! + ( 1)n u2n 2 (2n)! + ) 0 1 du The integral is therefore finite. 34. For Physics students. In Probability, the exponential probability distribution function is defined by dP dt = e t where is a positive constant. A particular application of this distribution is to the decay of radioactive nuclei. In that case, the probability that a particular nucleus will decay at some time T in the interval from t = 0 to t = is given by P(0 T ) = e t 0 dt . (a) Show that the p.d.f. dP dt = e t is well defined i.e. show that e t 0 dt = 1. (b) Evaluate P(0 T ) = e t 0 dt . (c) The probability that a particular nucleus will decay within a time interval called the half-life is . Deduce that the half-life is given by ln2 . (d) Using your answer to (b) in the case where 1, explain why the constant is called the probability of decay per unit time. (Hint: Do a MacLaurin expansion of the answer in (b).) Solution (a) e t 0 dt = lim e t 0 dt = lim e t 0 = lim(e 1) = 1. (b) P(0 T ) = e t 0 dt = e t 0 = 1 e . (c) 1 2 = 1 e T e T = 1 2 T = ln2
  • 22. K. A. Tsokos: Series and D.E. 90 (d) P(0 T ) = 1 e 1 (1 + 2 2 2! +…) . Thus, approximately, = P(0 T ) , is the probability of decay per unit time if 1. 35. Consider the infinite series ( n3 +13 n 1 ). (a) Find the first three terms of the Maclaurin expansion of the function f (x) = 1+ x3 . (b) Use your result in (a) to show that for large n the general term of the infinite series behaves as 1 3n2 . (c) Hence show that the infinite series ( n3 +13 n 1 ) converges. Solution (a) f (x) = (1+ x)1/3 . Hence f (0) = 1 and f (0) = 1 3 (1+ x) 2/3 x=0 = 1 3 , f (0) = 1 3 ( 2 3 )(1+ x) 5/3 x=0 = 2 9 Thus, f (x) = (1+ x)1/3 1+ x 3 2x2 9 + (b) n3 +13 = n 1+ 1 n3 3 . When n is large, 1 n3 is small and we may approximate 1+ 1 n3 3 by the first few terms of the MacLaurin series for f (x) = (1+ x)1/3 with x = 1 n3 . In other words, 1+ 1 n3 3 1+ 1 3n3 2 9n6 + . Hence the general term n3 +13 n behaves as n 1+ 1 n3 3 n n(1+ 1 3n3 2 9n6 + ) n = 1 3n2 2 9n5 1 3n2 when n is large. (c) Applying the limit comparison test with the series 1 n2 1 we find lim n n3 +13 n 1 n2 = lim n 1 3n2 2 9n5 1 n2 = lim n ( 1 3 2 9n3 ) = 1 3 . Hence the series converges since 1 n2 1 does, being a p-series with p = 2 .