Thread: Logarithms
View Single Post
Old 06-08-2004, 01:35 PM   #5 (permalink)
Yakk
Wehret Den Anfängen!
 
Location: Ontario, Canada
start with
log (a*b) = log a + log b
log x^a = a * log x

and every other property of logs falls out, with a bit of cheating.

The different types of logs are tricker.

Start with the definition of a log to a fixed base.
log_a x = k
=>
a^k = x


Now, the goal is to find the log_b(x), the log of x to a different base.

Well,
a^k = x
=>
log_b a^k = log_b x
=>
k * log_b a = log_b x
but k = log_a x so
log_a x * log_b a = log_b x

which is how you convert between bases.

I find, personally, that knowing how to work out the important results makes it easier for me to work with something.
__________________
Last edited by JHVH : 10-29-4004 BC at 09:00 PM. Reason: Time for a rest.
Yakk is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76