Hand 20
Hand 20
Lecture Notes:
http://www.math.ksu.edu/˜gerald/math220d/
Course Syllabus:
http://www.math.ksu.edu/math220/spring-2014/indexs14.html
April 6, 2014
Reminder: Exam 3 on Thursday, April 10.
Theorem
Let F (x) be an antiderivative of the function f (x) defined on
(a, b). Then any antiderivative on (a, b) of f (x) is of the form
F (x) + C for some constant C .
The indefinite
R b integral should not be confused with the definite
integral a f (x) dx which we will considerR next week and is
defined as a limit of a sum. The symbol is a stretched S and
reminds about the Sum. We will also explain the relation between
the indefinite and the definite integral.
Power Rule: The indefinite integral of a power function
f (x) = x n , where n 6= −1 is
Z
1
x n dx = x n+1 + C .
n+1
Raise the exponent by 1 and divide by the raised exponent.
R
f (x) f (x)dx R
f (x) f (x)dx
1 x +C
sec2 x tan x + C
x n+1
xn + C , n 6= 1
n+1 sec x tan x sec x + C
1
ln |x| + C 1 x
x ax a +C
ln a
ex ex + C 1
arctan x + C
1 + x2
sin x − cos x + C 1
√ arcsin x + C
cos x sin x + C 1 − x2
Proof by derivation.
Guess and Fudge Method
Example: Find an antiderivative of cos(3x).
Solution:
R
Since cos xdx = sin x + C we try sin(3x) with fudge factor 31 :
1 1 0 = 1 cos(3x) · 3 = cos(3x).
3 sin(3x). Indeed ( 3 sin(3x)) 3
1
So 3 sin(3x) is an antiderivative.
Solution:
Z Z
= e 3x dx + 7 x −1 dx by rule 1) and 2)
1 3x
= e + 7 ln |x| + C
3
Z
1
Example: Find + (3x + 7)5 dx.
x −2
Solution:
(3x + 7)6
= ln |x − 2| + +C
6·3
Z
dx
Example: Find
1 + x2
Solution:
Z
1
= dx
1 + x2
= arctan x + C
Application to differential equations
Example: Find a function f (x) such that
f 0 (x) = 6x(1 − x) and f (0) = 1.
Solution:
f (x) is an antiderivative of 6x(1 − x). Thus:
Z
f (x) = 6x(1 − x) dx
Z
= (6x − 6x 2 ) dx
x2 x3
=6· −6· +C
2 3
= 3x 2 − 2x 3 + C
When x = 0: f (0) = 1
⇔ 3 · 0 − 2 · 0 + C = 1 ⇔ C = 1.
f (x) = 3x 2 − 2x 3 + 1
Example: A body falls to the ground. During the fall, it feels a
constant acceleration of g where g = 32 ft/sec2 . At time t = 0 the
body has the height y0 and the velocity v0 . Find a formula for the
the height y in terms of t.
Solution:
Let y = y (t) be the height function, v = v (t) = dy
dt be the velocity
function and a = a(t) = dvdt be the acceleration function.
We have a(t) = −g (downward acceleration).
Since v is an antiderivative of a(t) one has:
Z Z
v = −g dt = −g 1 dt = −gt + C
v (0) = v0 ⇒ 0 + C = v0 ⇒ C = v0
Thus: v = −gt + v0 .
Since y is an antiderivative of v (t) one has:
Z
t2
y = (−gt + v0 ) dt = −g + v0 t + C
2
y (0) = y0 ⇒ 0 + 0 + C = y0 ⇒ C = y0
2
Thus: y = g t2 + v0 t + y0 .