Vectors and Multivariable Calculus Notes

Module Description

  • A PDF document outlining a course on vectors and multivariable calculus.
  • Lists chapter titles and page numbers.

Vectors – Revision

  • Reviews basic vector algebra covered in MATH 10340.
  • A vector has magnitude and direction.
  • Point PP in space has coordinates (a<em>1,a</em>2,a3)(a<em>1, a</em>2, a_3) with respect to a Cartesian frame with origin OO.
  • Distance from OO to PP is a<em>12+a</em>22+a32\sqrt{a<em>1^2 + a</em>2^2 + a_3^2}.
  • OPOP is a vector with direction from OO to PP and magnitude a<em>12+a</em>22+a32\sqrt{a<em>1^2 + a</em>2^2 + a_3^2}.
  • Vector identified by coordinates; OP(a<em>1,a</em>2,a3)a\vec{OP} \equiv (a<em>1, a</em>2, a_3) \equiv a.
  • Vector addition: a+b=(a<em>1+b</em>1,a<em>2+b</em>2,a<em>3+b</em>3)a + b = (a<em>1 + b</em>1, a<em>2 + b</em>2, a<em>3 + b</em>3), consistent with the parallelogram law.
  • Scalar multiplication: λOP=λa=λ(a<em>1,a</em>2,a<em>3)=(λa</em>1,λa<em>2,λa</em>3)λ\vec{OP} = λa = λ(a<em>1, a</em>2, a<em>3) = (λa</em>1, λa<em>2, λa</em>3), where λRλ ∈ R.
  • Unit vectors (length one) along Cartesian frame directions:
    • x^=(1,0,0)\hat{x} = (1, 0, 0)
    • y^=(0,1,0)\hat{y} = (0, 1, 0)
    • z^=(0,0,1)\hat{z} = (0, 0, 1)
  • Consistency: OP=a=(a<em>1,a</em>2,a<em>3)=a</em>1(1,0,0)+a<em>2(0,1,0)+a</em>3(0,0,1)=a<em>1x^+a</em>2y^+a3z^\vec{OP} = a = (a<em>1, a</em>2, a<em>3) = a</em>1(1, 0, 0) + a<em>2(0, 1, 0) + a</em>3(0, 0, 1) = a<em>1\hat{x} + a</em>2\hat{y} + a_3\hat{z}.

The Dot Product

  • Definition: For vectors a=(a<em>1,a</em>2,a<em>3)a = (a<em>1, a</em>2, a<em>3) and b=(b</em>1,b<em>2,b</em>3)b = (b</em>1, b<em>2, b</em>3), the dot product is ab=a<em>1b</em>1+a<em>2b</em>2+a<em>3b</em>3a · b = a<em>1b</em>1 + a<em>2b</em>2 + a<em>3b</em>3.
  • Properties:
    • Commutative: ab=baa · b = b · a
    • Distributive: a(b+c)=ab+aca · (b + c) = a · b + a · c and (a+b)c=ac+bc(a + b) · c = a · c + b · c
    • For all a,b,cR3a, b, c ∈ R^3, where R3R^3 denotes all triples (x,y,z)(x, y, z), with x,y,zx, y, z as real numbers.
  • Length (magnitude) of a vector: mag(a)=a<em>12+a</em>22+a32=aamag(a) = \sqrt{a<em>1^2 + a</em>2^2 + a_3^2} = \sqrt{a · a}, denoted as a|a| or aa.
  • Theorem: ab=abcosθa · b = |a| |b| cos θ, where 0θπ0 ≤ θ ≤ π is the angle between aa and bb.
    • Proof:
      • Introduce c:=abc := a - b.
      • cc=(ab)(ab)=aa2ab+bbc · c = (a - b) · (a - b) = a · a - 2a · b + b · b
      • c2=a22ab+b2|c|^2 = |a|^2 - 2a · b + |b|^2
      • By the law of cosines: c2=a2+b22abcosθ|c|^2 = |a|^2 + |b|^2 - 2|a| |b| cos θ
      • Equating: ab=abcosθa · b = |a| |b| cos θ
  • Corollary: Two vectors aa and bb are orthogonal if and only if ab=0a · b = 0.
  • Example: x^y^=(1,0,0)(0,1,0)=1×0+0×0+0×0=0\hat{x} · \hat{y} = (1, 0, 0) · (0, 1, 0) = 1 × 0 + 0 × 0 + 0 × 0 = 0. x^\hat{x} and y^\hat{y} are orthogonal.
  • x^x^=1\hat{x} · \hat{x} = 1 etc.
  • The vectors x^,y^,\hat{x}, \hat{y}, and z^\hat{z} are called an orthonormal triad.

The Vector or Cross Product

  • Definition: Given vectors aa and bb, the cross product is defined as
    a×b=x^amp;y^amp;z^ a<em>1a</em>2amp;a<em>3 b</em>1amp;b<em>2b</em>3=x^(a<em>2b</em>3a<em>3b</em>2)+y^(a<em>3b</em>1a<em>1b</em>3)+z^(a<em>1b</em>2a<em>2b</em>1)a × b = \begin{vmatrix} \hat{x} &amp; \hat{y} &amp; \hat{z} \ a<em>1 & a</em>2 &amp; a<em>3 \ b</em>1 &amp; b<em>2 & b</em>3 \end{vmatrix} = \hat{x}(a<em>2b</em>3 − a<em>3b</em>2) + \hat{y}(a<em>3b</em>1 − a<em>1b</em>3) + \hat{z}(a<em>1b</em>2 − a<em>2b</em>1).
  • Properties:
    • Skew-symmetry: a×b=b×aa × b = −b × a
    • Linearity: (λa)×b=a×(λb)=λ(a×b)(λa) × b = a × (λb) = λ (a × b), for λRλ ∈ R.
    • Distributive: a×(b+c)=a×b+a×ca × (b + c) = a × b + a × c
  • Note: a×a=a×a    2a×a=0    a×a=0a × a = −a × a \implies 2a × a = 0 \implies a × a = 0.
  • Example: If a=x^+3y^+z^a = \hat{x} + 3\hat{y} + \hat{z}, b=2x^y^+2z^b = 2\hat{x} − \hat{y} + 2\hat{z}, then a×b=7x^7z^a × b = 7\hat{x} - 7\hat{z}.
  • Example: The orthonormal triad x^,y^,\hat{x}, \hat{y}, and z^\hat{z} satisfy x^×y^=z^,y^×z^=x^,z^×x^=y^\hat{x} × \hat{y} = \hat{z}, \hat{y} × \hat{z} = \hat{x}, \hat{z} × \hat{x} = \hat{y}.

Geometrical Treatment of Cross Product

  • The definition of the cross product is independent of the choice of Cartesian axes.
  • Length of a×ba × b:
    • a×b2+(ab)2=a2b2|a × b|^2 + (a · b)^2 = |a|^2|b|^2
    • a×b=absinθ|a × b| = |a| |b|sin θ, where 0θπ0 ≤ θ ≤ π.
  • Direction of a×ba × b:
    • a(a×b)=0a · (a × b) = 0 and b(a×b)=0b · (a × b) = 0. a×ba × b is perpendicular to both aa and bb.
    • The sense of a×ba × b is determined by the right-hand rule.
  • The cross product as an area:
    • The area of a parallelogram with adjacent sides aa and bb is A=a×b=absinθA = |a × b| = |a| |b|sin θ.

The Scalar Triple Product and Volume

  • Scalar triple product: a(b×c)a · (b × c).
  • Theorem: The scalar triple product a(b×c)a · (b × c) is equal to the determinant of the matrix with rows a,b,ca, b, c.
  • Volume of parallelepiped = (acosϕ)×(bcsinθ)=a(b×c)(|a| cos ϕ) × (|b| |c|sin θ) = a · (b × c).
  • Corollary: Three nonzero vectors a,ba, b, and cc are coplanar if and only if a(b×c)=0a · (b × c) = 0.

The Vector Triple Product

  • Vector triple product: a×(b×c)a × (b × c).
  • The cross product is not associative.
  • Theorem: a×(b×c)=b(ac)c(ab)a × (b × c) = b (a · c) − c (a · b), mnemonic: ‘BAC minus CAB’
  • Proof involves brute-force calculation in a frame where the x- and y-axes lie in the plane generated by bb andcc.

The Geometry of Lines and Planes

  • Overview: Using vector operations to describe lines and planes in three-dimensional space.
  • Important for approximating general (smooth) curves and surfaces.

The Equation of a Line

  • Problem: Find the equation of a straight line passing through two given points AA and BB with position vectors aa and bb.
  • Solution:
    • Let rr be the position vector of any point PP on the line.
    • OA+AP=OP    a+AP=r    AP=ra\vec{OA} + \vec{AP} = \vec{OP} \implies a + \vec{AP} = r \implies \vec{AP} = r − a
    • OA+AB=OB    a+AB=b    AB=ba\vec{OA} + \vec{AB} = \vec{OB} \implies a + \vec{AB} = b \implies \vec{AB} = b − a
    • AP\vec{AP} and AB\vec{AB} are colinear, hence AP=tAB=t(ba)\vec{AP} = t \vec{AB} = t(b − a), where tt is some real number.
    • r=a+t(ba)r = a + t(b − a)
  • A line is specified by a vector r<em>0:=ar<em>0 := a and a vector e=bae = b − a that lies along the line: r=r</em>0+ter = r</em>0 + te.
  • A straight line is a one-parameter curve.
  • Cartesian form: with r<em>0=(x</em>0,y<em>0,z</em>0),e=(e<em>x,e</em>y,ez)r<em>0 = (x</em>0, y<em>0, z</em>0), e = (e<em>x, e</em>y, e_z)
    • x=x<em>0+te</em>x,y=y<em>0+te</em>y,z=z<em>0+te</em>zx = x<em>0 + te</em>x, y = y<em>0 + te</em>y, z = z<em>0 + te</em>z
    • Eliminating tt: xx<em>0e</em>x=yy<em>0e</em>y=zz<em>0e</em>z\frac{x − x<em>0}{e</em>x} = \frac{y − y<em>0}{e</em>y} = \frac{z − z<em>0}{e</em>z}
  • In the x-y plane (z=z<em>0z = z<em>0 and e</em>z=0e</em>z = 0):
    • xx<em>0e</em>x=yy<em>0e</em>y    y=y<em>0+e</em>ye<em>x(xx</em>0)\frac{x − x<em>0}{e</em>x} = \frac{y − y<em>0}{e</em>y} \implies y = y<em>0 + \frac{e</em>y}{e<em>x} (x − x</em>0)
    • Standard equation: y=y<em>0+m(xx</em>0)y = y<em>0 + m(x − x</em>0), with slope m=e<em>ye</em>xm = \frac{e<em>y}{e</em>x} and y intercept b=y<em>0mx</em>0b = y<em>0 − mx</em>0.

The Perpendicular Distance Between a Point and a Line

  • Problem: Given a line LL as r(t)=r0+ter(t) = r_0 + te and a point P(a)P(a), find the shortest distance between the line and the point.
  • Solution:
    • Shortest distance is the perpendicular distance.
    • Suppose the perpendicular from PP to LL intersects LL at r<em>1r<em>1, where r</em>1=r<em>0+t</em>1er</em>1 = r<em>0 + t</em>1e.
    • e(ar<em>1)=0    ea=er</em>1=e(r<em>0+t</em>1e)=er<em>0+t</em>1e2e · (a − r<em>1) = 0 \implies e · a = e · r</em>1 = e · (r<em>0 + t</em>1e) = e · r<em>0 + t</em>1|e|^2
    • Solving for t<em>1t<em>1: t</em>1=e(ar0)e2t</em>1 = \frac{e · (a − r_0)}{|e|^2}
    • r<em>1=r</em>0+ee(ar<em>0)e2:=r</em>0+e^[e^(ar0)]r<em>1 = r</em>0 + e \frac{e · (a − r<em>0)}{|e|^2} := r</em>0 + \hat{e} [\hat{e} · (a − r_0)], where e^=ee\hat{e} = \frac{e}{|e|} is a unit vector along LL.
    • Perpendicular distance: d<em>=ar</em>1=(ar<em>0)[e^(ar</em>0)]e^=(r<em>0a)[e^(r</em>0a)]e^d<em>\perp = |a − r</em>1| = |(a − r<em>0) − [\hat{e} · (a − r</em>0)] \hat{e}| = |(r<em>0 − a) − [\hat{e} · (r</em>0 − a)] \hat{e}|
    • d2<em>=(r</em>0a)2e^(r<em>0a)2=(r</em>0a)2(1cos2θ)=(r<em>0a)2sin2θ=(r</em>0a)×e^2d^2<em>\perp = (r</em>0 − a)^2 − |\hat{e} · (r<em>0 − a)|^2 = (r</em>0 − a)^2 (1 − cos^2 θ) = (r<em>0 − a)^2 sin^2 θ = |(r</em>0 − a) × \hat{e}|^2
    • d<em>=(r</em>0a)×e^d<em>\perp = |(r</em>0 − a) × \hat{e}|
  • In the x-y plane:
    • Line equation: αx+βy+γ=0αx + βy + γ = 0, with slope m=αβm = −\frac{α}{β}.
    • e=(e<em>x,e</em>y)=(1,m)e = (e<em>x, e</em>y) = (1, m), e^=(β,α)α2+β2\hat{e} = \frac{(β, −α)}{\sqrt{α^2 + β^2}}
    • Assigning r<em>0=(x</em>0,y<em>0,0),a=(a</em>1,a<em>2,0)r<em>0 = (x</em>0, y<em>0, 0), a = (a</em>1, a<em>2, 0), then 2=a</em>1α+a<em>2β+γ2α2+β2=ma</em>1a2+b21+m2\perp^2 = \frac{|a</em>1α + a<em>2β + γ|^2}{α^2 + β^2}=\frac{|ma</em>1 − a_2 + b|^2}{1 + m^2}, where m=αβm = −\frac{α}{β} and b=γβb = −\frac{γ}{β} from y=mx+by = mx + b

