⚠️ DRAFT HANDOUT - NOT FINALIZED BY INSTRUCTOR - DO NOT PRINT YET

MATH-283 (Calculus III) Curriculum

Session 06 - Arc Length and Curvature

Handout Worksheet
Fall Semester 2026
Session Objectives & Overview

By the end of this session, you will be able to:

  • Review core multivariable mathematical concepts and engineering calculus prerequisites.

Micro-Lecture

Engineering Context: Shaping Motion Paths

In this session, we investigate the mathematical principles of Arc Length and Curvature and explore how engineers apply these concepts to analyze real-world physical and structural systems.

Skill Block 1

Worked Example

Given the line segment given by rβƒ—(t)=(3t2βˆ’7)i^+(βˆ’4t2βˆ’10)j^\vec{r}(t)=(3t^{2}-7)\hat{i}+(-4t^{2}-10)\hat{j}r(t)=(3t2βˆ’7)i^+(βˆ’4t2βˆ’10)j^​:

  1. Find the arc length sss for 0≀t≀40\le t\le40≀t≀4.
  2. Solve for the arc length function s(t)s(t)s(t) and evaluate arc length sss for 0≀t≀40\le t\le40≀t≀4.
  3. Find the arc length parametrization, r⃗(s)\vec{r}(s)r(s).
Worked Solution:

Here is the complete step-by-step solution to the problem presented in the image.

Given

rβƒ—(t)=(3t2βˆ’7)i^+(βˆ’4t2βˆ’10)j^forΒ 0≀t≀4\vec{r}(t) = (3t^2 - 7)\hat{i} + (-4t^2 - 10)\hat{j} \quad \text{for } 0 \le t \le 4r(t)=(3t2βˆ’7)i^+(βˆ’4t2βˆ’10)j^​forΒ 0≀t≀4

First, let's find the derivative vector rβƒ—β€²(t)\vec{r}'(t)rβ€²(t) and its magnitude ∣∣rβƒ—β€²(t)∣∣||\vec{r}'(t)||∣∣rβ€²(t)∣∣, as they are required for all three parts:

rβƒ—β€²(t)=ddt(3t2βˆ’7)i^+ddt(βˆ’4t2βˆ’10)j^=6ti^βˆ’8tj^\vec{r}'(t) = \frac{d}{dt}(3t^2 - 7)\hat{i} + \frac{d}{dt}(-4t^2 - 10)\hat{j} = 6t\hat{i} - 8t\hat{j}rβ€²(t)=dtd​(3t2βˆ’7)i^+dtd​(βˆ’4t2βˆ’10)j^​=6ti^βˆ’8tj^​

Now, find the magnitude (speed):

∣∣rβƒ—β€²(t)∣∣=(6t)2+(βˆ’8t)2=36t2+64t2=100t2=10∣t∣||\vec{r}'(t)|| = \sqrt{(6t)^2 + (-8t)^2} = \sqrt{36t^2 + 64t^2} = \sqrt{100t^2} = 10|t|∣∣rβ€²(t)∣∣=(6t)2+(βˆ’8t)2​=36t2+64t2​=100t2​=10∣t∣

Since our domain is 0≀t≀40 \le t \le 40≀t≀4, ttt is non-negative, so:

∣∣rβƒ—β€²(t)∣∣=10t||\vec{r}'(t)|| = 10t∣∣rβ€²(t)∣∣=10t

1.

Find the arc length sss for 0≀t≀40 \le t \le 40≀t≀4

Using the definite integral formula for arc length:

s=∫04∣∣rβƒ—β€²(t)βˆ£βˆ£β€‰dts = \int_{0}^{4} ||\vec{r}'(t)||\, dts=∫04β€‹βˆ£βˆ£rβ€²(t)∣∣dt

s=∫0410t dt=[5t2]04s = \int_{0}^{4} 10t\, dt = \left[ 5t^2 \right]_{0}^{4}s=∫04​10tdt=[5t2]04​

s=5(4)2βˆ’5(0)2=5(16)=80s = 5(4)^2 - 5(0)^2 = 5(16) = 80s=5(4)2βˆ’5(0)2=5(16)=80

2.

Solve for the arc length function s(t)s(t)s(t) and evaluate arc length sss for 0≀t≀40 \le t \le 40≀t≀4

To find the arc length function s(t)s(t)s(t) starting from a=0a = 0a=0:

s(t)=∫0t∣∣rβƒ—β€²(u)βˆ£βˆ£β€‰dus(t) = \int_{0}^{t} ||\vec{r}'(u)||\, dus(t)=∫0tβ€‹βˆ£βˆ£rβ€²(u)∣∣du

s(t)=∫0t10u du=[5u2]0t=5t2s(t) = \int_{0}^{t} 10u\, du = \left[ 5u^2 \right]_{0}^{t} = 5t^2s(t)=∫0t​10udu=[5u2]0t​=5t2

Evaluating this function at the upper limit t=4t = 4t=4:

s(4)=5(4)2=80s(4) = 5(4)^2 = 80s(4)=5(4)2=80

Answer: * Arc length function: s(t)=5t2s(t) = 5t^2s(t)=5t2

  • Evaluated arc length: 808080
3.

Find the arc length parametrization, r⃗(s)\vec{r}(s)r(s)

Following the parametrization steps:

  1. Invert the arc length function to solve for ttt in terms of sss:

s=5t2β€…β€ŠβŸΉβ€…β€Št2=s5s = 5t^2 \implies t^2 = \frac{s}{5}s=5t2⟹t2=5s​

