<
Intro
duction
Advanced
Calculus
fo
r
Data
Science
Introduction
So
fa
r
in
calculus
you
have
developed
the
to
ols
to
answ
er
the
follo
wing
questions
ab
out
a
function
of
one
va
riable:
1
Ho
w
quickly
do
es
the
value
of
the
function
change
as
the
input
changes?
2
Ho
w
do
w
e
estimate
the
value
of
the
function
nea
r
a
p
oint?
2
Introduction
3
What
a
re
the
maximum
and
minimum
values
of
the
function?
3
Introduction
4
What
is
the
a
rea
under
the
graph
of
the
function?
What
do
es
it
mean?
These
a
re
all
useful
to
ols,
but
they
don’t
necessarily
apply
to
the
t
ypes
of
data
that
w
e
encounter
in
the
wo
rld.
4
Introduction
Data
generally
tak
es
the
form
of
a
set
of
observations,
rather
than
an
algeb
raic
function.
Ho
w
do
w
e
p
erfo
rm
calculus
with
such
a
set?
W
e
will
develop
metho
ds
to
app
ro
ximate
integrals
and
to
app
roximate
functions.
Click to Load Applet
Figure:
Appro
ximations
of
an
integral
and
of
a
function
5
Introduction
Many
measurable
quantities
can
b
e
found
to
dep
end
on
the
value
of
multiple
inputs.
These
are
multiva
riable
functions
like
z
=
F
(
x
,
y
),
where
z
is
a
function
of
t
wo
indep
endent
variables.
Examples
app
ea
r
in
all
the
sciences
1
Chemistry:
V
=
nrt
P
2
Physics:
F
=
GMm
r
2
3
Economics:
P
=
P
0
e
rt
Figure:
The
graph
of
a
tw
o-va
riable
function
6
Introduction
F
urthermo
re,
real
wo
rld
data
do
es
not
come
prepack
aged
with
a
differentiable
function
to
describ
e
it.
Click to Load Applet
Figure:
Fitting
a
line
to
a
set
of
data
p
oints
7
Introduction
The
values
of
y
may
not
be
a
function
of
x
at
all.
Another
view
p
oint
is
to
see
(
x
,
y
)
as
a
randomly
chosen
p
oint
in
the
plane.
T
o
mo
del
such
random
choices,
w
e
use
a
tw
o-variable
density
function.
Click to Load Applet
Figure:
A
function
that
models
the
outcomes
of
a
random
p
ro
cess
8
Introduction
Course
Aims
By
the
end
of
this
course,
y
ou
should
b
e
able
to:
Apply
advanced
metho
ds
to
evaluate
integrals.
Measure
a
reas
and
volumes
with
integrals.
Implement
co
de
to
compute
integrals
and
derivatives
and
to
visualize
functions.
Compute
a
p
robabilit
y
using
a
continuous
probabilit
y
distribution.
App
ro
ximate
or
manipulate
a
function
using
its
T
a
ylo
r
Series.
Pro
duce
o
r
interp
ret
a
va
riety
of
visualizations
of
multivariable
functions.
Compute
rates
of
change
of
multiva
riable
functions.
Find
maximum
and
minimum
values
of
a
multiva
riable
function,
including
with
constraint.
Integrate
multiva
riable
functions
over
a
variet
y
of
regions.
9
>
Back to Contents