Beeorz
- 30
- 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