Since tβ‰₯0t \ge 0tβ‰₯0:

t=s5t = \sqrt{\frac{s}{5}}t=5s​​

  1. Substitute t(s)t(s)t(s) back into the original position vector r⃗(t)\vec{r}(t)r(t):

rβƒ—(s)=(3(s5)2βˆ’7)i^+(βˆ’4(s5)2βˆ’10)j^\vec{r}(s) = \left(3\left(\sqrt{\frac{s}{5}}\right)^2 - 7\right)\hat{i} + \left(-4\left(\sqrt{\frac{s}{5}}\right)^2 - 10\right)\hat{j}r(s)=(3(5s​​)2βˆ’7)i^+(βˆ’4(5s​​)2βˆ’10)j^​

rβƒ—(s)=(35sβˆ’7)i^+(βˆ’45sβˆ’10)j^\vec{r}(s) = \left(\frac{3}{5}s - 7\right)\hat{i} + \left(-\frac{4}{5}s - 10\right)\hat{j}r(s)=(53​sβˆ’7)i^+(βˆ’54​sβˆ’10)j^​

Answer: The arc length parametrization is rβƒ—(s)=(35sβˆ’7)i^+(βˆ’45sβˆ’10)j^\vec{r}(s) = \left(\frac{3}{5}s - 7\right)\hat{i} + \left(-\frac{4}{5}s - 10\right)\hat{j}r(s)=(53​sβˆ’7)i^+(βˆ’54​sβˆ’10)j^​ for 0≀s≀800 \le s \le 800≀s≀80.

Active Practice Problem

Given the position vector for a helix shape rβƒ—(t)=3sin⁑(t)i^+3cos⁑(t)j^\vec{r}(t)=3\sin(t)\hat{i}+3\cos(t)\hat{j}r(t)=3sin(t)i^+3cos(t)j^​:

  1. Find the arc length sss for 0≀t≀4Ο€0\le t\le4\pi0≀t≀4Ο€.
  2. Solve for the arc length function s(t)s(t)s(t) and evaluate arc length sss for 0≀t≀4Ο€0\le t\le4\pi0≀t≀4Ο€.
  3. Find the arc length parametrization, r⃗(s)\vec{r}(s)r(s).
Workspace
Solution
Given

rβƒ—(t)=3sin⁑(t)i^+3cos⁑(t)j^forΒ 0≀t≀4Ο€\vec{r}(t) = 3\sin(t)\hat{i} + 3\cos(t)\hat{j} \quad \text{for } 0 \le t \le 4\pir(t)=3sin(t)i^+3cos(t)j^​forΒ 0≀t≀4Ο€

First, let's find the velocity vector rβƒ—β€²(t)\vec{r}'(t)rβ€²(t) and its magnitude ∣∣rβƒ—β€²(t)∣∣||\vec{r}'(t)||∣∣rβ€²(t)∣∣:

rβƒ—β€²(t)=ddt(3sin⁑(t))i^+ddt(3cos⁑(t))j^=3cos⁑(t)i^βˆ’3sin⁑(t)j^\vec{r}'(t) = \frac{d}{dt}(3\sin(t))\hat{i} + \frac{d}{dt}(3\cos(t))\hat{j} = 3\cos(t)\hat{i} - 3\sin(t)\hat{j}rβ€²(t)=dtd​(3sin(t))i^+dtd​(3cos(t))j^​=3cos(t)i^βˆ’3sin(t)j^​

Now, compute the magnitude (speed):

∣∣rβƒ—β€²(t)∣∣=(3cos⁑(t))2+(βˆ’3sin⁑(t))2=9cos⁑2(t)+9sin⁑2(t)||\vec{r}'(t)|| = \sqrt{(3\cos(t))^2 + (-3\sin(t))^2} = \sqrt{9\cos^2(t) + 9\sin^2(t)}∣∣rβ€²(t)∣∣=(3cos(t))2+(βˆ’3sin(t))2​=9cos2(t)+9sin2(t)​

Using the fundamental trigonometric identity cos⁑2(t)+sin⁑2(t)=1\cos^2(t) + \sin^2(t) = 1cos2(t)+sin2(t)=1:

∣∣rβƒ—β€²(t)∣∣=9(1)=3||\vec{r}'(t)|| = \sqrt{9(1)} = 3∣∣rβ€²(t)∣∣=9(1)​=3

1. Find the arc length sss for 0≀t≀4Ο€0 \le t \le 4\pi0≀t≀4Ο€

Using the definite integral formula for arc length:

s=∫04Ο€βˆ£βˆ£rβƒ—β€²(t)βˆ£βˆ£β€‰dts = \int_{0}^{4\pi} ||\vec{r}'(t)||\, dts=∫04Ο€β€‹βˆ£βˆ£rβ€²(t)∣∣dt

s=∫04Ο€3 dt=[3t]04Ο€s = \int_{0}^{4\pi} 3\, dt = \left[ 3t \right]_{0}^{4\pi}s=∫04π​3dt=[3t]04π​

s=3(4Ο€)βˆ’3(0)=12Ο€s = 3(4\pi) - 3(0) = 12\pis=3(4Ο€)βˆ’3(0)=12Ο€

Answer: The arc length sss is 12Ο€12\pi12Ο€ (or approximately 37.7037.7037.70).

2. Solve for the arc length function s(t)s(t)s(t) and evaluate arc length sss for 0≀t≀4Ο€0 \le t \le 4\pi0≀t≀4Ο€

To find the arc length function s(t)s(t)s(t) starting from a=0a = 0a=0:

s(t)=∫0t∣∣rβƒ—β€²(u)βˆ£βˆ£β€‰dus(t) = \int_{0}^{t} ||\vec{r}'(u)||\, dus(t)=∫0tβ€‹βˆ£βˆ£rβ€²(u)∣∣du

s(t)=∫0t3 du=[3u]0t=3ts(t) = \int_{0}^{t} 3\, du = \left[ 3u \right]_{0}^{t} = 3ts(t)=∫0t​3du=[3u]0t​=3t

Evaluating this function at the upper limit t=4Ο€t = 4\pit=4Ο€:

s(4Ο€)=3(4Ο€)=12Ο€s(4\pi) = 3(4\pi) = 12\pis(4Ο€)=3(4Ο€)=12Ο€

Answer: * Arc length function: s(t)=3ts(t) = 3ts(t)=3t

  • Evaluated arc length: 12Ο€12\pi12Ο€
3. Find the arc length parametrization, r⃗(s)\vec{r}(s)r(s)

Following the arc length parametrization steps:

  1. Invert the arc length function to solve for ttt in terms of sss:

s=3tβ€…β€ŠβŸΉβ€…β€Št=s3s = 3t \implies t = \frac{s}{3}s=3t⟹t=3s​

  1. Substitute t(s)t(s)t(s) back into the original position vector r⃗(t)\vec{r}(t)r(t):

rβƒ—(s)=3sin⁑(s3)i^+3cos⁑(s3)j^\vec{r}(s) = 3\sin\left(\frac{s}{3}\right)\hat{i} + 3\cos\left(\frac{s}{3}\right)\hat{j}r(s)=3sin(3s​)i^+3cos(3s​)j^​

Answer: The arc length parametrization is rβƒ—(s)=3sin⁑(s3)i^+3cos⁑(s3)j^\vec{r}(s) = 3\sin\left(\frac{s}{3}\right)\hat{i} + 3\cos\left(\frac{s}{3}\right)\hat{j}r(s)=3sin(3s​)i^+3cos(3s​)j^​ for 0≀s≀12Ο€0 \le s \le 12\pi0≀s≀12Ο€.

Extra Practice & Extensions
  1. Solve for the arc length from 0≀t≀π0\le t\le\pi0≀t≀π.
  2. Explain whether or not a closed domain such as this can or cannot be used to perform an arc length parametrization of the position vector r⃗(s)\vec{r}(s)r(s).

Regroup 1

  • Review common misconceptions and clarify key notations.

Skill Block 2

Worked Example

Given the position vector rβƒ—(t)=⟨4t2,(βˆ’4tβˆ’3),βˆ’2t⟩\vec{r}(t)=\langle4t^{2},(-4t-3),-2t\rangler(t)=⟨4t2,(βˆ’4tβˆ’3),βˆ’2t⟩:

  1. Solve for the unit tangent vector.
  2. Solve for the curvature at t=1t=1t=1.
Worked Solution:
Given

rβƒ—(t)=⟨4t2,βˆ’4tβˆ’3,βˆ’2t⟩[cite:Β 52]\vec{r}(t) = \langle 4t^2, -4t - 3, -2t \rangle \quad \text{[cite: 52]}r(t)=⟨4t2,βˆ’4tβˆ’3,βˆ’2t⟩[cite:Β 52]

First, let's find the first derivative vector r⃗′(t)\vec{r}'(t)r′(t) and its magnitude:

rβƒ—β€²(t)=⟨8t,βˆ’4,βˆ’2⟩\vec{r}'(t) = \langle 8t, -4, -2 \ranglerβ€²(t)=⟨8t,βˆ’4,βˆ’2⟩

Now, compute the magnitude (speed):

∣∣rβƒ—β€²(t)∣∣=(8t)2+(βˆ’4)2+(βˆ’2)2=64t2+16+4=64t2+20||\vec{r}'(t)|| = \sqrt{(8t)^2 + (-4)^2 + (-2)^2} = \sqrt{64t^2 + 16 + 4} = \sqrt{64t^2 + 20}∣∣rβ€²(t)∣∣=(8t)2+(βˆ’4)2+(βˆ’2)2​=64t2+16+4​=64t2+20​

We can factor out a 444 from under the radical:

∣∣rβƒ—β€²(t)∣∣=4(16t2+5)=216t2+5||\vec{r}'(t)|| = \sqrt{4(16t^2 + 5)} = 2\sqrt{16t^2 + 5}∣∣rβ€²(t)∣∣=4(16t2+5)​=216t2+5​

1. Solve for the unit tangent vector

The formula for the unit tangent vector is T^(t)=rβƒ—β€²(t)∣∣rβƒ—β€²(t)∣∣\hat{T}(t) = \frac{\vec{r}'(t)}{||\vec{r}'(t)||}T^(t)=∣∣rβ€²(t)∣∣rβ€²(t)​. Dividing each component of rβƒ—β€²(t)\vec{r}'(t)rβ€²(t) by its magnitude:

T^(t)=⟨8t,βˆ’4,βˆ’2⟩216t2+5\hat{T}(t) = \frac{\langle 8t, -4, -2 \rangle}{2\sqrt{16t^2 + 5}}T^(t)=216t2+5β€‹βŸ¨8t,βˆ’4,βˆ’2βŸ©β€‹

Simplify by dividing each term by 222:

