Find the osculating plane and the curvature

Click For Summary
The discussion focuses on finding the osculating plane and curvature at an arbitrary point on a curve defined by a parametric equation. The osculating plane is determined to be normal to the binormal vector, and the equation for the plane is derived based on the point and the binormal vector. The user encounters difficulties calculating the binormal vector using the cross product of the first and second derivatives of the curve, resulting in complex expressions. Similarly, the curvature calculation using the appropriate formula also proves challenging due to the complexity of the derivatives. The user suggests breaking down the parametric representation of the curve to simplify the differentiation process.
Bptrhp
Messages
8
Reaction score
4
Homework Statement
Find the osculating plane and the curvature of the curve ##r(t)=(a \cos(t)+b \sin(t), a \sin(t)+ b\cos(t), c \sin(2t)),t\in\mathbb{R}##
Relevant Equations
##B(t)=\dfrac{r'(t)\times r''(t)}{||r'(t)\times r''(t)||} ## and ##\kappa=\dfrac{||r'(t)\times r''(t)||}{||r'(t)||^3}.##
I know the osculating plane is normal to the binormal vector ##B(t)=(a,b,c)##. And since the point on which I am supposed to find the osculating plane is not given, I'm trying to find the osculating plane at an arbitrary point ##P(x_0,y_0,z_0)##. So, if ##R(x,y,z)## is a point on the plane, the equation is given by:

##\langle (R-P),B(t)\rangle=0 \, \Rightarrow \,\langle(x-x_0,y-y_0,z-z_0),(a,b,c)\rangle=0\, \Rightarrow \, a(x-x_0)+b(y-y_0)+c(z-z_0)=0.##

The problem is, I tried to compute the binormal vector using the formula
\begin{align*}
B(t)=\dfrac{r'(t)\times r''(t)}{||r'(t)\times r''(t)||}
\end{align*}
but the result of the cross product between ##r'(t)=(-a \sin(t)+b \cos(t),a \cos(t)-b \sin(t), 2c \cos(2t))## and ##r''(t)=(-a \cos(t)-b \sin(t), -a \sin(t)- b\cos(t), -4c \sin(2t))## got very long.

For the curvature, I have a similar problem, since I'm trying to use the formula
\begin{align*}
\kappa=\dfrac{||r'(t)\times r''(t)||}{||r'(t)||^3}.
\end{align*}
I have no idea whether I'm on the right track. I appreciate any help!
 
Physics news on Phys.org
I found it a bit easier breaking up r as ##(a,b,0)\cos(t)+(b,a,0)\sin(t)+(0,0,c)\sin(2t)##, and maintaining that through the differentiations. When it comes to the cross product, some combinations are easily discarded as zero.
Still pretty messy, though.
 
  • Like
Likes Bptrhp and etotheipi
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...