Shazia U. answered 03/10/26
“I am a passionate and dedicated Math tutor with a PhD in Mathema
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\begin{document}
\title{Vector Calculus Solution}
\author{}
\date{}
\maketitle
\textbf{Given}
\[
r(t)=\langle e^{5t}\cos(12t),\; e^{5t}\sin(12t),\; e^{5t}\rangle
\]
\section*{1. Unit Binormal Vector}
\[
B(t)=\frac{r'(t)\times r''(t)}{|r'(t)\times r''(t)|}
\]
\[
B(t)=\frac{1}{\sqrt{194}}
\langle
12\sin(12t)-5\cos(12t),
-12\cos(12t)-5\sin(12t),
12
\rangle
\]
\section*{2. Curvature}
\[
k(t)=\frac{|r'(t)\times r''(t)|}{|r'(t)|^3}
\]
\[
k(t)=\frac{12}{194e^{5t}}
\]
\section*{3. Torsion}
\[
\tau=\frac{(r'\times r'')\cdot r'''}{|r'\times r''|^2}
\]
\[
\tau=\frac{5}{194}
\]
\section*{4. Acceleration}
\[
a(t)=r''(t)
\]
\[
a(t)=
\langle
e^{5t}(-119\cos12t-120\sin12t),
e^{5t}(-119\sin12t+120\cos12t),
25e^{5t}
\rangle
\]
\section*{5. Tangential Component}
\[
a_T=\frac{d}{dt}|v|
\]
\[
a_T=5\sqrt{194}\,e^{5t}
\]
\section*{6. Normal Component}
\[
a_N=\frac{|v\times a|}{|v|}
\]
\[
a_N=12\sqrt{194}\,e^{5t}
\]
\section*{7. Verification}
\[
a=a_TT+a_NN
\]
\[
a=
(5\sqrt{194}e^{5t})T+(12\sqrt{194}e^{5t})N
\]
\[
a=r''(t)
\]
Hence verified.
Just put this code in latex r overleaf and get ur solutions
\end{document}