Derivatives Class Notes
Derivatives Class Notes
Notations of Derivatives
(“d” indicates a minute change in numbers, as opposed to ∆, which indicates a larger change
in values).
Lagrange and Leibniz are the notations most commonly used in calculus, but there are
others primarily used in physics.
Newton’s notation:
Note: Differentiability (the ability to take a derivative) implies continuity, but not necessarily
vice versa.
Indifferentiability:
A function f(x) will not have an instantaneous slope at a point (a, f(a)) if:
● The graph has a sharp corner/cusp at that point - if one-sided derivatives (derivative
definitions from left and right) aren’t equal
● The tangent line at that point has a vertical/nonexistent slope (derivative definition
approaches +/- infinity from both sides)
● The graph has a discontinuity at that point - one sided derivative limits will be
unequal or nonexistent. Removable discontinuities at which a limit still exists won’t
have a slope at the corresponding x-value
Derivative Rules
Example of sum rule:
4
𝑦 = 𝑥 + 12𝑥
𝑑 4 𝑑
𝑦' = 𝑑𝑥
𝑥 + 𝑑𝑥
[12𝑥]y’
3
𝑦' = 4𝑥 + 12
3 2
Example: 𝑓(𝑥) = 10𝑥 + 4𝑥 − 3𝑥 − 2
2
𝑓'(𝑥) = 30𝑥 + 8𝑥 − 3
The derivatives of the 6 trigonometric functions can be found by using the difference
quotient. They are:
***
Example #1
h(x)= (2x + 3)^3
h’(x)= 3* (2x+3)^2 *(2)= 6(2x+3)^2
Example #2
y= sin (cos(tanx))
y’= cos(cos(tanx)) * (-sin(tanx)) * sec^2(x)
Example #3
f(x) = tan(2x - x2)
f’(x) = sec2(2x - x2)(2 - 2x)
Implicit Differentiation
Make sure to not forget chain rule for exponential and logarithmic functions!
We know that
We divide by cos(y)
***KEY***: The slope of the point (slope of the tangent to that point) of a function = the
value of the derivative at that point. This allows us to graph a derivative from its original
function and vice versa--
GRAPHING F FROM F’
Steps:
Result:
GRAPHING F’ FROM F
Steps:
1) If needed, draw a rough coordinate axis around the graph of f(x).
2) Estimate the slope of f at various points.
a) The derivative f’(x) will take on that numerical slope as its y-value at these points.
3) Where f appears to have a slope of 0 -- a horizontal tangent -- the derivative crosses the
x-axis.
4) Where f has a positive slope (is increasing), f’ will be positive and vice versa.
Result:
dy/dx = (dy/dt)/(dx/dt)
This is true because a derivative measures the rate of change of one value over the other. All
of these physics terms: position, velocity, acceleration - these are all changes in values over
time. For example, velocity is the change in position over time. Acceleration is the change in
𝑑𝑦
velocity over time. That’s why we can put them into the form 𝑑𝑡
. And because we don’t want
𝑑𝑦
𝑑𝑡
to find the derivative over time, per se, but the derivative over Δx, we can simply make it 𝑑𝑥
𝑑𝑡
𝑑𝑦
which then simply equals 𝑑𝑥
.