Tangent Lines: The Derivative Function: Video Companion
Tangent Lines: The Derivative Function: Video Companion
Tangent Lines: The Derivative Function: Video Companion
1 Introduction
Derivative formula:
f (a + h) − f (a)
f 0 (a) = lim
h→0 h
y
f (x) = x2
x
c a b
1
Data Science Math Skills
Paul Bendich and Daniel Egger
Duke University
2 Calculate derivative
f (a + h) − f (a)
f 0 (a) = lim
h→0 h
(a + h) − a2
2
= lim
h→0 h
a + 2ah + h2 − a2
2
= lim
h→0 h
h(2a + h)
= lim
h→0 h
= lim (2a + h)
h→0
= 2a
f 0 (a) = 2a
f 0 (b) = 2b
f 0 (c) = 2c
2
Data Science Math Skills
Paul Bendich and Daniel Egger
Duke University
Next video: Finding where derivative is zero (where the tangent line to the function is
horizontal) is important for optimization problems.