1
$\begingroup$

I'm trying to show that (1) $T'\times T'' = k^2(kB +\tau T)$

$T' = \kappa N$, from Frenet Serret

$T'' = \kappa'N + N'\kappa$, but the algebra didn't follow when I tried to substitute this on the Left hand side, of (1) above

  • 1
    It seems you need to address the question of how $N'$ relates to $B$ and $T$. When I derive things I often find it helpful to write $V = c_1T+c_2N+c_3B$ and use dot-products to select the values of $c_1,c_2,c_3$. For example, $c_1 = V \cdot T$. We can use the orthonormality of the Frenet frame to make nice calculations.2012-12-08

1 Answers 1

1

First using the frenet serret equation N' = -kT + τB, substitute it into T" to get

T" = k'N - k2T + kτB

so T' x T" = kN x (-k'N - k2T + kτB) = -kk'(N x N) - k3(N x T) + k2τ(N x B)

If you unsure how I got to this point, here's a link to the properties of the cross product

Since {T,N,B} is an orthonormal basis (meaning each vector is of unit length and each vector is orthogonal to one another), N x N = 0, T x N = B which implies N x T = -B, and N x B = T.

Going back to our equation we get

T' x T" = k3B + k2τT = k2(kB + τT)

  • 0
    Thank you so much for your explanation. Can you please explain the sign convention with why NxB = T, is there a systematic way of determining the sign? Thanks2012-12-10
  • 0
    The reason that N x B = T is because they form an orthonormal basis meaning that T, N, and B are orthogonal to each other. The easiest way to imagine this is picture this is to say that T lies on the x-axis, N the y-axis, and B the z-axis. You'll notice that all 3 vectors are orthogonal to one another. Now the cross product is a tool for computing a vector orthogonal to two vectors. So if you cross N and B you'll get a vector parallel to T and because all three vectors are of unit length and meet at the same point, N x B will in fact equal T.2012-12-10
  • 0
    Since it's possible to get two orthogonal vectors to any two vectors, a convention was needed to determine what way to choose. If you go back to my previous example where T, N, and B lie on the x, y, and z axis respectively, you'll notice that both the z+ and z- are orthogonal to x and y. Now with our orthonormal basis {T,N,B} we set it up like this so that going left to right gives us a positive vector (T X N = B, N x B = T, and B X T = N) and going right to left gives us a negative vector (B X N = -T, N X T = - B, and T X B = -N).2012-12-10
  • 0
    Now in general, a x b = c, the sign is detemined by angle between the two vectors. If you recall, a x b = |a||b|sinx where x is the angle between them measured counterclockwise. Assuming x can only make one full circular rotation, if x is less than 180 degrees or pi then a x b will be positive. If x is greater than 180 degrees (pi), it'll be negative. A simple trick to this is called the right hand rule and involves using your right hand to determine the direction of c. However I suggest going to youtube to learn how to use it. It's very simple just hard to explain over text.2012-12-10
  • 0
    Thanks for the explanation, can you also pls help with the other differential geometry question on "christoffel symbols" I have asked? Somehow no response. Thx a lot2012-12-10
  • 0
    I don't know much about christoffel symbols sorry. I'm taking differential geometry too right now but my professor ran out of time in the semester and briefly talked about the gauss equations. Wish I could, they look interesting but I haven't studied them yet.2012-12-11
  • 0
    no problem. thx again2012-12-11