Chapter 2:curves in R2 and curvature Flashcards
Vector valued function
Function with values in R²
Eg vector(x) = (x(t),y(t))
Components are functions of t
Derivative of vector(x)
d/dt of vector(x) = ( dx/dt, dy/dt)
Differentiate components
This equals zero exactly when components are constant: when differentiating a constant vector function
Dot product of two vector function
vector(x ₁)•vector(x₂)(t) =
x ₁•y ₁ +x ₂•y₂
Given two vector-valued functions vector(x₁)= (x1, y1): R → R^2 and vector(x₂) = (x2, y2): R → R2 , their dot product
vector(x ₁)•vector(x₂) = : R → R is defined by
vector(x ₁)•vector(x₂)(t)
= x1(t) · x2(t) = x1(t)x2(t) + y1(t)y2(t)
Theorem 2.1.4: Derivative of dot
Derivative of dot product satisfies product rule:
derivative( vector(x ₁)•vector(x₂)(t)) =
(dvector(x ₁)/dt)•vector(x₂)(t)
+
vector(x ₁)•(dvector(x₂)(t)/dt)
=
Where their derivatives are defined
ie uses product rule
Derivatives and orthogonality
by considering
derivative of x dot x (itself)
when is x orthogonal to xdot
||x|| constant IMPLIES x˙(t) ORTHOGONAL to x(t) for all t
ie if x has constant magnitude then always orthogonal to its derivative
BECAUSE
d/dx ( ||x||² ) = d/dx ( x • x) = 2x•x˙ ( 2x•xdot)
hence if ||x||² constant derivative =0 ..
eg circle
DEF 2.2.1 LEVEL CURVE
trajectory traced by a point
A level curve is a set of points C = {(x, y) ∈ R² | f(x, y) =
c}.
not every eq defines a level curve eg no sols x²+y²=-1
DEF 2.2.2 A Parametrized curve
A parametrized curve in R² is a CONTINUOUS map
γ: ]α, β[ to R²
for some α, β in R with -∞ ≤ α less than t less than β ≤ ∞
(STATE THE SINGLE CONTINUOUS INTERVAL)
Parametrization for line and line segment
each component: through a point + t gradient component
eg through many points and parallel to many multiples of gradient
para: γ_1: R to R² , γ_1(t)=(t, t + 1).
* line segment from one point to the other: interval affected, eg (2-cost,4-2cost) for interval 0 to 4pi (larger than__) is segment (1,2) to (3,6)?
parametrization for unit circle
- level curve { (x,y) in R² : x² +y²=1} any satisfying this and open interval ]α,β[ ‘s LENGTH β-α must be larger than 2pi
square root of 1-x² gives two semicircles (no good)
γ: ]α,β[ to R² , γ(t)=(cost,sint).
with INTERVAL length bigger than 2pi eg R
or
γ: ]α,β[ to R² , γ(t)=(cos2t,sin2t). with INTERVAL ]α,β[ length β- αbigger than pi eg R
Parametrization for Parabola
and parabolic arc
- Parabola x+y² = 1 or y² = 1-x or x= 1- y² =|)
*parabolic arc is st |y| is less than 1 (segment of parabola) - PARABOLA : γ: ]-∞
,∞[ to R² , γ(t)=(1-t²,t). - PARABOLIC ARC γ: ]-1,1[ to R^2 , γ(t)=(1-t^2,t).
γ: ]0,pi[ to R^2 , γ(t)=(1-cos^2t, cost).
note that changing the last domain to the whole of R doesnt give the whole parabola like the first one does
general graph parametrisation
proving
*For a function f : R to R, the graph Γf of f is the curve on R² defined
by
Γf := {(x, y) | y - f(x) = 0}.
A parametrization is
γf : R to R² , t to (t, f(t)).
- to prove this we show it gives the image,
every point on the level curve must be in the image and equation must be satisfied
show they are both contained in each other than they must be equal (image and level set}
*or disprove find a point given not in the image
stereographic projection
unit circle has parameterization
γ:R to R^2
t to
( 2t/(t^2+1), (t^2-1)/(t^2+1))
formed by taking t to Q on arc that lies on the line PA ( O is point (0,1) and A a point on the x-axis. PA has gradient (0-`)/(t-0) = -1/t and passes through (0,1) giving y = 1 -(1/t)x. Q is not equal to A so y is less than 1 and t^2(1-y)=(1+y) rearranges
TRIG IDENTITIES
tan^2 + 1 = sec^2
1+cot^2 =cosec^2
cosx = sin(pi/2 - x) etc
DEF 2.3.1 Re-parametrization
A parametrized curve γ˜: ]α ˜, β ˜ [ to R² is a re-parametrization
of a parametrized curve γ: ] α , β [ to R² if there is a bijective continuous
map
Ф: ]α ˜, β ˜ [ to : ]α , β[ (the re-parametrization map)
such that the inverse Ф -1
is also continuous
and γ˜ = γ○Ф = γ(Ф(t˜)) st t˜ ∈ ]α ˜, β ˜ [
“sub in new “t” as Ф(t˜) “
REPARA properties
*if repara funct Ф is bijective
then
γ and γ○Ф have the same image in R²
* γ○Ф and γ are both re-parametrizations of each other
DEF 2.4.1 TANGENT VECTOR
and SPEED
The tangent vector to the parametrized curve γ at t is its
derivative γ˙(t); (dot)
and the speed of γ at t is the magnitude ||γ˙(t)||
(from limit of derivative becoming instantaneous as time interval tends to 0)
Example checking a repara:
line l = {(x,y) in R^2 : y-x=1}
γ: R to R^2 γ(t) = (t,t+1)
and
γ˜: R to R^2 γ˜(t) = (2t˜+1,2t˜+2)
Repara function is Ф(t) = 2t+1. This is continuous and bijective.
Ф-1(t ˜)= (t˜-1)/2.
γ○Ф (Ф(t), Ф(t)+1) = γ ˜(t˜) as required
DEF 2.5.1 SMOOTH
A parametrized curve γ: ] α , β [ to R² is said to be
smooth if it is differentiable infinitely many times, i.e. if the two components
x, y of γ = (x, y) are differentiable infinitely many times
differentiate once, twice, pattern to see infinitely?
DEF 2.5.1 REGULAR
The parametrized curve is regular if γ˙(t) ≠ 0 for all t in ]α, β[ .
ie derivative not equal to 0
ie SUB in t
If smooth and regular then parameterized curve has no sharp corners
EXAMPLE check if smooth and regular
γ :R to R^2 γ(t) =(t^2, t^3)
γ :R to R² γ(t) =(t^2, t^3)
can be differentiated infinitely many (give values )
but at t=0 γ˙(t) =0 so it is smooth but not regular sketch shows sharp corner at t=0 (never be parameterized so that regular) |/ -- |\
ASSUMPTION
our parametrized curves will always be smooth and regular, unless
stated otherwise.
THEOREM 2.5.3
SMOOTH AND REGULAR
(relationship between parameterizations being so)
proof: γ is smooth and regular
Suppose that Ф is a smooth reparametrization function of γ: ] α , β [ to R^2 so that Ф and Ф-1
are infinitely differentiable.
Then γ is smooth and regular if
and only if
γ˜ = γ○Ф is smooth and regular
DERIVATIVE OFγ˜
= γ’(Ф(t˜)) Ф’(t˜) is also
Relationship between tangent vectors to the curve and parametrisations
CHAIN RULE
the tangent vectors to the curve relative to its
two parametrizations are related by
γ˜DOT(˜t) = Ф ‘ ( t~) • γ˜(Ф(t~))
for all t~ in ]α ˜, β ˜ [
ie dγ˜/dt = dФ/dt * dγ/dt
REMEMBER t~ not t
DEF 2.6.2 ARC LENGTH
Fixing t_0, the arc length, s(t), of the parametrized curve γ from t0 to t is the integral s(t) = INTEGRAL from( t_0, t) of || γ DOT(τ)|| .dτ = s(t) of para curve from t_0 to t ie magnitude of derivative of parametrisation