- #1
DorumonSg
- 64
- 0
How do you differentiate :
2^n/2?
You can't you just use the power rule?
The correct answer is 2^n/2 (In^2) 1/2
lg^2 x n
Where lg is log base 2.
The correct answer is 2lgn 1/n^2 . 1/n
Why is this so? Isn't lg^2 = 1? And differentiate n and we get 1?
Sorry if I sound lacking in maths, its not the main scope of my course, I just need it to process some algorithms.
2^n/2?
You can't you just use the power rule?
The correct answer is 2^n/2 (In^2) 1/2
lg^2 x n
Where lg is log base 2.
The correct answer is 2lgn 1/n^2 . 1/n
Why is this so? Isn't lg^2 = 1? And differentiate n and we get 1?
Sorry if I sound lacking in maths, its not the main scope of my course, I just need it to process some algorithms.