Thread: Derivative
View Single Post
  #3  
Old September 18th, 2007, 05:02 PM
AfterShock AfterShock is offline
Senior Member
 
Join Date: Apr 2006
Posts: 401
Country:
Thanks: 18
Thanked 128 Times in 124 Posts
AfterShock will become famous soon enoughAfterShock will become famous soon enough
Default

Quote:
Originally Posted by taurus View Post
I got the question f '(x) given:
f(x) = ln((8x+3)/(5x+8))

Now i first used quotient rule for inside bit and got:

(5x+8*8 - 8x+3*5) / (5x+8)^2

Now to use the chain rule for ln((8x+3)/(5x+8)) i am not sure, could someone help please?
There's a simple way to do it, but we'll do it your way.

If f(x) = \ln(\frac{8x + 3}{5x + 8}), then, f'(x) = \frac{1}{\frac{8x + 3}{5x + 8}} \cdot{derivative of inside here}

So, what is the derivative of the inside, that is, of:

\frac{8x + 3}{5x + 8}

Let's use the quotient rule.

\frac{8\cdot (5x + 8) - (8x + 3)\cdot 5}{(5x + 8)^2}

And thus, f'(x) = \frac{1}{\frac{8x + 3}{5x + 8}} \cdot \frac{8\cdot (5x + 8) - (8x + 3)\cdot 5}{(5x + 8)^2} = \frac{5x+8}{8x+3}\cdot \frac{8\cdot (5x + 8) - (8x + 3)\cdot 5}{(5x + 8)^2}

Note that 8\cdot (5x + 8) - (8x + 3)\cdot 5 = 49

\frac{5x+8}{8x+3}\cdot \frac{49}{(5x+8)^2} = \frac{49}{(5x+8)(8x+3)}
Reply With Quote