Consider the plane curve whose vector equation is $r(t) = ti +f(t)j$, where $$f(t)=t\cos\bigg(\frac{\pi}{2t}\bigg)$$ if $t$ is not equal $0$, and $0$ otherwise.
Consider the following partition of the interval $[0,1]$
$$P=\bigg\{0,\frac{1}{2n},\frac{1}{2n-1},\ldots,\frac{1}{2},1\bigg\}$$
Show that corresponding inscribed polygon $$|\pi(P)|=\sum_{k=1}^n||r(t_k)-r(t_{k-1})||$$ has length $$|\pi(P)|>1+\frac{1}{2}+\frac{1}{3}+\cdots+\frac{1}{2n}$$
And deduce that the curve is nonrectifiable.
Now this would follow if every member of the sum $|\pi(P)|$ is bigger than every member of the harmonic series. Tried to see directly - does not work.
Another idea is to find a sequence so that the sum of it would be less than of the inscribed polygon but bigger than the harmonic series, but could not find one.
How should I approach this problem? any hints?
Thanks!