Difference between revisions of "Log Sums Proof"
(Created page with "The sum for logs with the same base goes as the following: <math>\log_{n}a+\log_{n}b=\log_{n}{ab}</math>. But how is this property true? Make <math>\log_{n}a=x</math> and <...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
− | Made by [https:// | + | Made by [https://artofproblemsolving.com/wiki/index.php/User:Am24 AM24] |
+ | |||
+ | [[Category:Proofs]] |
Latest revision as of 22:22, 26 August 2025
The sum for logs with the same base goes as the following:
.
But how is this property true?
Make and
. Now we can see (because of logs work)
. If we were to multiply these two values together we would get
.
is the sum of our two logs, so were finished. WRONG. We still have a crucial step.
Just for neatness we will sub in with
because that's our sum.
(whenever you have
then
).
Made by AM24