You are on page 1of 278

Calculus: Lecture Notes

d. papadopoulos
Contents

I Differential Calculus 3

1 Limits 4
An Intuitive Approach to Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Computing Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Limits at Infinity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Continuity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Limits of Trig Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25

2 Derivatives 30
Tangent Lines and Rates of Change . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
The Derivative . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Basic Derivative Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
The Chain Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
Implicit Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Derivatives of Logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
Derivatives of Exponential and Inverse Trig Functions . . . . . . . . . . . . . . . . . . . . . . 61

3 Applications of Differentiation 67
Related Rates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
Local Linear Approximation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
L’Hôpital’s Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
Analysis of Functions: Part 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Analysis of Functions: Part 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Analysis of Functions: Extrema . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86

II Integral Calculus 93

4 Integration 94
Area as a Limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
The Definite Integral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
The Indefinite Integral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
The Fundamental Theorem of Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115

1
CONTENTS 2

5 Applications of Integration 119


Area Between Two Curves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120
Volumes by Slicing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
Arc Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133

6 Integration Techniques 136


Integration by Parts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
Partial Fraction Decomposition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
Improper Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
Integrating Trig Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
Trig Substitution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160

7 Parametric Equations and Polar Coordinates 164


Parametric Equations and Curves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
Polar Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173

III Multivariable Calculus 183

8 Working in 3-Space 184


Rectangular Coordinates in 3-Space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
Vectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
The Dot Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195
The Cross Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199
Parametric Equations of Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
Planes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206
Vector-Valued Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 212
Quadric Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216
Functions of Several Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221

9 Multivariable Calculus: Differentiation 225


Partial Derivatives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226
Multivariable Chain Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232
Directional Derivatives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236
Tangent Planes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241
Extrema . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246

10 Multivariable Calculus: Integration 254


Double Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255
Double Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261
Cylindrical and Spherical Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266
Triple Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 268
Jacobians and Change of Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273
Part I

Differential Calculus

3
Chapter 1

Limits

Contents
An Intuitive Approach to Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Computing Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Limits at Infinity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Continuity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Limits of Trig Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25

4
InsintutiveAPPRACH
Q is 0.5 1 0.5 0.01
02 1 o g

DEFINE fin 0,99


9 e
g F137 0.999
f6 o 999999

WE can make fin as chose to 1 AS WE Like

to BE tie from I make a 5 Translate

sÉÉ É open Dot MEA

EXCLUDE Ca L or fca
A point lets no Dime so s

time fix L mean we saw

make fix or
y as close

to L as we like By making

x close enough to a
it
10 J
3 1
Yy 1
7
48 I Yg 1

O 1

IIa FG
I
LEFT means x ha

WE say
II DOES Not Exist Doe Because

t l

g Im go Due BIC

I
11 ga BE

7
Notice 1 2 this
g
DOESN'T AFFECT THE Limits
x

I's g txt 3
so g
x
t 8
i is
g undefined
so
I's gox 3
g mu
g
Ix DNE Bic
132g
l 1 2
im
2 91 112 g lx o

121 1
g

Inga f
x t d f grows without
BED
Y NO MAX
y

1 s tastes o
I

I.tl fixi xI1ga.ta


e
g Yotam
ftp.f.g
Isotta I

limofat DI

f o
undefined

Img fix t o Vert as At x 2

172 fix I

132 fix Doe

x co
fix i

ft3x x 20
Computing limits

N PIECEWISEFACTONS 3 cases

i
PLUG IN AND DONE

x2 22 2123
e
g 112 2 1 1

n y
ti 9

2 PLUG IN AND Get to


e I
g 3
3 PLUG IN AND Get i k 0

CEI EXAMPLES

fly e e I
I

ftp.cotx
cotta
If i
CASE FACTOR CANCEL SIMPLIFY

I II I
I X 3 CASE 1

D
y x 3

Faoring trick AZ B2 A B A B

x2 25 x 5 x 5

25 x 5 x s
ar
a

s
E

E FEET
II É case I
Ffs
E
CALEB I CK o TELLS US THERE'S A ERICAL ASIDE

RECALL A VERT CAL ASYMPTOTE AT x a MEANS

Isa fix Io
ily fix to

EX
11 I VERT Asymptote x

to Determine if it's too on o is

TEST A POINT A LITLE LEFT OF X Z

co
f

It

Ex fix
FIND ALL VERT ASYMPTOTES

EVALUATE ALL O E SIDED LIMITS AT EACH ASYMPTOTE


Italy where is f
I x2 O 1 7

ME.si IIIinp oa DBoT0m 0

2x 1 0 1 x2
x

THESE ARE THE ONLY PLACES WHERE IT


of change
A function can
only change sian
IF It's O or
ti is U Defined

Ifp
test points in each chunk

fix 47 ONLY MATERS


II

EET
READ LIMITS FROM CHART

t
i is is
fine fix II fix fix
fig fax
to
II
to o a
EI g x

FIND ALL VERTICAL ASYMPTOTES

compute all one SIDED Limits AT EACH ASYMPTOTE

Asymptotes x I 3

II gox to
II get o
f's gox o
f's g x to

tht I
Ex Im I Vert AST x I

t
I

I o
1
En
II seat Is I
log
cos sty I If
It
log I

t
2 I
i
Hisey
PIECEWISEF TON S

e x c l
g f ex 2 i IE x c 2
I x2 x 2 2

I
Ed
II
V

II t 2 II
t's
x
t

II f ex
Dre

I Iz fi x Izz 2 D fix
Is fat Is x
I fix D
Computing limits

N PIECEWISEFACTONS 3 cases

i
PLUG IN AND DONE

x2 22 2123
e
g 112 2 1 1

n y
ti 9

2 PLUG IN AND Get to


e I
g 3
3 PLUG IN AND Get i k 0

CEI EXAMPLES

fly e e I
I

ftp.cotx
cotta
If i
CASE FACTOR CANCEL SIMPLIFY

I II I
I X 3 CASE 1

D
y x 3

Faoring trick AZ B2 A B A B

x2 25 x 5 x 5

25 x 5 x s
ar
a

s
E

E FEET
II É case I
Ffs
E
CALEB I CK o TELLS US THERE'S A ERICAL ASIDE

RECALL A VERT CAL ASYMPTOTE AT x a MEANS

Isa fix Io
ily fix to

EX
11 I VERT Asymptote x

to Determine if it's too on o is

TEST A POINT A LITLE LEFT OF X Z

co
f

It

Ex fix
FIND ALL VERT ASYMPTOTES

EVALUATE ALL O E SIDED LIMITS AT EACH ASYMPTOTE


Italy where is f
I x2 O 1 7

ME.si IIIinp oa DBoT0m 0

2x 1 0 1 x2
x

THESE ARE THE ONLY PLACES WHERE IT


of change
A function can
only change sian
IF It's O or
ti is U Defined

Ifp
test points in each chunk

fix 47 ONLY MATERS


II

EET
READ LIMITS FROM CHART

t
i is is
fine fix II fix fix
fig fax
to
II
to o a
EI g x

FIND ALL VERTICAL ASYMPTOTES

compute all one SIDED Limits AT EACH ASYMPTOTE

Asymptotes x I 3

II gox to
II get o
f's gox o
f's g x to

tht I
Ex Im I Vert AST x I

t
I

I o
1
En
II seat Is I
log
cos sty I If
It
log I

t
2 I
i
Hisey
PIECEWISEF TON S

e x c l
g f ex 2 i IE x c 2
I x2 x 2 2

I
Ed
II
V

II t 2 II
t's
x
t

II f ex
Dre

I Iz fi x Izz 2 D fix
Is fat Is x
I fix D
A can
pencil
we Draw f without PICKING up our

Fornax f is continuous AT x a if

1 f ca is DEFINED

2
II fix Exists RIGHT LEFT Limits AGREE

s fat fca

ExamisofaDiscoutreaxa

Men
I

is
L
2
fix 3

fia i
r
t
s

y ftp.fas f
4 m

IE.to

fYIY ns.o nmasatx s

Infinite Disco t BIC At x 3 WE Get

WHICH Means There's A Vert Asg

6
g x dpisoont.mx it o

f co is a DEF
I xco

l
x
im
o
I 11 I I
Jump DI Scout

I f's

7 h x L x Round Down

t
maxims

no
CONIIONINTERVALS
on ntervas Exclude endpoints
a b
Open Blc
as x a b
THERE ARE NO
END Pts
7

sayin
a b

a e x s b

7
i
f is continuous on a b if it is continuous At

Every point in a b

FOR CLOSED Let's look at f x Tx

72 4 x2
xZ yZ Y

at b c
to say f is

In f
I
Dre
2,2
II
x xD t y y r
f son at b c

l f is lo t on a b Dist From x y
to x y l is
Z
Izatt fca
3
Iz f fu
r
e
g

It
f is iontinuous on

fit
f is not Conti nous
AI x o 2

Riant out At X o

Left cont At x 2
Limitsoftigfftion
s

h are continuous around x 1 A D


g
f e
g s h if
1m f Is h L then

Mig
a

hits
sin x
e
g tiny
e o D E
Yasin Dee
I E s
é
in x E l
é é
th
must By é e sin x e

et
11,7 ly
o ans o

so
tinge sin x o

es
x'cos I to
ly
is
E cos a Dee

I Ecos I E l

X's x'cos I e x

Is x2
liz x'cos f
lax o so o

I
AREAS I cos si O E I i E i ta O
O RADI
cos sin E O E tano
by P
so Fo I
RECIPROCALS s
2 2 cos

dim cos I a is
I Io I

so

qq.si
IAPPLIIATosipyyosinI
I NEED Denominator to
MATCH ANGLE

I I 5tt o sx
bfM
I i 5

HI
GENERALily.FI
11

t
ed
y

L I 53
g
I l l 9

11 SF

11 soft I VERT ASYMPTOTE

Is.tt 1 s4f
It coy I
I I

D
use cos x sin x
Imf _5t if
sin

I 1257 I co 2x sink

Is It
im SF IIF
t
I o

D
Is x sin I o o

matter nano By
Rewrite
tho Reciprocal
x

state O Iz As x oo O o g
sn
I
d.E
si

g.sq
It
si

I Ii

1,4 0 1 É
lin ÉÉ gI
cos o I

tt
Chapter 2

Derivatives

Contents
Tangent Lines and Rates of Change . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
The Derivative . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Basic Derivative Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
The Chain Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
Implicit Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Derivatives of Logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
Derivatives of Exponential and Inverse Trig Functions . . . . . . . . . . . . . . . . . . . . . . 61

30
IRAteson
tk

I AVERAGE RATE OF CHANGE


e
g IIIII oomph

2 INSTANTANEOUS RATE OF CHANGE

e Actual SPEED at A moment in time


g

Avg RATE OF CHANGE For


f x oven a b is

ftp.t
e.g fax I 1,4

f4
as
x x
y y m

y
I f x i

h t
INSTANTANEOUS RATE of Change Let b a

at
I
Ét I

to make LIFE
As b a h
h
o
b a

Since h b a b a th

Ima tiff Ipta


e
g fax i a I

1 tant p n

EE
ta I
D
tan
m x x
y y
y I I x 1

It

EI f x 3 2

I ftp.t k.sctiiip
sci
4 FI
3

L
bhntshl.sn

Ing tht thing


6 3h
TANGENT 1 67 y f 1 3 1 3

3 6 x 1
y
14 31
6

Ex f x F X 4 FIND E Q N FOR TANGENT Line

to tf
i.gF
f.TEIft
I
IEtE
tho hefty
II It

F
TAIT
m I s
y f 4 F L

iii
LET
iii it ii
the Dewan Like a Heusen
Fu Chow T.AT TELLS US ABOUT THE ORIGINAL f
fix p fixty
EI f x x3
xn

µ fixtyfy knife
I 3
it 3 1

I 5 10 10 5 I
it
1 6 15 20 is o

I ty3hh x th x th
x n x2 24 th
3 2 3 x h th
Iim x th
x th x
x 3 4 3 4 th
4th 6th taxh't

THE SLOPE WHEN WE Evaluate it

thanx i m f i 3 i 3

IEtAtx2 m f n 3 212 12

c
EI
f x F

fix FF FIFA
IE
LI.ntEn e

EFF
Ft
F
t

EAT m x

I I GIVEN

x 9 y feel of D m f ca f

y s I x s

Htt
Ex fax I
Find
f lx using Limit DEF

TANGENT AT X 2

fish It
II It
y i

I II
targe x 2 y a m f n I
y I x 2

ly

n Choo is DIFFERENTIABLE WHERE its

Derivative is continuous

A Function THAT DIFFERENTADLE is smooth

no corners or cusps
x x so
fix
i
e
g 11
x x c o

F x

x o flexi ly Ath

fix ly hy
L I
D
i x o
fix l x so InattaBDutax
f'cos
fi total
L I
D E BI Ling Inn
h o
I
k h
s f is not continuous At x o

f is not DIFFERENTIABLE At x o
n
f is continuous At x u

But f is not

CORNER

Cusp EXAMPLE fix x 3 x's

ÉÉÉ
t

x
y EIF

g txt
co x
Marycuses
HIII
AM

EI CONSIDER THE GRAPH of f

o
ffiyifiigifincfidi.fi
m
Derivatively

fix I fixing

fix
i
f x th k

g fix 7
i e

man
f 1 5 7

fix la 137 0

e
g f x 3 fix o

2
x 7 x o
g g
h x 31,2 h x O

i 3
x 15 10 i x 0

Powerade

i
i
L nx t
This proof works For Positive Integers

But This Race is true for Any Real n

THE POWER Race Doesnt work for was Like


2 e x Xs

e
g fax
x fix 5
5

n 5 5 x

Tx x's
glx g
x
213
Tx's 3 x
When computing
Derivatives rewrite
RADICALS AS EXPONENTS

Is
s
h x h x g
6
s 5

III
s Icosine
we'll NEED
dry IT I
4 É o

or

I of o

sin A B
cos Att
sin A cost

cos AcosB
sinBcosA
si as
e É
fix six fix ly sihtn.si
n
yySinxcoshtginhcos

L sinha sixgsh.sn

L sht
cont
cont sin
i cost o s x

cosI
fglxt osx
glxse s.in

ComBi iIuE

cons tmupe F x k f x F x k fix


3
e F x 7 F x 7 3 21
g
ZI
G x 3 co Sx G x 3 six I
3
7
kf
Prone lm Kfmty Kim fixing
k f x
sums F x
fix g x1 F'at F x t
y x

s
e F x x t 2s x
g
F's x Sx t 2 cost

fixtnltgayl fin.iq
1 q.fixty Ef g
fix g'cxl
Its

Ptfe Fox fixigix gI yzfsx


ftp.fi
fextg
nlgixgl

fu gic
f

CHANGE in
É area
fig f g
EXAMPLES

Fox FEIT b
s

sin x
a

b
g
ios x

f ab ya

fix 3x

a
Ex
g
x F cost a F x a
Ex
b cos x six

fjns.rs tE
t
tw.gg

ha I am

h x 3 2 7 x x
2 1 I I

I Etta
2
ie 31 1

E E
x2 3 I 5
i x1 2x t o t

ZXIT
QIENTRIE

fix Eg fix bidalgiffhat


s
EI fix
Quote S i a cost Ie't fix
g i b 3 e
f'sx 3 six I cost
fi I7t 37,1 9 I
xos

7 35970
2
a 2x i
i
g lx 3 y I b 3 sin x

3x snxkxz_
gas oshE Ij
Iron

f x Derivative of fix
Derivative of
y y

JI Deriv of
is our
y w Respect

is
our
to x

y
Function VARIABLE

THE Derivative of

3
e x 4 f x4
g
1
x

y ftp
ICHAINRULEI
READ
Kl o

E x n x aix b x a'ext b'lx

six osx
E a x b x a x b x a x bat

5 sina.gs

ixsa IYF5xsinlx gixl hex


USE
sect
Quotient Rule
see

fixs fo

4 at s

gn 3 oe2xosgfsm

h lx see x

h x osmiogys.in
III if target
Chance tells us How to Differentiate a composition

of functions

A Function plugged into another function

fix a bix

x B b x
ld a b x

ICHAWRn eifixl a x.be

WHAT IF this Ann led to Si x


i

b4 I x2
a x cos

s
f al Isis P
2xcos
lailx.TT
2
EI x 2 5 1 a lx 2x
g
b x 5 2 1 bi
x 8 5
2
tip no x
g
180 17
5

prnouittcm

IYIIIF.LI A B
A B

f x a x1 bat t a x i bid b x

CHAI
assist
fainbaggybfy
EI fix É 5 x 3

f x 20 x 355

EI get pink out I j

a
sin
b
x

chit
t
Z
g
x t sin x cos x Ex
455ft

g x sin
I
g ext t sin x cos x I x
2
sea ones

Curves whose Equations can't BE EXPRESSED


AS Functions

e unit circle x y
g

j th Y A

y FI
E
Itm y X

y É
MPLS D DIFFERENT ATON GI ES us A NICE ALTERNATIVE
2
x2 y I

TAKE Derivative É OF BOTH SIDES


Renae is
x't ya a AN OPERATO command

bi take the Dern


yay g n

2ygI
TREAT Y LIKE
2x A Function of X

lentwenty
g
y y
TA GE tune.AT Fz dE
q
É ftd
SLOPE

why is it THAT x2 2y y

sin x 2 sin x cost

I 2y y
2
5 3 1 2 5 3 1 15

42 2 yy

tffIIIIIasas
eminan

t x y
use It or y your choice

il sink x cos y
y2x 3yd y
y
x ios y 3y y 2x S
ny
y
xcoscyl 342 2x sing
y

1i
Ex x Folium of DECartes
y
4 5,3
2 3y
3 y 1
y 2xy 0
2
3 34 y Zy 2 41 0
2
y 342 2x 2y 3

1i
tach y ly

I x 1
y
y

É
3 3
Ex x2 y 1
x'y 0 i i

3 x't 2 it 2x Zyy 2 43 3
4241 0

WE can put in i i And then solve

3 2
241 2 341 0

6 64 2 3y 0

3y 4

Y I
y

Fa
Dh
IDErivativesofcogs
P

IEI.es WHERE these come from

AB ée
In AIB In a In B 1 em n
eyer
AP Bln a
Gentzen
n

CHANGE OF BASE

log x
IT G serena
I
Definition of e

e
ÉI t t T t
e

t t
t t
m

t t
t

i e ite sun

ft t Bla eth cosotisino


h o k the Donan
D v.mx t
or in x is

Ling hGth
o o
tnx
A HB in

L's s In EI
Bina Inas
nd
E

f Ee Eth
Imo In
it
sake t I
Lincoln i t t as h ot t o

AND I I
In Itt
L as I E

I In e

Fi it m
iii
or

ginnyynnfy fly I n or É
u x2 t l n 2x

EI x In six
g
g'sx If
WE
Ex h x In Fx tan x simplify w log Properties
Before taking the Deriv
In 7 In x In fan x inAB 1nA lets

Int 31 x In sin S In Int int


InAB Bin A
h x o 3 I É
x
tcot compare w

x
x I
TAKE In of Both sides

In y In x

DO IMPLICIT DIFFERENTIATION

i i up with
came
a run
Fon f x gin
g ai la fast gaff fig
Ew

TRI
fax In SF sink gex
In YET
y xtanx

fix Ins tnx 4 In six

fix o I I 4
4

go
In Eff
3
In 3 2 In x 5

g
x
3 7

y xtanx
tax
In y In
tax tnx

I y see x tnx taxi I


sec'xhx t
fy
Recap

WE CAN use Log Properties to simplify BEFORE

WE DIFFERENTIATE

e.g
fax l SF sin x

In 5 tnx t 7 In six

Logarithmic Differentiation
TAKE In of Both SIDES

Do implicit DIFFERENTATION

y xx
e.g
In y In xx
In y x In x

4x h x txt I
141 64 3 3
1
TRI
for.in i
In 5 3 sin 4h In 117
2
ÉÉÉÉ
no In Att

s shxt 4h sing he

fix o
3 4 7 ET
13 4,0
2 1

x osx
g
In In co x
glx
In lx x In osx
g
g 3 2 n cos x x x
go
g
x 3 4 nose x'tan x co x
e
y
In y In e
he e e
In y x In e
Ble Ina Be E A
In y x

w
out
Leg in est g't
THIS is
gases's NOT THE
POWER
RULE
e
g fax ex 81 1 Eet
fix 4 sexy x 2x etat x seek etat
g A B A B
Oth BASES

b b o b l
y
knot
B c I I NOT REALLY EXPO ETH

hero
O 0 if x o

o is under if x co
t
e
g o
f to
00 O vs XO AS X O

Ee

1 25 is a Dee For
Any Even Root
eg x Z E I I
2
1 21 Fz

DERI
y b

In y In b b s A constant
I y y 1
In b

In b y
y
ly
e 3 y In 3 3
g y
x
Y C's
y ing In f LO
B c I c e

It

tod
fo É
fix x e I e't
t
E e e

e l E

IF
2
x 49 a x F t 2
g
h
x 2

axes
i

In4 x
g x
g

www.s cs.in

DEI arcs in c sin y x


y
e
g arcs in t sin t
t'd
For are sin I I is
THE Oy answer

D woraesin x I I

Ra aeof six Tz Mi
FAILIEEE

n
e
g arisingE
Dy
periv.of
arcs int
y
s in X Do implicit DIFF
y
cos y y 1

Y Issy III
EI use trig ID Bas's Tria

cos
y sin y I sin x
y
cosy 1 sin y
1 A t t
cosy My F A FI
my
cosy Fx IIÉ

Ecarsin Iii

arico
arc cost
y
cos x
y
sin y 1
y
y Ip

Ee
arctant
arctanx
D C o o
y
tan y x
EEE tony
I Early secy
12 C th th secy y 1

y stay
fay
th
EI
f x arctan x arctan aca Ixia'm

F x
j
3x
tony x

I
Chapter 3

Applications of Differentiation

Contents
Related Rates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
Local Linear Approximation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
L’Hôpital’s Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
Analysis of Functions: Part 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Analysis of Functions: Part 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
Analysis of Functions: Extrema . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86

67
aww a É É to geometric form as

TREATING EVERY VARIABLE AS A Function OF Time H

Deficit x t y 4

II
is a
2x 2 y
Function of x
Conan Rae

RED EYE

x2 y y

lzxft z.at
E ampees

A tr II art
A tbh Iz I b
IE I Eth
tano I secco If adf.it
outline
Pick Formula

DIFFERENTIATE W RESPECT to t
Translate PROBLEM into VARIE AND BEATLES
conical tank Height of 20ft a D Radius of loft at top

H2O is POURED in at loft3min


Q How Fast is Depth changing when Depth is 8ft 12ft

aft
ÉÉÉ
y
Loft wet If wite h s

I
lr.ITV v It th h
SUB into
V Ith
Eth IE
JOVI to IT 8 II
10 4 64 If
It If
If FH
EX a t
a Beacon 4km From
SHORE Revolves ten
times PER minute 4km C
when the Beam Forms
A 450 A ace HOW FAST
is it moving along THE
SHORE
j o Rehman

OIons

Don't CARE OR 1
450
WIT If when 0

ta
tano f
seco EE

NEED It in useful units Mma

If 10
REI REI 20T RAD min

Soiree sec2 450 20 it


I Ey
Z
y F Zo
It
1,7 15
1
LOCALLINEARAPPROXIMATII

continuous ay smooth if i zoom in enouate it


no corners on cusps Look Like A Line

Approximation WE CAN All proximate fax Near Any Point Of

Tangency Xo using the tangent Line i e

Pena into the tangent Line


EI 5.7
Let f x F

Pick Xo Point of tangency so that

Xo is close to 3.7
we know fixo
FIND AN Equation For The Line target to f x F
At Xo 4
Yo f 14 tin Ex c

My m fie
IF
2 x y
y
ly Iy
5.7 f 3.7 I 3 7 I PLUG INTO TANGENT
LINE
3 t I

L
I 1.925 calculator says
a 53.7 1.923538

iii
OUTLINE TO Approximate f x

choose Xo Pt Of tangency
x is close to x

WE can Evaluate f xo Ann fix


FIND AN EQUATION Fon THE Line TANGENT to f at xo

y yo m x xd
x Xo
y m t
yo

lÉ I I
i
EI sin 60
Let
f x sinx

m
f o
Yo fro
lm HI
x 1 x o to

Katy
sin 60 a L 64
a 60 DEGREES USELESS

60 E
HEI
EI In 1 2

Let
f x In x
c Exo Xo 1

fix I m f'd
yo f i Int o
n
x I x 1 t o

4
F

In 1 2 I 2

1.2 I

of calculator says 0.18232


Recap THE tantent Line to f at Xo is a good approximation

of f Near Xo

ftp

IF fix Lex

outline Approximating fix I


Choose Xo Pt Of tangency
CLOSE to x xox x

WE
f Xo
FIND AN EQuation For The Live tangent to
f
AT Xo

t
i Yo
me
ADDED to
other SIDE

fax Lex

Ex tan 400 e

f x tan x xo 450

score fix see x


yo f 450 ID
m f 450
y
sect 45
VE
D
x 2 x 450 I
tan Yoo 2 400 450 I

26 su I 100 I FIX
100 t t
t 10 Fo t I

I II
Ex V8.2

f x Vx x 3 xo 8

f x Ii's x
B
BE
or
3g E
A

x t
m f s
Yo 718
If
I 58
My
LA Flx 8 Lax Ex E tr

I x I
L 8 2 I 8.2 8 2

I o 2 2

Fo 2
fo t

EI In 3 e

ex 2.7 x e
HI
LEAVE e in your answer

fix tnx i xo e

fix I m
file te
yo fie he 1

Lex x e 1
In 3 I LL

et 3 e t t

t I I I

E
Littopitais
MANIDEAWE

1
can

Determinate
use Differentiation

Forms
to Deal

o o
with
10 o o

Pi
Dervanofong
Ex fica la ttatyf yg.fi I
sup x ath or h x a

suppose f and
g
ARE DIFFERENTIABLE At x a AND

f a o

g la
o o

g a to

FIFE A n
g14
Extx flat fix
0

g glal glx

ÉI m
Jim I In L'top time

THIS WORKS FOR too

Ima fix linage o

an
I
I PRISTFF

sting
EI 13 tiny

ing É II nomorettop

D
As long as we're getting or I we can

KEEP REPEATING L'HOP's Rule


1m
e it 11 I 08
xx ex

I
I

limpet tan E
e o o Rewrite as on
Ex
US a
REGIS
t flea we
I tan n'see

Isotype As x oo 0 0

secret
1st bing.si o

see 0 D
D

x'cos Ctx I
II
L'H3P
Iizf
EI fins I E i of lit
consider Inc of this Limit

L
I i Ej
In L
II In l E

zoos In
l E tod
Y IFfimn

I l

In L 6
2 In A D e A
ANALySisoFFunctio_
RECAP

f o f is increase b

f c o f is Decreasint

4 p f
yay
f co f is Decreasing f's Dow

DEF

ÉI I Rent

Relative max Point WHERE


to
f GOES from increasing
Decreasing
Relative min Pt Where f goes Dec to i c

the
inflection points PT WHERE concavity changes

fix x 3x
2
Get f f 1 1 3 6 x

cripoints two types

F x o fix UNDEFINED

3 2 Gx O No
3 x x 2 a
1 7
GEtf f x1 6 6

f
É o o f ane

6 6 0

Is

FiÉI É f'in
F'c il
se
31 3 9
f s 9 i a

f ios o o

p f I2 6.2 6 6

incizeasingif o.su z o use For ALL these


not J
Decreasing o z

4
co cave

y
up i

y
s

p ALW

x oiy f
yc.max

pyX
SKETCH

i
4
Ingle 3 to
f a

tf

f
II

Rec.mu
43
EI fix 2x 6

f x 2 4 f x 5

2
of 3
y
XY 20

a f n ret f n Dee

z TT O F
113
2 4
x 2

x
D
fifty g perf cubes

Et

Remind
EXTREMAI
Two TYPES of EXTREMA
111 RELATIVE EXTREMA PEAKS VALLEYS IN GRAPH

2 ABSOLUTE EXTREMA LEAST VALUES


I UE GREATEST AND

FINDING RELATIVE EXTREMA


MELODI FIRST Derivative test

FIND critical Points

MAKE f SIGN CHART


conclusions
t to 1 t REL MAX
I to 1 1 Ren Min

e
g f x
É
4
fix lf
tyh.IS
f hi
fees
set o o

Life 1 x2
III
o

f n F

IÉÉ L
Kart f
ÉÉ IÉ ÉÉ
t
ÉI
MEHDI SECOND Derivative test

FIND crit Dts f oi ee

PLUG EACH crit Pt into


ftp
conclusions

1f s o Ree
i
Min I

f x 3 cos 3 x

3 cos 3 x O

so o

3x E E E 75 co o o t O

x I I I I
fix 9 sin 3 x
d
II f o aside d o

f th 9 sin E so

f I a sin
II co
I
i
sin ta sinks
I I

totesI sin
I

i
DOES I TRANSLATE
I
is
worry

ELISE

ABITEEXTEMA

IEMevcterEm surpose f is continuous on a b

f must Have Both A maximum and a minimum

VALUE on a b

THE ABSOLUTE EXTREMA Must Occur At EITHER

critical Points or end points


Hittite
IF
WHAT I Go wrong if what if it's a b
NOT so Timmons

te
my my

if

nIIE.v.tt Given court f on a b

FIND An cent Pts


Ntsb
PLUG ALL THOSE CRIT PTS ANI THE Two END points into f
Compare

3
e
g fix x 3 x i o z

4
f x1 3 3

Éi
3 x2 1 o

msn.sn
fin o o o

crit Pt f i 1 3 2 me
E D Pt f a 8 6 2 my

i.ie

tmygg
MAX
ytg

my

EX fax x x2 o z

FIND ABS EXTREMA

f lx x 2x

x x 2 0

EEE
IMPALE SINCE END Pts Aren't included we'll use

ITS
x2 B
I x

fora i r
D
light x x of
t
x
x 2x e t x e
g
x e z x o

crit its x
1

It x e
II É II off time D

g
o
D
go es
te
If I
Imax e
od Waxman

IABS.mn x
Ex Fi D THE ABSOLUTE EXTREMA For fax on f o o

fix 1 2 5
fix Tfg f'txt x2 it 2x

CIT It Fj
II Ft
o

f lo 1
Is it o

wey.nJ
x
JABS.mx

APPucAt
cone

Lion
I

10 h fr
h 10 Er
Part II

Integral Calculus

93
Chapter 4

Integration

Contents
Area as a Limit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
The Definite Integral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
The Indefinite Integral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
The Fundamental Theorem of Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115

94
TANGENT LINE TO f At x a

to

E j
iii

Ig ii Dx

Turns seat TANGENT

AND GIVE US EAT ANSWERS

2 Given f x AND a b CAN WE Find THE Aff


Bon DED Between f A D x Axis over a b

It
Start w Approximation us h Recta sees

more
Art
Rectangles Better Approximation

GoalilEEIEM
EI fax x2 oh
I
FIBER OF RECTANGLES n 4
MAKE WIDTHS All same

Ax BE
2

ISIL
USE to compute Heights
REI IIs

h wah h
At w t t n t
why
I felt I felt I find fly III
I fay t far flat fry fix x2

et in 12 312 22

at I I
f x

ts
a
S
Summatonotaton USED to work w Big sums

fck firstiii fast felt f n

VAR ABE ONLY ALLOWED

e
g If 2k 1 2111

I
i

3
24

5
1

7
263 17

9
214 B z 5 if

1253

k
1 1 k I 4 9 16 II

2 Put this sum into E notation

3 8 15 24 i t 80 OPEN Form

Ie k i
K I
k t 2k c closed form

SEE Properties

If Bk
I n i n

II.is
Ék n5
Ifi n 5

s
I
i

e
g Ifk off 12103

I t K
E
EEK
EEE

4
Eek
5 6 20
I II
stet
T's
zo ti z 31
nC

E Etc Idk
K
210 6

IZOD
option SHIFT THE index sub K 3 Fon k
B c we SHIFTED
ow Bss
4 3

k t 3

7
3 17

17 9 51

153 51

12042
s Kt For K
EI

Ikk i
Egg
If k 12kt l l

Idk 2k

k t 2 k

12
818 112183 2
8 1
48
8.9

204 72

2762

Properties

tÉ fact gin
Ig fan
Elgin
felt g D t a
g z t t tf t
gli gift gin
fastgen

É fin offer
of
fsytffffint.fm
t 2
Ax

t.fi
RIGHT End pts

mn n

f E I

c't't
É
SEEK
4.14 1112.4
2
I
I FEI
I
L

I.IT j E
E RiGHTEDDt z

c
f x
that
x In x 1 A ta x 21 2

xy EVALUATE f At Xk

IEE.EE
Ijf
III k

nooo
in f hayley
things É caetano

8 I
EXACTAREA

Summa i

GIVEN A CONTINUOUS FUNCTION F AND A CLOSED


INTERVAL a b THE NET SIGNED AREA
ENCLOSED BETWEEN A AND X AXIS IS GIVEN BY

A 1 FIE
D Xia atk 1 Ax Left

i at nsx
EI f x 4 x2 o I LEFT

pit

i n'E t III Eek I Et


Ein h raft É he n
Imo
2
57
n

L 4 1
k

4 I t o o

III
ITHEDEFINIINTEGRAIC

If x dx NET SIGNED AREA For f over a b

EI
Jax dx 4 I IT
n
o

I
i
54
y A t 1 2
If
Ex

y y

y
2
9
At
x2
Gorny

a
x2 t y
2
9
CIRCLE OF Radius 3
At 0,0
I tri It
hey
n i

tf fix fade
god gixidx
FOR SAME REASON AS If y If g

I mg
NO IDEA WHAT
2x
WE

2x At dx a dx
fix dx

HI 1a
I 3 6 It 32
19972
DIPERIES

I feel guide find glad x

fax dx fix dx fat dx

i it
fix dx 0

If a dx fix dx

Ex ukEww

fix dx 5
I fax 8
gladx 3
Ig x 2

a
taxi guide fade gadx
5 3

D
If tax dx
Ig
b dx
ex
go dx x

8 gtx dx fgix dx
8 3 2

If
6

fix 3gal d x 2 fade 3


gu dx

2 fade fad 3 a

2 8 5 6

6 6

HI
EI
x'd x w
RIGHT EIPts

a Sx
II
Ét tt Ed xn
X a Sx 12
92
x atx Ax at 2d x z t

Its
x a a BA
HII
c x a a t k Sx

612
12

t.no
e f xx A x 4 1I II
2

1
1
4 241 1

f E 1472 2141

E I ME Ek If I k

i
g Imo 24 72 if so 43ft
24 72 36 Y
24 72 36 2

168J

wwi

fax 3,7 i n 8 Left Riant

Sx I
LEFT xx 3 k 1 I f x E E
3 E E E E
St I E

I.EC Et

t.EE EE É
8 17
t E E E 8

OR By Brute Force

I I fifer feast ft s
aft y
n
i
n
go
i
g
q x x x xy xs s t s

riant X x x xy xs x
xp xg

E
5

lx s dx 3 3 1 2 z E 2 133

r f
7

i 20 x 3.1 23
4x
I
1 1
x co
x 3 XC
r n
s

y x y x
II
11NDEFINITENTEGRA

find FG

WHERE F x
fix

F x X2 on
É 2 1 x2 5
2
1000 it

DowERRa

n x
Derivative x

MULTIPLY BY OLD EXPONENT

THEN SUBTRACT 1 FROM EXPO E T

Artie x'dx x c on II to

ADD 1 TO EXPONENT
THEN DIVIDE BY NEW Exponent

Mt M lwores.ae
TRI

f si x dx cosxt C fro xd x sin x t c

Blc cosy sin x

sexta dx see c

dx cot fascxcotidx C
f x C csc x
csc x

ExPA q

Je'd x e t c
f dx In x c

ex
EE NHI

I txt It t I dx Int it int al


O In 2
F or
lay
i VERSE TR.iq
I Don't Like tail x

ft
dx arctanx B
I
s tht
C
EASY TO MISTAKE FOR

I edx arcsin xtc


RECIPROCALS
Properties

fkfixldx
kffcxld e.gr
4x dx 4fx'dx
4 Ix c

ted
fax dx fix dx
fgeldx
ga
e
J f e secxtaxdx e'dx fseextaxdx

f se

initialvaune RBES GIVEN MORE Info ABOUT F x

OR Y WE CAN SOLVE For C

e
g I x sin x
y o 5

y 5
o
Of cos o t c 5

y.gg Igay.y
o t t t c 5
C
fx s.nxd
cos x C y
I
Etcosx
THEFUNDAMENTALTHEOREX
OF CALCULUS

PARTI
Fix fade

1,7
Define

WHAtisF

ff
F x
Im FAthl

Ifadt Ifad
L I

L I cadt
if
EXTREME VALUE THEOREM SAYS f must Have a wk
AND A N x th ble it's continuous
Mj
Mn Mn ARE const

m s feel Mh
x th xx
M
I mndte fade a Made
I 1
txt
x th

f fit dt
E Mah
Mah s
Divinest

Mn E It de e Mn NY
guying
j
Mn fix and Mn fix
so

I I adt fit

i
Fi il

PART
e It where F f
go
L
PART 1 7 G x F x

AN ARBITRARY
constant
50 G x F x

INTEGRAL PROPERTIES TELL us G a

IF CH de

so G Ca F a C
O F a t C

C F a

Finally

G b
IF e It

F b C

t f

www

I I F x

My check F x 3dg
L

fed x

4
2

I
L i
F x x2

SOME Fu Cho s Don't HAVE Anti Derivatives ex


e.g

APPLYI GDA 1

EI
Irade At
It

I cos t dt lcosfxy.it
Ijjgj j
Chapter 5

Applications of Integration

Contents
Area Between Two Curves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120
Volumes by Slicing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
Arc Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129
Work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133

119
a.gl I e g
on a

BETWEEN
b THEN
THE
Ig
two
Ix f it dx YIELDS THE AREA Enicosed

NOT
NET SIGNED

gt

i i t
ii

teased 2x
II
x2 2x o

A É e El
4 E o o
4
3
EX AREA ENCLOSED BY Y ZA AND Y X

4
jj are xdx z.se 1
s E o

313 8

WE CAN ALSO INTEGRATE W RESPECT to Y

Lives As Functions of Y

Y ZE I F

g syzygy Htt
y x
IIT
A
f f y dy
y on THIS interval Y

y Ii
E Ee o

8 I
EI
Ji
n x dx
y In x x eY

I et dy dy é l
e

2 o
e er e o e

Ze e t I

tend
VanesBySucFI
CONSIDER THE REGION ENCLOSED BY

y x
y o x t

I I n

I ÉÉ
I I

to x Axis ARE Disks

A tr
o
ix
A x T x

units units u

dx
f
2
v
x dx

I
5
1
HI

ft
2
V i ft dy
T
I i
y
dy

it
y E 1
MI
REOWEABout .gg

f
1
6542 6 95

TI
CROSS SECTIONS PERPENDICULAR TO X AXIS ARE SQUARES
lwEB on

d x o
7 fi y x2 c
y ar I x

It h d

za 2x'd x

manes it Easier
usesymify

2 2 2
2x dx

INTEGRATE SET Eat to 576


AND some for C

3 7 5

x IFL

I É
Ex e
y e In 2 I 3
y

e e
D

EI sin x sin 2x
y y
sin 2x s x

2s in x ios x sin x

25in x co x sin x o

Aim
sin x 2 ios x 1 0

sin x o 2 cos x I o

cos x Y

E
i i

if
S TRIANGLE o o 3,0 0,2
Cross SECTIONS PERP TO Y AXIS ARE
SMIRCLES

i
22
n
Et hefty
Tip Iti
Va Etf c a dy
1 Y
fatly u'd

2512
10514
larcwt.FI
i eM III
di dx dy
I b
this is the Dist Format de Tidy
D texts
2
1 Ay

SINATRA
1dL Ttd Factor dx

L
fact

tenet
Ex x2 1 x I to x 3
y
x 1
2
2x
L t
pdx
2
É x 1 4
atidx
4
4 4x
4x 4 2 1 2 2 1
Kxtx dx

4t yt at at 1
compare tt 1
Tx dx
4 x Y x2 z y y

z x2 i dx

3
3 x
1
18 3 E 1

15 t

HI

x
I i
1 d

x2 I I
gifted
t

x2 I
f x dx
It In
It
8 41 4 z 4h2

11,2
16 41 4

6 flat
6 47

EI y
ME dt in

II 1 Ft s Pt 1

E x I

Txt dx

Tedx
x'dx

I
F
Ww 9.6
EI
x 943 o.o to 81,9

y
x
dy Ey

E Ey
9

FEydy
Insisty
IWAI
lwork tore.DE E 1

tyres Keenan

SPRING DISPLACEMENT

1
w
Lifting

Pumping dx is PART of the volume calculation

Joc Density Displacement


a
Bounds are WHERE the wand is to
start

Ed
Hooligan F x Kx
x is Distance From Natural Lerette

Ex FORCE REQUIRED to STRETCH SPRING Zin BEYOND its


nature renata is 4lb Find work to stretch

From Nat Lev to 6in in ft lb

2in E I ft
Gin E I ft

t
1FC lk I
ofÉxdx 21
w 12

13ft
Ex A 2000 lb wrecking BALL IS LIFTED 20ft BY A
CABLE Weaning 4lb ft Find THE work

10 zo x

CABLE 4 14ft 20 x ft
o 80 Xx lb

i
12 0 so y x It ft lb

iii
Basket to
x kg
an.cn n o

Hao 38 ÉÉig

