i have the curve a(t) = (3t, 2t2, 2t3) and that a'(t) = (3, 4t, 6t2). my textbook tells me to verify that the tangent lines make a constant angle with the line y = 0, z = x so basically the vector (1, 0, 1).
using the definition of the dot product a * b = |a| |b| cos(\theta) i have...