Vector-Valued Functions – Change of Parameter & Arc Length

Quick-Check Answers 12.2

  • 1. Vector derivatives

    • (a) 9i+6j9\mathbf i + 6\mathbf j

    • (b) (22,  22)\left( \tfrac{\sqrt2}{2},\;\tfrac{\sqrt2}{2} \right)

  • 2. Parametric velocity functions

    • (a) r(t)=5i+(12t)j\mathbf r'(t)=5\mathbf i + (1-2t)\mathbf j

    • (b) r(t)=(1t2,  sec2t,  2e2t)\mathbf r'(t)=\left( -\tfrac1{t^2},\;\sec^2 t,\;2e^{2t} \right)

  • 3. Dot products / projections

    • (a) (6,4,2)(6,4,2)

    • (b) (4,0,4)(-4,0,4)

    • (c) 00

    • (d) 28-28

  • 4. Miscellaneous

    • (a) (1,  13,  2π)\left(1,\;\tfrac13,\;\tfrac2\pi\right)

    • (b) Position function: t22it3j+etk+C\tfrac{t^2}{2}\,\mathbf i - t^3\mathbf j + e^t\mathbf k + C

Smooth Parametrizations

  • Definition of smoothness

    • A vector-valued function r(t)\mathbf r(t) is smooth if r(t)\mathbf r'(t) is continuous and r(t)0\mathbf r'(t)\neq0 for every allowable tt.

    • Smoothness refers to the parametrization, not the geometric curve.

  • Geometric meaning

    • Guarantees the tangent vector never vanishes ⇒ no abrupt direction changes.

  • Example 1

    • (a) \mathbf r(t)=a\cos t\,\mathbf i + a\sin t\,\mathbf j + ct\,\mathbf k \quad(a>0,\,c>0)

    • r(t)=(asint,  acost,  c)\mathbf r'(t)=(-a\sin t,\;a\cos t,\;c) is continuous; all three components cannot vanish simultaneously ⇒ smooth.

    • Graph: circular helix (Fig 12.1.2).

    • (b) r(t)=(t2,  t3)\mathbf r(t)=(t^2,\;t^3)

    • r(t)=(2t,  3t2)\mathbf r'(t)=(2t,\;3t^2). Both components zero at t=0t=0not smooth.

    • Graph: semicubical parabola (Fig 12.3.1). Sudden reversal of tangent direction across t=0t=0.

Arc Length – Vector Viewpoint

  • Standard formulas (Theorem 10.1.1)

    • Plane curve (Eq 1): L=ab(dxdt)2+(dydt)2dtL=\int_a^b\sqrt{\left(\tfrac{dx}{dt}\right)^2+\left(\tfrac{dy}{dt}\right)^2}\,dt

    • Space curve (Eq 3): L=ab(dxdt)2+(dydt)2+(dzdt)2dtL=\int_a^b\sqrt{\left(\tfrac{dx}{dt}\right)^2+\left(\tfrac{dy}{dt}\right)^2+\left(\tfrac{dz}{dt}\right)^2}\,dt

  • Vector reinterpretation

    • Write r(t)=(x(t),y(t))\mathbf r(t)=(x(t),y(t)) or r(t)=(x(t),y(t),z(t))\mathbf r(t)=(x(t),y(t),z(t)).

    • Then drdt\bigl|\tfrac{d\mathbf r}{dt}\bigr| equals the square-root expressions above.

  • Theorem 12.3.1 (Vector arc length)

    • For a smooth curve CC given by r(t)\mathbf r(t),
      L=abdrdtdtL=\int_a^b \Bigl|\tfrac{d\mathbf r}{dt}\Bigr|\,dt

  • Example 2 – Helix length

    • Curve r(t)=(cost,sint,t)\mathbf r(t)=(\cos t,\sin t,t), t[0,π]t\in[0,\pi].

    • r(t)=(sint,cost,1)\mathbf r'(t)=(-\sin t,\cos t,1) with norm sin2t+cos2t+1=2\sqrt{\sin^2 t+\cos^2 t+1}=\sqrt2.

    • L=0π2dt=2πL=\int_0^\pi\sqrt2\,dt=\sqrt2\,\pi.

Arc Length as a Parameter

  • Construction steps

    1. Choose a reference point on CC.

    2. Fix a positive (and opposite negative) traversal direction.

    3. For any point PP, define s=±s=\pm (signed arc length from reference to PP).

  • Arc-length parametrization ⇒ coordinates become x(s),y(s),z(s)x(s),y(s),z(s).

  • Reference & orientation choices give infinitely many valid ss.

  • Example 3 – Circle x2+y2=a2x^2+y^2=a^2 (counter-clockwise, reference at (a,0)(a,0))

    • Original param: x=acost,  y=asintx=a\cos t,\;y=a\sin t.

    • Since circumference measured positively CCW, arc length satisfies s=at    t=s/as=at\;\Rightarrow\;t=s/a.

    • Arc-length form: x=acos(s/a),  y=asin(s/a),0s2πax=a\cos(s/a),\;y=a\sin(s/a),\quad 0\le s\le2\pi a.

Changing the Parameter

  • General idea: Substitute t=g(τ)t=g(\tau) to form r(g(τ))\mathbf r(g(\tau)).

  • Orientation control

    • If gg increasing ⇒ orientation preserved.

    • If gg decreasing ⇒ orientation reversed.

  • Example 4 – Circle r(t)=(cost,sint)\mathbf r(t)=(\cos t,\sin t)

    • (a) Want CCW traversal while τ[0,1]\tau\in[0,1] ⇒ choose linear g(τ)=2πτg(\tau)=2\pi\tau.

    • New form: r(τ)=(cos2πτ,sin2πτ)\mathbf r(\tau)=(\cos2\pi\tau,\sin2\pi\tau).

    • (b) Want clockwise while τ[0,1]\tau\in[0,1]g(τ)=2π(1τ)g(\tau)=2\pi(1-\tau).

    • Equivalent simplified form: (cos2πτ,sin2πτ)\bigl(\cos2\pi\tau,-\sin2\pi\tau\bigr).

Smooth Change of Parameter & Chain Rule

  • Theorem 12.3.2 (Chain Rule)
    drdτ=drdtdtdτ\frac{d\mathbf r}{d\tau}=\frac{d\mathbf r}{dt}\,\frac{dt}{d\tau}.

  • Smooth change defined by

    • dt/dτdt/d\tau continuous and non-zero.

    • Positive change: dt/d\tau>0 (orientation preserved).

    • Negative change: dt/d\tau<0 (orientation reversed).

  • Example 5

    • From Example 4: g(τ)=2πτg(\tau)=2\pi\tau ⇒ positive (derivative 2\pi>0).

    • g(τ)=2π(1τ)g(\tau)=2\pi(1-\tau) ⇒ negative (derivative -2\pi<0).

Finding Arc-Length Parametrizations (Theorem 12.3.3)

  • Formula to switch from general tt to arc length ss with reference t<em>0t<em>0: s=</em>t0tdrdudus=\int</em>{t_0}^t\Bigl|\tfrac{d\mathbf r}{du}\Bigr|\,du.

    • Positive change (orientation preserved when tt increases).

    • Component forms:
      s=<em>t</em>0t(dxdu)2+(dydu)2du(2-space)s=\int<em>{t</em>0}^t\sqrt{\left(\tfrac{dx}{du}\right)^2+\left(\tfrac{dy}{du}\right)^2}\,du\quad(\text{2-space})
      s=<em>t</em>0t(dxdu)2+(dydu)2+(dzdu)2du(3-space)s=\int<em>{t</em>0}^t\sqrt{\left(\tfrac{dx}{du}\right)^2+\left(\tfrac{dy}{du}\right)^2+\left(\tfrac{dz}{du}\right)^2}\,du\quad(\text{3-space})

