1

Let $\alpha : \mathbb{I}\to \mathbb{R}^3$ be a parametrized curve, with $\alpha'(t) \ne 0$ for all $t\in I$. Show that $|\alpha(t)|$ is a nonzero constant if and only if $\alpha(t)$ is orthogonal to $\alpha'(t)$ for all $t\in \mathbb{I}$.

I became really rusty with vector calculus because of a long break (I should have never done that).

So far I got:

Let,

$\alpha(t) = (x(t), y(t),z(t)),\text{then}$

$\alpha'(t) = (x'(t), y'(t),z'(t))\ne0 $

$|\alpha(t)|= D= \sqrt{x^2+y^2+z^2},\ D'=\frac{xx'+yy'+zz'}{\sqrt{x^2+y^2+z^2}} $

If $\alpha(t)\dot\ \alpha'(t)=0$ then $xx'+yy'+zz'=0$.

Lays
  • 2,023

2 Answers2

6

We have $\vert \alpha(t) \vert^2 = \alpha(t) \cdot \alpha(t) = c$, $c$ a constant. Then

$\frac{d}{dt}(\alpha(t) \cdot \alpha(t)) = 0$,

but

$\frac{d}{dt}(\alpha(t) \cdot \alpha(t)) = \dot{\alpha}(t) \cdot \alpha(t) + \alpha(t) \cdot \dot{\alpha}(t) = 2 \alpha(t) \cdot \dot{\alpha}(t) = 0$,

whence

$\alpha(t) \cdot \dot{\alpha}(t) = 0$.

Sorry about switching up the notation from $\alpha'(t)$ to $\dot{\alpha}(t)$; old dawgs, new tricks; you know how it is! ;)

Robert Lewis
  • 71,180
  • Thank you, Robert! It is clear now. One question:

    How will I prove the converse?

    – Lays Aug 18 '13 at 07:48
  • 2
    @Lays: whooops! Sorry about neglecting the "if" direction of the logic. But unlike thermodynamic proceeses, this one is basically reversable! ;) So just walk backwards through the proof to get to where we began. Should be ee-zee! Post a comment if you need more info and I'll get back to you. Cheers! – Robert Lewis Aug 18 '13 at 08:00
4

Try this.

Proof

Suppose $|\alpha (t)| \neq 0$, then so does $|\alpha(t)|^2 = \alpha(t) \cdot \alpha(t)$. Differentiating both sides yield $2\alpha'(t)\cdot\alpha(t) = 0 \implies \alpha'(t)\cdot\alpha(t) = 0 $

On the other hand, suppose we have $\alpha'(t)\cdot\alpha(t) = 0$ instead. Consider $|\alpha(t)|^2 = \alpha(t) \cdot \alpha(t)$ again. This time around we have $(|\alpha (t) |^2)' = 2\alpha'(t)\cdot\alpha(t) = 0$ where the RHS of the equation comes from our orthogonal assumption.

This means that $(|\alpha (t) |^2)' = 0 \implies |\alpha (t) |^2 = c$ for some positive constant $c$. Taking the square root gives the desired result.

Lemon
  • 12,664