A question asks me to evaluate the maximum and minimum value of the following function:
$$y=\sqrt{x}+\sqrt{27+x}+\sqrt{13-x}, 0\le x\le13$$
I have tried to compute y using $$x=0,1,2,...,13$$ I believe such maximum occurs at x=9, and the minimum value lies on boundary points, but how can I prove that without calculus?
Thanks!
I don't know if this is rigorous enough, but you can take the function and notice that when there is a maximum on the domain of $[0,13]$, because we have two increasing functions and one decreasing function all added together, our function only has one critical point (something we observe, not proved), not considering the endpoints. When we let $x_0$ be our maximum we notice that $$ \frac{f(x)-f(x_0)}{x-x_0} =\begin{cases} >0 & \text{if }x<x_0 \\ <0 & \text{if }x>x_0 \end{cases} $$ Now obviously if $x = x_0$ then this is undefined, but if we choose any value on the left side of $9$, say $8.5$ we notice that we get a positive value, and for anything on the right side, like $9.5$ we end up with a negative value. This shows that $9$ is a local maximum.
I would say that the problem with this is that it hasn't verified that some other point isn't also a maximum, but I think you'll run into that problem as long as you aren't considering the derivative. So although it may not be perfect, it's a good start.
The usage of this is essentially looking at the slope of the line before and after some point, which you can argue is moving towards the realm of calculus, but it stays away from derivatives.
Edit: If we do indeed believe there is only the one critical point, you will find the minimum at the boundary point like you stated, so simply check the two of them to find which point is smaller.