Chapter 2 Global theory of curves Flashcards
(121 cards)
smooth
A vector funct is smooth on I if it extends to an infinitely differentiable vector function defined on open interval J containing I
e.g I=(a,b) inff diff on x
I=[a,b]-smooth funct on I extends to smooth funct on (a-e,b+e) e>0
PARAMETRISED CURVE
A PARAMETRISED CURVE is a SMOOTH vector function
REGULAR
if γ’(t) =/ 0 for all t in I
VELOCITY
γ’
SPEED
|γ’|
e.g of parametrised curves
simple circular curve
when is it regular
parametrised plane curve
γ:R to R^n
γ(t) = (rcos 2πt, rsin 2πt) r>0
regular
γ’(t) =(-2πr sin2πt, 2πr cos 2πt)
|γ’(t)| =2πr>0 never 0
e.g of parametrised curve
is it regular
γ:R to R^3
γ(t) = (t^3,t^2)
γ’(t) =(3t^2,2t)
=(0,0) for t=0
not regular
ACCELERATION
γ’’
LENGTH
L(γ) = Integral_[a,b] |γ’(t)|.dt
e.g of parametrised curves
straight line
when is it regular
give another repara
γ:R to R^n
γ(t) =a+tv a,v in R^n
regular when γ’(t) =v iff v=\0
γ~(𝜏)= a+ (tan𝜏)v
𝜏 in J=(-pi/2,pi/2) is a reparameterization of γ
φ(𝜏) = tan𝜏 regular
but
𝜏^3 wouldnt be regular
-𝜏 would be traversed in opposite direction
circular helix
is it regular?
γ(t) = (rcost,rsint,ht) r>0
regular
RPC:
for any h in R
γ’(t)=(-rsint,rcost,t)
if h=0 but periodic so never equal to 0
DEF
RE-PARAMETRISATION
of a parametrised curve
γ:I to R^n
is another parametrised curve
γ~ : J to R^n s.t
γ~= γ∘φ
where
φ:J to I is a SMOOTH SURJECTIVE funct s.t φ’(t)>0 for any t in J (strictly increasing)
RETAINS IMAGE, DIRECTION TRAVERSED, #TIMES IF CLOSED
γ~= γ∘φ
where
φ:J to I is a SMOOTH SURJECTIVE funct s.t φ’(t)>0 for any t in J (strictly increasing)J to I is a SMOOTH SURJECTIVE funct s.t φ’(t)>0 for any t in J (strictly increasing)
φ
is called the parameter transform
allows us to evaluate original PC using different input φ(t) for t in J
and is a BIJECTION
as injective
γ~= γ∘φ
used to reparametrise
consider
γ(t) = (a + t(b-a)) t in [0,1]
thus we can always define a PC on [0,1] from [a,b]
using the reparametrisation
φ’(t)>0
φ(t) = a +t(b-a)
φ(0)=a
φ(1)=b
can be used for smooth surjective funct
PROPN 2.1
which re-parametrisations of regular closed curves are RPC
EVERY re-para of an RPC is an RPC
proof:
by chain rule
γ~’(𝜏)= (γ∘φ)’(𝜏)
= φ’(𝜏) γ’(φ(𝜏) =/0
we know
φ’(𝜏)>0 for all 𝜏 in J
γ’(t) =/0 for all t in I
thus PC γ~ is
REGULAR
length of arc
Let γ : I → R
n be a PC. For a closed interval [t_0, t_1] ⊂ I the quantity
L(γ| [t_0, t_1]) =
integral_[t_0,t_1]
|γ’(t)| dt
is called the length of the arc
γ| [t_0, t_1].
arc length for repara
prop 2.2
The length of an arc does not change under a re-parametrisation
proof: prop 2.2
The length of an arc does not change under a re-parametrisation
Let ˜γ : J → R^n be a re-parametrisation of a PC γ : I → R^n, that is ˜γ = γ ◦ϕ, where ϕ : J → I is a function that satisfies the hypotheses of Definition II.3. Suppose that ϕ maps [τ_0, τ_1] → [t_0, t_1] bijectively. Then by the change of variables formula, we obtain
L( ˜γ| [τ0, τ1]) =
∫{τ_0,τ_1] |γ˜’(τ )| dτ =
∫{τ_0,τ_1] |γ’(ϕ(τ ))| ϕ’(τ )dτ =
∫_{t_0,_1] |γ’(t)| dt
= L(γ| [t_0, t_1]),
ϕ’(τ ) > 0 t_0 = ϕ(τ_0), t_1 = ϕ(τ_1).
change of vars integral fromula
∫{a,b] f(x).dx = ∫{c,d} f(g(t__g’(t).dt
g([c,d]) to [a,b]
example: considering PCS
γ_ℓ:R to R^2
γ_ℓ (t)=(cos2πℓ, sin2πℓ)
γ_1(t)=(cos2π, sin2π)
are they reparametrisations?
γ_1 =γ_ℓ ◦ϕ
ϕ(t)= ℓt
t to ℓt
but
NO: check ARC LENGTH
|γ_ℓ ‘(t)| = 2πℓ
L(γ_ℓ|[0,1]) = ∫_{0,1} 2πℓ .dt
=2πℓ
|γ_1 ‘(t)| = 2π
L(γ_1|[0,1]) = ∫_{0,1} 2π .dt
=2π
not the same
note their image looks the same!
UNIT SPEED CURVE
A PC γ : I → R^n is called a unit speed curve (USC) if |γ’(t)| = 1 for any t ∈ I.
MAKES IT EASIER TO FIND LENGTH
PROPN 2.3 USC exist?
Let γ : I → R^n be an RPC. Then there exists a re-parametrisation γ˜ of γ that has unit speed.
PROOF:
Let γ : I → R^n be an RPC. Then there exists a re-parametrisation γ˜ of γ that has unit speed.
Proof. Pick a point t0 ∈ I and consider the arc-length function
s(t) = integral_[t_0,t] |γ’(τ )| dτ.
Clearly, s : I → R is a smooth function, and s’(t) = |γ’(t)| > 0. Denote by J the image of s; it
is an interval in R . Then s : I → J is bijective, and there is an
inverse function
ϕ = s−1: J → I.
By the inverse function theorem, ϕ is smooth,
ϕ’(τ ) =
(1/s’(ϕ(τ ))) > 0.
ϕ can be used as a parameter transformation
γ˜’(τ ) = γ’(ϕ(τ ))ϕ’(τ ) chain rule
= γ’(ϕ(τ ))/s’(ϕ(τ ))
= γ(ϕ(τ ))/ |γ’(ϕ(τ ))| ,
thus USC
|γ˜’(τ )| = 1.