How can I get a shorter answer, ideally an exact answer but decimal is also fine. This is my code:
y=(log(x)/log(4))+(log(x^2)/log(4)); dy=diff(y)
Returns the answer as:
13510798882111488/(6243314768165359*x)
I'd like a simpler answer please such as:
or;
Thanks.