document.write( "Question 1201530: I have to simplify the following - all base 10 logarithms:\r
\n" ); document.write( "\n" ); document.write( "log(a)-1/2log(4a)\r
\n" ); document.write( "\n" ); document.write( "I get this far:\r
\n" ); document.write( "\n" ); document.write( "log(a) - log(4a)^1/2\r
\n" ); document.write( "\n" ); document.write( "log[a/(4a)^1/2]\r
\n" ); document.write( "\n" ); document.write( "but then I get stuck!
\n" ); document.write( "

Algebra.Com's Answer #852270 by ikleyn(52915)\"\" \"About 
You can put this solution on YOUR website!
I have to simplify the following - all base 10 logarithms:
\n" ); document.write( "log(a)-1/2log(4a)
\n" ); document.write( "I get this far:
\n" ); document.write( "log(a) - log(4a)^1/2
\n" ); document.write( "log[a/(4a)^1/2]
\n" ); document.write( "but then I get stuck!
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Using the standard rules of logarithms, solve it this way\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "      log(a) - (1/2)*log(4a) = log(a) - (1/2) * [log(4) + log(a)] = log(a) - (1/2)*log(4) - (1/2)*log(a)  (*)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Combine the 1st and the 3rd terms in (*)  log(a) - (1/2)*log(a) = (1/2)*log(a).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Transform the 2nd term in (*)              (1/2)*log(4) = (1/2) * (2*log(2)) = log(2).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, you can continue line (*) in this way\r\n" );
document.write( "\r\n" );
document.write( "       log(a) - (1/2)*log(4a) = (1/2)*log(a) - log(2).   (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The rest depends for whom you do this assignment.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "If it is a Math assignment, then you transform right side of (1) into  \r\n" );
document.write( "\r\n" );
document.write( "        log(a) - (1/2)*log(4a) = \"log%28%28sqrt%28a%29%2F2%29%29\".\r\n" );
document.write( "\r\n" );
document.write( "It gives you the answer in simplest mathematical form.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "If you simplify for  \"Computer Science\",  they prefer another form as a \"simplest\"\r\n" );
document.write( "\r\n" );
document.write( "    log(a) - (1/2)*log(4a) = (1/2)*log(a) - log(2),    (2)\r\n" );
document.write( "\r\n" );
document.write( "same as (1).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Why ? - - - because, firstly, then we do not need calculate \"sqrt%28a%29\",\r\n" );
document.write( "\r\n" );
document.write( "                and, secondly, log(2) can be considered as a constant.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, if there is the need to compute log(a) - (1/2)*log(4a)  many times for different values of 'a'\r\n" );
document.write( "\r\n" );
document.write( "(as it often happens in computing),  then form (2) is preferable. \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "For computing, they do not use the term \"simplest form\" of an expression.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Instead, they think about the form, which is most  \"highlight%28highlight%28effective%29%29\"  for calculations,\r\n" );
document.write( "i.e. requires minimum of arithmetic operations.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, with explanations.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );