1

I have got the following function: $f(x)=x^2(35-x)^5$

I need to find the points that
$$f'(x)=0$$ in order to find extrema points, but I cannot find the derivative due to exponents!

Problem: I broke $(35-x)^5$ via binomial expansion ,but I think the approach was of no use..I have got higher order of polynomial expression .I dont know how to solve

So how should I approach in order to find its extrema using its derivative point in the least costly way??

Thank You

dmtri
  • 3,270

3 Answers3

0

Hint: $$ \begin{align} (f\circ g)'(x) = f(g(x))' &= f'(g(x))\, g'(x) \\ f(x) &= x^5 \\ g(x) &= 35-x \end{align} $$ Hint: $$ (f g)'(x) = f'(x) g(x)+f(x)g'(x) $$ Hint: $$ f'(x) = 7x(10-x)(35-x)^4 $$

mvw
  • 34,562
  • ok Fine i derived the $(35-x)^5$ using above..But we got $x^2*(35-x)^5$ then which function should be choosen as first function here..I got LIATE rule to do which prevent me from moving foreward..I am confuse to choose ,as they both are algeberic functions – Shivanshu Raj Aug 12 '18 at 16:16
  • You might review your rules for taking a derivative. – mvw Aug 12 '18 at 16:17
  • But what about it...the first function...i mean if i got like $ sin^2\theta*(35-x)^2$then i wont ask such question.. – Shivanshu Raj Aug 12 '18 at 16:19
0

$\frac{dy}{dx}$=$(-1)x^{2}(5(35-x)^{4})+((35-x)^{5})(2x)$

=$(35-x)^{4}(-5x^{2}+70x-2x^{2})$

$(35-x)^{4}=0$ or $(-7x^{2}+70x)=0$

$ x=0, x=10, x=35 $

Should be easy solve from here hope this helps.

0

No need for calculus: $p(x)=x^2(35-x)^5$ has a double root at $x=0$ and a quintuple root at $x=35$; these points are clearly stationary points. There is no stationary point outside the interval $[0,35]$ since $p(x)$ is monotonic for $x>35$ or $x<0$. In the interval $[0,35]$ there is a unique maximum for $p(x)\geq 0$: by the AM-GM inequality

$$\begin{eqnarray*} x^2(35-x)^5 &=& \frac{4}{25}\left[\left(\tfrac{5}{2}x\right)\left(\tfrac{5}{2}x\right)(35-x)(35-x)(35-x)(35-x)(35-x)\right]\\&\color{red}{\leq}&\frac{4}{25}\left[\frac{2\cdot\left(\tfrac{5}{2}x\right)+5\cdot(35-x)}{7}\right]^5=\frac{4}{25}\left[25\right]^5 = 4\cdot 5^8 = 1562500\end{eqnarray*}$$ and $\color{red}{\leq }$ holds as $\color{red}{=}$ iff $\frac{5}{2}x=35-x$, i.e. iff $x=10$.

Jack D'Aurizio
  • 353,855