How do I evaluate this log function?

  • Thread starter Thread starter feihong47
  • Start date Start date
  • Tags Tags
    Function Log
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 5K views
feihong47
Messages
27
Reaction score
0

Homework Statement



Homework Equations



The Attempt at a Solution



I assume I can't use a calculator obviously.. so I'm quite stuck. The answer is 5, but I have no idea how to get that.

(log23)(log34)(log45) ... (log3132)
 
Physics news on Phys.org
Use the fact that

$$\log_b a = \frac{\log_c a}{\log_c b}$$

for any positive, real numbers a, b and c (with c > 1).
 
That was a fast response, and a fact that I didn't know. How do I create equations on this forum BTW?
 
feihong47 said:
That was a fast response, and a fact that I didn't know. How do I create equations on this forum BTW?

You use LaTeX, that is, the [ itex ][ /itex ] -tags (remove the spaces) . There's a guide in the forums somewhere if you're not familiar with it, I'll edit a link to it to this post if I find it. You can also open the "LaTeX Reference" by clicking the Σ in the toolbar.

If you don't have to write anything complicated, you can just use the quick symbols and x2 and x2 buttons in the toolbar. LaTeX looks a lot nicer & it's easier to read, though.

EDIT: Here's the LaTeX guide.
 
feihong47 said:

Homework Statement



Homework Equations



The Attempt at a Solution



I assume I can't use a calculator obviously.. so I'm quite stuck. The answer is 5, but I have no idea how to get that.

(log23)(log34)(log45) ... (log3132)
You could also approach this as follows:

Let [itex]\displaystyle y=(\log_{2}3)\,(\log_{3}4)\,(\log_{4}5)\,\dots\,( \log_{31}32)[/itex]

Then, [itex]\displaystyle 2^y=2^{(\,(\log_{2}3)\,(\log_{3}4)\,(\log_{4}5)\, \dots\,( \log_{31}32)\,)}[/itex]

By laws of exponents and the definition of a logarithm,

[itex]2^{(\,(\log_{2}3)\,(\log_{3}4)\,(\log_{4}5)\, \dots\,( \log_{31}32)\,)}[/itex]
[itex]=\left(2^{(\log_{2}3)}\right)^{(\,(\log_{3}4)\,( \log_{4}5)\, \dots\,( \log_{31}32)\,)}[/itex]

[itex]=3^{(\,(\log_{3}4)\,( \log_{4}5)\, \dots\,( \log_{31}32)\,)}[/itex]

[itex]=\left(3^{(\log_{3}4)}\right)^{(\,( \log_{4}5)\, \dots\,( \log_{31}32)\,)}[/itex]

[itex]=4^{(\,( \log_{4}5)\, \dots\,( \log_{31}32)\,)}[/itex]

etc.

[itex]=\left(31^{(\log_{31}32)}\right)[/itex]

[itex]=32[/itex]
 
Very nice approach. Thanks!