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!
You can continue, knowing that place where maximum of its square occurs is also the same.
$$ d^2(x) = y (x) = 1 + (1-x^2)^2 = 2 - 2 x^2 + x^4 $$
Derivative =0,
$$ 4x = 4 x^3,\ \quad x(1-x)(1+x) = 0 $$
gives WA result. Next derivative finds where max/min occur for above cubic.