MVC Lecture 1
MVC Lecture 1
Lecture 1
dated 10-02-2025
Course Title:- Multi-Variable Calculus
Class:- BS-Computer Science – Fall-23-A
Semester : Spring 25
1
Two-Dimensional Coordinate Systems
To locate a point in a plane, two numbers are necessary.
2
Three-Dimensional Coordinate Systems
In order to represent points in space, we first choose a
fixed point O (the origin) and three directed lines through O
that are perpendicular to each other, called the coordinate
axes and labeled the x-axis, y-axis, and z-axis.
Coordinate axes
Figure 1
3
Three-Dimensional Coordinate Systems
The direction of the z-axis is determined by the right-hand
rule as illustrated in Figure 2:
Right-hand rule
Figure 2
If you curl the fingers of your right hand around the z-axis in
the direction of a 90 counterclockwise rotation from the
positive x-axis to the positive y-axis, then your thumb points
in the positive direction of the z-axis. 4
Three-Dimensional Coordinate Systems
The three coordinate axes determine the three coordinate
planes illustrated in Figure 3(a).
6
Three-Dimensional Coordinate Systems
The x-axis runs along the intersection of the floor and the left wall.
The y-axis runs along the intersection of the floor and the right wall.
The z-axis runs up from the floor toward the ceiling along the
intersection of the two walls.
7
Three-Dimensional Coordinate Systems
Now if P is any point in space, let a be the (directed)
distance from the yz-plane to P, let b be the distance from
the xz-plane to P, and let c be the distance from the
xy-plane to P.
8
Three-Dimensional Coordinate Systems
Thus, to locate the point (a, b, c), we can start at the origin
O and move a units along the x-axis, then b units parallel to
the y-axis, and then c units parallel to the z-axis as in
Figure 4.
Figure 4
9
Three-Dimensional Coordinate Systems
The point P(a, b, c) determines a rectangular box as in
Figure 5.
Figure 6
11
Three-Dimensional Coordinate Systems
The Cartesian product = {(x, y, z) | x, y, z }
is
the set of all ordered triples of real numbers and is denoted
by .
13
Example 1
What surfaces in are represented by the following
equations?
(a) z = 3 (b) y = 5
Solution:
(a) The equation z = 3 represents the set {(x, y, z) | z = 3},
which is the set of all points in whose z-coordinate is
3.
14
Example 1 – Solution cont’d
z =3, a plane in
Figure 7(a)
15
Example 1 – Solution cont’d
y = 5, a plane in
Figure 7(b)
16
Three-Dimensional Coordinate Systems
In general, if k is a constant, then x = k represents a plane
parallel to the yz-plane, y = k is a plane parallel to the
xz-plane, and z = k is a plane parallel to the xy-plane.
17
Three-Dimensional Coordinate Systems
The familiar formula for the distance between two points in
a plane is easily extended to the following three-
dimensional formula.
18
Example 5
Find an equation of a sphere with radius r and center
C(h, k, l ).
Solution:
By definition, a sphere is the set of all points P(x, y, z)
whose distance from C is r. (See Figure 12.)
Figure 12 19
Example 5 – Solution cont’d
20
Three-Dimensional Coordinate Systems
21