What’s the point of giving range of $x$ in this question

38 Views Asked by At

The problem statement is

Find the Greatest value of $(a+x)^3 (a-x)^4$ for any real value of $x$ numerically less than $4$.

So, I basically differentiated the given equation which give the value of $x$ as $-\frac{a}{7}$.

My answer is matching but I cant figure out why it was given that $x$ is numerically less than $4$.

2

There are 2 best solutions below

0
On BEST ANSWER

Denote the objective function by $f$. The derivative is $$f'(x)=(x-a)^3(x+a)^2(7x+a)$$

In the case where $a$ is positive, we have $f'(x)>0$ if $x<-a/7$ or if $x>a$. Thus the function is:

  • strictly increasing on $(-\infty, -a/7]$
  • strictly decreasing on $[-a/7,a]$
  • strictly increasing on $[a,\infty)$

Thus $-a/7$ is a local maximizer, but there is no global maximizer if we do not bound $x$ above because $\lim_{x\to\infty}f(x)=\infty$. If we assume $x\leq 4$, then we have two candidates for the global maximizer: $-a/7$ and $4$. It turns out that which one is the global maximizer depends on the value of $a$.

0
On

$$\lim_{x \to -\infty} (a+x)^3(a-x)^4= -\infty$$

$$\lim_{x \to \infty} (a+x)^3(a-x)^4= \infty$$

If the bound is not given, the maximum does not exist as the function will be unbounded.

Besides checking for stationary point, remember to check boundary values as well.