Proof that a parametrized curve orthogonal to a certain vector v
Let
be a parametrized curve and let
be a fixed vector. Assume that
is orthogonal to 
for all
and that
is also orthogonal to 
Prove that
is orthogonal to
for all 
We are given that
and
is orthogonal to 
Let
and  = (x(t), y(t), z(t)))
 = (x'(t), y'(t), z'(t)) )
So we have:
![\alpha'(t) \cdot\, \mathbf{v} = (x'(t) * \, v_1 +\,\, y'(t) * v_2 + \,\, z'(t) * v_3) = 0 \text{ [Given]}](http://latex.codecogs.com/png.latex?\alpha'(t) \cdot\, \mathbf{v} = (x'(t) * \, v_1 +\,\, y'(t) * v_2 + \,\, z'(t) * v_3) = 0 \text{ [Given]})
![\alpha(0) \cdot\, \mathbf{v} = (x(0) *\, v_1 +\,\, y(0) * v_2 +\,\, z(0) * v_3) = 0 \text{ [Given]}](http://latex.codecogs.com/png.latex?\alpha(0) \cdot\, \mathbf{v} = (x(0) *\, v_1 +\,\, y(0) * v_2 +\,\, z(0) * v_3) = 0 \text{ [Given]})
Now how do I use this info and prove that
is orthogonal to
for all
?
Is it possible for anyone to kindly give some hints on how to prove this?
Re: Proof that a parametrized curve orthogonal to a certain vector v
I think I solved it. For those who are interested:
Since
![\alpha'(t) \cdot\, \mathbf{v} = (x'(t) *\, v_1)+\,\,( y'(t) * v_2) +\,\, (z'(t) * v_3) = 0 \text{ [Given]}](http://latex.codecogs.com/png.latex?\alpha'(t) \cdot\, \mathbf{v} = (x'(t) *\, v_1)+\,\,( y'(t) * v_2) +\,\, (z'(t) * v_3) = 0 \text{ [Given]})
Particularly:
 *\, v_1)+\,\, (y'(t) * v_2) +\,\, (z'(t) * v_3) = 0)
Taking integration of both sides:
) + C_1 +\,\,( v_2 * (y(t)) + C_2 +\,\, (v_3 * z(t)) + C_3 = C)
By taking all constants to the right side we get:
) + (v_2 * y(t)) + (v_3 * z(t)) = C - C_1 - C_2 - C_3 \text{ ................(1)})
We also know that:
![\alpha(0) \cdot\, \mathbf{v} = (x(0) *\, v_1) +\,\, (y(0) * v_2) +\,\, (z(0) * v_3) = 0 \text{ [Given]}](http://latex.codecogs.com/png.latex?\alpha(0) \cdot\, \mathbf{v} = (x(0) *\, v_1) +\,\, (y(0) * v_2) +\,\, (z(0) * v_3) = 0 \text{ [Given]})
So pluging in
into eq(1) we get:

therefore:
) + (v_2 * y(t)) + (v_3 * z(t)) = 0)
But this means:  \cdot\,\, \mathbf{v} = 0)
So
is orthogonal to
.[As was to be shown]
Re: Proof that a parametrized curve orthogonal to a certain vector v
Looks good but I think I would go the "other way"- that is, differentiate
rather than integrate
.
Let
. Then, since v is a constant vector,
. Since the derivative of u is 0, u is a constant. And since
it follows that
for all t.
Re: Proof that a parametrized curve orthogonal to a certain vector v
Quote:
Originally Posted by
HallsofIvy
Looks good but I think I would go the "other way"- that is, differentiate

rather than integrate

.
Let
= \alpha(t)\cdot v)
. Then, since v is a constant vector,

. Since the derivative of u is 0, u is a constant. And since
= \alpha(0)\cdot v= 0)
it follows that
= \alpha(t)\cdot v= 0)
for all t.
Thank you for showing another way of solving this problem. I believe your way is the correct and better method. Again thanks.