document.write( "Question 623398: Part V: Logarithms\r
\n" ); document.write( "\n" ); document.write( " One important application of logarithms is found in various computer search routines. For example, a binary search algorithm on a table (or array) of data takes a maximum of log2n (“log base 2, of n”) steps to complete, where n is the number of data elements that can be searched. How many steps (at most) are needed for a search of a table with 16 elements? 512 elements? Explain.
\n" ); document.write( " The approximation of the natural logarithm of 2: ln 2 ≈ 0.693 is commonly used by applied scientists, biologists, chemists, and computer scientists. For example, chemists use it to compute the half-life of decaying substances. Based on this approximation and the power rule for logarithmic expressions, how could you approximate ln 8, without a calculator? Explain.
\n" ); document.write( "

Algebra.Com's Answer #392072 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Starting with:
\n" ); document.write( "\"Log%5B2%5D%28n%29\" Substitute n = 16.
\n" ); document.write( "\"Log%5B2%5D%2816%29+=+Log%5B2%5D%282%5E4%29\" Apply the power rule for logarithms:
\n" ); document.write( "\"Log%5B2%5D%282%5E4%29+=+4Log%5B2%5D%282%29\" Recognising that \"Log%5Bb%5D%28b%29+=+1\" we have:
\n" ); document.write( "\"Log%5B2%5D%2816%29+=+4\"
\n" ); document.write( "Similarly for n = 512 (\"512+=+2%5E9\") so...
\n" ); document.write( "\"Log%28512%29+=+Log%5B2%5D%282%5E9%29\" and...
\n" ); document.write( "\"Log%5B2%5D%282%5E9%29+=+9Log%5B2%5D%282%29\" = \"9\"
\n" ); document.write( "----------------------------------------
\n" ); document.write( "\"Ln%288%29+=+Ln%282%5E3%29\"=\"3Ln%282%29+=+3%280.693%29\"=\"2.079\"
\n" ); document.write( "
\n" );