3

I need to check whether I've done it correctly

  1. To find whether a point is maximum of function $f(x)$, we have to checked whether $f''(x)>0, f''(x)=0$ or $f''(x)<0?$

  2. To find the inflection point of the function, we have to find, $f''(x)=0, f'(x)=0,$ $f(x)=0.$

  3. When choose the value of $\sqrt{(64,3)},$ $X_o$ has the value: $64, 0,3$ or $X_o>64.$

My answers are the following.

$1. f''(x)<0$

$2. f''(x)=0$

$3. X_o = 64.$

Lays
  • 2,023

1 Answers1

4

Your first two answers are correct.

If you mean by $\sqrt{(64, 3)}$ that you need to find the value of $x_0$ in order to determine the distance of the point $(64, 3)$ from the origin, then you'd want $x_0 = 0$, the $x$-coordinate of the origin:

Distance = $\sqrt{(64 - 0)^2 + (3 - 0)^2}$.

But it will work equally well if we reverse the positions:

Distance = $\sqrt{(0 - 64)^2 + (0 - 3)^2}$. So $x_0 = 64$ works just as well.

But the value of the distance between $(64, 3)$ and $(0, 0)$ is $\sqrt{73}$.

So the answer for $(3)$ depends on what is meant by $x_0$.

amWhy
  • 209,954