f III zig
x o
36kg
1 x iz o
LEAKIATE
W lo t o s iz x 36 3 1 dx

15.20 dx

I
o
Disp.FR
sI
Chapter 6

Integration Techniques

Contents
Integration by Parts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
Partial Fraction Decomposition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
Improper Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150
Integrating Trig Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155
Trig Substitution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 160

136
GRttoNBy

How do we É
fxexdxfxlcosxdxfxtluxdxfarctanxdx.no

Revisiting you t UV

fury fu far
un
fu v
fur
Tison
un
f u v
fun

FAR substitution
OF A TEMPLATE
it's MORE

Ex xe dx
d
choose u and du sunt that

ndu xe'd x
d d
du must contain dx
xe
n n

y y y ÉGex_ex 1 x
xe
da dx
je
i

Jxcosxdx net u x and du cos x dx


du dx v sinx

Judu ar fudu

fxcosxdx xs.nx fsinxd


lxsixtcos
dus

s.mx dx v

Jxcosxdx six
tf sinxdx
i
i

L Logs
1 INVERSE TAG
A ALGEBRA's e
g X x F I 2 1
T trig
E EXPONENTIAL
D

we choose u to Be the function whose


catecony
APPEARS first du is THE Rest
xe'd fxcosxdx fx nxdx fxaratanxdx

EI In dx L t A T E D

u lax du dx
dir dx v x

fl xdx xl x
fx dx

x nx
fidx
txt
EI
1 4 nxdx L t A T E D

u tnx d x'dx
dir dy v I

Jx hxdx tnx
f I Ix
i
f dx

fin EI
mt
actandx act I d f
du Iz dx v x

i tf'd
El l l
and
fxaratnx f.tn ttx

fe2xcosxd u
sosx du eld x

du six dx v e

Je cos xd x e cos x
ft e six dx

Ln
jf
Y

ly
g
I fe cos dx I f e so x dx

f e cos xd x I e cos x t I e sin x


t

Jef dx frosfdx fsinfdx

Sef dx H sub I

Let E F at dx
adt dx
2tdt dx

Jefdx fztetdt u at du et de
du zdf v et
stet fetdt
Lt et Zet C

zFE_ze
e

IIII.at Juda

start 1 f ud to Get Anti Deriv THEN


Evacuate From a to b
e

EI
I xinxdx

u lux due xdx


du I dx v E

f xt xd x tnx SE dx

i f Edx
e

fxlnxdx tnx
l
Ein E can E
III
Polynomial
Fomin

MLADEN

I 2
t
combine

É san we are the


Process to Get
Er

f E dx

DEomPos

factor Denominator to
bet ORIGINAL
Denominators X x 2

It
Recombine
I y
Numerators must matan
A x 2 Bx 7 8

Ax 2A B x 7 8

At B 7
2A 8 IAD
4 B 7
1332

f t
fix f3hklt
confirm it's Preez
JY i t d DEG top
DES Botton
2
2 C3

II

E
Alx cextex
tllyII.BYEjn
2
A x 4 x 1 B x x it x x y 6 24 12

pick values of x that simplify make things o


XI AC Y 1 Bla l i C o y o o 12

4A 12

IAI
XI A f 3 o t B i o i 3 6 24 12
3C 6

A o s Bly 13 solo 24 4 12

96 96 72

1213 12

IBI

IIII.IT dx
fI It dx

tshlxltintx.fi
t

dx tiiiin xtc du de
x3_ d
Not A PROPER RAT r a

I
x
y t Function

LEG Division

x'tx

fxstsEI.tt dx
fxtitIEIdx
A x 4 Bx 5x 12

E Ey I Ay 45
o

8
n

BIT

fxstsEI.tt dx
fxtitIEIdx
f x t t t
t t
Ey dx
ftx 3 la x t21 x x
l
I E t
É
4 2
common mm title of
24,435 1

X X x ti

Just Like 8 is
THE cam iiion 2,4 8
I I I

I Ie t
I

2
Ax x 1 B x t1 x2 5 6 2

XI A o i t B i o o to 2

1321
x Al 1 o B o C i 5 6 2

ICI
A lil 2 B 2 i 5 6 2
2A t 2 2 I 11 13
2A t 5 13
2A 8
IAD

fstIIIdx S Ee t dx

41 1 1 7 1 4 1

fsxf.IE
d 5YII8 FactortBu
5YIg
no
QUADRI

DE comp must BE AS

AGYI.IE
2
A x2 4 Bx a x 5 x 8
Cx 5 2 8
Ax YA B x x
MEEEEE
xfm
const 8 A B 5

if 243555
1 ax

Edx f dx
f adx
du 2xdx
n x 4
Edu xdx If dx

Efta EN
El tut
at du dx
2dm dx
41
In x 2
If du

tartan
tartan Ye

farctaf.FI
zlnlxt zlnlxz 41
nT

i
i L I
How consider

i FIFE
start w
ft dx I it
E ft
I I
I E DAEI

BI Ftdx I int l i D

LEEZA

Ftp dx whereat

dx
I Diverges Limit Dre
casein
ITI
casePI
I dx him
ft
I I x at

É
My DIVERGES PNE

ifp
ly I I I't
LIFE
D CONVERGES

o raes
dx

Its.ee i
If dx x dx
limo

I I
t Ie Ie
yo
I o
t
D
BEHAES Like At so

EI y
THERE ARE no Vert Ast

tt i

j
TIF

II
Yar tax
I

mom
145 FF
vertian
IEotkins asymptotes

Itd
e
g is undefined At X O so

THIS is improper

Tal
L's LIF

II dx
by Ead
ly aresit
lying farisib as sin o

YET
whynot9
900 is not A unit of cerata Area a
3794
s
INTEGRATINGTRIGFUNCTOTI

PowersofsinIcos

f sin x cos x dx f sin x cos'x sin x dx

i cos x cos x sin x dx

u cos x du sin x dx

i n du

fu ut du

fat n du

I
f sin x cos xd x
f sin x cos x cos xd x
dir

n six due cos xd x

f sin x i sin x osx dx

fu i n't du

fu abdu
II of i

sina.si

sin x cos x dx

f si x cos x sin xd x f sin x cos x cos x dx

u cos x du s xd x u s x du so xd x

Ji n'la d f us i n't du

f us a du Sus ut du

_s
I I
Events
cos y t t t cos 2
sin x Zsu x ios x of t t cos 2x

Jos x sin xd x
f t t t cos2x t t cos 2 1 dx

ft t cost2x dx
IcosDouble A ace again

ft f t t t 4x dx

ft I I cos 4x dx

ft t cos 4x dx
s.i i
rosa costs I costa B t t cos Att
it
sin As i nd I
I cos A B I ios ATB

I sin x sin x dy
Gosx ios7x

seitan

f ta xd x
f dx
du
u cost

su xd x
fat du
In ult c

a 1
fsecxdx fsecx.FIITd
fsecigIIIItnx dx n

du secxtux
see tnx
see x dx

ft du

IIIIent
Ix see x se tax
I
x
see x tan xd x

tax see x
see xtan x see xd x
ta
t

I see tix seated


h É
tax dx
I see x ta x see x a see x

d sea x ta xd x

secxtonx dx
J se x see x 1

f u2 a i der

J ut ut du
5

I t

1
fright
sino
EI dy Let x

dx cos do

ftp cosod0
fFEcoiod
f5ff.cosodo
do

Toots foot odo

sit
fasco i do

coto O t C

My yF i
Eade ÉYÉ
4secOdo Fix Thot
iof.se
otosecok 161 20

II retard
Tseng
4sec
I
EETs to am

I
Fifi
csc O t c

t.EE KEI
x 3sec
f dx dx 3secOtar do
simpufy
ta 5 to
Asean
do
3
f tanto ta

3
f see o I do
x 3sec
3 tan O O C
seco I Ife
ft arose I t

Iya
Éi

i a

sod
x as in O

x a tan Me it tanto sect aseco

a atano
Ex FX a 9 3
fry x 3 sing
do
dx 3 cos

f3 cos 0 3 cos 0 do

9 cos 20 do

do
If I cos 20 sin O J
sin ZO C
E o

arising I É c

Easing fxed
Chapter 7

Parametric Equations and Polar Coordinates

Contents
Parametric Equations and Curves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
Polar Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173

164
IPARAMETRICCURVETI

MEDA Define x and y separately in terms of A Parameter t

Think of t as time
Allows us to include information about
orientation Direction AND SPEED

e consider three versions of x


g y

t 2 sint

y 4th y 4 since

it
I 4191
it

10,01
it

312 C2,41
it
E
x eat
14173
i
t o Ceo 241
1,0

É ten cent

EI

y Mm
am y y y 26 7 3

i
7
cost

y sint
É I

t to x ray
x ios

Y sing i

coset t s n't I

1 x it

t cos Et
x sinft
X t y I
Y cos It

too

y u

ta t 3

e e
EI
x 3 cost

y 2 sint
7

Perot

HÉÉ
X 3 cost
e
g i
y sit

IT IT Hotty
Firstauaetatt D NEED x y and m

3
x Ma 3 co Dy

Zsa Da cry a
Rhod
ya
m
II p
cot th
f
Ylx

3r seco
ta GE ty R e

DDER.IS

yg iggy is AN OPERATOR Mt

Deri
RESPECTto x

1
I
x 3 cost

aint IT 35 t fc.tt
y

E
EEEEI
EcsiI
f
t nt
IF
EI x
compute
y 342 3

EI It

mm

É
1 2 342 I
EI.ae y o
ARCLENGI

REAL L
MEA dx

de Ttd

Myth FEET de

LITEELET It

et cost
eg 1ÉÉÉ
Y ets.it

et cost ets t et
If yet
et sit et cost
II
E Ee Init telts.it

E fs.it tcostsinttetcosI

II II Leftcos't Let sin't

Zet cos't sin f

Let
L
IF It
Fret It
Fet It

tried
Dwn

I I
Et

iii y r sing
CONVERTIPONTS

Ex r O 2 576

x 2 cos 2 I f
to I

y 2 sin I 2 I

i l

EI Ir O
f 3
3I
x 3 so
I stE BE xx E E
3 E
Y 3 sin E

i
EI x y I E

r2 i 537 tano E G
r2 y

III E.tt
lo E.E

I I

iI

constanti ctions

r 3
OH
again r 9
Ix

ly f
i 2,17

3 Do
too ten
E3,76
ly.FI
I 2
r2 Yr cos
Th o

x2 y 2 4 2

x2 4 x y 0 I
x2 4x 4 y 4 yf.jp

RADIUS
CENTER I o

1 ME 7
Four variations
r a cos o r a lo so r asano r as.no

