While working through differential calculus questions for the chain rule, I stumbled upon:
$$y = \left(\frac{x}{1-\sqrt{x}}\right)^3 $$
I initially attempted to apply the chain rule, but to apply it, I would need to differentiate the contents in the brackets, which, from what I know, I can only differentiate using the quotient rule. However, in my book, the quotient rule is taught later and thus I would assume that I can only use the mathematical tools taught thus far, i.e. the chain rule and the 'differentiating short-cut' (that's what my teacher calls it), i.e. if $f(x) = ax^n$, $f'(x) = anx^{n-1}$. I cannot figure out a way to solve this question by only using only the chain rule and differentiating short-cut; am I missing something or is the question simply in the wrong place in my book?
I would also like to point out that when I looked at the worked solutions for this maths book, they had all answers for this exercise except for that question. The solutions displayed without working is:
$$\frac{1-2\sqrt{x}}{4\sqrt{x-x\sqrt{x}}}$$
Even if I were to use the quotient rule and chain rule, I get a different answer (I even repeated my working twice in case I made a mistake, but I got the same answer both times):
$$\frac{3x^2-\frac{3}{2}x^{\frac{5}{2}}}{(1-\sqrt{x})^4}$$
EDIT: I believe the product rule can also not be used to solve this question as it is, just like the quotient rule, taught later in the book.
Bibliography:
Mathematics Higher Level, IB, by Josip Harcet et. al.
Solving using only the chain rule
From the chain rule, $$y = \left(\frac{x}{1-\sqrt{x}}\right)^3\implies\frac{dy}{dx}=3\left(\frac x{1-\sqrt x}\right)^2\cdot\color{red}{\frac d{dx}\left(\frac{x}{1-\sqrt{x}}\right)}\tag1.$$ Now \begin{align}\color{red}{\frac d{dx}\left(\frac{x}{1-\sqrt{x}}\right)}&=\frac d{dx}\left(\left(\frac{1-\sqrt x}{x}\right)^{-1}\right)=-\left(\frac{1-\sqrt x}{x}\right)^{-2}\cdot\color{blue}{\frac d{dx}\left(\frac{1-\sqrt x}{x}\right)}\tag2\end{align} and $$\color{blue}{\frac d{dx}\left(\frac{1-\sqrt x}{x}\right)}=\frac d{dx}\left(x^{-1}-x^{-1/2}\right)=-\frac1{x^2}+\frac1{2x\sqrt x}\tag3$$ so \begin{align}\frac{dy}{dx}&=3\left(\frac x{1-\sqrt x}\right)^2\cdot\left(-\left(\frac{1-\sqrt x}{x}\right)^{-2}\right)\cdot\left(-\frac1{x^2}+\frac1{2x\sqrt x}\right)\\&=-3\left(\frac x{1-\sqrt x}\right)^2\cdot\left(\frac x{1-\sqrt x}\right)^2\cdot\left(-\frac1{x^2}+\frac1{2x\sqrt x}\right)\\&=\frac{3x^4}{(1-\sqrt x)^4}\left(\frac1{x^2}-\frac1{2x\sqrt x}\right)\\\vphantom{2cm}\\\implies\frac{dy}{dx}&=\frac{3x^2-\frac32x^{5/2}}{(1-\sqrt x)^4}\tag4\end{align} which is what you have. As for the book's answer, it's wrong, as can be seen here.