DiffCal FourthPerioReviewer
DiffCal FourthPerioReviewer
Good luck and best wishes on your final periodical examination for this year!
FOURTH QUARTER
EXAMINATION REVIEWER
DIFFERENTIAL CALCULUS
Derivative – the rate of change of a function (result or outcome) with respect to a variable
Derivative by Definition (or the Limit Definition of The Derivative of a Function)
The derivative of a function f at any number x in its domain is the expression obtained in:
𝑓(𝑥 + ∆𝑥) − 𝑓(𝑥)
𝑓 ′ (𝑥) = lim
∆𝑥→0 ∆𝑥
𝑑𝑦 𝑑
Other notations: 𝑦′ 𝑓 ′ (𝑥) (𝑓(𝑥)) 𝐷𝑥 𝑓(𝑥) 𝐷𝑓(𝑥)
𝑑𝑥 𝑑𝑥
Steps in Finding The Line Equation Tangent to the Function At a Given Point
The chain rule is a fundamental rule in calculus used to differentiate composite functions. A composite
function is a function within a function, like f(g(x)). The chain rule states that the derivative of a composite
function is the derivative of the outer function (with the inside function left alone) times the derivative of the
inner function.
The chain rule is crucial for differentiating trigonometric, exponential, logarithmic, and inverse trigonometric
functions, especially when these functions are combined or nested within each other. This rule is also used in
implicit differentiation.
𝑑 𝑑 𝑑 𝑑
(sin(𝑢)) = cos(𝑢) ∙ (𝑢) (csc(𝑢)) = − csc(𝑢) cot(𝑢) ∙ (𝑢)
𝑑𝑥 𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑 𝑑 𝑑 𝑑
(cos(𝑢)) = − sin(𝑢) ∙ (𝑢) (sec(𝑢)) = sec(𝑢) tan(𝑢) ∙ (𝑢)
𝑑𝑥 𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑 𝑑 𝑑 𝑑
(tan(𝑢)) = sec 2 (𝑢) ∙ (𝑢) (cot(𝑢)) = − csc 2 (𝑢) ∙ (𝑢)
𝑑𝑥 𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑 𝑢 𝑑 𝑑 𝑢 𝑑
(𝑒 ) = 𝑒 𝑢 ∙ (𝑢) (𝑎 ) = 𝑎𝑢 ∙ ln (𝑎) ∙ (𝑢)
𝑑𝑥 𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑 1 𝑑 𝑑 1 𝑑
(ln(𝑢)) = ∙ (𝑢) (log 𝑎 (𝑢)) = ∙ (𝑢)
𝑑𝑥 𝑢 𝑑𝑥 𝑑𝑥 𝑢 ln(𝑎) 𝑑𝑥
𝑑 𝑢′ 𝑑 𝑢′
(sin−1 (𝑢)) = (csc −1 (𝑢)) = −
𝑑𝑥 √1 − 𝑢2 𝑑𝑥 |𝑢|√𝑢2 − 1
𝑑 𝑢′ 𝑑 𝑢′
(cos −1 (𝑢)) = − (sec −1 (𝑢)) =
𝑑𝑥 √1 − 𝑢2 𝑑𝑥 |𝑢|√𝑢2 − 1
𝑑 𝑢′ 𝑑 𝑢′
(tan−1 (𝑢)) = (cot −1 (𝑢)) = −
𝑑𝑥 1 + 𝑢2 𝑑𝑥 1 + 𝑢2
Implicit differentiation is a technique used to find the derivative of a function that is not explicitly defined as
y = f(x). Instead, the function is defined implicitly through an equation relating x and y. The key idea is to
differentiate both sides of the equation with respect to x, treating y as a function of x and applying the chain
rule.
An implicitly defined function is one where the dependent variable (usually y) is not isolated on one side of
the equation. For example, 𝑥 2 + 𝑦 2 = 25 is an implicitly defined function; you can't easily solve for y.
The core of implicit differentiation is the chain rule. Remember that if y is a function of x, then the derivative of
𝑑𝑦
a term involving y with respect to x will include .
𝑑𝑥
𝑑𝑦
Find for the circle equation 𝑥 2 + 𝑦 2 = 25
𝑑𝑥
𝑑 2 𝑑
(𝑥 + 𝑦 2 ) = (25) Differentiate both sides of the equation
𝑑𝑥 𝑑𝑥
𝑑 2 𝑑 2 𝑑
(𝑥 ) + (𝑦 ) = (25) Apply the rules for differentiation
𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑𝑦
2𝑥 + 2𝑦 =0 Implicitly differentiate
𝑑𝑥
𝑑𝑦 𝑑𝑦 𝑑𝑦
2𝑦 = −2𝑥 Solve algebraically by isolating
𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑𝑦
2𝑦
𝑑𝑥 = −2𝑥
2𝑦 2𝑦
𝒅𝒚 𝒙
=− Final Answer
𝒅𝒙 𝒚
Higher-order derivatives refer to taking the derivative of a function more than once. Instead of just finding the
first derivative (the rate of change), you can find the second derivative (the rate of change of the rate of
change), the third derivative, and so on. Each subsequent derivative provides additional information about
the function's behavior.
𝒅𝒚
First Derivative (𝒇′ (𝒙) 𝒐𝒓 ): This represents the instantaneous rate of change of the function at a given
𝒅𝒙
point. Geometrically, it gives the slope of the tangent line to the curve at that point.
𝒅𝟐 𝒚
Second Derivative (𝒇′′ (𝒙) 𝒐𝒓 ): This represents the rate of change of the first derivative.
𝒅𝒙𝟐
𝒅𝟑 𝒚
Third Derivative (𝒇′′′ (𝒙) 𝒐𝒓 ): This represents the rate of change of the second derivative.
𝒅𝒙𝟑
𝒅𝒏 𝒚
Higher Derivatives (𝒇(𝒏) (𝒙) 𝒐𝒓 ): You can continue taking derivatives indefinitely, each representing the
𝒅𝒙𝒏
rate of change of the previous derivative. The notation 𝑓 (𝑛) (𝑥) denotes the nth derivative.