Vector-valued function tangent

  • Thread starter Thread starter Jonnyb42
  • Start date Start date
  • Tags Tags
    Function Tangent
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Jonnyb42
Messages
185
Reaction score
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.
 
Physics news on Phys.org
Wow, how did you think of that?

It seems to work. The one thing I need help with is integrating the right side of 0, I think it's my lack of calculus knowledge. Does it become a constant?
 
Jonnyb42 said:
Wow, how did you think of that?
I don't know - it just occurred to me because of those terms fx fx'.
Jonnyb42 said:
It seems to work. The one thing I need help with is integrating the right side of 0, I think it's my lack of calculus knowledge. Does it become a constant?
Yes.
 
Thank you very much, just for completion's sake, I'll show the rest of the work:

It is easier to write functions with different letters, so from before, fx(t) will now be f(t), fy(t) will now be g(t), and fz(t) is now h(t).

[tex]\int f(t)df(t)[/tex] + [tex]\int g(t)dg(t)[/tex] + [tex]\int h(t)dh(t)[/tex] = [tex]\int 0dt[/tex]

[tex]\stackrel{1}{2}[/tex] f2(t) + [tex]\stackrel{1}{2}[/tex] g2(t) + [tex]\stackrel{1}{2}[/tex] h2(t) = C

f2(t) + g2(t) + h2(t) = r2 <-- form of a sphere.
 
Last edited: