finding derivative

crazyvirus85

New member
Joined
Sep 13, 2005
Messages
10
i can't find the derivative of

f(x) = ln[sqrt((x-9)/(x-7))]

i got -8/(x^2+16x+63) but it's not right......... :evil:
 
I'm sorry, but we can't help you find your error until you show your steps.

Eliz.
 
f'(x) = (1/(sqrt((x-9)/(x-7))) * (1/2) (((x-9)/(x-7))^(-1/2)) * ((1)(x-7)-(x-9)(1))/(x-7)^2

(1/2) * 1/((x-9)/(x-7)) * -16/(x-7)^2

(1/2) * ((x-7)/(x-9)) * -16/(x-7)^2

-16/(2(x-9)(x-7))

-8/(x^2 - 16x + 63)
 
I agree with your first line:

dy/dx = [1/sqrt([x - 9]/[x - 7])] (1/2)[1/sqrt([x - 9]/[x - 7])] [1(x - 7) - 1(x - 9)]/[x - 7]<sup>2</sup>

But I don't follow you from then on. My first step would be to simplify that last numerator and combine the two square roots:

. . . . .dy/dx = (1/2)(1/[(x - 9)/(x - 7)]) [(x - 7 - x + 9)/(x - 7)<sup>2</sup>]

. . . . .dy/dx = [(x - 7)/(2(x - 9))] [2/(x - 7)<sup>2</sup>]

The 2's cancel out to give:

. . . . .dy/dx = [(x - 7)/(x - 9)] [1/(x - 7)<sup>2</sup>]

Cancel off the duplicate factor.


Eliz.
 
I think we may have crossed over into insanity.

f(x) = ln[sqrt((x-9)/(x-7))] = ½[ln(x-9) - ln(x-7)]

Isn't that about a billion times easier?
 
tkhunny said:
Isn't that about a billion times easier?
:oops: Oh... are we supposed to, like, use those log rule thingies we learned back in algebra? :oops:

Yes, you're quite right; that would have been a much more intelligent first step. Thank you!

Eliz.
 
Top