Solving Derivative of 6x/(x2+3)2

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

Homework Statement



6x/(x2+3)2


The Attempt at a Solution


If I solve this function as a multiplication, i.e.

6x (x2+3)-2

my answer is

f ' (x)=[ (x-3)(x-1) ]/(x2+3)3

If I solve it as a fraction
f ' (x)=(v'g-g'v)/g2

I get

f ' (x)=(x2-1)/(x2+3)3


This is all so confusing. Please help me out. Thank you.
 
Physics news on Phys.org
6x (x2+3)-2


Did you use the product rule followed by the chain rule?

You can consider this function as:

h(x)=f(x)g(p(x))

where:

f(x)=6x, g(z) = z-2 ,and p(x)=x2+3

Now how would you take the derivative of h(x)?

Hint: h'(x)=f'(x)g(p(x))+f(x)g'(p(x))p'(x)