Chapter 13: Problem 5
For Exercises \(1-8\) you found \(\mathbf{T}, \mathbf{N},\) and \(\kappa\) in Section 13.4 (Exercises \(9-16\) ). Find now \(\mathbf{B}\) and \(\tau\) for these space curves. $$ \mathbf{r}(t)=\left(t^{3} / 3\right) \mathbf{i}+\left(t^{2} / 2\right) \mathbf{j}, \quad t>0 $$
Short Answer
Expert verified
The binormal vector \( \mathbf{B} \) is \( \mathbf{k} \) and the torsion \( \tau \) is 0.
Step by step solution
01
Find the Tangent Vector (T)
The tangent vector \( \mathbf{T} \) is found by taking the derivative of the position vector \( \mathbf{r}(t) \). First, differentiate each component of \( \mathbf{r}(t) \) with respect to \( t \). Given \( \mathbf{r}(t) = \left(t^3 / 3\right) \mathbf{i} + \left(t^2 / 2\right) \mathbf{j} \), we get:\[ \mathbf{r}'(t) = \left(t^2\right) \mathbf{i} + \left(t\right) \mathbf{j}. \]Normalize \( \mathbf{r}'(t) \) to find \( \mathbf{T}(t) \):\[ \mathbf{T}(t) = \frac{\mathbf{r}'(t)}{\| \mathbf{r}'(t) \|} = \frac{t^2\mathbf{i} + t\mathbf{j}}{\sqrt{t^4 + t^2}} = \frac{t\mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}}. \]
02
Find the Normal Vector (N)
The normal vector \( \mathbf{N} \) is obtained by differentiating \( \mathbf{T}(t) \) with respect to \( t \). Then normalize this derivative to get \( \mathbf{N}(t) \).Differentiate \( \mathbf{T}(t) \):\[ \frac{d}{dt}\left( \frac{t\mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \right). \]Solving this yields:\[ \mathbf{T}'(t) = \frac{1}{(t^2 + 1)^{3/2}} \left(\mathbf{j} - t^2\mathbf{j} - 2t^3\mathbf{i}\right). \]Normalize \( \mathbf{T}'(t) \) to find \( \mathbf{N}(t) \):\[ \mathbf{N}(t) = \frac{1}{\sqrt{t^2 + 1}} \left( -t\mathbf{i} + \mathbf{j} \right). \]
03
Find the Binormal Vector (B)
The binormal vector \( \mathbf{B} \) is the cross product of \( \mathbf{T} \) and \( \mathbf{N} \):\[ \mathbf{B}(t) = \mathbf{T}(t) \times \mathbf{N}(t). \]Given:- \( \mathbf{T}(t) = \frac{t\mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \)- \( \mathbf{N}(t) = \frac{-t\mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \)Cross product:\[ \mathbf{B}(t) = \left( \frac{t\mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \right) \times \left( \frac{-t\mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \right) = \frac{1}{t^2 + 1} \mathbf{k}. \]
04
Find the Torsion (Ï„)
Torsion \( \tau \) measures how much the curve is twisting out of the plane of the osculating circle. It is calculated using the formula:\[ \tau = -\frac{\left( \mathbf{B} \cdot \mathbf{T}' \right)}{\left\| \mathbf{r}' \right\|} \]From previous steps:- \( \mathbf{B}(t) = \mathbf{k} \)- \( \mathbf{T}'(t) \) calculated in Step 2Since there is no \( \mathbf{k} \)-component in \( \mathbf{T}'(t) \), we have:\[ \tau = 0. \]
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Tangent Vector
The tangent vector, often represented by \( \mathbf{T}(t) \), is crucial in understanding the direction in which a space curve is heading at any given point. To find this vector, we start with the curve's position vector \( \mathbf{r}(t) \). By differentiating this position vector with respect to time \( t \), we obtain \( \mathbf{r}'(t) \). This derivative gives us a vector that is tangent to the curve.
- For the given problem, \( \mathbf{r}(t) = \left(\frac{t^3}{3}$) \mathbf{i} + \frac{t^2}{2} \right) \mathbf{j} \), the derivative is \( \mathbf{r}'(t) = t^2 \mathbf{i} + t \mathbf{j} \).
- To normalize, divide this vector by its magnitude which is \( \sqrt{t^4 + t^2} \).
- The normalized tangent vector is \( \mathbf{T}(t) = \frac{t \mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \).
Normal Vector
The normal vector, denoted as \( \mathbf{N}(t) \), defines the direction in which a curve is turning. It's perpendicular to the tangent vector. To find \( \mathbf{N}(t) \), we differentiate the tangent vector \( \mathbf{T}(t) \) with respect to \( t \), and then normalize it.
- Differentiate \( \mathbf{T}(t) = \frac{t \mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \) to get \( \mathbf{T}'(t) = \frac{1}{(t^2 + 1)^{3/2}} (\mathbf{j} - t^2 \mathbf{j} - 2t^3 \mathbf{i}) \).
- Then normalize \( \mathbf{T}'(t) \) to get \( \mathbf{N}(t) = \frac{-t \mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \).
Binormal Vector
The binormal vector, \( \mathbf{B}(t) \), is orthogonal to both the tangent and normal vectors. It provides insight into the third dimension of a space curve, forming a right-handed coordinate system with \( \mathbf{T}(t) \) and \( \mathbf{N}(t) \). The binormal vector is derived by taking the cross product of \( \mathbf{T}(t) \) and \( \mathbf{N}(t) \).
- For our problem, \( \mathbf{T}(t) = \frac{t \mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \) and \( \mathbf{N}(t) = \frac{-t \mathbf{i} + \mathbf{j}}{\sqrt{t^2 + 1}} \).
- The cross product \( \mathbf{B}(t) = \mathbf{T}(t) \times \mathbf{N}(t) \) results in \( \mathbf{B}(t) = \frac{1}{t^2 + 1} \mathbf{k} \).
Curvature
Curvature, symbolized as \( \kappa \), quantifies how much a curve deviates from being a straight line. It reflects how sharply a curve bends at any point.To find curvature, there is a dependence on the normal vector and the derivative of the tangent vector. These components help compute the rate of change of the tangent vector with respect to arc length.
- It's often found using the formula \( \kappa(t) = \left| \frac{d \mathbf{T}}{ds} \right| \), where \( s \) is the arc length.
- For practical calculations, another formula is used involving derivatives and magnitudes.
Torsion
Torsion, denoted as \( \tau \), measures the rate of twist of a curve out of the plane formed by the tangent and normal vectors. Essentially, it identifies how a curve spirals in space.Torsion is calculated as: \[ \tau = -\frac{( \mathbf{B} \cdot \mathbf{T}' )}{\| \mathbf{r}' \|} \]For the given exercise:
- \( \mathbf{B}(t) = \mathbf{k} \) was previously determined.
- The derivative \( \mathbf{T}'(t) \) doesn't have a \( \mathbf{k} \)-component, meaning \( \mathbf{B} \cdot \mathbf{T}' \) results in 0.
- Thus, \( \tau = 0 \), indicating no twisting out of the plane.