Link Search Menu Expand Document

Applications to Geometry

We will cover following topics

Curves in Space

Vector analysis can be used to visualize and solve problems based on curves in space.

For example, the angle between two curves can be found by finding the angle between the tangents at the point of intersection.

If curves \(f_{1}(x)\) and \(f_{2}(x)\) intercept at \(P\left(x_{0}, y_{0}\right)\), then,

\[\tan \varphi=\dfrac{f_2^t(x_0)-f_1^t(x_0)}{1+f_1^{\prime}(x_0) \cdot f_2^t(x_0)}\]

Angle between Two Surfaces

The angle between two surfaces at a point of intersection is the angle between their normal vectors at that point.

If we write the surfaces as \(f(x,y,z)=constant\), the normal vectors are represented by \(\nabla f\).

Then, we use the definition of dot product to calculate the angle between the two normal vectors.

Curve Parametrization

Consider a curve \(\gamma(t)=(x(t)\), \(y(t)\), \(z(t))\), parameterized by \(t\).

The derivative vector \(\gamma^{\prime}(t)=\left(x^{\prime}(t), y^{\prime}(t), z^{\prime}(t)\right)\) is called the velocity vector.

The length of this vector is called the speed, sometimes also referred to as instanataneous speed. It is denoted by \(\dfrac{ds}{dt}\).

So,

\[\dfrac{d s}{d t}=\vert \gamma^{\prime}(t)\vert=\sqrt{\left(x^{\prime}(t)\right)^{2}+\left(y^{\prime}(t)\right)^{2}+\left(z^{\prime}(t)\right)^{2}}\]

and

\[d s=\vert \gamma^{\prime}(t)\vert d t\]

The derivative vector of unit length is called the tangent vector \(T(t)\) and is obtained by dividing the derivative vector by its length.

Therefore,

\[\mathbf{T}(t)=\dfrac{\gamma^{\prime}(t)}{\vert \gamma^{\prime}(t)\vert}=\dfrac{\left(x^{\prime}(t), y^{\prime}(t), z^{\prime}(t)\right)}{\vert \gamma^{\prime}(t)\vert}\]

The curves parameterized in a way such that the velocity vector has unit length are called as unit-speed curves, and such parameterization as unit-speed parameterization.

The unit speed parametrization, also known as parametrization by arc length \(s\), for \(\gamma(t)\) can be obtained by using the substitution \(t=t(s)\) such that:

\[s(t)=\int_{a}^{t} d s=\int_{a}^{t}\vert\gamma^{\prime}(t)\vert d t\] \[=\int_{a}^{t} \sqrt{\left(x^{\prime}(t)\right)^{2}+\left(y^{\prime}(t)\right)^{2}+\left(z^{\prime}(t)\right)^{2}} d t\]

Thus,

\[\mathbf{T}(s)=\gamma^{\prime}(s)\]

and

\[\vert \gamma^{\prime}(s)\vert=1\]

Example: To parametrize the line \((1+t,2+2t,3-t)\), we calculate \(s=s(t)=\int_{0}^{t} \sqrt{1+4+1} d t=\sqrt{6} t\).

Thus, \(t=\dfrac{1}{\sqrt{6}} s\) and therefore the corresponding unit length parametrized curve of \((1+t,2+2t,3-t)\) is given by \(\left(1+\dfrac{1}{\sqrt{6}} s, 2+\dfrac{2}{\sqrt{6}} s, 3-\dfrac{1}{\sqrt{6}} s\right)\)

Curvature

If the curve is paramaterized by arc length \(s\), the length of the acceleration vector is called the curvature, denoted by \(\kappa(s)\).

Thus,

\[\kappa(s)=\vert \mathbf{T}^{\prime}(s) \vert=\vert \gamma^{\prime \prime}(s) \vert\]

Here, the acceleration vector is the derivative of velocity vector and is given by:

\[\gamma^{\prime \prime}(t)=\left(x^{\prime \prime}(t), y^{\prime \prime}(t), z^{\prime \prime}(t)\right)\]

Example: The curvature of the circle \(\gamma=(a \cos t, a \sin t)\) can be found by first converting the parameterization to unit-length parameterization, which is given by

\[\gamma=\left(a \cos \dfrac{s}{a}, a \sin \dfrac{s}{a}\right)\]

Therefore,

\[\mathbf{T}=\gamma^{\prime}=\left(-\sin \dfrac{s}{a}, \cos \dfrac{s}{a}\right)\]

which implies that

\[\kappa=\vert \mathbf{T}^{\prime}\vert=\sqrt{\dfrac{1}{a^{2}} \cos ^{2} \dfrac{s}{a}+\dfrac{1}{a^{2}} \sin ^{2} \dfrac{s}{a}}\] \[=\sqrt{\dfrac{1}{a^{2}}}=\dfrac{1}{a}\]

The curvature for non-unit-speed parameterization is given by:

\[\kappa=\dfrac{\vert \gamma^{\prime \prime} \times \gamma^{\prime}\vert}{\vert \gamma^{\prime}\vert^{3}}\]