Example 6 – Helix revisited

  • Original: r(t)=(cost,sint,t)\mathbf r(t)=(\cos t,\sin t,t), reference t0=0t_0=0.

  • Speed r(u)=2|\mathbf r'(u)|=\sqrt2s=2ts=\sqrt2 t.

  • Solve t=s/2t=s/\sqrt2 and substitute:
    r(s)=(cos(s/2),  sin(s/2),  s/2)\mathbf r(s)=\bigl(\cos(s/\sqrt2),\;\sin(s/\sqrt2),\;s/\sqrt2\bigr).

  • Orientation unchanged (positive change).

Example 7 – Bug problem

  • Using arc-length form above. After walking s=10s=10 units:

    • x=cos(10/2)0.705x=\cos(10/\sqrt2)\approx0.705

    • y=sin(10/2)0.709y=\sin(10/\sqrt2)\approx0.709

    • z=10/27.07z=10/\sqrt2\approx7.07
      ⇒ Final position (0.705,0.709,7.07)\approx(0.705,0.709,7.07).

Example 8 – Straight line

  • Generic line r=r0+tv\mathbf r=\mathbf r_0+t\mathbf v.

  • Speed v|\mathbf v| (constant). Then s=vts=|\mathbf v|tt=s/vt=s/|\mathbf v|.

  • Arc-length form: r=r<em>0+svv=r</em>0+svv\mathbf r=\mathbf r<em>0+\dfrac{s}{|\mathbf v|}\,\mathbf v=\mathbf r</em>0+s\,\dfrac{\mathbf v}{|\mathbf v|}.

Example 9 – Concrete line x=2t+1,y=3t2x=2t+1,\,y=3t-2

  • Direction v=(2,3)\mathbf v=(2,3), v=13|\mathbf v|=\sqrt{13}.

  • Normalize & replace tst\to s:
    x=213s+1,y=313s2x=\tfrac{2}{\sqrt{13}}s+1,\quad y=\tfrac{3}{\sqrt{13}}s-2.

Properties Unique to Arc-Length Parametrizations (Theorem 12.3.4)

  • (a) Relationship between general parameter tt and ss:
    drdt=dsdt.\Bigl|\tfrac{d\mathbf r}{dt}\Bigr|=\tfrac{ds}{dt}.

  • (b) If already using arc length ss, then unit speed:
    drds=1.\Bigl|\tfrac{d\mathbf r}{ds}\Bigr|=1.

  • (c) Conversely, if a parametrization has unit-length tangent vector everywhere, then s=tt0s=t-t_0 is an arc-length parameter.

  • Component forms (plane vs space) – helpful for computations:

    • Plane: dsdt=(dxdt)2+(dydt)2\tfrac{ds}{dt}=\sqrt{\left(\tfrac{dx}{dt}\right)^2+\left(\tfrac{dy}{dt}\right)^2},
      drds2=(dxds)2+(dyds)2=1.\Bigl|\tfrac{d\mathbf r}{ds}\Bigr|^2=\left(\tfrac{dx}{ds}\right)^2+\left(\tfrac{dy}{ds}\right)^2=1.

    • Space: add the (dzdt)2\left(\tfrac{dz}{dt}\right)^2 or (dzds)2\left(\tfrac{dz}{ds}\right)^2 terms accordingly.

Practical & Conceptual Implications

  • Choosing an appropriate parameter (time, angle, arc length) can simplify integration, differentiation, and physical interpretation.

  • Arc length parameter offers:

    • Unit-speed motion ⇒ simplifies curvature, torsion, and Frenet frame calculations.

    • Easy measurement of distances traveled along the curve.

  • Change-of-parameter technique enables seamless switching among these representations while preserving or reversing orientation as desired.

Connections & Further Context

  • Builds on Section 10.1 (parametric equations, circle orientations) and Section 11.5 (vector line equations).

  • Foundational for curvature & torsion (Chapter 13) where unit-speed is essential.

  • Real-world relevance: trajectory re-parametrization in physics, computer graphics, CNC machining (feed-rate control), robotics path planning.

  • Ethical / practical note: Correct parametrization avoids “jerky” motions (non-smooth) that could damage equipment or mislead data interpretation.

  • Numerical examples (counter-clockwise vs clockwise) highlight importance of orientation in applied problems (e.g., navigation, animation).