Let $a, b, c$ and $d$ be real numbers. Find, with full justifications, the maximum and minimum values of the function $$ f(x, y, z)=\frac{a x+b y+c z+d}{1+x^{2}+y^{2}+z^{2}} $$ over $\mathbb{R}^{3}$
For maximum value denominator has to minimum so ${1+x^{2}+y^{2}+z^{2}}$ minimum value is $1$ and hence maximum of function is $d$. Is this correct?
Yes, the minimum of $1+x^2+y^2+z^2$ is $1$ and it is attained at $(0,0,0)$, but why should the numerator have a maximum at that point? It hasn't.
Usng the fact that$$\lim_{\lVert(x,y,z)\rVert\to\infty}f(x,y,z)=0,$$you can solve the problem by determining the points at which $\nabla f(x,y,z)=(0,0,0)$. By doing this, you can prove that the maximum and the minimum of $f$ are $\frac12\left(d\pm\sqrt{a^2+b^2+c^2+d^2}\right)$.