toot
cardio 2 2050

I 2 21 1121
Ltg

r a arose

to to
o o o
I I

IÉy sing
EI r 2 sin i FIND TALENT LINE At O
I
Interns
x r cos 0 25 0 ios 0 2s in sosa

y us in 0 2 sin sing 25h20

to 2 sing cos I 26in


y I
x

2 I 2 I
IET D

EE 5 o o I

ETo
IE I
It

ly t.rs
T
i I
AREA

APEEmjfg.IE onsl

TH's
I IIE I am_

AREA ins DE r 3
SILLIEST

A
IE 32 do got
2T

Ex r 4 cos o

n
A ft 4cososdo

jff.IM PI
ID
16 cos'd do

É
do
f8 I I 10520

t t 4 cos 20 do
40 2520
7
2 0 I 2 E
Zit E A

t I D
Ex r 2 2 cos 0 r 3

2 co 0 1

iii
O E E 5,75

AND outs be r s

v0 I

our Bon DS NIE w i


ornery
73

can't Be
A El É o ITjÉd
it
if top is D

We could use to As Bound


III 4 8 oso 4 cos o E do

4 0 do
1 79
I do
1 4 cos t t t cos 20

4cos 0 t cos 20 I do
p

4 sin o t z s no I 0
f
4 E E E E 4f E E ECE

YEE SE E

LEFT Is

COULD HAVE INTEGRATED 2 I 2 2050 I 3 do

Jst't
x r oso

y rsino

ARCLENGTH
Ftd
tosorsino rsinoroso

dl Tre

e r 8050 o
g
0
r does
2
r2 64600 1600 e

L Tote do

A Iso do

EI eso It
Hefty
Part III

Multivariable Calculus

183
Chapter 8

Working in 3-Space

Contents
Rectangular Coordinates in 3-Space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
Vectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190
The Dot Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 195
The Cross Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199
Parametric Equations of Lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
Planes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206
Vector-Valued Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 212
Quadric Surfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216
Functions of Several Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221

184
freettgunswanat
3 SPACEIN
U
WI
e 3 1.2
g

so o d
y

DISTANCE

21 Dist From x y to lxz.ve


a text
n
É

31 START w Dist FROM O o o to x y z


Z n
xyz

d c't t d

f Tty z d
d fcxz x.lztcyz y.tl zz

SPHEiz
insect

Es

2D CIRCLE
2 2
x x y y v2
ALL PTS x y THAT ARE r

UNITS From x Y

SPHERE w Center x y Zil AND Radius

4
2 2
x 2 y 3 z y

coordinates PLANES FORMED BY AXES

XY Pare 1207
yz ra e TI o ix t
xx Pt

go
x Y
FIND AN EQ FOR THE SPHERE w Center 2 3 4
EI
THAT IS TANGENT TO XZ PLANE
x x y y Z Z r

CYLWDRICALSIFACES
X

n n
Y y is
FREI

I i s

Y Z ARE
Free
CIRCLE ON XE Pu e l
RAD s Z EXTENDED IN

Y If y s
FRÉ

ai
E FIND THE RADIUS AND CENTER OF THE SPHERE

2 t
t
y z Gx
84 4

Doesn't Fit Form x x t


y y z z r

C
etethesanade
x h x2 2h x tht
w
Forse it to Fit
that form

2 t
x t
y z Gx
84 4
e t
II Eg
3 tG

Y
a

11x Center 3 Y ol raisins Fa


E CONSIDER THE Point AL 3 4 2

compute distahetanato.AT IIIIY3st


A
X axis
i
ft F 4

ii
E
i
I

DEI GEO IIIIIF.tn magnitude and Direction

REPRESENTED AS ARROWS

Length MAGNITUDE
Arrow HEAD DIRECTION

tip to tail method

t
ye
I
scALARmutpua KT S A VECTOR With A LENGTH
K times that of T IF Kao IT

HAS The opposite Direction of T


T E

As Long as I
t
IT y
and opposite Dir

Two vectors are partner if and only if they're


scalar murres

e 1 3 AND 3 9 ARE PARALLEL


g
t s aren't
E
7
Sharon I I T t l E

t
a
i.e
e
Is

notation T Dx Dy Az A CHANGE IN
e I 2 1 I 3 4
g
by I T I 2 3 I 4

Its
i i s is
Te 1 5
sis
I t n

IT

susan i i cu wi n w is w

teratulmtantuselnon IT I TIE
e
g Il
Li 2,3711 ME
try
WIER Veston OF LENGTH 1

e 2D I o 92 Fiz 12 B2
g
3D C 1,0 o Irs YB YB I o

FEET FEU

set's
j o I o

I o o 1

in not

Lon to

2,0 o o 3,0 o to l

Constantina vectors w DESIRED properties

Naca vers make unit vector in Dir of T


Scalar meet w Positive SCALAS
PRESERVES Direction

I T I
e
g I 3,4
pi
11511 At 5

I I 23,4 or I I

e
g
F 42 1,2
11511 522 7 22
F
3

teeth

mfv.LI
nut Le ath
I Ijfk
By K

e vector of e ath 3 in pin of T 22,4 n


g
Hill Tyra
F
I 2,4 i on
GE f
IDOTPRODUC
T
IÉ T vim
tYw
e 3,1 27 2 1 1 4 36 i ti i z y
g
3 t t t 8

Io.wygamosot comes from LAW of


cosines

t c a t b Zabioso
yo

EX COMPUTE ANGLE BETWEEN T I 7,27 AND 2 3 4

I I i z 1 3 z y

2 3 8
13

Hill Fez
I
think 22 1 372 4
Fa
T T Hell Hell so O
13 F Fa so so
cos D
É
to af.IT
signor bott o

theT

II
T I so O is Acute
sign of T is the

T T O 900,2700

Efface
sis
T AND I ARE PERPENDICULAR
C t it
or on off

can i Do I I I no

I I is saran

Can't Do pot prob w scalar and vector

Protections
projet

ft I
Spirojpt Protection onto 5
10 OF T

Ins
I 1
poise ÉÉ ÉIÉÉ
Tg strojge
I
swcei.be 1T1l11511co

10
ns.t.tn
WE want
projst which is
Party to 5 A D has

A length of Ys

projst Fit if
TEIFI
Ex compute the Distance From All o I to the line through
P 4,1 o and Pz16 o o

I
ÉÉ l 4 o i i o C 3 i i

I G Y o 1 o o 2 1,0

T 5 6 1 to 5

1 5112 22 1 172 02 5
projet 2 i o
aIy
I projgt 3 1,17 L 2,1 o

C 1 2,1

d 112 1 2,1711
AT
BE XT

Txt is T And I RIGHT HAND Rune


orthogonal to
Boy
T countenance se Txt comes
Fypton g III
Hi xell Hell hell sin recall I I 11511 hell cos o

I h llwtls.no
5011
10
5 mg

I PARAILELoaRA so Matrix stuff


EARAgeBRA

SQUARE MATRICES HAVE A VANE CALLED THE Determinate

21
I ad be
J t
I
e
113
g
I C 1 13
2 s to 3
a b c

f at fl
b
d e

h
f
i
g a
g
g
one
at 4 4
CRIED
I T I

f
Txt H v v v

w w w

Yi L iii II iii I
e I 2 1 1 I 3 1 5
g
T T T
T I i
2
3 i s

1 11 it it
I
f i s i d J 215 1 n I 2 i C NG

GT 75 5 I
6 7 5
CHEI G T
XI O Txt I O
ALI
c e 7,5 2 i i 12 7 5 0

6 7,5 3,1 s 18 7 25 0

Ex I 4 2 1 I i 1 3

I j t t j K
T T
y z 44 2 I

I I I t t

21 3 i i 4 i 4 3 19 i 2 i

7 13 2

4,2 1 2 7 13,2 28 26 2 01
L it 3 2 7 13,27 7 13 G o

a ow area of Tria ace grew 3 Points

All 2 1 B Y 3,5 2,7 6

AREA HAT AT A End


start
AT 3,1 s at
ILINEl
TWO PONTS UNIQUELY DETERMINE A Line
n s

P x2 Y 122

Ca xz x b y y
a
PT Lx N Zi
Lx zpIÉ albie t scalar
too
bt.zatt
aaue

IIIft
YER.n t
T ab'd fat L
y y bt P x x z a point on L

FIND Line containing P 3,1 2 and P 14 2,5

point

Direction vector

I PP Con Pat or any mu tie E

4 3.2 1 5 C 2

I l 7
i

The

i
yfaff 2 t
Eq tt
t 3,114
E 5 o 7
Two Lines can BE

Partner PARALLEL Direction vectors

Intersecting Share an x y Z
THEY Don't Have to Be at x y z At the

SAME Time t value

SEW Neither I nor

a
I É
2 Zt G t

T L i 2 D E Li 1,27

7 2

Not scalar must


set x's y't A D z i Eam Ust t
c
Differ
a Zt varia t
b

2 29 G b
3 a 2b

sowe
PYI.LI
team an

zt 3IIg
192 l i 2 tb

16 2

intersect

a
I I t t
laity
Do.to tsEti
PLANET
THREE Kear Points Determine a unione pane
A FB
Egg c

É be PCx.y.z

ItsBOB

T CALLED the an vector to Pave

perpendicular

a T is
EIA to AT Fon any Phx y.tl on punt

can A x Y 2 and I a b c

THEN

I AT 0

a b c X X y y Z Z o

laix I n.FI E l

I La b c to
ueIE.EE Ej
x y z is any point on the pane
Ex Find an equation for the pure containing
All i 7 B 3,4 5 2,3 2

AT 2 5 37
AT i T o

I J t
a at at it it
I El
L 12 3 37

All i 7 B 3,4 5 2,3 2

or

MY
12 x 2 7 3 z 2 0
y

t
e
g 12 x 17 3 y 1 3 7 2 0

Y x 1
y 1 E 2 o

Y x t t t
y t t t z z o
is good For
4 x 2 3 Z 2 0
y
4 8 y 3 2 2 0

1 1 C

47
14 37
7

standard form makes it easier to find points on the part


Any Pt on 4x y Z 3 must satisfy the EQ's
e 0 3 o
g
o o 3

I I o

I o 1

Bly o o

Ex FIND AN EQUATION FOR THE PLANE CONTAINING A I 2,3


W

LIFE
i

II
coefficients or t

to
I AT 3 2 1

T j I
T T T L T 2
I 3 1

3 z 1

or use 5 2,11 Ble it's also


normal

wnÉÉ
Two panes can BE
2 2y 42 17
Partner part i in 12 7,2 4

Find the intersection