T^(t)=⟨4t16t2+5,βˆ’216t2+5,βˆ’116t2+5⟩\hat{T}(t) = \left\langle \frac{4t}{\sqrt{16t^2 + 5}}, \frac{-2}{\sqrt{16t^2 + 5}}, \frac{-1}{\sqrt{16t^2 + 5}} \right\rangleT^(t)=⟨16t2+5​4t​,16t2+5β€‹βˆ’2​,16t2+5β€‹βˆ’1β€‹βŸ©

2. Solve for the curvature at t=1t = 1t=1

Since we already have the position vector, it is much more efficient to use the cross-product formula for curvature:

ΞΊ(t)=∣∣rβƒ—β€²(t)Γ—rβƒ—β€²β€²(t)∣∣∣∣rβƒ—β€²(t)∣∣3[cite:Β 46]\kappa(t) = \frac{||\vec{r}'(t) \times \vec{r}''(t)||}{||\vec{r}'(t)||^3} \quad \text{[cite: 46]}ΞΊ(t)=∣∣rβ€²(t)∣∣3∣∣rβ€²(t)Γ—rβ€²β€²(t)βˆ£βˆ£β€‹[cite:Β 46]

  1. Find the second derivative vector r⃗′′(t)\vec{r}''(t)r′′(t):

rβƒ—β€²β€²(t)=ddt⟨8t,βˆ’4,βˆ’2⟩=⟨8,0,0⟩\vec{r}''(t) = \frac{d}{dt}\langle 8t, -4, -2 \rangle = \langle 8, 0, 0 \ranglerβ€²β€²(t)=dtdβ€‹βŸ¨8t,βˆ’4,βˆ’2⟩=⟨8,0,0⟩

  1. Compute the cross product r⃗′(t)×r⃗′′(t)\vec{r}'(t) \times \vec{r}''(t)r′(t)×r′′(t):

rβƒ—β€²(t)Γ—rβƒ—β€²β€²(t)=∣i^j^k^8tβˆ’4βˆ’2800∣\vec{r}'(t) \times \vec{r}''(t) = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 8t & -4 & -2 \\ 8 & 0 & 0 \end{vmatrix}rβ€²(t)Γ—rβ€²β€²(t)=​i^8t8​j^β€‹βˆ’40​k^βˆ’20​​

rβƒ—β€²(t)Γ—rβƒ—β€²β€²(t)=i^(0βˆ’0)βˆ’j^(0βˆ’(βˆ’16))+k^(0βˆ’(βˆ’32))=⟨0,βˆ’16,32⟩\vec{r}'(t) \times \vec{r}''(t) = \hat{i}(0 - 0) - \hat{j}(0 - (-16)) + \hat{k}(0 - (-32)) = \langle 0, -16, 32 \ranglerβ€²(t)Γ—rβ€²β€²(t)=i^(0βˆ’0)βˆ’j^​(0βˆ’(βˆ’16))+k^(0βˆ’(βˆ’32))=⟨0,βˆ’16,32⟩

  1. Find the magnitude of this cross product:

∣∣rβƒ—β€²(t)Γ—rβƒ—β€²β€²(t)∣∣=02+(βˆ’16)2+(32)2=256+1024=1280=165||\vec{r}'(t) \times \vec{r}''(t)|| = \sqrt{0^2 + (-16)^2 + (32)^2} = \sqrt{256 + 1024} = \sqrt{1280} = 16\sqrt{5}∣∣rβ€²(t)Γ—rβ€²β€²(t)∣∣=02+(βˆ’16)2+(32)2​=256+1024​=1280​=165​

  1. Evaluate ∣∣rβƒ—β€²(t)∣∣||\vec{r}'(t)||∣∣rβ€²(t)∣∣ at t=1t = 1t=1:

∣∣rβƒ—β€²(1)∣∣=216(1)2+5=221||\vec{r}'(1)|| = 2\sqrt{16(1)^2 + 5} = 2\sqrt{21}∣∣rβ€²(1)∣∣=216(1)2+5​=221​

  1. Calculate the curvature ΞΊ(1)\kappa(1)ΞΊ(1):

ΞΊ(1)=165(221)3=1658β‹…2121=252121\kappa(1) = \frac{16\sqrt{5}}{(2\sqrt{21})^3} = \frac{16\sqrt{5}}{8 \cdot 21\sqrt{21}} = \frac{2\sqrt{5}}{21\sqrt{21}}ΞΊ(1)=(221​)3165​​=8β‹…2121​165​​=2121​25​​

To rationalize the denominator:

ΞΊ(1)=2105441\kappa(1) = \frac{2\sqrt{105}}{441}ΞΊ(1)=4412105​​

  • Curvature at t=1t = 1t=1: ΞΊ(1)=252121\kappa(1) = \frac{2\sqrt{5}}{21\sqrt{21}}ΞΊ(1)=2121​25​​ (or approximately 0.04640.04640.0464)

Active Practice Problem

Given the position vector rβƒ—=⟨2cos⁑(t),2sin⁑(t),t⟩\vec{r}=\langle2\cos(t), 2\sin(t), t\rangler=⟨2cos(t),2sin(t),t⟩:

  1. Solve for the unit tangent vector.
  2. Solve for the radius of curvature.
Workspace
Solution
Given

rβƒ—(t)=⟨2cos⁑(t),2sin⁑(t),t⟩\vec{r}(t) = \langle 2\cos(t), 2\sin(t), t \rangler(t)=⟨2cos(t),2sin(t),t⟩

First, let's find the first derivative vector r⃗′(t)\vec{r}'(t)r′(t) and its magnitude:

rβƒ—β€²(t)=βŸ¨βˆ’2sin⁑(t),2cos⁑(t),1⟩\vec{r}'(t) = \langle -2\sin(t), 2\cos(t), 1 \ranglerβ€²(t)=βŸ¨βˆ’2sin(t),2cos(t),1⟩

Now, compute the magnitude (speed):

∣∣rβƒ—β€²(t)∣∣=(βˆ’2sin⁑(t))2+(2cos⁑(t))2+(1)2=4sin⁑2(t)+4cos⁑2(t)+1||\vec{r}'(t)|| = \sqrt{(-2\sin(t))^2 + (2\cos(t))^2 + (1)^2} = \sqrt{4\sin^2(t) + 4\cos^2(t) + 1}∣∣rβ€²(t)∣∣=(βˆ’2sin(t))2+(2cos(t))2+(1)2​=4sin2(t)+4cos2(t)+1​

Using the fundamental identity sin⁑2(t)+cos⁑2(t)=1\sin^2(t) + \cos^2(t) = 1sin2(t)+cos2(t)=1:

∣∣rβƒ—β€²(t)∣∣=4(1)+1=5||\vec{r}'(t)|| = \sqrt{4(1) + 1} = \sqrt{5}∣∣rβ€²(t)∣∣=4(1)+1​=5​

1. Solve for the unit tangent vector

The formula for the unit tangent vector is T^(t)=rβƒ—β€²(t)∣∣rβƒ—β€²(t)∣∣\hat{T}(t) = \frac{\vec{r}'(t)}{||\vec{r}'(t)||}T^(t)=∣∣rβ€²(t)∣∣rβ€²(t)​. Dividing each component of rβƒ—β€²(t)\vec{r}'(t)rβ€²(t) by its constant magnitude:

T^(t)=βŸ¨βˆ’2sin⁑(t),2cos⁑(t),1⟩5\hat{T}(t) = \frac{\langle -2\sin(t), 2\cos(t), 1 \rangle}{\sqrt{5}}T^(t)=5β€‹βŸ¨βˆ’2sin(t),2cos(t),1βŸ©β€‹

T^(t)=βŸ¨βˆ’25sin⁑(t),25cos⁑(t),15⟩\hat{T}(t) = \left\langle -\frac{2}{\sqrt{5}}\sin(t), \frac{2}{\sqrt{5}}\cos(t), \frac{1}{\sqrt{5}} \right\rangleT^(t)=βŸ¨βˆ’5​2​sin(t),5​2​cos(t),5​1β€‹βŸ©

2. Solve for the radius of curvature

To find the radius of curvature ρ=1ΞΊ\rho = \frac{1}{\kappa}ρ=ΞΊ1​, we first need to determine the curvature ΞΊ\kappaΞΊ. Since we have a fully worked out unit tangent vector T^(t)\hat{T}(t)T^(t), we can use the derivative method:

ΞΊ(t)=∣∣T^β€²(t)∣∣βˆ₯rβƒ—β€²(t)βˆ₯\kappa(t) = \frac{||\hat{T}'(t)||}{\|\vec{r}'(t)\|}ΞΊ(t)=βˆ₯rβ€²(t)βˆ₯∣∣T^β€²(t)βˆ£βˆ£β€‹

  1. Find T^β€²(t)\hat{T}'(t)T^β€²(t):

T^β€²(t)=βŸ¨βˆ’25cos⁑(t),βˆ’25sin⁑(t),0⟩\hat{T}'(t) = \left\langle -\frac{2}{\sqrt{5}}\cos(t), -\frac{2}{\sqrt{5}}\sin(t), 0 \right\rangleT^β€²(t)=βŸ¨βˆ’5​2​cos(t),βˆ’5​2​sin(t),0⟩

  1. Compute its magnitude ∣∣T^β€²(t)∣∣||\hat{T}'(t)||∣∣T^β€²(t)∣∣:

∣∣T^β€²(t)∣∣=(βˆ’25cos⁑(t))2+(βˆ’25sin⁑(t))2+02||\hat{T}'(t)|| = \sqrt{\left(-\frac{2}{\sqrt{5}}\cos(t)\right)^2 + \left(-\frac{2}{\sqrt{5}}\sin(t)\right)^2 + 0^2}∣∣T^β€²(t)∣∣=(βˆ’5​2​cos(t))2+(βˆ’5​2​sin(t))2+02​

∣∣T^β€²(t)∣∣=45cos⁑2(t)+45sin⁑2(t)=45(cos⁑2(t)+sin⁑2(t))=45=25||\hat{T}'(t)|| = \sqrt{\frac{4}{5}\cos^2(t) + \frac{4}{5}\sin^2(t)} = \sqrt{\frac{4}{5}(\cos^2(t) + \sin^2(t))} = \sqrt{\frac{4}{5}} = \frac{2}{\sqrt{5}}∣∣T^β€²(t)∣∣=54​cos2(t)+54​sin2(t)​=54​(cos2(t)+sin2(t))​=54​​=5​2​

  1. Calculate curvature ΞΊ\kappaΞΊ:

ΞΊ=∣∣T^β€²(t)∣∣βˆ₯rβƒ—β€²(t)βˆ₯=255=25\kappa = \frac{||\hat{T}'(t)||}{\|\vec{r}'(t)\|} = \frac{\frac{2}{\sqrt{5}}}{\sqrt{5}} = \frac{2}{5}ΞΊ=βˆ₯rβ€²(t)βˆ₯∣∣T^β€²(t)βˆ£βˆ£β€‹=5​5​2​​=52​

  1. Calculate the radius of curvature ρ\rhoρ:

