How do I use a logarithmic model to solve applications?

1 Answer
Oct 2, 2015

It depends on what you're doing.

Explanation:

Well, logarithms were historically used and created because they make products into sums and powers into multiplications.

So whenever you're working with an expression that involves a lot of products and powers, but not to many sums, it might be easier to take the log. For example

#y = 4 (cos(2 x)+5) tan(x) sec^4(x)#

This will likely involve the multiplication and the powers of a lot of messy numbers, if computing by hand, but, by taking the log, we can get

#ln(y) = ln(4) + ln(cos(2x)+5) + ln(tan(x)) + 4ln(sec(x))#

So then you can just look up the values on logarithm tables and do much easier sums.

It's very important in calculus too for precisely the same reason, it turns that differentiating sums is easier than differentiating products (and you'll be doing a lot of differentiating) and it also turns that the natural log has a convenient derivative too.

You can also use the logarithms to solve exponential equations of bases that can't be equal, for example, let #a# and #b# be two positive, non-zero, non-one numbers that aren't multiples or submultiples of each other, and let #f(x)# and #g(x)# be any two functions. So for the equation

#a^(f(x)) = b^(g(x))#

Just apply the logarithm

#f(x)*ln(a) = g(x)*ln(b)#

And attempt to isolate the x.

And, last but not least, to solve a logarithm equation, of the type
#log_a(f(x)) = k#

Just take the a-base expoential and solve it, i.e.:
#log_a(f(x)) = k rarr f(x) = a^k#