document.write( "Question 244996: write the expression as a sum or difference of logarithms.
\n" ); document.write( "log(base a)(square root of 16-x^2)
\n" ); document.write( "^
\n" ); document.write( "so far ive tried log(base a) 16-x^2)^1/2...and then 1/2 log(base a)(16-x^2)...but i dont thinki can do this 1/2log(base a)16-1/2log(base a)x^2??
\n" ); document.write( "

Algebra.Com's Answer #179114 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
equation to solve is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log(base a)(square root of 16-x^2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this would be written as:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log(a,(sqrt(16-x^2))) which looks like \"log%28a%2C%28sqrt%2816-x%5E2%29%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since sqrt(b) is the same as b^(1/2), this equation can be changed to look like:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"log%28a%2C%28%2816-x%5E2%29%5E%281%2F2%29%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since log(m^n) = n*log(m), this equation can be changed to look like:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%281%2F2%29+%2A+log%28a%2C%2816-x%5E2%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since 16-x^2 is equal to (4-x)*(4+x), this equation can be changed to look like:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%281%2F2%29+%2A+log%28a%2C%28%284-x%29%2A%284%2Bx%29%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since log(m*n) = log(m) + log(n), this equation can be changed to look like:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%281%2F2%29+%2A+%28log%28a%2C%284-x%29%29+%2B+log%28a%2C%284%2Bx%29%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I don't believe it can be transformed any further.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to confirm this answer is good, then substitute some values for a and x and see if the original equation and the final equation give you the same answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let a = 10 (calculator can do logs to the base 10)
\n" ); document.write( "let x = 3 (random selection of not too big a number and small enough so the square root doesn't go negative)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "original equation is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"log%28a%2C%28sqrt%2816-x%5E2%29%29%29\" which turns out to be equal to .42254902\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "final equation is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%281%2F2%29+%2A+%28log%28a%2C%284-x%29%29+%2B+log%28a%2C%284%2Bx%29%29%29\" which turns out to be .42254902\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "these answers are the same so it looks like the transformed equation is accurate.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "there are 3 basic transformation formulas you need to know.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log(m^n) = n*log(m)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log(m*n) = log(m) + log(n)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log(m/n) = log(m) - log(n)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you also need to make sure that the multiplier works on all that needs to be multiplied.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in our case we had the equivalent of:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "log((a*b)^c)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this became c * log(a*b)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "then this became c * ( log(a) + log(b))\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the c had to multiply them both as I did above with the 1/2 * (... + ...)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you also need to know that \"root%28n%2Cx%29\" is the same as \"x%5E%281%2Fn%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );