Chapter 3: Surfaces in R^3 Flashcards
DEF 3.1 open subset
A subset U of R^n is open if, whenever P is a point in U,
there is a positive number ε such that every point Q ∈ R^n within a distance ε of P is also in U
- Q∈ R^n and ||PQ|| < ε implies Q∈U ( for p∈U)
- R^n and ∅ are trivial e.g any ε , e.g. no points in the set so no points to worry about
open subset examples
- R^n and ∅ are trivial e.g any ε , e.g. no points in the set so no points to worry about
- Products of open intervals : ]α_1,β_1 [ x…x]α_n, β_n[ for α_i less than β_i for i=1,…,n
eg n=1 [α, β] on real line
eg n=2 rectangle not including boundary ( can always find epsilon for any point)
eg n=3 cuboid without boundary
- The open ball eg B_R(P) = {Q∈R^n : ||PQ|| less than R} for P∈ R^n and R bigger than 0
disc without boundary
EXAMPLE: [α, β] is it open
Take [α, β] ⊂ R.
{x∈R: α ≤x≤ β}. If we take p=β then for any ε>0 we will have points not within the set.
e.g. take Q= p + 0.5ε. Then |QP| = 0.5ε less than ε. But Q= β. So Q not in [α, β]. This means [α, β] isn’t open
DEF: continuous at P in X
F is continuous at P ∈ X if, given any number ε bigger than 0, there is a number δ bigger than 0 such that
Q ∈ X and ||PQ|| < δ ⇒
||F(P)F(Q)|| < ε.
DEF continuous map F
The map F is continuous if it is continuous at every point in X
For subsets X ⊂R^m , Y⊂ R^n map F:X → Y is continuous at p ∈X if points near p are mapped by F to points in Y near F(P)
differentiability and continuity
all differentiable functions defined on an open set are continuous
DEF: 3.2.1
The partial derivative of a vector-valued function
σ : R^2 → R^3
σ(u, v) = (x(u, v), y(u, v), z(u, v))
Consider a vector-valued function σ : R^2 → R^3
σ(u, v) = (x(u, v), y(u, v), z(u, v))
The partial derivative of σ(u, v) with respect to u/ u-derivative,
is
∂σ/∂u= (∂x/∂u, ∂y/∂u, ∂z/∂u)
or σ_u(u, v) = (x_u(u, v), y_u(u, v), z_u(u, v))
which is another vector-valued function of the same form.
similarly wrt v
component by component
2nd order partial derivatives of a vector-valued function
σ : R^2 → R^3
σ(u, v) = (x(u, v), y(u, v), z(u, v))
∂^2σ/∂u^2,
∂^2σ/∂u∂v,
∂^2σ/∂v∂u,
∂^2σ/∂v^2,
or σuu, σuv, σvu, σvv.
usually functs..
In practice, we will always deal with functions σ : U → R^3
(where U ∈ R^2
is open) that are differentiable in both variables infinitely many times. In this case, σuv = σvu.
DEF: 3.2.3 dot product
Given two vector-valued functions σ_1, σ_2 : R^2 → R^3
σ_1(u, v) = (x_1(u, v), y_1(u, v), z_1(u, v))
σ_2(u, v) = (x_2(u, v), y_2(u, v), z_2(u, v))
their dot product σ_1 · σ_2 is the scalar-valued function (σ_1 · σ_2)(u, v) = x_1(u, v)x_2(u, v) + y_1(u, v)y_2(u, v) + z_1(u, v)z_2(u, v)
in R^3 dot product encodes lengths of vectors and angles for tangent vectors of surfaces.
PROP 3.2.4
a product rule
The partial derivatives of the dot product satisfy a product
rule:
(σ1 · σ2)_u = (σ1)_u · σ2 + σ1 · (σ2)_u;
(σ1 · σ2)_v = (σ1)v · σ2 + σ1 · (σ2)_v.
DEF 3.2.5: cross product
the cross product of σ_1(u, v) and σ_2(u, v) is the vector-valued function σ_1 × σ_2 given by (σ1 × σ2)(u, v) = (y1(u, v)z2(u, v) − z1(u, v)y2(u, v), z1(u, v)x2(u, v) − x1(u, v)z2(u, v), x1(u, v)y2(u, v) − y1(u, v)x2(u, v))
= det { [ i j k ] [x_1 y_1 z_1] [x_2 y_2 z_2] }
Example:
u derivative of dot product of σ(u, v) · σ(u, v)
Given a vector-valued function σ(u, v), the u-derivative of
σ(u, v) · σ(u, v) is
(σ · σ)u = σu · σ + σ · σu
= 2 σ_u · σ
and similarly its v-derivative is 2 σv · σ.
||σ|| constant
||σ|| constant⇒
σ_u(u, v) ⊥ σ(u, v),
σ_v(u, v) ⊥ σ(u, v)
for all (u, v) ∈ R^2.
In words, if a vector-valued function has constant magnitude, it is always orthogonal to its partial derivatives.
Definition 3.3.1. A parametrized surface in R^3
A parametrized surface in R^3
consists of an open set U ⊆
R^2 and a continuous map
σ : U → R^3
U is some open set on R^2 such as a product of open intervals