-1

I'm getting answer of $\frac{2}{(1-x)^3}$ , but online calculators suggest it's $\frac{-2}{(1-x)^3}$. I've tried it as $(1-x)^{-2}$, which results $-2*(1-x)*-1 = \frac{2}{(1-x)^3}$. Same result with $(\frac{f}{g})'=\frac{(f'*g-f*g')}{g^2}$ . Any help please?

2 Answers2

1

after the power and the chaine rule you will get $$-2(1-x)^{-3}(-1)$$

0

Let $f: x \mapsto 1 - x$ and $g: u \mapsto u^{-2}.$ Let $h: x \overset{f}{\mapsto} 1-x =: u \overset{g}{\mapsto} u^{-2}.$ Then $h'(x) = -2u^{-3}\big|_{u = 1-x}\cdot (-1) = 2(1-x)^{-3}.$

So yes, you are correct there.

Yes
  • 20,719