Roman C. answered 04/23/13
Masters of Education Graduate with Mathematics Expertise
One way you can do this is to use the formula κ = Norm(v×a) / Norm(v)3.
You already have part of it established, the fact that v(t) = r'(t) = i + 4t j + k and a(t) = r''(t) = 4j.
For the cross product, wee just need to set up the determinant.
v(t) × a(t)
| i j k |
= | 1 4t 1 |
| 0 4 0 |
= (4t*0 - 1*4) i + (1*0 - 1*0) j + (1*4 - 4t*0) k
= -4 i + 4 k
Thus Norm(v×a) = 4√2.
Also, Norm(v) = √(12 + (4t)2 + 12) = √(2 +16t2)
Thus the curvature is
κ(t) = Norm(v×a) / Norm(v)3 = (4√2) / (2+16t2)3/2 = (4√2) / [(2√2)(1+8t2)3/2] = 2 / (1+8t2)3/2.