The unit vector in the direction of \(T'\) is called the principal normal vector and is denoted by \(N\). Thus,

\[\mathbf{N}(s)=\dfrac{\mathbf{T}^{\prime}(s)}{\vert \mathbf{T}^{\prime}(s)\vert}=\dfrac{\mathbf{T}^{\prime}(s)}{\kappa(s)}\]

Also, the vector \(\mathbf{B}=\mathbf{T} \times \mathbf{N}\) is called the binormal vector.

It indicates the direction in which the curve departs from being a planar curve.

Torsion

Torsion measures the extent to which the curve departs from being a plane curve, and is calculated for unit-speed curves as: \(\mathbf{\tau}=-\mathbf{B}^{\prime} \cdot \mathbf{N}\)

For non-unit speed parameterization,

\[\mathbf{T}=\dfrac{\gamma^{\prime}}{\vert \gamma^{\prime}\vert}=\mathbf{B}=\dfrac{\gamma^{\prime} \times \gamma^{\prime \prime}}{\vert \gamma^{\prime} \times \gamma^{\prime \prime}\vert}\] \[\mathbf{N}=\mathbf{B} \times \mathbf{T}\]

and

\[\mathbf{\tau}=\dfrac{\left(\gamma^{\prime} \times \gamma^{\prime \prime}\right) \cdot \gamma^{\prime \prime \prime}}{\vert \gamma^{\prime} \times \gamma^{\prime \prime}\vert^{2}}\]

Example: Let us calculate the curvature and torsion of the helix \((a \cos t, a \sin t, a t)\). We have,

\[\gamma^{\prime}=(-a \sin t, a \cos t, a),\] \[\vert\gamma^{\prime}\vert=\sqrt{2 a^{2}}=\sqrt{2} a,\] \[\gamma^{\prime \prime}=(-a \cos t,-a \sin t, 0)\]

and

\(\gamma^{\prime} \times \gamma^{\prime \prime}=a^{2}(\sin t,-\cos t, 1)\).

Thus,

\[\vert \gamma^{\prime} \times \gamma^{\prime \prime}\vert=\sqrt{2} a^{2},\]

which gives us

\[\mathbf{T}=\dfrac{1}{\sqrt{2}}(-\sin t, \cos t, 1)\]

and

\[\kappa=\dfrac{\sqrt{2} a^{2}}{(\sqrt{2})^{3} a^{3}}=\dfrac{1}{2 a}\]

Similarly, we calculate \(\tau\) using the above formula and it comes out to be \(\dfrac{1}{2a}\).

Serret-Frenet’s Formulae

For a curve parameterized by arc length \(s\), the Serret-Frenet formulas, in their matrix form, are given as:

\[\begin{bmatrix}T' \\N' \\B' \end{bmatrix} = \begin{bmatrix}0 & \kappa & 0\\-\kappa & 0 & \tau\\0 & -\tau & 0\end{bmatrix} \begin{bmatrix}T \\N \\B \end{bmatrix}\]

where
\(T\) is the unit tangent vector,
\(N\) is the unit normal vector,
\(B\) is the unit binormal vector,
\(\tau\) is the torsion,
\(\kappa\) is the curvature, and
\(x'\) denotes \(\dfrac{dx}{ds}\)


PYQs

Curves in Space

1) Find the angle between the tangent and a general point of the curve whose equations are \(x=3t\), \(y=3t^2\), \(z=3t^3\) and the line \(y=z-x=0\).

[2018, 10M]


2) Prove that the vectors \(\vec{a}= 3\hat{i} +\hat{j} -2\hat{k}\), \(\vec{b}= -\hat{i} +3 \hat{j} +4 \hat{k}\), \(\vec{c}= 4 \hat{i} -2 \hat{j} -6 \hat{k}\) can form the sides of a triangle. Find the lengths of the medians of the triangle.

[2016, 10M]


3) Find the angle between the surfaces \(x^{2}+y^{2}+z^{2}-9=0\) and \(z=x^{2}+y^{2}-3\) at \((2,-1,2)\).

[2015, 10M]


4) Find the value of \(\lambda\) and \(\mu\) so that the surfaces \(( \lambda x^2 -\mu yz)\) = \((\lambda+2)x\) and \(4x^2y+z^3=4\) may interesect orthogonally at \((1, -1, 2)\)

[2015, 12M]


5) Show the curve \(\vec{x}(t)=t \hat{i}+\left(\dfrac{1+t}{t}\right) \hat{j}+\left(\dfrac{1 - t^{2}}{t}\right) \hat{k}\) lies in a plane.

[2013, 10M]


6) A curve in space is defined by the vector equation \(\vec{r}=t^{2} \hat{i}+2 t \hat{\jmath}-t^{3} \hat{k}\). Determine the angle between the tangents to this curve at the points \(t=+1\) and \(t=-1\).

[2013, 10M]


7) Find the constants \(a\) and \(b\) so that the surface \(a x^{2}-b y z=(a+2) x\) will be orthogonal to the surface \(4 x^{2} y+z^{3}=4\) at the point \((1,-1,2)\).

