Calculus
Calculus
Calculus
1 Introduction to function 1
1.1 Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2 Differential Calculus 12
2.1 Differential Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2 Continuity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3 Integral Calculus 20
3.1 Integral Single Variable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.2 Area Under Curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.3 Volume . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
6 Vector Calculus 39
6.1 Vector Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
Chapter 1 Introduction to function
1.1 Function
Algebra Problem
The sum of the height, width, and length of a box is 207mm. If the height is three times the width and the
length is 7mm more than the width, find the dimensions of the box.
Calculus Problem
A protein energy drink box is to hold 200cm3 of protein energy drink. If the height of the box must be
twice the width, what dimensions will minimize the surface area of the box?
Definition 1.1 (Set)
A collection of well defined objects is known as the set.
♣
Figure 1.2
1.2 Graphs
Example 1.2 The graph of the function f (x) = x + 2 is the set of points with coordinates (x, y) for which
y = x + 2.
Example 1.3 Graph the function y = x2 over the interval [−2, 2].
Example 1.4
2
1.2 Graphs
Example 1.5 A function is defined as y = x2 − 5 find the value of f (0), f (−5), f (4), f (−4).
Example 1.6 The squaring function f is given by
f (x) = x2 .
√
Find f (−3), f (1), f (k), f ( k), f (1 + t), and f (x + h).
Example 1.7 A function f subtracts the square of an input from the input. Find f (x + h), f (4), f (x+h)−f
h
(x)
.
Example 1.8 The amount of money, A(t), in a savings account that pays 3% interest, compounded quarterly for
t years, with an initial investment of P rupees, is given by
0.03 4t
A(t) = P 1 +
4
(i) If Rs. 500 is invested at 3%, compounded quarterly, how much will the investment be worth after 2 yr.
Theorem 1.1 (Vertical-Line Test)
The Vertical-Line Test A graph represents a function if it is impossible to draw a vertical line that
intersects the graph more than once.
♥
3
1.2 Graphs
is Known as the open interval. Similarly, If a and b are real numbers, with a < b, we define the interval
[a, b] as the set of all numbers between including a and b, that is, the set of all x for which a ≤ x ≤ b.
Thus,
(a, b) = {x| a ≤ x ≤ b}.
Figure 1.3
4
1.2 Graphs
Symmetry of Function
The graph of an even function is symmetric about the y-axis. Since f (−x) = f (x), a point (x, y) lies
on the graph if and only if the point (−x, y) lies on the graph. A reflection across the y-axis leaves the graph
unchanged. The graph of an odd function is symmetric about the origin. Since f (−x) = −f (x), a point (x, y)
lies on the graph if and only if the point (−x, −y) lies on the graph Equivalently, a graph is symmetric about
the origin if a rotation of 180 deg about the origin leaves the graph unchanged. Notice that the definitions imply
that both x and -x must be in the domain of ÆŠ.
Linear Function
Theorem 1.2
The graph of the function given by
y = mx or f (x) = mx
is the straight line through the origin (0, 0) and the point (1, m). The constant m is called the slope of
the line. ♥
Definition 1.9
The variable y varies directly with x if there is some positive constant m such that y = mx. We also say
that y is directly proportional to x.
♣
Example 1.13 Find the slope and the y-intercept of the graph of 2x − 4y − 7 = 0.
Theorem 1.3
The slope of a line containing points (x1 , y) and (x2 , y2 ) is
y2 − y1 change in y
m= =
x2 − x1 change in x
♥
Application
Example 1.14 Business: Total Cost. Linen Club, Ltd., a clothing firm, has fixed costs of Rs. 10,000 per year.
These costs, such as rent, maintenance, and so on, must be paid no matter how much the company produces.
To produce x units of a certain kind of suit, it costs Rs.20 per suit (unit) in addition to the fixed costs. That is,
5
1.2 Graphs
the variable costs for producing x of these suits are 20x Rs.. These costs are due to the amount produced and
cover material, wages, fuel, and so on. The total cost C(x) of producing x suits in a year is given by
C(x) = (V ariable costs) + (F ixed costs) = 20x + 10, 000
. a) Graph the variable-cost, fixed-cost, and total-cost functions.
b) What is the total cost of producing 100 suits? 400 suits?
Example 1.15 Business: Profit-and-Loss Analysis. When a business sells an item, it receives the price paid by
the consumer (this is normally greater than the cost to the business of producing the item)
. a) The total revenue that a business receives is the product of the number of items sold and the price paid per
item. Thus, if Raggs, Ltd., sells x suits at Rs. 80 per suit, the total revenue R(x), in dollars, is given by
R(x) = U nit price.Quantity sold = 80x
. If
C(x) = 20x + 10, 000
Definition 1.12
A quadratic function f is given by
f (x) = ax2 + bx + c, where a 6= 0
. ♣
Definition 1.13
A polynomial function f is given by
f (x) = an xn + an−1 xn−1 + · · · a2 x2 + a1 x1 + a0 ,
where n is a non negative integer and an , an−1 , a1 , a0 are real numbers, called the coefficients.
♣
6
1.2 Graphs
where x is any real number and a > 0 and a 6= 1. The number a is the base.
♣
Example 1.16Task: Stocks and Gold Certain economists theorize that stock prices are inversely proportional
to the price of gold. That is, when gold prices go up, stock prices go down, and when gold prices go down,
stock prices go up.
Definition 1.18 (Absolute-Value Functions)
The absolute value of a number is its distance from 0 on the number line. We denote the absolute value
of a number x as |x|. The absolute-value function, given by f (x) = |x|, is very important in calculus,
and its graph has a distinctive V shape. Mathematically defined as:
(
−x x < 0
f (x) =
x x≥0
♣
where x is any real number and a > 0 and a 6= 1. The number a is the base.
♣
x
Example 1.17 The following are the example of exponential function 2x , 34 , ex .
Example 1.18Supply and Demand Functions In economics, demand is modelled by a decreasing function;
that is, as the price x gets larger, the demand D(x) gets smaller. However, supply is modelled by an increasing
function: As the price x gets larger, so does the supply, S(x).
Example 1.19Demand function Suppose the relationship between the price x of a 5-lb bag of sugar and the
quantity q of bags that consumers will demand at that price is given in the table and graph below.
Example 1.20Supply function Furthermore, suppose the relationship between the price x of a 5-lb bag of
sugar and the quantity q of bags that sellers are willing to supply, or sell, at that price is given in the table and
graph below.
7
1.2 Graphs
Example 1.21Economic Equilibrium Let’s now look at these curves together. As price increases, supply
increases and demand decreases; and as price decreases, demand increases but supply decreases. The point of
intersection xE , qE ) is called the equilibrium point.
Example 1.22 Find the equilibrium point for the demand and supply functions for the Ultra-Fine coffee maker.
Here q represents the number of coffee makers produced, in hundreds, and x is the price of a coffee maker,in
rupees.
x
Demand : q = 50 −
4
Supply : q = x − 25
8
1.2 Graphs
Example 1.23 Find the equilibrium point for the given demand and supply functions.
Demand : q = (x − 7)2
Supply : q = x2 + x + 4 (assume x ≤ 7)
Figure 1.4
y r
sine(θ) sin θ = r cosecant(θ) csc θ = y
x r
Cosine(θ) cos θ = r Secant(θ) sec θ = x
y x
T angent(θ) tan θ = x Cotangent(θ) cot θ = y
9
1.2 Graphs
Trigonometric Identities
sin2 θ + cos2 θ = 1
1 + tan2 θ = sec2 θ
1 + cot2 θ = csc2 θ
Figure 1.5
Theorem 1.5
Algebraic Properties of the Natural Logarithm For any numbers b > 0 and x > 0, the natural logarithm
satisfies the following rules:
1. Product Rule: ln(bx) = ln b + ln x
2. Quotient Rule: ln b/x = lnb − lnx
3. Reciprocal Rule: ln 1/x = −ln x
10
1.2 Graphs
11
Chapter 2 Differential Calculus
Definition 2.4
Suppose f (x) is defined over on an open interval about x0 , except possibly at x0 itself. If f (x) is
arbitrarily close to the number l for all x sufficiently close to x0 , we say that f approaches the limit L as
x approaches to x0 and write
limx→x0 f (x) = l, and read as " the limit of f (x) as x approaches x0 is L."
♣
Definition 2.5
Let f (x)) be a real valued function defined over some domain D. A real number l is said to be the limit
of f (x) at a point x = x0 if ∀ given ∃ a δ such when ever
|f (x) − l| < , |x − x0 | < δ (2.1)
and written as limx→x0 f (x) = l
♣
Figure 2.1
Figure 2.2
13
2.2 Continuity
2.2 Continuity
14
2.2 Continuity
Example 2.6 Show that there is root of the equation x3 − x − 1 = 0 between 1 and 2.
Example 2.7 Use the intermediate value theorem to prove that the equation
√
2x + 5 = 4 − x2
has a solution.
Example 2.8 Discuss the continuity of the
(
sin x
x , x 6= 0
y=
1, x=0
15
2.2 Continuity
2.2.1 Derivatives
during the first t second, and we used a sequence of average rates over increasingly short intervals to estimate
the rock’s speed at the instant t = 1. What was the rocks exact speed at this time.
Example 2.16 In controlled laboratory experiment, yeast cells are grown in an automated cell culture system
that count the number P of cells present at hourly intervals. The number after t hours is shown in the given
figure:
a. Explain what is meant by derivative P 0 (5). What are its unit?
b. Which is larger, P 0 (2) or P 0 (3) give reason?
c. The quadratic curve capture the trend of the data points is given by P (t) = 6.10t2 − 9.28t + 16.43. Find
the instantaneous rate of growth when t = 5 hrs.
16
2.2 Continuity
17
2.2 Continuity
Example 2.22 Using the Lagrange Mean value theorem, show that
| cos b − cos a| ≤ |b − a|
Example 2.23 Let f (x)= cos x, a ≤ x ≤ b. Using Lagrange mean value theorem
cos b − cos a
= f 0 (c) = − sin c
b−a
Example 2.24 Find the intervals in which the function f (x) = sin 3x, 0 ≤ x ≤ π/2 is increasing or decreasing.
Definition 2.14
Let a real valued function f (x) be continuous on a closed interval [a, b]. Let x0 be a point in (a, b) and
I = (x0 + h, x0 − h) be an infinitesimal interval or nbd around x0 . Then the function f (x) is said to
have a
local maximum ( or a relative maximum) at the point x0 , if f (x0 ) ≥ f (x), for all x in I.
local minimum ( or a relative minimum) at the point x0 , if f (x0 ) ≤ f (x), for all x in I.
♣
The points of local minimum (or maximum) are called the critical points or the stationary points and the
values of function at these points are called extreme values.
Theorem 2.9 (First Derivative test)
Let f (x) be differentiable function at x0 ∈ (a, b). Then necessary condition for the function for function
f (x) to have a local maximum or a minimum at x0 is that f 0 (x0 ) = 0.
♥
Example 2.25 Examine the maximum and minimum values if the following functions f (x) = 3x2 − 3x + 3,
x ∈ R (ii) f (x) = sinx , 0 < x < π.
18
2.2 Continuity
Figure 2.3
Example 2.26 You have asked to design a one litre can shaped like a right circular cylinder. What dimension
will use the least material.
Solution We know that
volume of can = πr2 h = 1000 (1000cm3 = 1 liter) (2.10)
dA 2000
= 4πr − 2 (2.13)
dr r
Theorem 2.11 (Taylor’s Theorem)
Let f(x) be defined and continuous and have derivatives up to (n + 1)th order in some interval I,
containing a point a. Then Taylor’s expansion of the function f (x) about the point x = a is given by
(x − a) 0 (x − a)2 00 (x − a)n n
f (x) = f (a) + f (a) + f (a)............... f (a) + Rn (x) (2.14)
1! 2! n!
where
(x − a)n+1 n+1
Rn (x) = f (c)
(n + 1)!
for a < c < x is the remainder term or error term.
♥
19
Chapter 3 Integral Calculus
such that for every partition P = {x0 , x1 , , ......xn } of [a, b] with kP k < δ and any ck ∈ [xk−1 , xk ] we
have
n
X
| f (ck )∆xk − M |< (3.1)
k=1
Rb
Denoted as a f (x)dx.
♣
Example 3.1 Find the area of the region enclosed by parabola y = 2 − x2 and the line y = −x.
Figure 3.1
Example 3.2 Find the area of the region lies inside the circle r = a cos θ and outside the cardioid r = a(1−cos θ)
3.3 Volume
Definition 3.4
Consider the portion of the curve y = f (x) between x = a and x = b. Then length of the the arc of the
curve between x = a and x = b is given by
s 2
Z b
dy
s= 1+ dx (3.4)
a dx
If x = φ(t) and y = ψ(t), t0 ≤ t ≤ t1 then arc length is
s
Z b 2 2
dx dy
s= + dt (3.5)
a dt dt
♣
3.3 Volume
Figure 3.2
Example 3.4 A curved wedge is cut from a circular cylinder of radius 3 by two planes. One plane is perpendicular
to the axis of the cylinder. The second plane crosses the first plane at 45o angle at the center of the cylinder.
21
3.3 Volume
Figure 3.3
√
Example 3.6 find the volume of a solid generated by revolving the region bounded by y = x and the line
y = 1, x = 4 about the line y = 1.
Example 3.7 The volume V is given by
Z 4
√
V = π[ x − 1]2 dx (3.10)
1
Figure 3.4
22
3.3 Volume
Figure 3.5
√
Example 3.8 Find the surface area of the surface generated by revolving the curve y = 2 x, 1 ≤ x ≤ 2 about
the x − axis.
Figure 3.6
Figure 3.7
23
Chapter 4 Function of Several Variables
Definition 4.1
Suppose D is set of n − tuples of real number (x1 , x2 , ......xn ). A real valued function f on D is a rule
that assigns a unique real number
W = f (x1 , x2 , .....xn ) (4.1)
to each element in D. If the input variable are two for example x, y then corresponding function f (x, y)
is known as function of two variables.
♣
Figure 4.1
Figure 4.2
4.1 Function of Several Variables
Example 4.1 Graph f (x, y) = 100−x2 −y 2 and plot the level curves f (x, y) = 0), f (x, y) = 51), f (x, y) = 75)
in the domain of f .
Figure 4.3
Figure 4.4
25
4.1 Function of Several Variables
Definition 4.6
The partial derivative of f (x, y) with respect to x at the point x0 , y0 is
∂f f (x0 + h, y0 ) − f (x0 , y0 )
|(x0 ,y0 ) = lim ,
∂x h→0 h
∂f ∂z
provided limit exists, denoted by , fx , or zx .
∂x ∂x ♣
Definition 4.7
The partial derivative of f (x, y) with respect to y at the point x0 , y0 is
∂f f (x0 , y0 + h) − f (x0 , y0 )
| = lim ,
∂y (x0 ,y0 ) h→0 h
∂f ∂z
provided limit exists, denoted by , fy , or zy .
∂y ∂y
♣
Example 4.5 If the resistor of R1 , R2 , R3 ohms are connected in parallel to make an R − ohms resistor, find
26
4.1 Function of Several Variables
Figure 4.5
Definition 4.8
A function z = ÆŠ(x, y) is differentiable at (x0 , y0 ) if fx (x0 , y0 ) and fy (x0, y0) exist and ∆z satisfies an
equation of the form
∆z = fx (x0 , y0 )∆x + fy (x0 , y0 )∆y + 1 ∆x + 2 ∆y (4.5)
in which 1 , 2 −→ 0 as ∆x, ∆y −→ 0. We call f differentiable if it is differentiable at every point in its
domain, and say that its graph is a smooth surface.
♣
in the value of f that results from moving from (x0 , y0 ) to another point (x0 + ∆x, y0 + ∆y) in R satisfies
the equation of the form
∆z = fx (x0 , y0 )∆x + fy (x0 , y0 )∆y + 1 ∆x + 2 ∆y (4.7)
where 1 , 2 −→ 0 as ∆x, ∆y −→ 0.
♥
27
4.1 Function of Several Variables
√ √
Example 4.6 Let T = g(x, y) is temperature at a point on the ellipse x = 2 2 cos t, y = 2 sin t 0 ≤ t ≤ 2π
then find the
(i) locate the maximum and minimum temperature on the ellipse. If T = xy − 2 find the maximum and minimum
value of T .
Definition 4.9 (Linearisation)
The linearization of a function f (x, y) at a point (x0 , y0 ) where f is differentiable is the function
L(x, y) = f (x0 , y0 ) + fx (x0 , y0 )(x − x0 ) + fy (x0 , y0 )(y − y0 ). (4.9)
The approximation
f (x, y) = L(x, y)
Figure 4.6
28
4.1 Function of Several Variables
Example 4.8 Suppose that a cylindrical can is designed to have a radius of 1in. and a hight of 5in., but that
the radius and hight are off by the amount dr = +.03 and dh = −.01. Estimate the resulting change in volume
of the can.
f has a local minimum at (a, b) if fxx > 0 and fxx fyy − fxy 2 > 0 at (a, b).
29
Chapter 4 Exercise
Example 4.10 Find the point on hyperbolic cylinder x2 − z 2 = 1 that are closed to the origin.
2 2
Example 4.11 Find the greatest and smallest values of f = xy takes on x8 + y2 = 1.
Example 4.12 Find the maximum and minimum distance from the origin to the curve
3x2 + 4xy + 6y 2 = 140
Example 4.13 Suppose a closed rectangular box has length twice its breadth and has constant volume V .
Determine the dimension of the box requiring least surface area.
Example 4.14 Human blood types are classified by three gene forms A, B, and O. Blood types AA, BB, and OO
are homozygous, and blood types AB, AO, and BO are heterozygous. If p, q, and r represent the proportions of
the three gene forms to the population, respectively, then the Hardy-Weinberg Law asserts that the proportion
Q of heterozygous persons in any specific population is modelled by
Q(p, q, r) = 2(pq + pr + qr), subject to p + q + r = 1.
Find the maximum value of Q.
Theorem 4.5 (Taylor,s Theorem)
Let f (x, y) is differentiable function up to (n + 1) order. Then Taylor’s expansion about a point a, b is
given as
1
f (x, y) = f (a, b) + (x − a)fx (a, b) + (y − b)fy (a, b) + [(x − a)2 fxx (a.b)+
2!
1
2(x − a)(y − b)fxy (a, b) + (y − b)2 fyy (a, b).... + [(x − a)n fxn (a.b)+
n!
n n n
2(x − a)(y − b)fxy (a, b) + (y − b) fyy (a, b) + Rn ] (4.12)
Where
1
Rn = [(x − a)n+1 fxn+1 (a.b) + 2(x − a)(y − b)fxy
n+1
(a, b) + (y − b)n+1 fyy
n+1
(a, b)
n + 1!
is known as the remainder term. ♥
Example 4.15 Find quadratic approximation to f (x, y) = sin x sin y near the origin. How accurate is the
approximation if |x| ≤ 0.1 and |y| ≤ 0.1.
Definition 4.12 (Jacobian)
Let T be a transformation
" such #that T (u, v) =< x, y > then the Jacobian matrix of this function is
∂x ∂x
defined as: J(u, v) = ∂u ∂v known as Jacobian matrix. The value of Jacobian is defined as the
∂y ∂y
∂u ∂v
determinate of the of the Jacobian matrix.
♣
K Chapter 4 Exercise k
1. The manufacturer company sell x − unit of a certain product per month at a price p = 20 − 3x rupee per
unit. The management of the company has determined that it costs y = 5x + 3p rupee to manufacturer
the x − units.
30
Chapter 4 Exercise
(a.) How many items should the company produce to maximize the profit.
(b.) How much should each item sell for to achieve this profit.
2. Show that the rectangular solid with surface area 6 and maximum volume is unit cube.
31
Chapter 5 Multivariate Integral Calculus
Theorem 5.1
If f (x, y) is continuous throughout the rectangular region R : a ≤ x ≤ b, c ≤ y ≤ d, then
ZZ Z dZ b
f (x, y) dA = f (x, y)dy dx. (5.3)
c a
R
♥
Example 5.1 Find the volume of the region bounded above by elliptical paraboloid z = 10 + x2 + 3y 2 and
Figure 5.1
5.1 Double Integral
Case-II
: Let region R : g1 (y) ≤ x ≤ g2 (y), c ≤ y ≤ d. The double integral will defined as:
ZZ Z d Z g2 (y)
f (x, y) dA = f (x, y)dx dy. (5.5)
c g1 (y)
R
Figure 5.2
Example 5.2 Find the volume of the prism whose base is the triangle in the xy − plane bounded by the x − axis
and the lines y = x and x = 1 and whose top lies in the plane z = f (x, y) = 3 − x − y.
RR
Example 5.3 Evaluate the double integral xy dxdy where R is the region bounded by x − axis, the line
R
x2
y = 2x and the parabola y = 4a .
Example 5.4
Definition 5.2
The area of a closed bounded plain region R is given is
ZZ
A= dA (5.6)
R ♣
33
5.1 Double Integral
RR
Example 5.10 Evaluate R r sin θ drθ over the region of cardioid r = a(1 − cos θ) above the initial line.
Example 5.11 Find the area enclosed by the lemniscate r2 = 4 cos 2θ.
Example 5.12 Find the area lies inside the cardioid r = 1 + cos θ and outside the circle r = 1.
Definition 5.3
The triple integral or volume integral bounded by a region R in space is
ZZZ
V = dV. (5.9)
R ♣
Example 5.13 Find the volume of the region R enclosed by the surface z = x2 + 3y 2 and z = 8 − x2 − y 2
Example 5.14 Find the volume of a tetrahedron with vertices (0, 0, 0), (1, 1, 0), (0, 1, 0) and (0, 1, 1).
Example 5.15 A cube has sides of length 4. Let one corner be at the origin and the adjacent corners be on the
positive x, y, and z axes. Find the volume of cube.
Example 5.16 Set up the integral of f (x, y, z) over W , the solid âĂIJice cream coneâĂİ bounded by the cone z =
34
5.1 Double Integral
p p
x2 + y 2 and the half-sphere z = 1 − x2 − y 2 , pictured below
35
5.1 Double Integral
Example 5.17 Find the center of mass of the region in the first quadrant that is bounded above by the line y = x
and below by the parabola y = x2 . Find the moment of inertia about the axes.
Example 5.18 Find the center of gravity of a solid of constant density δ bounded by the disk R : x2 + y 2 ≤ 4
in plane z = 0 and abpve by the paraboloid z = 4 − x2 − y 2 .
Example 5.19 A thin plate covers the triangular region bounded by the x − axis and the line x = 1 and y = 2x
in the first quadrant. Find the moments of inertia if density ρ = 6x + 6y + 6.
36
5.1 Double Integral
Figure 5.3
Example 5.21 Find the centroid of the solid enclosed by the cylinder x2 + y 2 = 4, bounded above by the
Figure 5.4
Example 5.23 Find the volume of the ice cream cone D cut from the solid sphere ρ ≤ 1 by the cone φ = π3 .
37
5.1 Double Integral
38
Chapter 6 Vector Calculus
Figure 6.1
Figure 6.2
dv
a= (6.7)
dt ♣
Example 6.1 Find the velocity speed and acceleration of a particle whoose motion is given by r = 2 cos ti +
2 sin tj + 5cos2 tk.
40
6.1 Vector Differentiation
Figure 6.3
Example 6.2 Let C have the position vector of F(t) = [cos(t) + t sin(t)]i + [sin(t) − t cos(t)]j + t2 k for t ≥ 0.
Find the unit tangent vector, curvature, unit normal.
Figure 6.4
Example 6.3 If r(t) = (cos t + sin t)i + (sin t − t cos t)j find the normal and tangential component of acceler-
ation.
41
6.1 Vector Differentiation
∇(φ + ψ) = ∇φ + ∇ψ (6.21)
42
6.1 Vector Differentiation
Figure 6.5
Physically, Let z = f (x, y) is the temperature distribution throughout a plate in xy plane. Let P (x0 , y0 )
is any point at a time and the temperature is f (x0 , y0 ) then the instantaneous change in temperature in x and y
direction is measured by directional derivatives at that point.
Example 6.6 Find the directional derivative of φ = x2 y − xez at a point P (2, −1, π) in the direction u =
i − 2j + k.
Example 6.7 Find the derivative of f = xey + cos(xy) in the direction of u = 3i − 4j at point P (2, 0).
Theorem 6.1 (Normal to a Level Surface)
Let φ and its first partial derivatives be continuous. Then (∇φ)p is the normal to the level surface
φ(x, y, z) = k at any point on this surface such that (∇φ)p 6= 0.
♥
Figure 6.6
43
6.1 Vector Differentiation
Example 6.8 Let a Vector field is defined as F = 2xyi + xez j + 2zk Find the divergence and curl.
Example 6.9 Let a Vector field is defined as F = sinh xi + cosh(xyz)j − (x + y + z)k Find the divergence
and curl.
44
6.1 Vector Differentiation
Figure 6.7
A similar calculation can made for the flux across the faces in y and z direction. Therefore the total flux will be:
total flux =[f (x + ∆x, y, z, t) − f (x, y, z, t)]∆y∆z+
[g(x, y + ∆y, z, t) − g(x, y, z, t)]∆x∆z+
[h(x, y, z + ∆, t) − h(x, y, z, t)]∆x∆y. (6.33)
The total flux per unit volume out of the box is obtained by dividing the volume ∆x∆y∆z, as:
f (x + ∆x, y, z, t) − f (x, y, z, t)
flux/unit volume = +
∆x
g(x, y + ∆y, z, t) − g(x, y, z, t)
+
∆y
h(x, y, z + ∆, t) − h(x, y, z, t)
. (6.34)
∆z
∂f ∂g ∂h
flux/unit volume = + + = ∇.F. (6.35)
∂x ∂y ∂z
Which is is the divergence of F.
45
6.1 Vector Differentiation
Therefore,
T = Ω × R = (bz − cy)i + (cx − az)j + (ay − bx)k. (6.37)
Then
i j k
∂ ∂ ∂
∇×T=
∂x ∂y ∂z
(bz − cy) (cx − az) (ay − bx)
46
6.1 Vector Differentiation
6.1.12 Mass, Moments for Coil Spring, Wire and Thin Rod
Let δ(x, y, z) be the density function then
Z
Mass = δ(x, y, z) ds (6.41)
C
Center of Mass Coordinate
Z Z Z
1 1 1
x̄ = x δ(x, y, z) ds, ȳ = y δ(x, y, z) ds, z̄ = z δ(x, y, z) ds (6.42)
M C M C M C
Moments of Inertia
Z Z
Ix = (y + z )δ(x, y, z) ds, Iy = (x2 + y 2 )δ(x, y, z) ds
2 2
C Z C
Example 6.15 A wire is bent into the shape of the quarter circle given by x = 2 cos(t), y = 2 sin t, z = 3. The
density of the wire δ(x, y, z) = xy 2 . Find the mass and Center of mass.
Definition 6.20 (Line Integral of Vector field)
Let F be a vector field defined along a curve C parametrized by r(t), a ≤ t ≤ b. Then the line integral of
F along C is Z Z Z
dr
F.T ds = F ds = F.dr. (6.44)
C C ds C
♣
√
F.dr, Where F = zi + xyj − y 2 k along the curve C given by r = t2 i + tj + tk,0 ≤
R
Example 6.16 Evaluate C
t ≤ 1.
47
6.1 Vector Differentiation
6.1.14 Potential
A vector field is said to conservative if it is derivable from a potential function i.e.
F = ∇φ (6.48)
Example 6.17 If F = (2xy 2 + y)i + (2x2 y + ex y)j, then show that F is conservative or not and hence find the
potential function φ.
Example 6.18 Find the flux of F = (x − y)i + xj across the circle x2 + y 2 = 1 in xy-plane.
Theorem 6.2 (Green’s Theorem)
Let C be a piecewise smooth simple closed curve enclosing a region R in xy-plane. Let F = M (x, y)i +
N (x, y)j be vector field with M and N having continuous first partial derivatives on R, then
I I ZZ
∂N ∂M
F.Tds = M dx + N dy = − dxdy. (6.51)
C C R ∂x ∂y
where C is positively oriented closed curve.
♥
48
6.1 Vector Differentiation
Figure 6.8
Figure 6.9
The surface integral of F is also called the flux of the vector field across the surface S.
♣
Example 6.21 Find the flux of F = yzi + xj − z 2 k through the parabolic cylinder y = x2 , 0 ≤ x ≤ 1, 0 ≤ z ≤ 4
Figure 6.10
49
6.1 Vector Differentiation
Example 6.23 Find the Circulation of the field F = (x2 − y)i + 4zj + x2 k around the curve C in which the
p
plane z = 2 meets the cone z = x2 + y 2 counter-clockwise.
Figure 6.11
Example 6.24 Use the Stoke’s theorem to find the circulation of vector field F = xzi + xyj + 3xzk and C is
the boundary of the portion of the plane 2x + y + z = 2 in first octant in positive direction.
Γ(n + 1) = n! (6.58)
√ √
1 1
Γ = π, Γ − = −2 π (6.59)
2 2
R∞ c
Example 6.25 Find 0 xcx dx
R1
Example 6.26 Evaluate 0 (log( y1 ))n+1 dy
50
6.1 Vector Differentiation
Z π
2
β(m, n) = sin2n−1 (x) cos2m−1 (x)dx (6.62)
0
∞ ∞
xn−1 xm−1
Z Z
β(m, n) = dx = dx (6.63)
0 (1 + y)m+n 0 (1 + y)m+n
Γ(m)Γ(n)
β(m, n) = (6.64)
Γ(m + n)
Definition 6.27 (Drichlet’s Formula)
It states that if l, m, n ≥ 0 the
ZZZ
Γl Γm Γn
xl−1 y m−1 z n−1 dxdydz = (6.65)
V Γ(l + m + n)
where, V : x ≥ 0, y ≥ 0, z ≥ 0 and x + y + z ≤ 1.
♣
R π √
2
Example 6.27 Evaluate 0 tan θdθ
Example 6.28 Evaluate the flux of a velocity field F = xi + yj + zk across the sphere x2 + y 2 + z 2 = a2 .
Figure 6.12
Example 6.29 Calculate the flux of the vector field F = x2 i + 4xyzj + zex k out of the box D : 0 ≤ x ≤ 3, 0 ≤
y ≤ 2, 0 ≤ z ≤ 1 using divergence theorem and verify it.
Example 6.30 Let f be the function f (x, y) = x2 + y 2 and let T be the triangle in the xy plane with vertices at
51
6.1 Vector Differentiation
Figure 6.13
the points (0, 0), (1, 0) and (0, 1). Find the volume of f over region T .
Example 6.31 Evaluate C y 2 dx − 2x2 dy along the parabola y = x2 from (0, 0) to (2, 4).
R
52