Chapter 2 Coordinates, Curves and Surfaces - MATH1006 Calculus

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

Coordinates, Curves and Surfaces

A coordinate system on a space is a collection of real variables, each taking values in a specified
subset of R , for which every point in the space is described by certain values for the variables.

We are already very familiar with this notion of coordinate systems. For example, one can use
two numbers, longitude and latitude, to describe each point uniquely on the surface of the Earth.

Often a problem that is computationally difficult in one coordinate system will miraculously
simplify when a move to another coordinate system is made. This is something we will see later
in the course.

1 Common Two Dimensional Coordinate Systems

In this subsection we study two coordinate systems that can be used to describe the space .
2
R

You will already be familiar with Cartesian coordinates: the standard coordinates on .
2
(x, y) R

Specifically two orthogonal coordinate axes lie in , the x-axis and the y-axis. Given a point
2
R

, the values that and take are the distances of from the two axis including sign. The
2
P ∈ R x y P

variables x and y can take any value in R .

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 1/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

Alternatively one can describe P using polar coordinates. First consider the line segment OP

from the origin to P . Define ρ to be the length of OP , that is, the distance of P from the origin.
Note that necessarily ρ ≥ 0 . Define φ to be the angle that OP makes with the positive x-axis. It
follows that φ ∈ [0, 2π) . The pair (ρ, φ) are the polar coordinates of P .

Each point in is uniquely described by values of and , with one exception: the origin. Why?
2
R ρ φ

Theorem 1.1
2
Given a point P ∈ R described in polar coordinates by (ρ, φ) , the Cartesian
coordinates (x, y) of P are given by

x = ρ cos φ and y = ρ sin φ.

Proof:
Assume P belongs to the upper right quadrant of R
2
. The result follow from some simple
trigonometric analysis of the following right angle triangle:

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 2/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus


The cases of P belong to the other quadrants follow similarly.

Example 1.2
Consider the point given in Cartesian coordinates by . Convert this point into
2
P ∈ R (−2, 2)

polar coordinates.

The polar coordinates are given by

ρ = Length(0P )

2 2
= √(−2) + 2

= 2,

φ = Angle between 0P  and the positive x-axis

2
= arctan( )
−2

= arctan(−1)


= .
4

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 3/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus


So is given by in polar coordinates.

P (2, )
4

Example 1.3
π
Consider the point P ∈ R
2
given in polar coordinates by (6,
3
) . Convert this point into

Cartesian coordinates.

By Theorem 2.1.1, the Cartesian coordinates are given by

π 1
x = 6 cos( ) = 6 ⋅ = 3,
3 2

π √3
y = 6 sin( ) = 6 ⋅ = 3√3.
3 2


So P is given by (3, 3√3) in Cartesian coordinates.

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 4/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

2 Common Three Dimensional Coordinate Systems

There are three coordinate systems that are commonly used in .


3
R

The first of these is again the commonly used Cartesian coorinates: the standard (x, y, z)

coordinates in R
3
. Specifically there are three pairwise ortogonal axes in R
3
: the x-axis, the y-
axis and the z-axis. Given a point P ∈ R
3
, the x coordinate is defined as the distance of P from
the (x, y) -plane, the y coordinate is defined as the distance of P from the (x, z) -plane and the z

3
coordinate is defined as the distance of P from the (y, z) -plane. Each point P ∈ R is
determined uniquely by its’ Cartesian coordinates.

Alternatively one can describe P using cylindrical coordinates, which consists of a triple (ρ, φ, z) .
Cylindrical coordinates are to some extent an extension of polar coordinates. The coordinates
(ρ, φ) are the polar coordinates that describe the point (x, y) in the (x, y) -plane. The z-
coordinate remains as in Cartesian coordinates.

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 5/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

Cylindrical coordinates are so called as cylinders are easily described in cylindrical coordinates
by a constant value for the coordinate ρ. If you are working on a problem that appears cylindrical
in some sense, then switching to cylindrical coordinates may simplify the problem greatly.

Theorem 2.1
Given a point P ∈ R
3
described in cylindrical coordinates by (ρ, φ, z) , the
Cartesian coordinates (x, y, z) of P are given by

(x, y, z) = (ρ cos φ, ρ sin φ, z) .

Finally one can describe P using spherical coordinates. First consider the line segment OP from
the origin to P . Define r to be the length of OP , that is, the distance of P from the origin. Note
that necessarily r ≥ 0 . Define θ to be the angle that OP makes with the positive z-axis. It follows
that θ ∈ [0, π] . Define ϕ to be the angle that OP makes with the positive x-axis in the (x, y) -
plane. It follows that ϕ ∈ [0, 2π) . The triple (r, θ, ϕ) are the spherical coordinates of P .

Spherical coordinates are so called as spheres are easily described in spherical coordinates by a
constant value for the coordinate r. Similarly to previously, if you are working on a problem that
appears spherical in some sense, then switching to spherical coordinates can simplify the
problem greatly.

Theorem 2.2
3
Given a point P ∈ R described in spherical coordinates by (r, θ, ϕ) , the
Cartesian coordinates (x, y, z) of P are given by

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 6/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

(x, y, z) = (r sin θ cos ϕ, r sin θ sin ϕ, r cos θ) .

Example 2.3
Consider the point P ∈ R
3
given in spherical coordinates by (4,

4
,
π

3
) . Convert this point
into Cartesian coordinates.

By Theorem 2.2.2, the Cartesian coordinates are given by

3π π
x = 4 sin( ) cos( ) = √2,
4 3

3π π
y = 4 sin( ) sin( ) = √6,
4 3


z = 4 cos( ) = −2√2.
4

So P is given by (√2, √6, −2√2) in Cartesian coordinates.

3 Curves in Parametric Form

