Differential Calculus Course Notes1
Differential Calculus Course Notes1
Exercises 1.1
1 – 6. Find the domain of the following functions
Fig. 1.1. A function ƒ takes an input x, and returns an output (1) f ( x )=x −2 (2) F ( x )= √ 4−x 2
ƒ(x) 2 3
x −1 x −5
(3) h ( x )= (4) f ( t )=
Formal definition x−2 2
x + x −6
A function f is a rule that assigns to each element x in a set X (5) g ( u )= √ u−5 (6) y= √ 3−x−√ 2+ x
exactly one element, called f(x) in a set Y.
7 – 10. Determine neither whether the function is even, odd, or
neither even nor odd.
(7) f ( x )=1+3 x 2−x 4 (8) g ( x )=1+3 x−x 3
t
(9) A ( t )= 2 (10) F ( w )=w2 +2 w+1
1+ t
Classifications of functions
I. Algebraic functions – functions that involve algebraic
Fig. 1.2. A function with domain {1, 2, 3}, range {A, B, C,
operations such as addition, subtraction,
D} and set of ordered pairs {(1, D), (2, C), (3, C)}
multiplication, division, and taking roots.
The domain of a function is the set of all permitted (allowed) A. Polynomial functions – contain polynomials
inputs to a given function. Permitted input values are those B. Rational functions – contain rational expressions
that make the output values real and defined. II. Transcendental functions – functions that are not algebraic
The range (or image) of the function is the set of all resulting A. Trigonometric functions
outputs. B. Inverse Trigonometric functions
C. Exponential functions
Four ways to represent a function: D. Logarithmic functions
1. Verbal. The function is described in words. E. Hyperbolic Functions
2. Numerical. The function is presented by means of a table F. Inverse Hyperbolic functions
of values or ordered pairs.
3. Visual. The function is described by means of a graph. Evaluation of functions
4. Algebraic. The function is written in explicit formula. Exercises 1.2
Evaluate the following functions as required.
Function Notation (1) If f ( x )=5−2 x ,
The most common way to represent a function is by means of find: f ( 0 ) , f (−1 ) , f (−x ) , f ( 2 x ) , and f (x−1)
a formula. The expression f(x), read as “f of x”, is most popular
notation for functions. Note that any other letter or symbol can
(2) If g ( y )= y 2−3 y + 4 ,
be used to name a function.
The variable that represents an arbitrary number in the domain
g ( y + h )−g( y)
find: g ( 1 ) , g (− y ) ,and
is called an independent variable. h
1
2
lim x −4
(3) If f ( x )= √ x +1+4 , (4) x→ 2
x−2
find: f ( x−1 ) ,and f (3)
MODULE 2 – LIMITS
lim 3
(5) x →−1
The limit of a function is the value or quantity that is being x+1
approached by the said function as the independent
variable approaches a given value (argument) 2
lim x −6 x +5
(6) x→ 5
x−5
Limit Laws:
2
1. Limit of a Constant lim x −4 x
lim c=c (7) x→4
2
x →a x −3 x −4
3. Limit of a Product 2
lim x −9
lim [ f ( x )⋅ g (x) ] =lim f (x)⋅lim g (x) (9) x→ 3
x →a x→a x→ a 2 x−1
4. Limit of a Quotient 3
lim x −8
lim f (x)
[ ]
f (x) x → a (10) x→ 2
lim = if lim g (x) ≠ 0 x−2
x →a g (x) lim g ( x) x →a
x→ a
Exercises 2.1
Evaluate the limits.
3 2
(1) lim (5 x −3 x + x −6)
x →3
4
(2) lim (x + 3 x +6)
x→−2
2
lim 2 x +1
(3) x→ 1
3 x−2
2
MODULE 3 – DERIVATIVES dy dy du
= ⋅
dx du dx
The derivative of a function is the limit of the slope of the
secant line that connects two points in the graph of the 9. Simplified Chain Rule (or General Power Formula)
[ ]
function. d d
( u )n=n (u )n−1 (u )
dx dx
Therefore, the derivative is equal to the slope of the tangent
line to the graph of the function. 10. Square Root Rule
d
Differentiation is the process of finding the derivative of a ( u)
d dx
function. ( √ u )=
dx 2 √u
3
(16) y=( x2 −2 x +3 )
12 Higher Derivatives
For a function y=f (x ), we can have the following:
(17) y= (1−2 x )−3
1. first derivative: y ' =f ' ( x),
(18) y= ( 4 x +1 )3 /2 which is the derivative of the function
and so on.
Exercises 3.2
Find the second derivative of the functions.
(1) f ( x )=x 5
(2) y=7 x −3 −6 x 5
(3) f ( x )= (1−5 x )2
1 1 2
3
(4) y= x − x + x +2
3 2
3 1
(5) f ( x )=x − 2
x
2
(6) f ( x )=
1−x
(7) y=( x2 −1 )( x2 +2 )
3
x +1
(8) y= 3
x −1
(9) f ( x )= ( 2 x−5 )5 / 2
−4
(10) f ( x )=( x2 +3 )
ANSWERS:
(1) f '' ( x )=20 x3 (2) y ' ' =84 x−5−120 x 3
(3) f '' ( x )=50 (4) y ' ' =2 x −1
'' 4
(5) f '' ( x )=6 x−6 x−4 (6) f ( x )=
(1−x )3
3
12 x (2 x +1)
(7) y ' '=2(6 x +1) 2
(8) y ' '= 3
( x 3−1 )
(9) f ' ' ( x )=15 ( 2 x−5 )1/ 2
−6
(10) f ' ' ( x )=24 ( 3 x 2−1 ) ( x 2+ 3 )
4
Implicit Differentiation Chapter 4 - APPLICATIONS OF DERIVATIVE
If the function is not written explicitly as y=f (x ) but instead Some of the important applications of differentiation are the
dy following:
it is written as F ( x , y )=c , we can solve the derivative by 1. finding the slope of the curve
dx
differentiating each term of the equation with respect to x. This 2. finding the equation of tangents and normals to a curve
process is called implicit differentiation. 3. evaluating the limit of an indeterminate form using
L’Hospital’s rule
Exercises 3.3 4. finding extreme points and inflection points to sketch the
dy graph of a function
Find the derivative or y ' using implicit differentiation. 5. solving real-world optimization problems
dx
(1) x 2+ y 2=4 6. solving motion involving related rates
7. finding the radius of curvature of a curve
(2) 4 x 2+ 9 y 2 =36
(3) ( x− y )2− y=0
(4) x 3 + y 3−3 xy=0
(5) x 2+ 4 xy + y 3 +5=0 I. SLOPE OF THE CURVE
(5) y= 2
1
x −1 ( )
at 2 ,
1
3
x +2
(6) y= at (0 ,−1)
x−2
2 2
(7) x + y =10 at (−1 ,−3)
2 2
(8) x −3 xy + y +1=0 at (2 , 1)
ANSWERS:
(1) 2 (2) −5 (3) −10
5
(7) −1/3 (8) −1/4 II. TANGENTS AND NORMALS
'
Equation of tangent: y− y 1= y ( x−x 1)
−1
Equation of normal: y− y 1= (x−x 1)
y'
Exercises 4.2
Find the equation of the tangent and normal to the curve at the
point indicated.
(1) y=3 x 2−x +2 at (−1 , 6)
1 2 3
(2) y= x −2 x at x=1
2
2
(3) y= (1−2 x ) at (0 , 1)
(4) y= 2
2
x −1 ( )
at 2 ,
2
3
x−2
(5) y= at (−1 ,−3)
x +2
2 2
(6) 4 x + y =8 at (1 ,−2)
(7) x 2−xy +2 y 2−8=0 at (2 ,−1)
(8) (x + y )2+ x−3 y =4 at (1 ,−1)
ANSWERS:
6
III. L’HOSPITAL’S RULE ( x−5 )2−25
( 5 ) lim IV. EXTREME POINTS AND POINTS
x→ 0 x
f (x) 0 ∞ OF INFLECTION
If the limit of a rational expression = or , the limit
g(x) 0 ∞
(if it exists) can be obtained using the L’Hospital’s Rule Extreme points are those points in the graph where the slope
is zero.
[ ] [ ]
f (x) f (x)
' Extreme points include:
lim =lim ' (1) local maximum
x →a g (x) x →a g (x)
(2) local minimum
Exercises 4.3
Evaluate the limits using L’Hospital’s Rule
x−2
( 1 ) lim 2
x→ 2 x −4
2
( 2 ) lim x −x−6
x→ 3 x −3
3x
( 3 ) lim 2
x→ 0 x −4 x
2
( 4 ) lim x −6 x+ 5
x→ 5 x−5
7
V. OPTIMIZATION PROBLEMS VI. CURVATURE
Optimization problems are those that involve local maximum The curvature κ at any point P on a plane curve is the change
and local minimum. in the inclination ϕ of the tangent line per unit of arc length.
quantities. [ 1+( y ) ]
' 2
( )
3
x 4
(2) The sum of two numbers is 16. If the sum of their cubes is (1) y= at 2 ,
6 3
a minimum, find the numbers. [ ANS: 8 and 8 ]
y =2 x at ( 2 , 2 )
2
(2)
y −4 x =9 at ( 2 , 5 )
2 2
(3) An isosceles triangle has a base of 6 units and a height of (3)
12 units. Find the dimensions of an inscribed rectangle (4) 2
y=2 x +3 at x=−1
with maximum area if one of its sides lies on the base of 4
the triangle. [ ANS: 3 units x 6 units ] (5) y=2 x + at x=1
x
(4) A window in the shape of a rectangle capped by a
semicircle has a perimeter of 10 ft. Find the radius of the
semicircular part so that the window admits the most light.
(Hint: The window that admits the most light is the one with
maximum area.) [ANS: 1.4 ft ]
8
Chapter 5 – DERIVATIVES OF TRANSCENDENTAL
FUNCTIONS
I. TRIGONOMETRIC FUNCTIONS
Exercises 5.1
Find the first derivative
(1) y=sin2 x
(2)
9
Chapter 6 – FUNDAMENTALS OF INTEGRATION The constant of integration c compensates for the zero
derivative of a constant function that cannot be recovered
Integration is the process of undoing the derivative. The exactly during the differentiation process.
function f ( x )=5 x 2 has a derivative of f ' ( x )=10 x .
Reversing this process is called anti-differentiation. Therefore,
the anti-derivative of 10 x is 5 x 2.
(2) If y=x 2 +5
dy
then, y ' =2 x or =2 x or dy =2 xdx
dx
10