Solving log(base5)36 using log2 and log3

  • Thread starter Thread starter seiferseph
  • Start date Start date
AI Thread Summary
To solve log(base5)36 using log2 and log3, start by expressing log(base5) in terms of log10. Using the change of base formula, log(base5)36 can be rewritten as log10(36) / log10(5). Recognizing that 36 can be factored into 2^2 * 3^2 allows the application of the logarithmic property log(ab) = log(a) + log(b), leading to log10(36) = 2log10(2) + 2log10(3). Substituting log10(2) with x and log10(3) with y gives log(base5)36 = (2x + 2y) / (1 - x). The final expression simplifies the calculation of log(base5)36 in terms of x and y.
seiferseph
Messages
102
Reaction score
0
if log2 = x and log3 = y, solve for log(base5)36 in terms of x and y.

can someone help me get started with this one? thanks.
 
Last edited:
Physics news on Phys.org
Try to use the translation of base formula.
Or let log(base 5)10=z
Try to think of how to convert log5 in terms of x.
Notice that some special value you can get, such as log2=x , log3=y, log1=0, log 10=1,etc.
Then you can express it in term of x.
 
What is the base in the original log, 10?

Assuming you mean log10(2)= x and log10(3)= y,

log5(10)= 1/log10(5).

5= 10/2 so log10(5)= log10(10/2)= log10(10)- log10(2)= 1- x.

log10(3) doesn't enter into it.
 
i'll post a little bit of what I've done, the teacher said its simple, and in the last questions we've converted the bases for x and y to the one for the final, not the other way around. here's what I've done, not sure if its right.
 

Attachments

  • 1.jpg
    1.jpg
    27.6 KB · Views: 410
Last edited:
sorry, its supposed to be log(base5)36 to solve for
 
36 = 3*3*2*2

Now apply the fact that: log(ab) = log(a) + log(b)
 
Zurtex said:
36 = 3*3*2*2

Now apply the fact that: log(ab) = log(a) + log(b)

so in the end i get

log(base5)36 = 2x + 2y / log(base10)5
can it be simplified further?
 
Yes.
log 5=1-x
 
primarygun said:
Yes.
log 5=1-x
You sure you have read the edits?
 
  • #10
You sure you have read the edits?
What's edited?
 
  • #11
primarygun said:
What's edited?
The original question.
 
Back
Top