Tuesday, July 19, 2016

algebra precalculus - How do I get from log F = log G + log m - log(1/M) - 2 log r to a solution withoug logs?



I've been self-studying from Stroud & Booth's excellent "Engineering Mathematics", and am currently on the "Algebra" section. I understand everything pretty well, except when it comes to the problems then I am asked to express an equation that uses logs, but without logs, as in:



logF=logG+logmlog1M2logr




They don't cover the mechanics of doing things like these very well, and only have an example or two, which I "kinda-sorta" barely understood.



Can anyone point me in the right direction with this and explain how these are solved?


Answer



Using some rules of logarithms you get log1M=+logM and 2logr=logr2=+log1r2



So you have



logF=logG+logm+logM+log1r2logF=log(GmM1r2)logF=logmMGr2F=mMGr2



The last step hinges upon the fact that logarithm functions are one-to-one functions. If a function f is one-to-one, then f(a)=f(b) if and only if a=b. Since log is a one-to-one function, it follows that logA=logB if and only if A=B.



ADDENDUM: Here are a few rules of logarithms which you may need to review





  1. log(AB)=logA+logB

  2. log(AB)=logAlogB

  3. log(An)=nlogA

  4. log(1)=0



Notice that from (2) and (4) you get that log(1B)=log1logB=logB


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...