More on this book
Community
Kindle Notes & Highlights
by
Kalid Azad
Read between
December 3 - December 19, 2019
With natural laws, we’re an observer describing the motion of others. Radians are about them, not us.
i is a “new imaginary dimension” to measure a number i (or -i) is what numbers “become” when rotated Multiplying i is a rotation by 90 degrees counter-clockwise Multiplying by -i is a rotation of 90 degrees clockwise Two rotations in either direction is -1: it brings us back into the “regular” dimensions of positive and negative numbers.
Numbers are 2-dimensional.
Like negative numbers modeling flipping, imaginary numbers can model anything that rotates between two dimensions “X” and “Y”.
Multiplying by a complex number rotates by its angle
Original heading: 3 units East, 4 units North = 3 + 4i Rotate counter-clockwise by 45 degrees = multiply by 1 + i If we multiply them together we get: (3 + 4i) · (1 + i) = 3 + 4i + 3i + 4i2 = 3−4 + 7i = −1 + 7i So our new orientation is 1 unit West (-1 East), and 7 units North,
complex numbers can make ugly calculations simple (like calculating cosine(a + b)).
Complex numbers are similar: they have their real and imaginary parts “contained” in a single variable (shorthand is often Re and Im).
Didya know that 1/i = -i? Just multiply both sides by i and see for yourself!
Complex conjugates are indicated by a star (z*) or bar () above the number
there’s a few properties to consider: (x + y)* = x* + y* (x · y)* = x* · y*
The conjugate is a way to “undo” a rotation.
See the conjugate z* as a way to “cancel” the rotation effects of z, just like a negative number “cancels” the effects of addition. One caveat: with conjugates, you need to divide by |z| · |z| to remove the scaling effects as well.
e shows up whenever systems grow exponentially and continuously: population, radioactive decay, interest calculations,
the general formula for x periods of return is: growth = (1 + return)x
The growth of two half-periods of 50% is: growth = (1 + 100%/2)2 = 2.25
If we start with $2.00, we get 2e. If we start with $11.79, we get 11.79e.
e is like a speed limit (like c, the speed of light) saying how fast you can possibly grow using a continuous process.
Even though growth can look like addition (+1%), we need to remember that it’s really a multiplication (times 1.01).
The key is that for any rate we pick, it’s just a new exponent on e: growth = erate
When we write: ex the variable x is a combination of rate and time. x = rate · time
10 years of 3% growth means 30 changes of 1%.
growth = ex = ert If we have a return of r for t time periods, our net compound growth is ert
Using the natural log we can deduce the initial rate of 100%.
constantly slowing decay is the reverse of constantly compounding growth.