Question
How many critical points are in the function:
f(x)= (x+2)^5 * (x-3)^4
What is the most time-efficient way to do this?
f(x)= (x+2)^5 * (x-3)^4
What is the most time-efficient way to do this?
Answers
Marth
Take the derivative using Product Rule, simplify the answer, and then look for points where f'(x)=0.