4
  1. Find a parametrized curve $\alpha(t)$ whose trace is the circle $x^2 + y^2 = 1$ such that $\alpha(t)$ runs clockwise around the circle with $\alpha(0) = (0, 1)$.

  2. A parametrized curve $\alpha(t)$ has the property that its second derivative $\alpha''(t)$ is identically zero. What can be said about $\alpha$ ?

  3. Let $\alpha:I \to \mathbb{R}^3$ be a parametrized curve and let $v \in \mathbb{R}^3$ be a fixed vector. Assume that $\alpha'(t)$ is orthogonal to v for all $t\in I$ and that $\alpha(0)$ is also orthogonal to $v$. Prove that $\alpha(t)$ is orthogonal to $v$ for all $t\in I$.


My thoughts:-

1.the given curve will be $\alpha(t)=(\sin {t},\cos {t})$.

2.The given $\alpha $ is a equation of a straight line.

3.here by the given condition we have $$\alpha'(t).v=0$$ Integrating w.r.t $"t" $ from $t=0$ to $t=t$ we have $v.(\alpha(t)-\alpha(0))=0$
$\implies$ $v.\alpha(t)-v.\alpha(0)=0$ $\implies$ $v.\alpha(t)=0$ as [$\alpha(0)$ is also orthogonal to $v$ so $v.\alpha(0)=0$]

Am I right in these cases? Can someone please help me to verify these results.

jigja
  • 151

2 Answers2

2

$\bigl(\alpha(t).v\bigr)'=\alpha'(t).v+\alpha(t).0=0$, i.e, $\alpha(t).v$ is constant. Now plug in $t=0$.

Michael Hoppe
  • 18,103
  • 3
  • 32
  • 49
0

The first two points are what you need, yes.

Just a thought on the third, although I believe your solution is correct: the derivative of $\alpha(t)\cdot v$ is $\alpha'(t)\cdot v = 0$, meaning the value of $\alpha(t)\cdot v$ is constant over all $t$. Because $\alpha(0)\cdot v=0$, this means $\alpha(t)\cdot v=0$ for all $t$. I think this is a simpler way of proving what you proved, there is also less writing required if you want to write it rigorously.

5xum
  • 123,496
  • 6
  • 128
  • 204