ρ=1ΞΊ=125=52\rho = \frac{1}{\kappa} = \frac{1}{\frac{2}{5}} = \frac{5}{2}ρ=ΞΊ1​=52​1​=25​

Answer: * Unit tangent vector: T^(t)=βŸ¨βˆ’25sin⁑(t),25cos⁑(t),15⟩\hat{T}(t) = \left\langle -\frac{2}{\sqrt{5}}\sin(t), \frac{2}{\sqrt{5}}\cos(t), \frac{1}{\sqrt{5}} \right\rangleT^(t)=βŸ¨βˆ’5​2​sin(t),5​2​cos(t),5​1β€‹βŸ©

  • Radius of curvature: ρ=52=2.5\rho = \frac{5}{2} = 2.5ρ=25​=2.5
Extra Practice & Extensions

rβƒ—(s)=29cos⁑(s29)i^+29sin⁑(s29)j^\vec{r}(s)=29\cos\left(\frac{s}{29}\right)\hat{i}+29\sin\left(\frac{s}{29}\right)\hat{j}r(s)=29cos(29s​)i^+29sin(29s​)j^​

Regroup 2

  • Reflect on the physical modeling applications and mathematical setups.

Skill Block 3

Worked Example

A particle is moving along the given path:

rβƒ—(t)=βˆ’7t8i^+7t3j^\vec{r}(t)=-7t^{8}\hat{i}+7t^{3}\hat{j}r(t)=βˆ’7t8i^+7t3j^​
Decompose the acceleration vector into its tangential and normal components at t=1.t=1.t=1.

Worked Solution:

Here is the step-by-step solution to the Skill 3 Demo problem shown in the image.

Given

rβƒ—(t)=βˆ’7t8i^+7t3j^atΒ t=1\vec{r}(t) = -7t^8\hat{i} + 7t^3\hat{j} \quad \text{at } t = 1r(t)=βˆ’7t8i^+7t3j^​atΒ t=1

To decompose the acceleration vector into its tangential component aTa_TaT​ and normal component aNa_NaN​, we use the following formulas from your learning activity document:

aT=vβƒ—β‹…aβƒ—βˆ£βˆ£vβƒ—βˆ£βˆ£a_T = \frac{\vec{v} \cdot \vec{a}}{||\vec{v}||}aT​=∣∣v∣∣vβ‹…a​

aN=∣∣vβƒ—Γ—aβƒ—βˆ£βˆ£βˆ£βˆ£vβƒ—βˆ£βˆ£a_N = \frac{||\vec{v} \times \vec{a}||}{||\vec{v}||}aN​=∣∣v∣∣∣∣vΓ—aβˆ£βˆ£β€‹

Step 1: Find the Velocity Vector v⃗(t)\vec{v}(t)v(t) and evaluate at t=1t = 1t=1

Take the first derivative of the position vector r⃗(t)\vec{r}(t)r(t):

vβƒ—(t)=rβƒ—β€²(t)=ddt(βˆ’7t8)i^+ddt(7t3)j^=βˆ’56t7i^+21t2j^\vec{v}(t) = \vec{r}'(t) = \frac{d}{dt}(-7t^8)\hat{i} + \frac{d}{dt}(7t^3)\hat{j} = -56t^7\hat{i} + 21t^2\hat{j}v(t)=rβ€²(t)=dtd​(βˆ’7t8)i^+dtd​(7t3)j^​=βˆ’56t7i^+21t2j^​

Evaluating at t=1t = 1t=1:

vβƒ—(1)=βˆ’56(1)7i^+21(1)2j^=βŸ¨βˆ’56,21⟩\vec{v}(1) = -56(1)^7\hat{i} + 21(1)^2\hat{j} = \langle -56, 21 \ranglev(1)=βˆ’56(1)7i^+21(1)2j^​=βŸ¨βˆ’56,21⟩

Step 2: Find the Speed ∣∣vβƒ—(1)∣∣||\vec{v}(1)||∣∣v(1)∣∣

Compute the magnitude of the velocity vector at t=1t = 1t=1:

∣∣vβƒ—(1)∣∣=(βˆ’56)2+(21)2=3136+441=3577||\vec{v}(1)|| = \sqrt{(-56)^2 + (21)^2} = \sqrt{3136 + 441} = \sqrt{3577}∣∣v(1)∣∣=(βˆ’56)2+(21)2​=3136+441​=3577​

Step 3: Find the Acceleration Vector a⃗(t)\vec{a}(t)a(t) and evaluate at t=1t = 1t=1

Take the derivative of the velocity vector v⃗(t)\vec{v}(t)v(t):

aβƒ—(t)=vβƒ—β€²(t)=ddt(βˆ’56t7)i^+ddt(21t2)j^=βˆ’392t6i^+42tj^\vec{a}(t) = \vec{v}'(t) = \frac{d}{dt}(-56t^7)\hat{i} + \frac{d}{dt}(21t^2)\hat{j} = -392t^6\hat{i} + 42t\hat{j}a(t)=vβ€²(t)=dtd​(βˆ’56t7)i^+dtd​(21t2)j^​=βˆ’392t6i^+42tj^​

Evaluating at t=1t = 1t=1:

aβƒ—(1)=βˆ’392(1)6i^+42(1)j^=βŸ¨βˆ’392,42⟩\vec{a}(1) = -392(1)^6\hat{i} + 42(1)\hat{j} = \langle -392, 42 \ranglea(1)=βˆ’392(1)6i^+42(1)j^​=βŸ¨βˆ’392,42⟩

