Find derivative where f(x) has three products

  • Thread starter Thread starter cloudboy
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
cloudboy
Messages
16
Reaction score
0

Homework Statement



Trying to find all Max and Min.

F(x) = x^(2/3)(x^2 - 4)

Homework Equations


I know to use the product rule

The Attempt at a Solution



I tried and got this answer:

x^(10/3) + (2(x+2)(x-2)) / 3x^(1/3)
 
Physics news on Phys.org
You could also just multiple the x^2/3 through so that you don't have to bother with the product rule.
 
Thanks a lot! I got (8(x+1)(x-1)) / (3x^(1/3)) which is the right answer.
 
Using the product rule gives
[itex]\frac{2}{3}[/itex]x[itex]^{-1/3}[/itex]*(x[itex]^{2}[/itex]-4) + 2*x[itex]^{5/3}[/itex]

modifying this gives (try it):
x[itex]^{-1/3}[/itex]*([itex]\frac{8}{3}[/itex]x[itex]^{2}[/itex] - [itex]\frac{8}{3}[/itex])

For min/max equal both factors of this equation to 0 and off course check the domain. Does the expression exist at min/max?