How do i differentiate something like 12/(x^+3)?2

  • Thread starter Thread starter mutineer
  • Start date Start date
  • Tags Tags
    Differentiate
mutineer
Messages
13
Reaction score
0
How do i differentiate something like 12/(x^+3)??2

I am acquainted with differentiating equations like (2x+5)^2 ( by chain rule and the direct method). But how do i go about with the equation 12/(x^2+3)? The specific doubt is that the answer given -12(x^2+3)^-2 into(multiplied by) 2x. I am getting the answer, but its not multiplied by 2x, so i get -12(x^2+3)^-2. I don't know why
 
Physics news on Phys.org


Do you know about the chain rule ? What does it say ?
 


the chain rule is a formula for computing the derivative of the composition of two or more functions. But i don't want the chain rule method(if there is one in this case) for getting the answer, i want the direct method, or is chain rule the only way of doing it?
 


hi mutineer -

not sure what you mean by "direct method", but consider re-writing the expression as:

f(x) = \frac{12}{(x^2 + 3)} = 12\cdot (x^2 + 3)^{-1}

If you define the denominator (x^2 + 3) := g(x), then f(x) becomes:

f(x) = 12\cdot \frac{1}{g(x)} = 12*\cdot g(x)^{-1}

(I wrote this both as a fraction and using negative exponents to avoid confusion with the inverse f'n).

In your "direct method", you've computed the first part of the chain rule, i.e. you've found:

= \frac{d}{dx}f(x) = 12 \cdot \frac{d}{dx}g(x)^{-1} = 12 \cdot (-1)\cdot g(x)^{-2}

But that /isn't/ the full derivative. Recall the chain rule requires you to multiply by the inside derivative as well. Here, the inside derivative would be g'(x) (the derivative of g(x) w.r.t. x; which I'll leave to you to sort out).

Hope this helps!
 

Similar threads

Back
Top