[2008, 12M]


8) Show that the volume of the tetrahedron \(ABCD\) is \(\dfrac{1}{6}(\overrightarrow{A B} \times \overrightarrow{A C}) \cdot \overrightarrow{A D}\). Hence find the volume of the tetrahedron with vertices \((2,2,2)\), \((2,0,0)\), \((0,2,0)\) and \((0,0,2)\).

[2005, 12M]


9) The parametric equation of a circular helix is \(r=a \cos u \hat{i}+c u \hat{k}\), where \(c\) is a constant and \(u\) is a parameter. Find the unit tangent vector \(\hat{t}\) at the point \(u\) and the arc length measured form \(u=0\). Also find \(\dfrac{d \hat{t}}{d s}\) where \(s\) is the arc length.

[2005, 15M]


10) Let the position vector of a particle moving on a plane curve be \(r(t)\), where \(t\) is the time. Find the components of its acceleration along the radial and transverse directions.

[2003, 15M]


11) Find the length of the arc of the twisted curve \(r=\left(3 t, 3 t^{2}, 2 t^{3}\right)\) from the point \(t=0\) to the point \(t=1\). Find also the unit tangent, unit normal \(n\) and the unit binormal \(b\) at \(t=1\).

[2001, 12M]

Curvature and Torsion

1) Find the radius of curvature and radius of torsion of the helix \(x=a \cos u\), \(y=a \sin u\), \(z=au \tan \alpha\).

[2019, 15M]


2) Find the curvature and torsion of the curve
\(\vec{r}=a(u-sin u)\hat{i}-a(1-cos u)\hat{j}+bu\hat{k}\)

[2018, 12M]


3) Find the curvature vector and its magnitude at any point \(\overline{r}=(\theta)\) of the curve \(\overline{r}=(a \cos \theta, a \sin \theta, a \theta)\). Show that the locus of the feet of the perpendicular from the origin to the tangent is a curve that completely lies on the hyperboloid \(x^{2}+y^{2}-z^{2}=a^{2}\).

[2017, 16M]


4) For the cardioid \(r=a(1+\cos \theta)\), show that the square of the radius of curvature at any point \((r, \theta)\) is proportion to \(r\). Also find the radius of curvature if \(\theta=0\), \(\dfrac{\pi}{4}\), \(\dfrac{\pi}{2}\).

[2016, 15M]


5) Find the curvature vector at any point of the curve \(\overline{r}(t)=t \cos t \hat{i}+t \sin t \hat{j}\), \(0 \leq t \leq 2 \pi\). Give its magnitude also.

[2014, 10M]


6) Find \(\kappa / \tau\) for the curve

\[\vec{r}(t)=a \cos t \hat{i} + a \sin t \hat{j} + bt \hat{k}\]

[2010, 12M]


7) Show that for the space curve \(x=t\), \(y=t^{2}\), \(z=\dfrac{2}{3} t^{3}\), the curvature and torsion are same at every point.

[2008, 15M]


8) Find the curvature and torsion at any point of the curve \(x=a \cos 2 t\), \(y=a \sin 2 t\), \(z=2 a \sin t\).

[2007, 12M]


9) If the unit tangent vector \(\vec{t}\) and binormal \(\vec{b}\) make angles \(\theta\) and \(\phi\) respectively with a constant unit vector \(\vec{a}\), prove that \(\dfrac{\sin \theta}{\sin \phi} \dfrac{d \theta}{d \phi}=-\dfrac{\kappa}{\tau}\).

[2006, 20M]


10) Find the curvature and the torsion of the space curve:
\(\quad x=a\left(3 u-u^{3}\right)\)
\(y=3au^{2}\)
\(z=a\left(3 u+u^{3}\right)\)

[2005, 15M]


11) Find the radii of curvature and torsion at a point of intersection of the surface \(x^{2}-y^{2}=c^{2}\), \(y=x \tanh \left(\dfrac{z}{c}\right)\).

[2003, 15M]


12) Find the curvature \(k\) for the space curve \(x=a \cos \theta\), \(y=a \sin \theta\), \(z=a \theta \tan \alpha\).

[2002, 15M]

Serret-Frenet’s Formulae

1) Derive the Frenet-Serret formulae. Define the curvature and torsion for a space curve. Compute them for the space curve \(x=t\), \(y=t^{2}\), \(z=\dfrac{2}{3} t^{3}\). Show that the curvature and torsion are equal for this curve.

[2012, 20M]


2) Show that the Frenet-Serret formulae can be written in the form \(\dfrac{d \overline{T}}{d s}=\overline{\omega} \times \overline{T}\), \(\dfrac{d \overline{N}}{d s}=\overline{\omega} \times \overline{N}\) and \(\dfrac{d \overline{B}}{d x}=\overline{\omega} \times \overline{B}\), where \(\overline{\omega}=\tau \overline{T}+k \overline{B}\).

[2004, 12M]


< Previous Next >


Back to top Back to Top

Copyright © 2020 UPSC Maths WebApp.