0% found this document useful (0 votes)
141 views

Evaluate: (A) Z X Cos (X) DX (B) Z DX X 5x + 4 (C) Z DX 4x + 1 (D) Z Sin XDX

This document contains the solutions to three problems from a Math 181 final exam on integrals. Problem 1 has four parts evaluating definite integrals using techniques like u-substitution and partial fraction decomposition. Problem 2 finds the derivative of a definite integral using the Fundamental Theorem of Calculus. Problem 3 estimates the value of a definite integral using the Midpoint and Trapezoidal Rules.

Uploaded by

DanielGaldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views

Evaluate: (A) Z X Cos (X) DX (B) Z DX X 5x + 4 (C) Z DX 4x + 1 (D) Z Sin XDX

This document contains the solutions to three problems from a Math 181 final exam on integrals. Problem 1 has four parts evaluating definite integrals using techniques like u-substitution and partial fraction decomposition. Problem 2 finds the derivative of a definite integral using the Fundamental Theorem of Calculus. Problem 3 estimates the value of a definite integral using the Midpoint and Trapezoidal Rules.

Uploaded by

DanielGaldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Math 181, Final Exam, Fall 2008

Problem 1 Solution

1. Evaluate:
Z Z Z Z
dx dx
(a) x2 cos(x3 ) dx (b) 2
(c) (d) sin5 x dx
x − 5x + 4 4x2 + 1

Solution:
1
(a) We solve the integral using the u-substitution method. Let u = x3 and 3
du = x2 dx.
Then we have:
1
Z Z
2 3
x cos(x ) dx = cos u du
3
1
= sin u + C
3
1
= sin(x3 ) + C
3

(b) We will evaluate the integral using Partial Fraction Decomposition. First, we factor the
denominator and then decompose the rational function into a sum of simpler rational
functions.

1 1 A B
= = +
x2 − 5x + 4 (x − 1)(x − 4) x−1 x−4
Next, we multiply the above equation by (x − 1)(x − 4) to get:

1 = A(x − 4) + B(x − 1)

Then we plug in two different values for x to create a system of two equations in two
unknowns (A, B). We select x = 1 and x = 4 for simplicity.
1
x = 1 : A(1 − 4) + B(1 − 1) = 1 ⇒ A = −
3
1
x = 4 : A(4 − 4) + B(4 − 1) = 1 ⇒ B =
3
Finally, we plug these values for A and B back into the decomposition and integrate.
Z  
1
Z
A B
dx = + dx
x2 − 5x + 4 x−1 x−4
Z  1 1
−3

3
= + dx
x−1 x−4
1 1
= − ln |x − 1| + ln |x − 4| + C
3 3

1
1 1
(c) We solve the integral using the u-substitution method. Let 2
u = x and 2
du = dx.
Then we have:
1
Z Z
dx du
2
= 2
4x + 1 2 u +1
1
= arctan u + C
2
1
= arctan(2x) + C
2

(d) We first rewrite the integral as follows:


Z Z
sin x dx = sin4 x sin x dx
5

Z
= (sin2 x)2 sin x dx
Z
= (1 − cos2 x)2 sin x dx

Now let u = cos x. Then − du = sin x dx and we have:


Z Z
sin x dx = (1 − cos2 x)2 sin x dx
5

Z
= − (1 − u2 )2 du
Z
= − (1 − 2u2 + u4 ) du
 
2 3 1 5
=− u− u + u +C
3 5
2 1
= − cos x + cos3 x − cos5 x + C
3 5

2
Math 181, Final Exam, Fall 2008
Problem 2 Solution

2. Differentiate the function Z x2


F (x) = sin(t2 ) dt
2

Solution: Using the Fundamental Theorem of Calculus Part II and the Chain Rule, the
Z u(x)
derivative of F (x) = f (t) dt is:
a
Z u(x)
′ d
F (x) = f (t) dt
dx a
d
= f (u(x)) · u(x)
dx
Applying the formula to the given function F (x) we get:
Z x2
d

F (x) = sin(t2 ) dt
dx 2
d 2
= sin((x2 )2 ) · (x )
dx
= sin(x4 ) · (2x)

1
Math 181, Final Exam, Fall 2008
Problem 3 Solution

Z 2
dx
3. Estimate the value of using: Estimate the value of the integral using:
0 x+1
(a) the Midpoint method with N = 2

(b) the Trapezoidal Rule with N = 2

Write your answers as a single, reduced fraction.

Solution:

(a) The length of each subinterval of [0, 2] is:

b−a 2−0
∆x = = =1
N 2
The estimate M2 is:
    
1 3
M2 = ∆x f +f
2 2
 
1 1
=1· 1 + 3
2
+1 2
+1
2 2
= +
3 5
16
=
15