Until now, we have described curves and surfaces in R


2
or R
3
as the set of points satisfying
some condition: usually an equation. It is often preferable to describe these objects instead in
parametric coordinates.

Definition 3.1
Let x = x(t) and y = y(t) be two continuous functions of t for t ∈ I , where I ⊂ R . The
set of points

2
{P = (x(t), y(t)) ∈ R : t ∈ I}

is a parametric curve. The functions x(t) and y(t) are called parametric equations, and t

is called the parameter.

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 7/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

To describe a curve using parametric coordinates, not only do we use variables representing the
Cartesian coordinates x and y in R
2
, we introduce a third variable t which can take values in
some fixed subset I of R . The coordinates x and y are then described as a function of t: x(t)

and y(t) respectively. As the value of t moves through I , the point P = (x(t), y(t)) draws a
curve in R
2
.
3
Defintion 2.3.1 generalises easily to a curve in R by introducing a third coordinate z = z(t) .

Usually parametric curves are described in vector form using a position vector r which depends
on t, written r(t) . More specifically r(t) = (x(t), y(t)) or r(t) = (x(t), y(t), z(t)) .

Example 3.2
Consider the parametric curve in R
2
described by r(t) = (cos(t), sin(t)) , for t ∈ [0, 2π) . This
parametric curve describes a circle.

Example 3.3
Consider the parametric curve in R
3
described by r(t) = (cos(t), sin(t), t) , for t ∈ R>0 . Note
that restricting to the (x, y) -plane, replicates the parametric circle of Example 2.3.2. However
the z-coordinate increases at a constant rate with t. Hence the parametric curve describes a
circular spiral.

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 8/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

One might ask how to find the tangent vector to a parametric curve. For a curve of the form
y = f (x) , the tangent line is found via differentiation. Specifically the gradient of the tangent line
dy
is given by dx

= f (x) . Differentiation also features heavily in answering this question in the
parametric setting.

A parameterisation r(t) = (x(t), y(t)) or r(t) = (x(t), y(t), z(t)) is differentiable if each
component is differentiable as a function of t, that is, x(t), y(t) and z(t) are differentiable.
Furthermore the derivative of a vector function of one variable is found by differentiating
component-wise. For example

r(t) = (x(t), y(t))

dr(t) dx dy
⟹ = ( (t), (t)) .
dt dt dt

and

r(t) = (x(t), y(t), z(t))

dr(t) dx dy dz
⟹ = ( (t), (t), (t)) .
∂t dt dt dt

dx x(t+Δt)−x(t)
where dt
= limΔt→0
Δt
, etc.

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 9/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

Theorem 3.4
Let C be the curve given by the continuously differentiable parametrisation r(t)

dr(t)
for a set of values of t. Then dt
is a tangent vector to the curve at r(t) .

Proof:
Assume that C is contained in R
2
. The case where C ⊂ R
3
will follow an almost identical
argument. For some fixed value of t, let P be the point on C at r(t) , and let Q be the point on C

at r(t + Δt) , where Δt is some small non-zero value.


Calculate that

dr(t) dx dy
= ( (t), (t))
dt dt dt

x(t + Δt) − x(t) y(t + Δt) − y(t)


= ( lim , lim )
Δt→0 Δt Δt→0 Δt

r(t + Δt) − r(t)


= lim
Δt→0 Δt

PQ
= lim
Δt→0 Δt

PQ
Note that Δt
is a scalar multiple of the vector PQ . As Δt → 0 , the direction of PQ approaches
the direction of the tangent vector at P to C .

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 10/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

4 Surfaces in Parametric Form ∎


Surfaces in R
3
can also be describing in parametric form:

Definition 4.1
Let x = x(u, v), y = y(u, v) and z = z(u, v) be continuous functions in two variables u

2
and v, for u and v in some fixed domain D ⊆ R . The set of points

3
{P = (x(u, v), y(u, v), z(u, v)) ∈ R : (u, v) ∈ D}

is a parametric surface. The functions x(u, v), y(u, v) and z(u, v) are called parametric
equations, and u and v are called the parameters.

As u varies but v stays constant, the point P = (x(u, v), y(u, v), z(u, v)) will vary tracing out a
curve in R
3
, exactly as per Defintion 2.3.1. This is similarly true as v varies but u stays constant.

From here, it is easy to see that as u and v are both allowed to vary, that P will trace out a
surface.

Similarly to curves, parametric surfaces are often written in vector format:

r(u, v) = (x(u, v), y(u, v), z(u, v)).

Example 4.2
Consider the parametric surface in R
3
described by

r(t) = ( cos(u) sin v, sin(u) sin(v), cos(v)),

for u ∈ [0, 2π) and v ∈ [0, π] . This parametric surface describes a sphere of radius 1 centered
on the origin. Indeed one can verify that x
2
+ y
2
+ z
2
= 1 for all values of u and v.

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 11/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

Fixing the value of v as v0 and continuing to vary u, restricts the parameterisation r(u, v0 ) to
one parameter, and subsequently describes a curve on the surface: a circle of latitude.
Similarly fixing u as u0 , and allowing v to vary, describes a semi-circle of longitude on the
sphere.

Example 4.3
Let a, b be constants such that b > a . Consider the parametric surface in R
3
described by

r(t) = ((b + a cos(u)) cos(v), (b + a cos(u)) sin(v), a sin(u)),

for u ∈ [0, 2π] and v ∈ [0, 2π] . This parametric surface describes a torus, that is, the surface
of a donut.

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 12/13
8/9/22, 10:31 AM Chapter 2 Coordinates, Curves and Surfaces | MATH1006 Calculus

https://bookdown.org/danielcavey27/math1006_calculus_lecture_notes/S2.html 13/13

You might also like