3

Find $\max$ and $\min$ values of $r$ if
$$r^2 - 4x + 3 = 0$$
where $r= \sqrt{x^2+y^2}$

Tried differentiating but didn't get any result for max. value of $ \sqrt{x^2+y^2}$

MathGod
  • 5,458

2 Answers2

5

We have $$x^2+y^2-4x+3=0\implies (x-2)^2+y^2=1$$

We can write $x=2+\cos\phi, y=\sin\phi$

$$\implies r^2=(2+\cos\phi)^2+(\sin\phi)^2=5+4\cos\phi$$

Now we know that for real $\phi$ , $$-1\le\cos\phi\le1$$

Can you take it from here?

0

If $r^2-4x+3=0$ then $y^2=4x-3-x^2=-(x-3)(x-1)$.

Since $y^2\ge0$, you must have $x \in [1,3]$.

Then, $r=\sqrt{4x-3}$, so $r$ is minimum when $\sqrt{4x-3}$ is minimum, that is $x=1$ (notice $x \to \sqrt{4x-3}$ is an incresaing function) and $y=0$, and $r=1$.

And $r$ is maximum when $\sqrt{4x-3}$ is maximum, thus $x=3$, $r=\sqrt{4\cdot3-3}=3$ and $y=0$.