Gib Z said:
Im not the best at this, but i would let what you want with respect to, equal u, and then find what y equals in terms of u.
This is what I would do to, and just to clarify, this is usually referred to as "making a subsitution". Making the substitiution [itex]u = \frac{1}{1-x}[/itex] and then finding [itex]\frac{dy}{du}[/itex] will solve the problem. It also makes it quite a lot easier to write y in terms of u since we can rearrange the expression defining u:
[tex]\frac{1}{1-x} = u[/tex]
[tex]{1-x} = \frac{1}{u}[/tex]
[tex]{-1+x} = \frac{-1}{u}[/tex]
[tex]x = \frac{-1}{u} + 1[/tex] or,
[tex]x = 1 - \frac{1}{u}[/tex]
Which can then be substituted back into the original
[tex]y = x^2 + x[/tex]
[tex]y = \left(1 - \frac{1}{u}\right)^2 + \left(1 - \frac{1}{u}\right)[/tex]
[tex]y = 2 - \frac{3}{u} + \frac{1}{u^2}[/tex]
Which, barring any mathematical errors on my part, should allow you to find the derivative [itex]\frac{dy}{du}[/itex] as required. Once found just substitute back the original expression we had for u: [itex]u = \frac{1}{1-x}[/itex]
This is of course identical to using h(x) in place of u and g(x) from the above posts would be the new function for y in terms of u which is given above. The only reason I chose to use the u is that it is tidier to write and makes it "more obvious" what you should do at each stage, since it takes the form of a variable, rather than the less familiar form of a function. Personally I get confused when I see something like [itex]f'(g(x))[/itex] : is it the derivative of f with respect to x, or with respect to g(x)?