$$f(x) = \frac{x-1}{x+1}$$
From the Definition I have this so far. I am stuck and do not know how to continue.
$$\begin{align} Q(h) &= \frac{f(h)-f(2)}{h} \\&= \frac{ \frac{h-1}{h+1} - \frac{1}{3} }{h} \end{align}$$
Thanks in advance!
$$f(x) = \frac{x-1}{x+1}$$
From the Definition I have this so far. I am stuck and do not know how to continue.
$$\begin{align} Q(h) &= \frac{f(h)-f(2)}{h} \\&= \frac{ \frac{h-1}{h+1} - \frac{1}{3} }{h} \end{align}$$
Thanks in advance!
A this point, you should forget that you're doing a problem about derivatives, and think back to your high school algebra class.
How do you compute with fractions? You know how to add them, subtract them, multiply them, divide them, and simplify them. Do that as best you can, and then go back to remembering this is a problem about derivatives, and see what you can do at that point.
For example, recall that to add two fractions, you can find a common denominator:
$$ \frac{p}{q} + \frac{r}{s} = \frac{ps}{qs} + \frac{qr}{qs} = \frac{ps+qr}{qs}$$
(incidentally, you forgot the limit part when you swapped in the definition of the derivative)
(edit: if you grind this through, you will find that the $h$ doesn't cancel, and the limit will not exist. In problems where we expect derivatives to exist, this usually indicates that you made an error along the way -- and Did points out in the comments that you did indeed make a mistake)
((2+h-1/2+h+1) - 1/3)/h = ((2+h-1/2+h+1) - 1/3) * (1/h) = (2+h-1/2h+h^2+h) - 1/3h = ((3h(2+h-1))/3h(2h+h^2+h)) - (2h+h^2+h/3h(2h+h^2+h))
– Victoria Apr 14 '14 at 19:36