Chapter 13: Problem 66
Find the curvature and torsion of the curve \(x=\sinh t\) \(y=\cosh t, z=t\) at the point \((0,1,0)\)
Short Answer
Expert verified
Curvature is \(\frac{1}{2}\) and torsion is \(-\frac{1}{2}\).
Step by step solution
01
Parametric Equations Check
Verify that the given point \( x = \sinh t, y = \cosh t, z = t \) corresponds to the point \((0, 1, 0)\).We set \( x = \sinh t = 0 \), \( y = \cosh t = 1 \), and \( z = t = 0 \).The solution exists at \( t = 0 \) because \( \sinh 0 = 0 \), \( \cosh 0 = 1 \), and \( t = 0 \). Thus, the point \((0, 1, 0)\) is valid for \( t = 0 \).
02
Compute Velocity and Acceleration Vectors
Find the first derivative to get the velocity vector:\[\mathbf{r}'(t) = \frac{d}{dt}(\sinh t, \cosh t, t) = (\cosh t, \sinh t, 1)\]Find the second derivative to get the acceleration vector:\[\mathbf{r}''(t) = \frac{d}{dt}(\cosh t, \sinh t, 1) = (\sinh t, \cosh t, 0)\]
03
Evaluate at the Point
Substitute \( t = 0 \) into the velocity and acceleration vectors.Velocity vector:\[\mathbf{r}'(0) = (\cosh 0, \sinh 0, 1) = (1, 0, 1)\]Acceleration vector:\[\mathbf{r}''(0) = (\sinh 0, \cosh 0, 0) = (0, 1, 0)\]
04
Calculate the Curvature
The formula for curvature \( \kappa \) is given by:\[\kappa = \frac{\| \mathbf{r}'(t) \times \mathbf{r}''(t) \|}{\| \mathbf{r}'(t) \|^3}\]Find the cross product \( \mathbf{r}'(0) \times \mathbf{r}''(0) \):\[\mathbf{r}'(0) \times \mathbf{r}''(0) = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \ 1 & 0 & 1 \ 0 & 1 & 0 \end{vmatrix} = (-1, 0, 1)\]Calculate magnitudes:\[\|\mathbf{r}'(0)\| = \sqrt{1^2 + 0^2 + 1^2} = \sqrt{2}\]\[\|\mathbf{r}'(0) \times \mathbf{r}''(0)\| = \sqrt{(-1)^2 + 0^2 + 1^2} = \sqrt{2}\]Plug values into curvature formula:\[\kappa = \frac{\sqrt{2}}{(\sqrt{2})^3} = \frac{1}{2}\]
05
Calculate the Torsion
Torsion \( \tau \) is found using the formula:\[\tau = \frac{(\mathbf{r}''(t) \times \mathbf{r}'''(t)) \cdot \mathbf{r}'(t)}{\| \mathbf{r}'(t) \times \mathbf{r}''(t) \|^2}\]Compute the third derivative:\[\mathbf{r}'''(t) = (\cosh t, \sinh t, 0)\]Evaluate at \( t = 0 \):\[\mathbf{r}'''(0) = (1, 0, 0)\]Find the cross product:\[\mathbf{r}''(0) \times \mathbf{r}'''(0) = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \ 0 & 1 & 0 \ 1 & 0 & 0 \end{vmatrix} = (0, 0, -1)\]Calculate the dot product with \(\mathbf{r}'(0)\):\[(0, 0, -1) \cdot (1, 0, 1) = -1\]Plug values into torsion formula:\[\tau = \frac{-1}{(\sqrt{2})^2} = \frac{-1}{2}\]
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.
Parametric Equations
Parametric equations are a way to define a set of functions that describe a curve in terms of one or more variables known as parameters. In this particular problem, we have the equations \(x = \sinh t\), \(y = \cosh t\), and \(z = t\). Each of these equations describes the respective coordinates in space—\(x\), \(y\), and \(z\)—in terms of the parameter \(t\). These equations help us understand how the position of a point on the curve changes as \(t\) varies. In our exercise, we checked whether the point \((0, 1, 0)\) lies on the curve when \(t = 0\), and indeed, it does. This verification is crucial as it assures us that our interest is at a valid point on the curve. Understanding parametric equations is key to analyzing motion and geometry in calculus.
Velocity Vector
The velocity vector describes the rate at which the position of a point on a curve changes over time. To find this, we need to differentiate the parametric equations with respect to \(t\). In our solution, the velocity vector \(\mathbf{r}'(t)\) was found by taking derivatives:
- \(\frac{d}{dt}(\sinh t) = \cosh t\)
- \(\frac{d}{dt}(\cosh t) = \sinh t\)
- \(\frac{d}{dt}(t) = 1\)
Acceleration Vector
The acceleration vector represents how the velocity vector changes with time. To determine this, we differentiate the velocity vector with respect to \(t\). Here, the calculation gives us:
- \(\frac{d}{dt}(\cosh t) = \sinh t\)
- \(\frac{d}{dt}(\sinh t) = \cosh t\)
- \(\frac{d}{dt}(1) = 0\)
Cross Product
The cross product is a vector multiplication operation that gives a vector perpendicular to two original vectors in three-dimensional space. It’s crucial in calculating curvature, as it provides a sense of how two vectors diverge in space. For the curvature calculation, we needed the cross product of the velocity and acceleration vectors, \(\mathbf{r}'(0) \times \mathbf{r}''(0)\).The formula is represented as a determinant:\[\mathbf{r}'(0) \times \mathbf{r}''(0) = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \ 1 & 0 & 1 \ 0 & 1 & 0 \end{vmatrix} = (-1, 0, 1)\] The magnitude of this cross product plays a role in determining the curvature \(\kappa\), indicating how sharply the curve bends at a point. The cross product is a foundational tool in vector calculus, particularly when analyzing physical phenomena such as forces or motion in three-dimensional space.