P x
y 22 5 Pz x 3
y
I i 1,27 I Li i o

www ano.a
Point A

Direction vector T

I is orthoco a to Both hi T
t J
I Text I
2,2 0
I 2

l l o
i

III p x
y 3
set one variable Equal to a constant nice o

we have 3 van ace But two constraints

SEtY
22 5

X D 03 27
22
5
7
17 1

113,0112

ÉÉ
I
L Dir
Kazim

Distance From A Point To A PLANE

A 3,4 5 P x Z 3
y P
I It
ix z

III y i

DA 0,4 57
A i i t

BA T o t t s D
115112 12 12 12 3

proj BI I i i i

ist
Aerojet
Seen T.EEIFTTnyIi l
II e

ELE
HI I
y y IA

71
F sit 27 1147
get
e
g

My Miz Fh 2

F t Sint cost o

EVALUATE F AND F at t D
Fgm 12,512,27 at t t we're at
Pt Yz Fla
t
ÉÉ
IEEE thro an 12 Fiz 2 in bin oh 2 o

Ict E Ft E It i
I
i on
I It

in General The Line target to the at to is

ftct rltoi.tn
Ex F t cost Sint t Find tangent Line at t Dz

f t
G Sint cost 1

or I t t I Dz t

ex F t In t t 2 t ZF FIND TANGENT LINE AT


the Point
output of F not t vanes

Ii D the t wa ne for which I t 22 i a

Int 2 t ZF 7 2 1,2
int 2 2
3 I ltd
I 2

F t It 3 2 E
F i I 3 I

11
Into
felt dt Sx Hdt y't dt fact dt
Let I t t t t re the velocity of a

Particle at time t If at IT it's at 111,2237


Fi D its position at t l
LET T It E

I t ST CHIE
tdt St'dt Edt
t C It t
Cz It te
ASSUME DIFFER IT co stats

if.es.am s 1 Cz 2 Cz 3

F t It t I It't 2 It 3

Iaf i4

É T t et 2 Sint t F 3
o 4,2

p t F'CEI de Lett Ci 2 cost Cz k tht y


Flo I t c 2 t Cz C 3,4 2

a a

2
I 2 4
I E
IFCH fettzi zcosttf.tt

Ex Positions of two Bugs at time t

F It t Zt 3 t
St t
rt t 6 a

where when Do they collide

t s t 6 t St 6 0 t 3 t 23 0
2
2 3 t2 Zt 3 0 t 3 t ti o
a 2
g g o t 3 tt O

one
coff solution t7
I 13 9 9 9 I 3

a a ace

ÉMr
at 2 et
I it
F 3 2 6 2 o T

Tz t 5 2 t O
2
Tz't 3 5,6 o I

soso.EE EEIEa
cos 0

o
arcosf
i

start by Dax

Trace intersection of a surface I a PLANE

x o_Z y 2 O x2 yr
it

4 ng I

Z l x2 y 2 2 x2 y
r

n Z
y
Pattison

x
2
x 22 y n
z IF n
tod
xp
Z I x yr

Traces of A
Cone are CALLED

Revien'ortyperbon i

tam tam Y t

t y s i on x2 21 x 1 on x2
X

y can't be zero so
it or e s in y pin

t i

Any co St Z
g van

at

tf
Ee i I I ya
POi o o

ft
Z Y x2 y t l

x2 y 3

F
z x2 J SAME

x 2 42 o ya

q
ZI I y x2 i i ya
x2 2
I y x2 y 1

HE
i
B

g É
fix y went is lx.tl i outfit
F x y z went is x y z

no Green i AT A
tug IEPIETRE
set of avo ale i puts for a Function
port

e
g fix y In 1 x2 y

A E TIA D
1 x2 42 O ed A
Get into a arapuable Form E SO
I x y

tea
glx y Ex ty
D 2x 4720
2x 244 I
MI

E F lx y z XIE
4 x2 y z z o

x2 y't Z E 4 y2 22 4
radio 2
I

ey

ÉII meco finna


connect coutation of Lente curves
Like a topographies map

EI fix y x2 y 2
Leeches set f on z Equal to some co st values

f o titty t
f i
txt to
f r
Fyi I
rains F
n

i s

0
1 I 7

EI x2 sarnie
gf y
x y

j
Hyptizts
an x

D
E F x y t x2 y
2 22

i
Hyperto nib z sheets
Chapter 9

Multivariable Calculus: Differentiation

Contents
Partial Derivatives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226
Multivariable Chain Rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232
Directional Derivatives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 236
Tangent Planes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241
Extrema . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 246

225
of f on z w respect to
Either
x or y

2 partial symbol

L there's no more Prime notation

instead of f we have Ix on f

or f xo yo suit of tangent une to curve of

intersection of f and Pune if


Rate of chance on f in

positive x Dir

I1

x2
f f
If x y stone of target are to interstate or

A is PA e x xo at lx y

EIF

XL
2 Rey
EI fix 6 x y
Z x
y

z x2 y

to commit A conf a
treaty
Like a constant

f xx 2x

to compute f we treat x as constant

f x y Zy

Let's evacuate fx a is f at 1,2

f i 1 2
fylin 4
t

n on
y
Pt lie i

Z f si 2 s 12 22 Eli t
T c

Hiiiii
Z_
f
we Just NEED in

our vector an y o

I 7 O 27

1ÉI
Lex X x2siFy
2
f ix y 3 to Y
I
3 is co st
2 y
3 2x sins y

f x y 342 5 cos Sy
7 sins
f x sco Tx
É x2 et by
gl x y

teh A
A x

2x
ts

By
eat
2 eat y

3x2ezx
gylxiy

EI f xy Fx y t sin x
y Find f and
fy
f xy 2
t y ios xy

fy x y IF y x cos xy

g
on
y't g dy lax

I
E HY
gyx.tt tyln
go g gyy

II

Iiit
nufne
it's not

itywx.es
gxxignesconia we'll use this for e using
Givesconsautyny max's min's
gyy if Sabi if Pts
EI fix y 2x
y Exert come te f xx fxy fyx fyy

f 8 3y 5 e
f 6 4y loxe't

f xx 24 24 fyy 12 94 20 e4

fx 24 y toe I fy 24 x y't to e't

inefferentiation

III I EEE
EÉEI
e
g
X z t 2yZ x'y O
Z terms een a

É treat z as e nation of x y i treat x as

varianITreatyasionstant
o

É3zzÉ zy If 2x y o

2 3z 2 2 43 3 222

IE.EEtI
Find x is a tune
y is a variable t is roust

322 2yZ x2 y 0
Inst Inst That
3 22422 22 2x Ey y x2 342 O

3 222 2 43 22 3 242

Refers to Z value
y or f ra ne

fy p o

f R co
MLTIVARIABLECHAINRUITI
CALI
g f fig in

Yt
HIIIII

It

s t

T.FI EI am
f Etf.II
e
g fix y 3
x'y x Is t st y s 2s t

Etf If If Is
G xx E 3 2 z

6 St 2s t It 31st T2
6st 12s t 6 St
12524 6 s 6 It
i8s t

Better way to Do it if we have f x y Defined

fix y 3 2
y i xfs.tl st y sat 2s t

f x is.tl y s H 3 SE 2s t
3 s't zs t

T.is j
Ex it f is not Define w Formula wt need
chain rule Heyy y
Ed Z f xx H
Is H s t
y sat 2st2

Question what is It is t i i

wth
X
n
Y we know sat
I fi it we e na those

S
11 s
11 In to get x
y
I I x i o l 2
i y i

Ito
compute It E
x Is t s t I 3 2
l 3

y sat 2512 E Ust 2 4

2
2 3 61 4
g
G 24

toy

EI Zhi fix y I a
u 1 4 I

I Ealing
compute

o
xu 8 v2 Ii o

Ya 3 yall 3

E E
C5 o 2 3
MI
x Xo t a t
L

y fix it y cell
III Enos

E E E E
f fy a b
É
I a b

ÉPÉE Evacuate f over L

z f xlt y't
It
L

Gradientoff
É

F EÉÉIa
therizeationofu
Ex consider fix 4 x y
2 at P I 1

Compute the Dir Deriv or f at P in air or

I Tz Ye

AND then w Din I Riz.FI


Draw I and I at P on contour PAT

GRADIENT Tf A fy

Ff necative means gonna Downham

Daffin 2 2 Eh Fh

I F

1252 positive means going in Him

1
I
fix D Y x yr
Y x2 y
go
titty
2 4 e y y
2
7
1 42
Y Y x ye
2
1
72

Ex fix x'y t xe P 2,0 T 1


37
I isn't a unit utiton so we have to

normalize it

I
IT 1,3

GRADI Tf 2x y te't x2 2xe

off 2 o o 1 4 y
I 8

Battin Ecstasy
To it 24

Rtt of Cha he or f at P
in THE Direction of F ont
me

TiI no t
sina.ae eo one

Data of a
Hat
left 11511 rose

110ft cos le cos o e i


Max is At
O o means I and
of point
Sant
Ioffe l is the maximum VIE For Def t

Of e points as to the Lf f curve

Turinch P
Ex fix y 2 31 y P 1,1

a Find the rate of crust on f at P in the Direito

or T 2,37

of f Fy
Gx try
Pf i 1 O 2

Def in one 243

f o 6

HD
Ib Find a vector in the Direction in which f increases
The Fastest At P 1,1

Tf points is the biz in which Dat is


maximized

w ttIamaeenntate
IE
Hofer ill Fy D
TANGENTPLANESTORAL
4 Lines and Local linear

Approximation
KEYID EA TF Yo Y Zo is normal to the levee surface of

2
Ex z 4 x2 y P 1,1 2 want ta Ge Punt at P

Treat the surface Like the LEVEL


surface of a function F x yz

Z 4 x2 y 2
0 4 x2 y Z Z

I
TF 2x 2x 1

TF i i z 2 2 17 Normal to surface
F x a 4 At P
IEEE 2 x 1 2
y 1 f 2 to

12 27 1
Iffy

ago

EI fix x'y xy i P iz

is
TF 3 x'y t y x3 t 2xy 1
Fx Fy Fa

GETZofo.in Zo f i 2 2 4 2

fifth Pt of tavaency

Norma TF i 2 2 6 4 1 4 1

Ii

1 21 11 31 21 23 1
EI find the a Gt a a E S Z2 3 At

P 1,2 gy
TF 2xy x2 z
y 62

OF I 2,1 4 0 4

tfa 146 1
017 23 41 1
Ex Find Point s where the tangent pave to S is

S x2 2,2 222 5

p 2x t y Z 10

TS t DP

Zx 44 42 t 2,1 1 Zt t t

