Derivative with general exponential and logarithmic fuctions

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
\phi(x) = \frac{f g}{h k}
(with f, g, h, k functions of x) is
\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'

(And yes, your answer is correct)
 
It's just a fairly standard application of the logarithmic derivative. And yes, the answer is correct.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top