- #1
Jonnyb42
- 186
- 0
Homework Statement
If a curve has the property that the position vector r(t) is always perpendicular to the tangent vector r'(t), show that the curve lies on the sphere with center at the origin.
Homework Equations
I know dot product might help:
r(t) . r'(t) = 0
and the equation of a sphere in 3-space:
r2 = x2 + y2 + z2
The Attempt at a Solution
if I write out the components of the dot product...
r(t) . r'(t) = fx(t)*fx'(t) + fy(t)*fy'(t) + fz(t)*fz'(t) = 0
From there, I am not sure what to do, if that even is the right way to start.