We define $$f: \mathbb{R} \to \mathbb{R^3}, f(x)=\begin{pmatrix} cos(\pi \cdot x) \\ sin(\pi\cdot x) \\ 1-x^2 \end{pmatrix}$$
Problem: Calculate the minimum distance to the point of orign
My ideas:
The distance is definded by: $$d(x)=\sqrt{|(cos(π⋅x)-0)^2|+|(sin(π⋅x)-0)^2|+|((1-x^2)-0)^2}|$$ $$d(x)=\sqrt{|(cos(π⋅x))^2|+|(sin(π⋅x))^2|+|(1-x^2)^2}|$$
The minimum distance is the extrema of the first derivation, so I have to calculate $$d'(x)=0$$
As solution I get x=-1 or x=0 or x=1 (Wolfram Alpha)
But I'm not actually sure absout the solution and I don't know how to solve it without calculator.
Thanks in advance!