I've got a function $f(x) = 3(ax - \frac{b}{x})^3$ that I need to find a and b.
I'm given the information:
$f(\frac{3}{2}) = 3$ and $f'(\frac{3}{2}) = 30$
I've calculated the derivative to be the following
$f'(x) = 9(ax - \frac{b}{x})^2 (ax + \frac{b}{x^2})$
I know the answers are a = 2 and b = 3 but can't workout how to get them using the derivative. Can someone please shed some light on this?