Derivative of a function with chain and product rules

  • Thread starter Thread starter ziddy83
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
ziddy83
Messages
87
Reaction score
0
hey guys,

I need to find the derivative of this function, do i use the chain rule and the product rule? and for the stuff inside the parenthesis, how do i differentiate that? the derivative of x is just 1...but since its a fraction, would it be as simple as that? please help, thanks.

[tex]\frac{1}{32} \left( \frac{64}{x} + \frac{x}{50} \right) * 1.60[/tex]
 
Physics news on Phys.org
ziddy83 said:
hey guys,

I need to find the derivative of this function, do i use the chain rule and the product rule? and for the stuff inside the parenthesis, how do i differentiate that? the derivative of x is just 1...but since its a fraction, would it be as simple as that? please help, thanks.

[tex]\frac{1}{32} \left( \frac{64}{x} + \frac{x}{50} \right) * 1.60[/tex]

Write it as a sum:[itex]3.2x+\frac{1}{1000x}[/itex] and use the derivatives of "x" and "1/x" to find your result.
 
mmh.. all you need is the property [ k*f(x) ]' = k*f '(x) for any constant k.

In your case,

[tex]\frac{1}{32} \left( \frac{64}{x} + \frac{x}{50} \right) * 1.60 = \frac{1.60}{32}\left( \frac{64}{x} + \frac{x}{50} \right) = \frac{1.60}{32}\left( \frac{64}{x} \right) + \frac{1.60}{32}\left(\frac{x}{50} \right) = \frac{1.60*64}{32}\left( \frac{1}{x} \right) + \frac{1.60}{32*50}\left(x \right)[/tex]

and 1/x is the same as [itex]x^{-1}[/itex]. And you know what the derivative rule is for [tex]x^k[/itex] where k is a constant.[/tex]
 
Great, thanks a lot guys, i appreciate it.