I have to find the speed (as a function of $t$) of a particle whose position at time $t$ seconds is represtented by
$$c(t)=(\sin t+t, \cos t+t)$$
How would I go about finding the maximum speed? Here's what I've attempted to do so far, not sure if it's the right path though.
$$x=\sin t+t$$ $$x'=\cos t+1$$ $$y=\cos t+t$$ $$y'=-\sin t+1$$
The speed equation can be found with
$$\frac{ds}{dt}=\sqrt{(\cos t+1)^2+(-\sin t+1)^2}$$
This is where I get lost though, any ideas?
Let $v(t)$ be the last expression you wrote. The maximum speed is in $t_0$ such that $v '(t_0) = 0 $, like in single variable calculus.