How can I simplify this derivative?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
DespicableMe
Messages
40
Reaction score
0

Homework Statement



h(x) = (x2 + 3) / (2x - 1)
And if f = the numerator
And if g = the denominator,

h'(x) = (f/g)'
= [ (x2)' + 3' ) * (2x - 1) ] - [ ((2x)' - 1')) * (x2 + 3) ] ALL DIVIDED BY (2x - 1)2

= [2x (2x - 1) - 2 (x2 + 3) ] ALL DIVIDED BY (2x - 1)2


Would I then use the chain rule for the denominator?
 
Physics news on Phys.org
Why would you use the chain rule? That's the answer.
 
Pengwuino said:
Why would you use the chain rule? That's the answer.

Oh, because I thought the denominator resembled a function in a function, so I thought I could use the chain rule.
But if I did, that would be like taking the derivative of the derivative, right?
 
Sorry, I didn't see something you wrote. That's not how the quotient rule works. You don't simply take separate derivatives for the numerator and denominator. You do exactly what you already did, which was

[tex]h'(x) = {{g(x)f'(x) - f(x)g'(x)} \over g(x)^2}[/tex]

That's it.
 
Pengwuino said:
Sorry, I didn't see something you wrote. That's not how the quotient rule works. You don't simply take separate derivatives for the numerator and denominator. You do exactly what you already did, which was

[tex]h'(x) = {{g(x)f'(x) - f(x)g'(x)} \over g(x)^2}[/tex]

That's it.

Thanks, that makes a lot more sense.