
The method:
Pressing the Home Button and Power Button simultaneously

The method:
Pressing the Home Button and Power Button simultaneously
In optimization problem, we are always asked to find the value that will minimize/maximize.
Below are some tips in solving optimization problems which I found it quite useful:
These tips are extracted from http://www.math.ucdavis.edu/~kouba/CalcOneDIRECTORY/maxmindirectory/MaxMin.html. There are also a few examples given in the link.
Do check it out!
More often than not, I need to apply change of base formula in the field of Digital Logic Design.
The change of base formula is as follow:
logbx = logax / logab
where / denotes divide, and a = any integer for the base

Extracted from: http://www.wretch.cc/blog/cwwany/26692785
Nice! From Happy Radio 96.7 FM Taiwan.
Online streaming @ http://www.streamingthe.net/Happy-Radio-96.7-FM-Taiwan/p/20973&player=1&iconplayer=13
You may need to refresh the site for the player to load.
Enjoy
Q1: y = ln(2x)
d/dx [(ln(2x)] = 1/2x . 2
= 1/x
Q2: y = ln(x)^2
d/dx [ln(x)^2] = 1/x^2 . 2x
= 2/x
Alternatively, ln(x)^2 = 2 . ln(x)
d/dx [2 . ln(x)] = 1/x . 2
= 2/x
Q3: y = ln(4x^2)
d/dx [ln(4x^2)] = 1/4x^2 . 8x
= 2/x