If $x$ and $y$ are satisfying $x^2+y^2-6x-8y=0$ and $a=max({x+y})$ and $b=min({x-y})$ then what is the value of $a+b$?
My try: I drew the graph of the equation and found that the circle passes from the point$(0,0)$.Then on finding the center as $(3,4)$, I found the coordinates of the diametrically opposite end as $(6,8)$[which according to me should be $a=max({x+y})$], and it came out to be 14, and since the circle is passing through the point$(0,0)$, $b=min({x-y})$ should be $0$.But that's not correct.
$$ $$ Also, is there any way this can be done using parameters like $x = rcos (\theta)$ and $y = rsin (\theta)$?
Note that the equation of the circle is $(x-3)^2+(y-4)^2=5^2$, which can be parametrised as $x=3+5\cos\theta, y=4+5\sin\theta$. Now $x+y=7+5(\cos\theta+\sin\theta)=7+5\sqrt{2}\sin(\theta+\frac{\pi}{4})$ and so $a=7+5\sqrt{2}$ and similarly $x-y=-1+5(\cos\theta-\sin\theta)=-1+5\sqrt{2}\sin(\frac{\pi}{4}-\theta)$ and so $b=-1-5\sqrt{2}$