The Equation of a Plane

  • Problem: Find the equation of a plane passing through three given points A,B,CA, B, C with position vectors a,b,ca, b, c.
  • Solution:
    • Vectors v<em>1:=BA=ab,v</em>2:=BC=cbv<em>1 := \vec{BA} = a − b, v</em>2 := \vec{BC} = c − b lie in the plane Π\Pi.
    • Normal to the plane: n=v<em>2×v</em>1=(cb)×(ab)=a×b+b×c+c×an = v<em>2 × v</em>1 = (c − b) × (a − b) = a × b + b × c + c × a.
    • Equation of a plane Π\Pi is rR3(rb)(a×b+b×c+c×a)=0r ∈ R^3|(r − b) · (a × b + b × c + c × a) = 0
    • Simplifying, r(a×b+b×c+c×a)=b(c×a)r · (a × b + b × c + c × a) = b · (c × a).
  • General equation of a plane in three dimensions:
    • Π(n,r<em>0)=rR3(rr</em>0)n=0\Pi (n, r<em>0) = r ∈ R^3|(r − r</em>0) · n = 0
    • Parametrized by the normal vector nn and a reference vector r0r_0
    • If n<em>z0n<em>z \neq 0, the Cartesian expression is z=z</em>0+(y<em>0y)n</em>yn<em>z+(x</em>0x)n<em>xn</em>zz = z</em>0 + \frac{(y<em>0 − y)n</em>y}{n<em>z} + \frac{(x</em>0 − x)n<em>x}{n</em>z}.
    • A point z=z(x,y)z = z(x, y) on a surface is labeled by two parameters, xx and yy.
    • A plane is a two-parameter object, while a line a one-parameter curve.

