Find the maximum value of $\sqrt{x^2+y^2}$ where $$x^2+y^2=6x-8y+11$$ where $x,y$ are real numbers.
Now one approach is just to write the given expression as the equation of a circle, and the maximum value of $x^2+y^2$ would be the distance between origin and the farthest point on the circumference of the circle, which yields $11$ as the answer. But I was wondering if there's a way to do this problem using partial derivatives. I calculated the partial derivative of $x^2+y^2-6x+8y-11$ with respect to $y$ to be $2(y+4)$ and with respect to $x$ to be $2(x-3)$. How do I proceed?