2019a 3 Sol
2019a 3 Sol
2019a 3 Sol
(n+ln n) tanh n n 1
solution. Let an = √
np ( n+ln n)p
and take bn = √
np ( n)p
= n3p/2−1
,
√
an (n + ln n) tanh n np ( n)p
lim = p √ · = 1,
n→∞ bn n ( n + ln n)p n
√
( n)p
since tanh n → 1, n+ln n
P
n → 1, √
( n+ln n)p
→ 1 as n → ∞. Therefore bn =
1
P P
n3p/2−1
converges if and only if 3p/2 − 1 > 1 (as a p-seires), hence an
converges if and only if p > 4/3.(by Limit Comparison Test)
2. (multiple choice)
∞ √ ∞ ∞
X n+4 X n! X n2
ㄱ. ㄴ. ㄷ. (−1)n
n=1
n2 n=1
n n
n=1
n2 +n+1
∞
X ln n ∞
X 1
ㄹ. ㅁ. sin
n=2
n2 n=1
n
∞ N ∞ N ∞
X ln n X ln n X ln n X ln n X n1/2
0≤ = + ≤ +
n=2
n2 n=2
n2 n2 n=2
n2 n2
n=N +1 n=N +1
n1/2
P∞ P∞ 1
, where n=N +1 n2 = n=N +1 n3/2 converges by p-series test.
Hence the series converges by Comparison Test.
1
P
ㅁ. By Limit Comparison
P∞ with
bn = n , where bn diverges by p-series
1
test. Hence n=1 sin n diverges by Limit comparison test.
1
∞
X
3. Let {an } be a sequence of real numbers. If an converges absolutely,
n=1
then does the series
∞
X
acrtan(a2n )
n=1
2
5. Let α be a positive real number. Find the radius of convergence and the
interval of convergence of the following power series.
∞
X xn
n=2
n(ln n)α
we have
∞
1 X
= nxn−1
(1 − x)2 n=0
by differentiation of both side. Also
∞
2 X
= n(n − 1)xn−2
(1 − x)3 n=0
3
Consequently
∞ 2
X
−n 2 31 3
n(n − 1)3 = = .
n=2
(1 − 31 )3 4
7. Let
∞
X x3n
f (x) =
n=0
(3n)!
and
∞
X x3n−1
f ′ (x) = = f (4) (x) = f (7) (x) = · · ·
n=1
(3n − 1)!
and
∞
X x3n−2
f ′′ (x) = = f (5) (x) = f (8) (x) = · · ·
n=1
(3n − 2)!
also
ex = f (x) + f ′ (x) + f ′′ (x) = f (2) (x) + f (3) (x) + f (4) (x)
= f (3) (x) + f (4) (x) + f (5) (x) = · · · = f (7) (x) + f (8) (x) + f (9) (x) = · · ·
Consequently f (7) (1) + f (8) (1) + f (9) (1) = e1 .
8. Z 1
2 2
x2 e−x dx (|error| < 0.001).
0
Which of the following values is the best approximation to the above
definite integral to within the indicated accuracy.
solution. Using the Maclaurin series of ex
1 1
ex = 1 + x + x2 + · · · + xn + · · · ,
2 n!
2 1 1
e−x = 1 − x2 + x4 + · · · + (−x2 )n + · · ·
2 n!
2 1 1
x2 e−x = x2 − x4 + x6 + · · · + (−1)n x2n+2 + · · · .
2 n!
Hence
Z 21 3 21
2 −x2 x x5 1 1 7 1 (−1)n x2n+3
x e dx = − + · x + ··· + + ···
0 3 5 2 7 n! 2n + 3 0
1 1 1 1 1 1 1 1 (−1)n 1
= · 3 − · 5 + · · 7 + ··· + · + ···
3 2 5 2 2 7 2 n! 2n + 3 22n+3
is the alternating series satisfying the conditions in A.S.T. Therefore we
need to find n so that
1 1 1
|error| = |Rn | ≤ · 2n+5 ≤ 0.001
(n + 1)! 2n + 5 2
4
1 1
Take n = 1 so that 2!·7·27 = 1792 = 0.000558 · · · < 0.001. The aprroxima-
tion is Z 1
2 2 1 1 1 1 17
x2 e−x d ∼
= · 3− · 5 =
0 3 2 5 2 480
9. In Newton’s method for approximating a root r of the equation f (x) = 0,
from an initial approximation x1 , we obtain successive approximations
x2 , x3 , . . ., where
f (xn )
xn+1 = xn − ′
f (xn )
Use Taylor’s Inequality with n = 1, a = xn , and x = r to show that if
f ′′ (x) exists on an interval I containing r, xn , and xn+1 , and |f ′′ (x)| ≤ M ,
|f ′ (x)| ≥ K for all x ∈ I, then
M
|xn − r|2
|xn+1 − r| ≤
2K
solution. We will assume K > 0. By Taylor’s Inequality we have
M
|Rn (x)| ≤ |x − a|n+1
(n + 1)!
where Rn (x) = f (x) − Tn (x), Tn (x) is a Taylor polynomial of degree n,
and |f (n+1) (x)| ≤ M for all |x − a| ≤ d. for some d. (we choose d so that
all x satisfying |x − a| ≤ d will contained in the interval I.)
5
11. Let a and b be two vectors such that
√
a · b = 5, a × b = ⟨2, 5, 4⟩.
(a)
a · b = |a||b| cos θ = 5,
√ √
|a × b| = |a||b| sin θ = |⟨2, 5, 4⟩| = 22 + 5 + 42 = 5
π
Hence we have tan θ = 1, that is θ = 4. Therefore
(a · b) (a · b) (a · b)2
Proja b × Projb a = 2
a× 2
b= (a × b)
|a| |b| |a|2 |b|2
1 √
= cos2 θ(a × b) = ⟨2, 5, 4⟩
2