Chapter 13: Problem 1
Find \(\mathbf{T}, \mathbf{N},\) and \(\kappa\) for the plane curves. $$\mathbf{r}(t)=t \mathbf{i}+(\ln \cos t) \mathbf{j}, \quad-\pi / 2 < t < \pi / 2$$
Short Answer
Expert verified
\( \mathbf{T}(t) = \cos(t) \mathbf{i} - \sin(t) \mathbf{j} \), \( \mathbf{N}(t) = -\sin(t) \mathbf{i} - \cos(t) \mathbf{j} \), \( \kappa = \cos(t) \).
Step by step solution
01
Finding the Derivative of the Curve
To find the unit tangent vector \( \mathbf{T} \), start by computing the derivative of \( \mathbf{r}(t) \). The curve is given by \( \mathbf{r}(t) = t \mathbf{i} + \ln(\cos t) \mathbf{j} \). Differentiate each component:\[ \mathbf{r}'(t) = \frac{d}{dt}(t) \mathbf{i} + \frac{d}{dt}(\ln(\cos t)) \mathbf{j} = \mathbf{i} - \tan(t) \mathbf{j}. \]
02
Calculating the Unit Tangent Vector \(\mathbf{T}\)
The unit tangent vector \( \mathbf{T} \) is obtained by normalizing \( \mathbf{r}'(t) \). First, compute the magnitude of \( \mathbf{r}'(t) \):\[ \| \mathbf{r}'(t) \| = \sqrt{1 + \tan^2(t)} = \sec(t). \]Thus, the unit tangent vector is:\[ \mathbf{T}(t) = \frac{\mathbf{r}'(t)}{\| \mathbf{r}'(t) \|} = \cos(t) \mathbf{i} - \sin(t) \mathbf{j}. \]
03
Finding the Normal Vector \(\mathbf{N}\)
The unit normal vector \( \mathbf{N} \) is perpendicular to \( \mathbf{T} \) and can be found by differentiating \( \mathbf{T}(t) \) and normalizing it. Differentiate:\[ \mathbf{T}'(t) = -\sin(t) \mathbf{i} - \cos(t) \mathbf{j}. \]The magnitude of \( \mathbf{T}'(t) \) is \(1\), so:\[ \mathbf{N}(t) = \frac{\mathbf{T}'(t)}{\| \mathbf{T}'(t) \|} = -\sin(t) \mathbf{i} - \cos(t) \mathbf{j}. \]
04
Calculating the Curvature \(\kappa\)
The curvature \( \kappa \) is given by:\[ \kappa = \frac{\| \mathbf{T}'(t) \|}{\| \mathbf{r}'(t) \|}. \]Since \( \| \mathbf{T}'(t) \| = 1 \) and \( \| \mathbf{r}'(t) \| = \sec(t) \), we have:\[ \kappa = \cos(t). \]
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.
Plane Curves
Plane curves are fascinating because they offer a two-dimensional view of curves, typically represented in the Cartesian coordinate system. These are curves that lie flat on a plane, which means all the points that form the curve have coordinates dependent only on two variables, often denoted as x and y.
In mathematical terms, plane curves can be expressed through vectors. For example, in an exercise where the curve is given by a vector function like \( \mathbf{r}(t) = t \mathbf{i} + \ln(\cos t) \mathbf{j} \), with t as the variable of differentiation, we observe a representation of a plane curve.
In mathematical terms, plane curves can be expressed through vectors. For example, in an exercise where the curve is given by a vector function like \( \mathbf{r}(t) = t \mathbf{i} + \ln(\cos t) \mathbf{j} \), with t as the variable of differentiation, we observe a representation of a plane curve.
- Coordinate Representation: Each component of the vector (such as \( t \mathbf{i} \) and \( \ln(\cos t) \mathbf{j} \)) defines the position of the curve at any given parameter \( t \).
- Path: The function describes a pathway within a plane, which generally changes direction and can twist based on the parameter t.
Normal Vector
A normal vector plays a crucial role in understanding the geometry of curves. It is perpendicular to the unit tangent vector, helping describe how the curve behaves at a point. For a given tangent vector \( \mathbf{T}(t) \), to find the normal vector \( \mathbf{N}(t) \), you differentiate \( \mathbf{T}(t) \) with respect to t and normalize the resulting vector.
Here’s the process to find \( \mathbf{N}(t) \):
Here’s the process to find \( \mathbf{N}(t) \):
- Start by differentiating the unit tangent vector: For \( \mathbf{T}(t) = \cos(t) \mathbf{i} - \sin(t) \mathbf{j} \), we have \( \mathbf{T}'(t) = -\sin(t) \mathbf{i} - \cos(t) \mathbf{j} \).
- Normalize the derivative: Find the magnitude of \( \mathbf{T}'(t) \) (in this case, it's already 1) and divide by this magnitude to get the unit normal vector.
Curvature
Curvature is a measure of how fast a curve is changing direction at any point. For plane curves, the curvature \( \kappa \) provides insight into how "bendy" the curve is. A high curvature means that the curve turns sharply, while a low curvature indicates a gentle bend. The curvature is computed using the derivative of the unit tangent vector and the derivative of the original curve.
Specifically, for a curve \( \mathbf{r}(t) \), curvature is calculated as:
Specifically, for a curve \( \mathbf{r}(t) \), curvature is calculated as:
- First, determine \( \| \mathbf{T}'(t) \| \), the magnitude of the derivative of the tangent vector. In many cases, this magnitude turns out to be 1, as seen in this exercise.
- Next, find the magnitude \( \| \mathbf{r}'(t) \| \), which includes information about how the original curve evolves. Here, it turns out to be \( \sec(t) \).
- Divide to find curvature: \( \kappa = \frac{\| \mathbf{T}'(t) \|}{\| \mathbf{r}'(t) \|} \).