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
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 $$