SOLUTION: Q: Let f(x) = {{{ (3x-1)/(x+2) }}} Find f ' (x) first set up the limits & simplify My soltn: lim x->c {{{ (f(x)-f(c))/(x-c) }}} lim x->c {{{ (((3x-1)/(x+2))-((3c-1)/(c+2)))

Algebra ->  Finance -> SOLUTION: Q: Let f(x) = {{{ (3x-1)/(x+2) }}} Find f ' (x) first set up the limits & simplify My soltn: lim x->c {{{ (f(x)-f(c))/(x-c) }}} lim x->c {{{ (((3x-1)/(x+2))-((3c-1)/(c+2)))      Log On


   



Question 991172: Q: Let f(x) = +%283x-1%29%2F%28x%2B2%29+
Find f ' (x) first set up the limits & simplify
My soltn:
lim x->c +%28f%28x%29-f%28c%29%29%2F%28x-c%29+
lim x->c +%28%28%283x-1%29%2F%28x%2B2%29%29-%28%283c-1%29%2F%28c%2B2%29%29%29%2F%28x-c%29+
I got the solution 7/(x+2)(c+2) but my program keeps saying this is incorrect.
Please help!

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
f'(x) = limit as h --> 0 of ( f(x+h) - f(x) ) / h
*******************************************************************
we are given the function,
f(x) = (3x-1) / (x+2)
*******************************************************************
f'(x) = limit as h --> 0 of (( 3(x+h)-1 / (x+h+2) ) - ( (3x-1) / (x+2) )) / h =
( 3x+3h-1 ) / (x+h+2) ) - ( (3x-1) / (x+2) ) / h =
( (x+2)*(3x+3h-1) - ( (x+h+2)*(3x-1) ) / (x+h+2)*(xh+2h) =
( (3x^2+3hx+5x+6h-2) - (3x^2+3hx+5x-h-2) ) / (x^2h+xh^2+4xh+2h^2+4h) =
( 7h ) / (x^2h+xh^2+4xh+2h^2+4h) =
7 / (x^2 +xh +4x +2h + 4) =
as h -->0 xh and 2h terms go to 0, then we have
7 / (x^2 +4x + 4) =
7 / (x+2)^2