Step 4: Calculate the Tangential Component of Acceleration aTa_TaT​

Compute the dot product v⃗⋅a⃗\vec{v} \cdot \vec{a}v⋅a at t=1t = 1t=1:

vβƒ—(1)β‹…aβƒ—(1)=(βˆ’56)(βˆ’392)+(21)(42)\vec{v}(1) \cdot \vec{a}(1) = (-56)(-392) + (21)(42)v(1)β‹…a(1)=(βˆ’56)(βˆ’392)+(21)(42)

v⃗(1)⋅a⃗(1)=21952+882=22834\vec{v}(1) \cdot \vec{a}(1) = 21952 + 882 = 22834v(1)⋅a(1)=21952+882=22834

Now divide by the speed ∣∣vβƒ—(1)∣∣||\vec{v}(1)||∣∣v(1)∣∣:

aT=228343577a_T = \frac{22834}{\sqrt{3577}}aT​=3577​22834​

Step 5: Calculate the Normal Component of Acceleration aNa_NaN​

Since v⃗\vec{v}v and a⃗\vec{a}a are 2D vectors lying in the xyxyxy-plane, we can treat them as 3D vectors with a zzz-component of 000 to find their cross product:

vβƒ—(1)Γ—aβƒ—(1)=∣i^j^k^βˆ’56210βˆ’392420∣\vec{v}(1) \times \vec{a}(1) = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -56 & 21 & 0 \\ -392 & 42 & 0 \end{vmatrix}v(1)Γ—a(1)=​i^βˆ’56βˆ’392​j^​2142​k^00​​

vβƒ—(1)Γ—aβƒ—(1)=k^((βˆ’56)(42)βˆ’(21)(βˆ’392))\vec{v}(1) \times \vec{a}(1) = \hat{k} \Big( (-56)(42) - (21)(-392) \Big)v(1)Γ—a(1)=k^((βˆ’56)(42)βˆ’(21)(βˆ’392))

vβƒ—(1)Γ—aβƒ—(1)=k^(βˆ’2352+8232)=5880k^\vec{v}(1) \times \vec{a}(1) = \hat{k} (-2352 + 8232) = 5880\hat{k}v(1)Γ—a(1)=k^(βˆ’2352+8232)=5880k^

Find the magnitude of this cross product vector:

∣∣vβƒ—(1)Γ—aβƒ—(1)∣∣=5880||\vec{v}(1) \times \vec{a}(1)|| = 5880∣∣v(1)Γ—a(1)∣∣=5880

Now divide by the speed ∣∣vβƒ—(1)∣∣||\vec{v}(1)||∣∣v(1)∣∣:

aN=58803577a_N = \frac{5880}{\sqrt{3577}}aN​=3577​5880​

Answer

The decomposition of the acceleration vector at t=1t = 1t=1 yields:

  • Tangential component: aT=228343577a_T = \frac{22834}{\sqrt{3577}}aT​=3577​22834​ (approx. 381.82381.82381.82)

  • Normal component: aN=58803577a_N = \frac{5880}{\sqrt{3577}}aN​=3577​5880​ (approx. 98.3298.3298.32)

Active Practice Problem

Given the position vector rβƒ—(t)=βˆ’t5i^βˆ’7t2j^\vec{r}(t)=-t^{5}\hat{i}-7t^{2}\hat{j}r(t)=βˆ’t5i^βˆ’7t2j^​, decompose the acceleration vector into its tangential and normal components at t=1.t=1.t=1.

Solution Key:
Given

rβƒ—(t)=βˆ’t5i^βˆ’7t2j^atΒ t=1\vec{r}(t) = -t^5\hat{i} - 7t^2\hat{j} \quad \text{at } t = 1r(t)=βˆ’t5i^βˆ’7t2j^​atΒ t=1

To decompose the acceleration vector into its tangential component aTa_TaT​ and normal component aNa_NaN​, we use the standard formulas:

aT=vβƒ—β‹…aβƒ—βˆ£βˆ£vβƒ—βˆ£βˆ£a_T = \frac{\vec{v} \cdot \vec{a}}{||\vec{v}||}aT​=∣∣v∣∣vβ‹…a​

aN=∣∣vβƒ—Γ—aβƒ—βˆ£βˆ£βˆ£βˆ£vβƒ—βˆ£βˆ£a_N = \frac{||\vec{v} \times \vec{a}||}{||\vec{v}||}aN​=∣∣v∣∣∣∣vΓ—aβˆ£βˆ£β€‹

Step 1: Find the Velocity Vector v⃗(t)\vec{v}(t)v(t) and evaluate at t=1t = 1t=1

Take the first derivative of the position vector r⃗(t)\vec{r}(t)r(t):

vβƒ—(t)=rβƒ—β€²(t)=ddt(βˆ’t5)i^+ddt(βˆ’7t2)j^=βˆ’5t4i^βˆ’14tj^\vec{v}(t) = \vec{r}'(t) = \frac{d}{dt}(-t^5)\hat{i} + \frac{d}{dt}(-7t^2)\hat{j} = -5t^4\hat{i} - 14t\hat{j}v(t)=rβ€²(t)=dtd​(βˆ’t5)i^+dtd​(βˆ’7t2)j^​=βˆ’5t4i^βˆ’14tj^​

Evaluating at t=1t = 1t=1:

vβƒ—(1)=βˆ’5(1)4i^βˆ’14(1)j^=βŸ¨βˆ’5,βˆ’14⟩\vec{v}(1) = -5(1)^4\hat{i} - 14(1)\hat{j} = \langle -5, -14 \ranglev(1)=βˆ’5(1)4i^βˆ’14(1)j^​=βŸ¨βˆ’5,βˆ’14⟩

Step 2: Find the Speed ∣∣vβƒ—(1)∣∣||\vec{v}(1)||∣∣v(1)∣∣

Compute the magnitude of the velocity vector at t=1t = 1t=1:

∣∣vβƒ—(1)∣∣=(βˆ’5)2+(βˆ’14)2=25+196=221||\vec{v}(1)|| = \sqrt{(-5)^2 + (-14)^2} = \sqrt{25 + 196} = \sqrt{221}∣∣v(1)∣∣=(βˆ’5)2+(βˆ’14)2​=25+196​=221​

Step 3: Find the Acceleration Vector a⃗(t)\vec{a}(t)a(t) and evaluate at t=1t = 1t=1

Take the derivative of the velocity vector v⃗(t)\vec{v}(t)v(t):

aβƒ—(t)=vβƒ—β€²(t)=ddt(βˆ’5t4)i^+ddt(βˆ’14t)j^=βˆ’20t3i^βˆ’14j^\vec{a}(t) = \vec{v}'(t) = \frac{d}{dt}(-5t^4)\hat{i} + \frac{d}{dt}(-14t)\hat{j} = -20t^3\hat{i} - 14\hat{j}a(t)=vβ€²(t)=dtd​(βˆ’5t4)i^+dtd​(βˆ’14t)j^​=βˆ’20t3i^βˆ’14j^​

Evaluating at t=1t = 1t=1:

aβƒ—(1)=βˆ’20(1)3i^βˆ’14j^=βŸ¨βˆ’20,βˆ’14⟩\vec{a}(1) = -20(1)^3\hat{i} - 14\hat{j} = \langle -20, -14 \ranglea(1)=βˆ’20(1)3i^βˆ’14j^​=βŸ¨βˆ’20,βˆ’14⟩

Step 4: Calculate the Tangential Component of Acceleration aTa_TaT​

Compute the dot product v⃗⋅a⃗\vec{v} \cdot \vec{a}v⋅a at t=1t = 1t=1:

vβƒ—(1)β‹…aβƒ—(1)=(βˆ’5)(βˆ’20)+(βˆ’14)(βˆ’14)\vec{v}(1) \cdot \vec{a}(1) = (-5)(-20) + (-14)(-14)v(1)β‹…a(1)=(βˆ’5)(βˆ’20)+(βˆ’14)(βˆ’14)

v⃗(1)⋅a⃗(1)=100+196=296\vec{v}(1) \cdot \vec{a}(1) = 100 + 196 = 296v(1)⋅a(1)=100+196=296

Now divide by the speed ∣∣vβƒ—(1)∣∣||\vec{v}(1)||∣∣v(1)∣∣:

aT=296221a_T = \frac{296}{\sqrt{221}}aT​=221​296​

Step 5: Calculate the Normal Component of Acceleration aNa_NaN​

Since v⃗\vec{v}v and a⃗\vec{a}a are 2D vectors lying in the xyxyxy-plane, we append a zzz-component of 000 to compute their cross product:

vβƒ—(1)Γ—aβƒ—(1)=∣i^j^k^βˆ’5βˆ’140βˆ’20βˆ’140∣\vec{v}(1) \times \vec{a}(1) = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -5 & -14 & 0 \\ -20 & -14 & 0 \end{vmatrix}v(1)Γ—a(1)=​i^βˆ’5βˆ’20​j^β€‹βˆ’14βˆ’14​k^00​​

vβƒ—(1)Γ—aβƒ—(1)=k^((βˆ’5)(βˆ’14)βˆ’(βˆ’14)(βˆ’20))\vec{v}(1) \times \vec{a}(1) = \hat{k} \Big( (-5)(-14) - (-14)(-20) \Big)v(1)Γ—a(1)=k^((βˆ’5)(βˆ’14)βˆ’(βˆ’14)(βˆ’20))

vβƒ—(1)Γ—aβƒ—(1)=k^(70βˆ’280)=βˆ’210k^\vec{v}(1) \times \vec{a}(1) = \hat{k} (70 - 280) = -210\hat{k}v(1)Γ—a(1)=k^(70βˆ’280)=βˆ’210k^

Find the magnitude of this cross product vector:

∣∣vβƒ—(1)Γ—aβƒ—(1)∣∣=βˆ£βˆ’210∣=210||\vec{v}(1) \times \vec{a}(1)|| = |-210| = 210∣∣v(1)Γ—a(1)∣∣=βˆ£βˆ’210∣=210

Now divide by the speed ∣∣vβƒ—(1)∣∣||\vec{v}(1)||∣∣v(1)∣∣:

aN=210221a_N = \frac{210}{\sqrt{221}}aN​=221​210​

Answer

The acceleration vector components at t=1t = 1t=1 are:

  • Tangential component: aT=296221a_T = \frac{296}{\sqrt{221}}aT​=221​296​ (approx. 19.9119.9119.91)

  • Normal component: aN=210221a_N = \frac{210}{\sqrt{221}}aN​=221​210​ (approx. 14.1314.1314.13)

Show your steps and calculations here.

Regroup 3

  • Verify calculations and mathematical reasoning.

Synthesis Wrap-up

  • Core takeaways from Session 06 and overview of homework homework assignment: Arc Length and Curvature Motion in Space.