Derivative with general exponential and logarithmic fuctions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Beeorz
Messages
30
Reaction score
0

Homework Statement



f(x)=(((x^7)+3)((x^3)+2)) / (((x+3)^2)((x^6)+5))
Find f'(x)


Homework Equations



d/dx lnx = 1/x
d/dx ln(f(x)) = f'(x)/f(x)


The Attempt at a Solution



ln(f(x)) = ln((x^7)+3) + ln((x^3)+2) - ln((x+3)^2) - ln ((x^6)+5)
f'(x)/f(x) = (7x^6)/((x^7)+3) + (3x^2)/((x^3)+2) - (2)/(x+3) - (6x^5)/((x^6)+5)

f'(x) = [(((x^7)+3)((x^3)+2)) / (((x+3)^2)((x^6)+5))]*[(7x^6)/((x^7)+3) + (3x^2)/((x^3)+2) - (2)/(x+3) - (6x^5)/((x^6)+5)]

My answer may be correct - just wanting someone to give it a quick check.

I know it looks terrible just to even look at. If someone could please show me where/how to use better syntax I would greatly appreciate it. I'll even rewrite the problem so that it'll look more friendly :P
 
Physics news on Phys.org
Hmm I missed out on this thread before, but actually that's a nice trick that I hadn't heard / thought of before.
Actually this makes it very easy to prove that in general, the derivative of
[tex]\phi(x) = \frac{f g}{h k}[/tex]
(with f, g, h, k functions of x) is
[tex]\phi' = \frac{f' g}{h k} + \frac{f g'}{h k} - \frac{f g}{h^2 k} h' - \frac{f g}{h k^2} k'[/tex]

(And yes, your answer is correct)