- #1
member 428835
Homework Statement
Compute ##\partial_n f## where ##n## is normal to ##f##, and ##f## lies in the ##x-z## plane and is parameterized by $$x(s) = \frac{1}{c} \sin (c s);\\
z(s) = \frac{1}{c} (1-\cos (c s))
$$
Homework Equations
##\partial_n f = \nabla f \cdot \hat n##
The Attempt at a Solution
I was thinking of defining vector ##\hat f \equiv x(s) \hat i + z(s) \hat k##. Then tangent would be ##\hat f '(s)##. Now rotate this by ##90^\circ##. We know $$
\begin{bmatrix}
\cos\theta & -\sin \theta\\
\sin\theta & \cos \theta\\
\end{bmatrix}$$
is the rotational matrix where ##\theta = 90^\circ##. Thus the unit normal ##\hat n## to the surface would be $$\hat n = \frac{z'(s) \hat i - x'(s) \hat k}{\sqrt{z'(s)^2+x'(s)^2}}$$
Once we have ##\hat n##, we should be able to construct ##\partial_n f## via ##\nabla f \cdot \hat n##, where I assume ##\nabla f = x'(s) \hat i + z'(s) \hat k##. Then $$
\partial_n f = \frac{z'(s)x'(s) - x'(s)z'(s) }{\sqrt{z'(s)^2+x'(s)^2}} = 0
$$
I think I went wrong in computing ##\nabla f##. Can someone help?