I have this equation and I'm multiplying a conjugate but I'm not getting the right answer.
$$f(x)=x\sqrt{x}$$ $$\lim_{h \to 0}{(x+h)(\sqrt{x+h})-x\sqrt{x}\over h} \times {\sqrt{x+h}+\sqrt{x}\over\sqrt{x+h}+\sqrt{x}}$$ $$\lim_{h \to 0}{x^2+2xh+h^2-x^2\over{h(\sqrt{x+h}+\sqrt{x}})}$$ $$\lim_{h \to 0}{h(2x+h)\over{h(\sqrt{x+h}+\sqrt{x}})}$$ $$2x\over2\sqrt{x}$$ instead of $${3\sqrt{x}\over2}$$
you must multiply numerator and denominator by $$(x+h)\sqrt{x+h}+x\sqrt{x}$$