Skew Lines and Intersecting Lines in Three Dimensions

  • In two dimensions, two non-parallel lines intersect.
  • In three dimensions, lines need not intersect; they can be skew.
  • Intersecting lines: assuming intersection, computing the point of intersection in terms of the parameters of the two lines.
    • Lines: r<em>L(t)=r</em>0+te,r<em>M(u)=s</em>0+ufr<em>L(t) = r</em>0 + te, r<em>M(u) = s</em>0 + uf
    • Point of intersection: (t<em>0,u</em>0)(t<em>0, u</em>0) is solution to
      ((r<em>0s</em>0)e (r<em>0s</em>0)f)=(e2amp;ef efamp;f2)(t<em>0 u</em>0)\begin{pmatrix} (r<em>0 − s</em>0) · e \ (r<em>0 − s</em>0) · f \end{pmatrix} = \begin{pmatrix} −|e|^2 &amp; e · f \ −e · f &amp; |f|^2 \end{pmatrix} \begin{pmatrix} t<em>0 \ u</em>0 \end{pmatrix}.
  • A candidate point for the intersection is the solution of the previous equation, provided the solution exists.
  • Determinant of required matrix: e2f2+(ef)2=e×f2−|e|^2|f|^2 + (e · f)^2 = −|e × f|^2.
  • If e×f0e × f \neq 0, the pair (t<em>0,u</em>0)T(t<em>0, u</em>0)^Tis candidate solution. Need r<em>0s</em>0r<em>0 − s</em>0 lies entirely in the plane generated by ee and ff.
  • Now, r<em>0s</em>0=αe+βf+γe×fr<em>0 − s</em>0 = αe + βf + γe × f. Require γ=0γ = 0, or (r<em>0s</em>0)(e×f)=0(r<em>0 − s</em>0) · (e × f) = 0.
  • Sufficient conditions for the lines to intersect is:
    • e×f0e × f \neq 0 AND
    • (r<em>0s</em>0)(e×f)=0(r<em>0 − s</em>0) · (e × f) = 0.
  • Condition (r<em>0s</em>0)(e×f)=0(r<em>0 − s</em>0) · (e × f) = 0 states that r<em>0s</em>0r<em>0 − s</em>0 lies entirely in the plane generated by ee and ff.
  • Lines that satisfy the first condition but not the second are called skew lines.

Ordinary Derivatives of Vectors

  • Overview: Vector in R3R^3 that varies continuously as a single parameter is varied (e.g., position xx of a particle as a function of time).
  • Curve: map γ:RR3,tx<em>γ(t)=(x</em>γ(t),y<em>γ(t),z</em>γ(t))γ : R → R^3 , t → x<em>γ (t) = (x</em>γ (t), y<em>γ (t), z</em>γ (t)).
  • Notation: Dropping curve label γ\gamma. Abuse of notation.
  • Definition (Derivative of a curve): Let x(t)x(t) be a curve parametrized by tt. The derivative of the curve w.r.t. tt is defined as
    dxdt=limΔt0x(t+Δt)x(t)Δt\frac{dx}{dt} = \lim_{\Delta t \to 0} \frac{x(t + \Delta t) − x(t)}{\Delta t}, provided the limit exists.
  • Since x(t)=(x(t),y(t),z(t))=x^x(t)+y^y(t)+z^z(t)x(t) = (x(t), y(t), z(t)) = \hat{x}x(t) + \hat{y}y(t) + \hat{z}z(t),
  • dxdt=x^dxdt+y^dydt+z^dzdt\frac{dx}{dt} = \hat{x} \frac{dx}{dt} + \hat{y}\frac{dy}{dt} + \hat{z}\frac{dz}{dt}.
  • Curves inherit all the properties of real-valued functions.
  • Theorem: The following properties are satisfied, for arbitrary differentiable curves A(t),B(t),A(t), B(t), and C(t)C(t):
    • ddt[A(t)+B(t)]=dAdt+dBdt\frac{d}{dt} [A(t) + B(t)] = \frac{dA}{dt} + \frac{dB}{dt}
    • ddt[A(t)B(t)]=A(t)dBdt+B(t)dAdt\frac{d}{dt} [A(t) · B(t)] = A(t) · \frac{dB}{dt} + B(t) · \frac{dA}{dt}
    • ddt[A(t)×B(t)]=A(t)×dBdt+dAdt×B(t)\frac{d}{dt} [A(t) × B(t)] = A(t) × \frac{dB}{dt} + \frac{dA}{dt} × B(t)
    • For a scalar function f(t)f(t), ddt[f(t)A(t)]=f(t)dAdt+Adfdt\frac{d}{dt} [f(t)A(t)] = f(t)\frac{dA}{dt} + A\frac{df}{dt}
    • ddt[A(B×C)]=A[B×dCdt]+A[dBdt×C]+dAdt(B×C)\frac{d}{dt} [A · (B × C)] = A · \begin{bmatrix}B × \frac{dC}{dt} \end{bmatrix} + A · \begin{bmatrix}\frac{dB}{dt} × C \end{bmatrix} + \frac{dA}{dt} · (B × C)
    • ddt[A×(B×C)]=A×[B×dCdt]+A×[dBdt×C]+dAdt×(B×C)\frac{d}{dt} [A × (B × C)] = A × \begin{bmatrix}B × \frac{dC}{dt} \end{bmatrix} + A × \begin{bmatrix}\frac{dB}{dt} × C \end{bmatrix} + \frac{dA}{dt} × (B × C)
  • Theorem: Let x(t)x(t) be a curve in R3R^3. Then dx(t)dt\frac{dx(t)}{dt} is everywhere tangent to the curve. Thus, dxdt\frac{dx}{dt} is often called the tangent vector or the velocity vector.

Frenet–Serret Frame

  • Arc length: arc length along the curve, measured from a reference value x<em>0=x(t=0)x<em>0 = x(t = 0) is s(t)=</em>0s(t)ds=<em>0s(t)dx2+dy2+dz2=</em>0t[dxdt]2+[dydt]2+[dzdt]2dt=0tdxdtdts(t) = \int</em>{0}^{s(t)} ds = \int<em>{0}^{s(t)} \sqrt{dx^2 + dy^2 + dz^2} = \int</em>{0}^{t} \sqrt{\begin{bmatrix}\frac{dx}{dt}\end{bmatrix}^2 + \begin{bmatrix}\frac{dy}{dt}\end{bmatrix}^2 + \begin{bmatrix}\frac{dz}{dt}\end{bmatrix}^2} dt = \int_{0}^{t} \begin{Vmatrix}\frac{dx}{dt}\end{Vmatrix} dt.
  • dsdt=dxdt0\frac{ds}{dt} = \begin{Vmatrix}\frac{dx}{dt}\end{Vmatrix} ≥ 0, and the arclength is an increasing function of time.
  • Thus, inverse function t=t(s)t = t(s), enabling a reparametrization of the curve according to arclength (denoted with a tilde):
    x~(s)=x(t(s)).\tilde{x}(s) = x(t(s)).
  • dx~ds=dxdtdtds=dxdt1dxdt\frac{d\tilde{x}}{ds} = \frac{dx}{dt} \frac{dt}{ds} = \frac{dx}{dt} \frac{1}{\begin{Vmatrix}\frac{dx}{dt}\end{Vmatrix}}, (Chain Rule) and dx~ds\frac{d\tilde{x}}{ds} is a unit vector tangent to the curve.
  • Tangent = T=dx~dsT = \frac{d\tilde{x}}{ds}.
  • Now TT=1T · T = 1, hence 0=TdTds+dTdsT    TdTds=0    dTds0 = T · \frac{dT}{ds} + \frac{dT}{ds} · T \implies T · \frac{dT}{ds} = 0\implies \frac{dT}{ds} is perpendicular to the tangent vector TT.
  • A new unit vector NdTdsN ∝ \frac{dT}{ds} that is normal to the tangent:
    dTds=κ(s)N\frac{dT}{ds} = κ(s)N, and NN is the principal normal to the curve
  • κκ is the curvature.
  • Goal: Deriving a triple of axes that move with the curve. TT defines an axis everywhere parallel to the curve; NN defines an axis that is everywhere perpendicular to the curve.
  • In three dimensions, three axes are necessary: vector B:=T×NB := T × N.
  • The triple (T,N,B)(T , N, B) of axes along the curve x~(s)\tilde{x}(s) parametrized by the arclength ss is called the Frenet–Serret frame.
  • BB=1B · B = 1, hence B[dBds]=0B · \begin{bmatrix}\frac{dB}{ds} \end{bmatrix} = 0.
  • dB/dsdB/ds is perpendicular to TT and BB, and must therefore lie along NN:
    dBdsN\frac{dB}{ds} ∝ N.
  • dBds=τ(s)N\frac{dB}{ds} = −τ (s)N, where ττ is the torsion.
  • Since (T,N,B)(T , N, B) form a right-handed system (by construction), and since B=T×NB = T × N, cyclic permutation gives N=B×TN = B × T
  • Applying dds\frac{d}{ds} on this gives:
    dNds=B×dTds+dBds×T=B×(κN)τ(N×T)=κT+τB\frac{dN}{ds} = B × \frac{dT}{ds} + \frac{dB}{ds} × T = B × (κN) − τ (N × T ) = −κT + τB.
  • Assemble the results:
  • Theorem: Curvature κκ and torsion ττ are defined via the following equations:
    • dTds=κ(s)N\frac{dT}{ds} = κ(s)N
    • dBds=τ(s)N\frac{dB}{ds} = −τ (s)N
    • dNds=τBκT\frac{dN}{ds} = τB − κT

Frenet-Serret - Worked examples

  • Solution: As we know from school, a curve in two dimensions can always be written in the form y=f(x)y = f(x).
  • In other words, x=(x,f(x))x = (x, f(x)).
  • Now here, xx is simply a label, which indicates that the first variable in the bracket pair (x,f(x))(x, f(x)) ranges over the whole real line (or some interval thereof).
  • Thus, can re-write the curve as :x=(t,f(t))x = (t, f(t)).
  • The unit tangent vector is available immediately as T=x˙x˙T = \frac{\dot{x}}{|\dot{x}|}, where x˙:=dxdt=(1,f(t))\dot{x} := \frac{dx}{dt} = (1, f'(t)), x˙=1+f(t)2|\dot{x} | = \sqrt{1+f'(t)^2}.
  • Henceforth, write ff instead of f(t)f(t)& f(t)f'(t), the functional dependence of ff on tt being understood.
  • Hence, T=(1,f)1+f2T = \frac{(1, f')}{\sqrt{1+f'^2} }.
  • To find the principal normal vector, going to have to differentiate Eq. (5.2):
  • dTdt==f(1+f2)(3/2)(f,1).\frac{dT}{dt} = ^…= \frac{f''}{(1+f'^2)^{(3/2)}} (-f',1).
  • Also, dTds=dTdt1dxdt=f(1+f2)(3/2)(f,1)1+f2=κN\frac{dT}{ds} = \frac{dT}{dt} \frac{1}{\begin{vmatrix}\frac{dx}{dt}\end{vmatrix}} = \frac{f''}{(1+f'^2)^{(3/2)}} (-f',1) \sqrt{1+f'^2} = κN
  • What is unambigous is the obsolute value of κκ, which is sometimes refered to as the unsigned curvature is κ<em>us:=κκ<em>{us} := |κ|, such that κ</em>sN<em>s=sign(κ)κN=sign(κ)κ</em>usNκ</em>sN<em>s = sign(κ)|κ|N = sign(κ)κ</em>{us}N
  • This gives an unsigned normal vector, N<em>us=sign(κ)NN<em>{us} = sign(κ)N, such that dTds=κ</em>usN<em>us\frac{dT}{ds} = κ</em>{us}N<em>{us},κ</em>us0κ</em>{us} ≥ 0
  • Because (T,N)(T, N) live in the xyxy plane for all time, it follows that BB is in the zz direction :B=z^B = \hat{z}.
  • Now, τdBdtτ \propto \frac{dB}{dt}, hence τ=0τ = 0.
  • This makes sense: the torsion is actually a measure of how much the curve ``twists'' out of the plane generated by (T,N)(T, N).
  • Since the curve lies in this plane for all time, it is impossible for it to ``twist'' out of this plane, hence τ=0τ = 0
  • Theorem:τ=0τ = 0 for a curve that lives entirely in the xyxy plane.
  • # Ex:Find the curvature and torsion of the a right-handed helix, given by the following parametric equations
    • x(t)=rcostx(t) = r \cdot cost
    • y(t)=rsinty(t) = r \cdot sint
    • z(t)=vtz(t) = v \cdot t t ∈ [0, ∞), r, v > 0.
  • Note: Equations \begin(5.3)\end, correspond to a right-handed helix.
  • Solution: we first compute the tangent vector:
    • dxdt=ddt(rcost,rsint,vt)=(rsint,rcost,v)\frac{dx}{dt} = \frac{d}{dt} (rcost, rsint, vt) = (-rsint, rcost, v)
    • dxdt=r2+v2|\frac{dx}{dt}| = \sqrt{r^2+v^2}
    • dxdtdxdt=(rsint,rcost,v)r2+v2\frac{dx}{dt}| {\frac{dx}{dt}} = \frac{(-rsint, rcost, v)}{\sqrt{r^2+v^2}}
  • Hence T=(rsint,rcost,v)r2+v2T = \frac{(-rsint, rcost, v)}{\sqrt{r^2+v^2}}
  • Also,
    • dTdt=(rcost,rsint,0)r2+v2\frac{dT}{dt} = \frac{(-rcost, -rsint, 0)}{\sqrt{r^2+v^2}},and
    • dTdt1dxdt=(rcost,rsint,0)(r2+v2)=rr2+v2(cost,sint,0)\frac{dT}{dt} \frac{1}{\begin{vmatrix}\frac{dx}{dt}\end{vmatrix}} = \frac{(-rcost, -rsint, 0)}{(r^2+v^2)} = \frac{r}{r^2+v^2}(- cost,sint,0)
    • so, kappa=rr2+v2kappa = \frac{\begin{vmatrix}r\end{vmatrix}}{r^2 +v^2}
  • Here, by taking the postivie sign , the unsigned and the [singend] curvatures agree:kappaus=κ=rr2+v2:=κkappa _{us} = κ = \frac{r}{r2+v^2} := κ;

Chapter 6 Overview

  • Here in this chapter is on the elementary theory of partial derivatives.

  • Although elementary partial differentiation is covered elsewhere .

    • Definition 6:1 (Scalar field) A function φ (x1,x2, ∙ ∙ ∙ ,xn) of n variables is a map from a subset of Rn to R: φ : (Ω ⊂ Rn) → R (x1, x2, ∙ ∙ ∙ , xn) → φ (x1, x2, ∙ ∙ ∙ , xn).
      • The function φ assigns to each point (x1, x2, ∙ ∙ ∙ xn) ∈ Ω a real number (scalar), and is therefore called a scalar field.

The elevation above sea level at any point in Ireland is a function of latitude and longitude

    *   ### The pressure of an ideal gas is a function of temperature and density (Boyle's Law)
    *   ### The quantity theory of money says that the GDP of an economy is a function of the velocity of money and the quantity of (broad) money in circulation.
    In this section, we shall consider functions of two variables (x, y); the generalization to three .

Definitions

  • Definition 6.1. (Scalar field)
  • A function (\varphi (x1, x2, \dots , xn)) of n variables is a map from a subset of (R^n) to (R):. (\varphi : (\Omega \subset R^n) \rightarrow R (x1, x2, \dots , xn) \rightarrow \varphi (x1, x2, \dots , x_n)).
  • The function (\varphi) assigns to each point ((x1, x2, \dots x_n) \in \Omega) a real number (scalar), and is therefore called a scalar field.

Examples:

  • The elevation above sea level at any point in Ireland is a function of latitude and longitude.
  • The pressure of an ideal gas is a function of temperature and density (Boyle’s Law).
  • The quantity theory of money says that the GDP of an economy is a function of the velocity of money and the quantity of (broad) money in circulation.

Summary for Chapter 7

  • Taylor Series

    • The taylor Series of a function f(x)f(x) centered at aa is given by

      f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n

  • Maclaurin Series

    • The Maclaurin series is a special case of the taylor series where a=0a=0 and the formula becomes

      f(x)=n=0f(n)(0)n!xnf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}x^n

  • Radius of Convergence

    • the radius of convergence RR of a power series determines the interval in which the series converses.

    • it can be found using the ratio test

      L=lim<em>na</em>n+1anL = \lim<em>{n\to \infty} |\frac{a</em>{n+1}}{a_n}|

    • The series converges if L<1L<1, diverges if L>1L>1, and inconclusive if L=1L=1

  • Common Maclaurin Series

    • ex=n=0xnn!e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}
    • sin(x)=n=0(1)nx2n+1(2n+1)!\sin(x) = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!}
    • cos(x)=n=0(1)nx2n(2n)!\cos(x) = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!}
    • \frac{1}{1-x} = \sum_{n=0}^{\infty} x^n , |x|<1
    • Use these known series and manipulations to find the taylor or maclaurin series of related functions more efficiently.

Examples provided on how to derive and calculate the Maclaurin series using specific tests such as exe^x, sin(x)sin(x), and 1(1x)\frac{1}{(1-x)}

  • Another example shows a short cut used to avoid computing too many complicated derivatives, such as
    f(x)=x3x+8f(x) = \frac{x^3}{x+8}

Summary for Chapter 8

  • Taylor's Theorem
    • Provides a way to approximate a smooth function by a polynomial. Under certain the error in approximation becomes exact when the degree of the polynomial becomes infinite.
    • The general expression is
      $$f(x) = f(a) +