A problem involving logarithms

  • Thread starter Thread starter sahilmm15
  • Start date Start date
  • Tags Tags
    Logarithms
AI Thread Summary
The discussion centers on a logarithmic problem where the original poster is unsure about the correctness of their work. They express difficulty in using LaTeX for formatting their equations, which is recommended for clarity. Responses highlight specific mistakes in their calculations, such as omitting a factor and incorrect bracket placement in exponentiation. Additionally, a suggestion is made to simplify each part of the expression separately using natural logarithms for better understanding. Overall, the conversation emphasizes the importance of precise notation and step-by-step problem-solving in logarithmic expressions.
sahilmm15
Messages
100
Reaction score
27
Poster has been reminded not to post images of his work -- LaTeX is the preferred way to post work at PF.
Homework Statement
$$\{ (log_2 9)^2 \}^{\frac {1} {log_2(log_2 9)} } \cdot (\sqrt 7)^\frac {1} {log_4 7}$$
Relevant Equations
$$ x^{log_a x}=a $$
This is my work. I don't know whether this is correct or not. What do you think of the problem.
Thanks!
 

Attachments

  • IMG_20201225_212201.jpg
    IMG_20201225_212201.jpg
    77.4 KB · Views: 216
Last edited by a moderator:
Physics news on Phys.org
It works much better if you type your work into the forum using LaTeX. It is much easier for us to read and to quote any parts that we want to clarify/correct.

Please look at the LaTeX Guide in the lower left of the Edit window. Thank you.
 
  • Like
Likes Vanadium 50 and sahilmm15
berkeman said:
It works much better if you type your work into the forum using LaTeX. It is much easier for us to read and to quote any parts that we want to clarify/correct.

Please look at the LaTeX Guide in the lower left of the Edit window. Thank you.
Ya that's what I am finding difficult. I would edit it and post in latex form soon.
 
Last edited by a moderator:
  • Like
Likes berkeman
After full ##1## hour of grind I finally did it. It was ridiculously tough for me. I think I am now some 3 percent familiar with it , lol.
 
Last edited by a moderator:
berkeman said:
It works much better if you type your work into the forum using LaTeX. It is much easier for us to read and to quote any parts that we want to clarify/correct.

Please look at the LaTeX Guide in the lower left of the Edit window. Thank you.

sahilmm15 said:
After full ##1## hour of grind I finally did it. It was ridiculously tough for me. I think I am now some ##3## percent## familiar with it , lol.
A snip of your posted image gives the expression you are trying to simplify as:

1608925742396.png


By The Way: The ##{LaTeX}## code for ##\log_2 9## is ##\log_2 9## .

From your posted image, it appears that entire expression, ##\dfrac {1} {\log_2(\log_2 9)} \cdot
(\sqrt 7)^\left ( \dfrac {1} {\log_4 7} \right)## is to be used as the exponent for ##(\log_2 9)^2 ## .

You did correctly find that ## (\sqrt 7)^\left ( \dfrac {1} {\log_4 7} \right) = 2## .

But there are mistakes elsewhere.
 
  • Like
Likes sahilmm15 and berkeman
I see two mistakes right now.

1. You left out the factor of 2 you derived in your step number 5

2. You forgot to set one bracket:
Your step from $$x^{2^{log_x(2)}}$$ to $$x\cdot x^{log_x(2)}$$ is wrong. There need to be brackets around both x: $$(x\cdot x)^{log_x(2)}$$ Therefore the exponent needs to be applied to both x $$x^{log_x(2)} \cdot x^{log_x(2)}$$

I think with these informations you should be able to find the correct answere. But feel free to ask additional questions.
 
sahilmm15 said:
Relevant Equations:: $$ x^{log_a x}=a $$
That's not correct. For instance, if ##x=16## and ##a=2##, you get
$$16^{\log_2 16} = 16^4 = 65536 \ne 2.$$
 
  • Like
Likes sahilmm15
SammyS said:
You did correctly find that ## (\sqrt 7)^\left ( \dfrac {1} {\log_4 7} \right) ## ##= 2## .
I don't think I've even seen ##\large{\log_{A^F} C^F= \log_{A} C }## stated as a rule for logarithms, but it does work.

(In reference to you changing ##\large{\log_{(\sqrt{7})^2} 2^2}## to ## \log_{(\sqrt{7})} 2 ## .)
 
Last edited:
  • Like
Likes sahilmm15
sahilmm15 said:
Relevant Equations:: $$ x^{log_a x}=a $$
vela said:
That's not correct. For instance, if ##x=16## and ##a=2##, you get
$$16^{\log_2 16} = 16^4 = 65536 \ne 2.$$
But ##a^{\log_a x} = x## is the corrected version.
 
  • Like
Likes sahilmm15
  • #10
sahilmm15 said:
This is my work. I don't know whether this is correct or not. What do you think of the problem.
I think it would be helpful if you divide and conquer, do each part separately, and reduce everything to logarithms base "e" using the formula ##a^b=e^{b\ln a}##. Take for example the expression ##\log_2(9)##: Let ##u=\log_2(9)##. That means ##2^u=9## or ##e^{u\ln(2)}=9##. Thus ##\log_2(9)=\frac{\ln(9)}{\ln(2)}##. Do every piece separately this way and then put all the pieces together.
 
  • Like
Likes sahilmm15
Back
Top