(b) The length of each subinterval of [0, 2] is ∆x = 1 just as in part (a). The estimate T2
is:
∆x
T2 = [f (0) + 2f (1) + f (2)]
2 
1 1 1 1
= +2· +
2 0+1 1+1 2+1
 
1 1
= 1+1+
2 3
7
=
6

1
Math 181, Final Exam, Fall 2008
Problem 4 Solution

4. Evaluate each improper integral:


Z +∞ Z 2
−x dx
(a) xe dx (b) √
0 1 x−1

Solution:
(a) We evaluate the first integral by turning it into a limit calculation.
Z +∞ Z R
−x
xe dx = lim xe−x dx
0 R→+∞ 0

We use Integration by Parts to compute the integral. Let u = x and v ′ = e−x . Then
u′ = 1 and v = −e−x . Using the Integration by Parts formula we get:
Z b h ib Z b

uv dx = uv − u′v dx
a a a
Z R h iR Z R 
xe−x dx = − xe−x − −e−x dx
0 0 0
h iR Z R
= − xe−x + e−x dx
0 0
h iR h iR
= − xe−x + − e−x
0
h i h0 i
−R −0
= − Re + 0e + − e−R + e−0
R 1
=− − +1
eR eR
We now take the limit of the above function as R → +∞.
Z +∞ Z R
−x
xe dx = lim xe−x dx
0 R→+∞
0 
R 1
= lim − R − R +1
R→+∞ e e
R 1
= − lim R − lim R + 1
R→+∞ e R→+∞ e
R
= − lim R − 0 + 1
R→+∞ e

LH (R)′
= − lim −0+1
R→+∞ (eR )′
1
= − lim R − 0 + 1
R→+∞ e

= −0 − 0 + 1
= 1

1
(b) For the second integral, we first use the substitution u = x − 1, du = dx. The limits of
integration become u = 1 − 1 = 0 and u = 2 − 1 = 1. Making the substitutions we get:
Z 2 Z 1
dx du
√ = √
1 x−1 0 u
1
which is a convergent p-integral because p = 2
< 1. The value of the integral is:
1
1
Z
du
√ = 1 = 2
0 u 1− 2

2
Math 181, Final Exam, Fall 2008
Problem 5 Solution

5. Write an integral that represents the length of the curve y = x2 on the interval 0 ≤ x ≤ 1.
Do not attempt to evaluate the integral.

Solution: The arclength is:


Z bp
L= 1 + (y ′)2 dx
a
Z 1q
= 1 + (2x)2 dx
0
Z 1√
= 1 + 4x2 dx
0

1
Math 181, Final Exam, Fall 2008
Problem 6 Solution

6. Consider the region bounded by the curves y = x2 , y = 2 − x, and x = 0 for x ≥ 0.

(a) Sketch the region.

(b) Find the volume of the solid obtained by rotating the region about the y-axis.

Solution: We find the volume using the Shell method. The formula we will use is:
Z b
V = 2π x (top − bottom) dx
a

where the top curve is y = 2 − x and the bottom curve is y = x2 . The lower limit is a = 0.
The upper limit is the x-coordinate of the point of intersection in the first quadrant. To find
the upper limit, we set the y’s equal to each other and solve for x.

y=y
x2 = 2 − x
x2 + x − 2 = 0
(x + 2)(x − 1) = 0
x = −2, x = 1

Therefore, the upper limit of integration is b = 1.


The volume is then:
Z 1
V = 2π x (top − bottom) dx
0
Z 1
x (2 − x) − (x2 ) dx
 
= 2π
0
Z 1
2x − x2 − x3 dx

= 2π
0
1
x3 x4

2
= 2π x − −
3 4
  0
1 1
= 2π 1 − −
3 4

=
6

1
Math 181, Final Exam, Fall 2008
Problem 7 Solution

7. Determine whether the following series converge or diverge.


∞ ∞
X 3 n + 2n X n2
(a) (b)
n=0
5n n=0
2n

Solution:

(a) The first series can be rewritten as the sum of two convergent geometric series:
∞ ∞  n ∞  n
X 3 n + 2n X 3 X 2
= +
n=0
5n n=0
5 n=0
5
1 1
= 3 + 2
1− 5 1− 5
5 5
= +
2 3
25
=
6

The sum exists so the series converges.

(b) We use the Ratio Test to determine whether or not the second series converges.
an+1
ρ = lim
n→∞ an

(n + 1)2 2n
= lim · 2
n→∞ 2n+1 n
 2
1 n+1
= lim
n→∞ 2 n
 2
1 1
= lim 1+
n→∞ 2 n
1
=
2
1
P+∞ n2
Since ρ = 2
< 1, the series n=0 2n converges by the Ratio Test.

You might also like