2x ZE

ft
t looks Like a Line
Yy y
4z t z we want to know where
the
I
1st
x2 2,2 222 5

t t 2 ta t 2 th 5
2
th ZI 5

t t
E I 5

5 5

2
4

11122

Plug Back into

1 2 I

Functions of x y solve For z


no
w

ÉÉ z f x y we let F x y t fix t t

a b c
o c

Given P Go Y Zo f x y

a x xo t b ly yo t c Z zo o

fx xox x Xo t fy x Y y y 1 Z f x y o

solvet

R .tt tmm

f Ey i f lil 2

f It f in I

z f lil In 1 o

tape LG y 2 x
t
1 y

APPRAXIMATE f o 9 1.2

f o 9 1 2 L o s 1.2

2 o 9 1 1.2 1

2C o n o z
t n

second

f citca po.es where f o


of f is under

th v
f c o REL Max

f o Test fans

Not Given f x y A critical point Xe Ya is where

fI onions

AT EACH zit PT WE HAVE 3 POSSIBLE outcomes

Ét
secondpartialstest
FIND ALL cent PTS

PLUG EACH Crit Pt into D f f fy


fxifyx f.to
Iso WE HAVE A Max or A min not SADDLE

Blc the concavityisuniton


why Ble f fyy Have
and same star AI
overpower fx a is fyx
check sign on fxx on
fy to D ermine
which it is

fx so for fy so min

fxx co on
fy c o max

10 SADDLE point

Test
IFI Fai is

EI fax x 3 x
y
2
by
Find crit Pts

f 3 2
3 f 2y 6

2
3 3 0 x It
2y 6 0 y 3

t t.es 1 3 1 3

2ND PART ALS TEST D fxxfyy fx


fx Gx fyy 2
fy o
Efx o

D 1,3 611 z 02 12 70 max or min

f o so its a me

DC 1 6C i z 02 12 O SADDLE
isarennin
flip3
1,3 is A SADDLE

whestestth
f x x Y
Fx 4 3 f 4y
Fxx 12 2 fy nay f y

Dco o 0

f to o o Aub fax y o f x to or y to

sfisakec.me

EI f x y x
3xy y

f 3 2 3
y

f 3x
y
2
3 34 0

y 3 0 XI suis into fx
2
3 3 2x o

3 x x 3 0

Me Ing forges way value

x o y 310 o o
crit Pts
x 3 y 313 g
2ND Partials test D FxxAyy fxy

D o o 6 o i 37 9 CO SADI
2
D 3,9 613 i 3 9 0 max on man

fxx
i
3 9 18 so
mi

3,9 is A Ren Min

f 2x y Gx Fy x2 124

2 1
7
zxy go 4 3 0 0

x2 124 0
1 mean
o 3 is a crit e
it means our crit

E IIE
f
s_
laid
y x2 12 3 o x2 36 0 x 16
6,3 a 6,3
ABSOLFEEXTREMA
ExtremevAL Thorem FOR A Co Function on A
hous

3 enema

THE Absolute extrema must occur at Either


a critical point on an endpoint o Boundary

E CALC I
f x 4 x2 C 1,3
Find pts inside I s
StepI any crit

f ai 2x

crit it x o

Pena ace A D
step in
chefs Eets and

combat

7
fcn 3

f o 4 ABS Max

f 13 5 Abs min
Ex fax x t y i R 4xh_y

is tj
if
Find crit Pts inside R

f
as
e
Ly o

Restrict f to the Boundary of R make a substitution


2
4 4 4
Dominy y

f xx x2 y
i

BC x x2 4 4 2

4 3 2
III
Bex
III 1118 y y
4 Tx 20
B x Gx o x o
Lex El
Bl 1 1 x 1 y o so BA ft i o

on Boundary B o 4 Abs max is 4


B i I

inside 12 f o o
n
o t o o Abs min is o
Pena any
a
to
crit pts to f

µ Z I

2 4
o
EI fix y x2 4 4 542 84 12
0.1131 3.3

É
jpg
ay o x
at

fy 4 toy s o d
Sy toy s o

24 8
y y outsider
3
Beany Pieces

o
y
fix y x2 4xy 542 8

x2 4 10 5 o 8 o

B x x2 o 3 B x
f x o

Bi x 2x o
lay
x 3 i o E y E 3

fix y x2 4xy 542 8

f 3y 32 4 3 y 542 84

i T
y x i 0,3
fix y x2 4xy 542 8

f xx x2 4 2
5 2
8X
B 2 2
x 8x 0,7
BI x 4 8 1723
crit.pt

fix y x2 4xy 542 8

f 3,2 B z 11 abs.me

f 3,3 B s on Bz13 G

f 2,2 Byz z 8

I
Chapter 10

Multivariable Calculus: Integration

Contents
Double Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 255
Double Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261
Cylindrical and Spherical Coordinates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 266
Triple Integrals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 268
Jacobians and Change of Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 273

254
i
ÉtI f xy per e a n R

e
g fans x yr r

FEI

to
set
I y dydx on
f x y d x dy

I x y dy dx
y by dx

I f if d
J
Take Anti Deriv w s I 3 x2 i
Respect to Y
treat x as song
I I dx
3 2 x2
9

2x t E dx

x Ex to
I E o

te
EI
Id x'y dydx
It x y ly dx

It x'd

Ix Ii
f o
ID

ex fix y Tx R y x i y o x 1

ya R atmy x
ya R atmy x

da
s
É
7
IFedydx
o o 0
fjFdxdy
Y
REQUIRES Trig suis

I x I

I
o o
redydx fire dx

ere old x

x dx x2
due 2x dx

I d Edu xdx
x o u I

a a i i o
sin
Elo 31
D
F d dx.su e

f sin x2 d d

t Et
9
IF
o
E y
x Ly
x
F Ex F

dydx ysink'll i dx
Ex
II
TREAT AS
A Constant sink o dx

let u x

JI x sink d du
Edu
2xdx
xd x
02 0
It
x o u
I sink'd
x f u E H

I cosu lot
i il

I'D
EI Evaluate
fRf x y da over R ENCLOSED DYFI DIX MI
n it n M
I
I zig E
x
y
i yet I 74 1

p i s o item s

dydxsent
É gy
Ik d
11in
I xy dxdy
I y'ttx dy

It ay y I 3 y dy

I
z
y t y dy

I Egy dy
I ys 1
HI

2 A D Heiant 1
g Cyc
e w raisins

min
II fewc osebDY
set up a

bong.fm
it T
Ii ster

1 ad dy
Il dy

y it
E hlylli
12 in 2 Iz o

1312
11
IDOUBLENTEGRALSWIPOLARI

Review

ip
xx
x
tano

I x r cos

r sin
y

BASICSHAPET
2
r 3 x y 9 0 7 tao ta
a
r g I
7
i i 1
ly D
MY

OFFSETCILES
r a co so r acoso r a sin re as in o

n n n

I 1 I
4 cos 0 BYrs 4r
wht r r cos
2 4x
y comIIEI
x2 4 4 y
2 0 4

an

INTEGRATINGWIPOLAI

me
FIX
FIFI da Reacos
fix x

f x2 4232

F
x y
up III to y FI
O goes F y
2 9 x

T.it
x y g
O My tone I
1072
Y
x o to
13152

If rt rd do x X

2 2
9 Katy

EI x y da r YE

x y 2116
n 70 I

O increases

2
EI 1 44 da
T
f i losyet
e r
G Y 20 AI YEE x
Ty P
A X

É y
y
Fx
o r

I
i o

F
o s

tano f
to
fi Je
r

If
e da d do

du do

f
2
te'd do Ldn rdr
tee

e'd do Boffo n o
E
r f n s

Ie ti
d p ÉI
Ice e
lol
I Ceo E E o II

HII
EI Fivb volume inside outs

Effigy I Ietf
t
Zz Xx
Zz Z 2 Mey
2516 7
r 2 rz 4 0 0 Oz 25

y t.FI o 2
is
x r oso
typ p y r sin

z z
f r

g p Rito Dist From orian r


psing

47
Ph A ace from z a
9 u
r Dist From Z axis spy
O
P
since
y psing
Z
p cosof

Basicsiap r
2

É Yo

H
r2 4 2 4
p
2
42 42 4
z 2 rect Cy L SPHERICAL

Z z
z
pcosy
p Eq
p.ae 9tE
ITRIPLEINTEGRATI

remnant
If F is the Density of G
y
At x y z I F du mass ofG

EI F x y z
Zfy i G solid enclosed BY Z Y y x2 y Y
i AND Z
pure

EET

iii to

Di curve Line to carve Line


y
e
i

j
F to xz F
FATE onto y z na e

I
y DIY.to to y 4

pg

4 Y F

f zrydxdzdy.fi zrx fdzd


fftzrGEylldady
Izzy dzdy
L Ey Ii dy
y dy
I
I
1D
Ex Find volume of solid Enclosed By x o x l 2 0 2 1
0 Aus 2x y 27 6
y

now enate onto xz pure

axe
zig

p I Idydzdx
I
to Get volume From
A TRIPLE INTEGRAL

Il
EI Region encrosen BY x t
y 22 Y AND Z in THE

First octant above a u Dtr serene

Z
iii
I to Z TX

x2 y 2 12 4
Y

it x
DI
X 0 to xz D

HETTIE
CYLINDRICAL

N
GOT Rot

FI same

za Ta
tem
r 0 to r F

O 0 to Oz I
r o
e tr

fff I r dad do
Extra Term
da
For
rdr do
POLAR

2
p y

let
cos
pz I
Z l
p cosof
92 5 on

I 1 It pisinfdeded extras III


JACOBIANSANDCHANHEO

ARIAB Y f ar
2

e
i ia
Itta.org accounts for the area cut at
when we transform R
CALLED THE TACOMA

JACOBIAN Oriana variables

xo
POLARJACOBI
t.IE
x rL
so so r

y r sing
Yr Yo

t
r cost f r si o
r coset sin o

IT

EI da
Itf R y 1
i x x y xt
y y xt

y y

p
y
R X T t t

ft
y x t x ty t Ky
y its xty 3
My
n

nee
EI
some T Ed us For x
y

i
compute

I if It ens
s
tf
n

I
da
I I dudu
0 1
i II
I Int H Iii'd i su

a x y
d
f
I u in 3 hi
u x
ty

If u ins du

I I 2 I 3 o

HI
I
I

convent Gettacoban
xy t u t

XY
n
Z u

n
2

i n s
if p
xyz r r r
I I E fE
I I
D
fly
R
da
I ftp.tdudn
III dudu

D lid
du

Eli
f th

You might also like