Basic Clarification on Laws of Logs

  • Context: High School 
  • Thread starter Thread starter FaraDazed
  • Start date Start date
  • Tags Tags
    Laws
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
FaraDazed
Messages
347
Reaction score
2
Hi, I know the basic laws of logs but just wanted some clarification on a few things; your help would be much appreciated :) (warning, these questions may seem stupid!)

I know that [itex]\log{xy} = \log{x} + \log{y}[/itex]
but does [itex]4\log{xy} = 4\log{x} + 4\log{y}[/itex] OR [itex]= 4\log{x} + \log{y}[/itex] ?

Again, I know that [itex]\log{xy} = \log{x} + \log{y}[/itex]
but does [itex]- \log{xy} = - ( \log{x} + \log{y})[/itex] OR [itex]= - \log{x} + \log{y}[/itex]

Again, I know these questions may seem stupid, my head tells me that it is the first case for both but I do not know for certain.

Thanks :)
 
Mathematics news on Phys.org
This won't be hard to figure out for yourself if you know how to approach it. Just test some values.

Let's say that

$$\log{x}=2, \log{y}=3$$
then
$$\log{xy}=\log{x}+\log{y}=2+3=5$$

So then it's clear that

$$4\log{xy}=4*5=20$$

but is this equal to $$4\log{x}+\log{y}$$ or $$4(\log{x}+\log{y})$$?
 
Of course :oops: . I was so caught up in trying to look at it algebraically that I did not even think to try and test it out with numbers!

My heads not in the game this morning, so much stuff to do and so little time!

Thanks :D
 
Your idea of putting parenthesis around the log is a good one. You can apply the rules inside the parenthesis and then use the law of distribution of multiplication over addition. That will help you in many situations, not just with logarithms.