How can the logarithm problem be solved?

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    Logarithm
Click For Summary
The discussion centers on solving a logarithm problem involving conjoined bases. The approach presented involves defining variables p, x, and y, leading to the equation $$m=\frac{1}{7}$$. The user acknowledges a lack of clarity in their initial notation and seeks validation of their method. They also reference a textbook question that was not accurately captured initially. Overall, the conversation emphasizes the importance of clear notation in mathematical discussions.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
Given that, $$log_p X=5$$ and $$log_p Y=2$$.
Find $$log_{xy} P$$
Relevant Equations
Logs
Interesting, i have not worked on logs with conjoined bases before, anyway my approach is as follows;

$$p^5=x$$ and $$p^2=y$$
Let $$log_{xy}P = m$$, →$$(xy)^m = P$$
$$(P^5⋅P^2)^m = P^1$$
$$P^{7m}=P^1$$
$$m=\frac {1}{7}$$

Any other way of looking at this is most welcome.
 
Last edited:
Physics news on Phys.org
As you find
\log_ab \ \log_ba=1
 
\log_{xy}(p) = \frac{\log_p(p)}{\log_p(xy)} = \frac{1}{2 + 5}.
 
You are, of course, assuming that x = X, y = Y and p = P. Or just being inconsistent in your notation.
 
I have been thinking about this question and my bad:mad:, i did not indicate the letters in the right manner. Find the question below as it appears on the textbook;

1640670828612.png


This implies that, my method was after all correct! Sorry for my lack of details here...
 
mjc123 said:
You are, of course, assuming that x = X, y = Y and p = P. Or just being inconsistent in your notation.
Kindly check my post ##5##...i did not capture the question correctly...My apologies mjc...
 
The working out suggests first equating ## \sqrt{i} = x + iy ## and suggests that squaring and equating real and imaginary parts of both sides results in ## \sqrt{i} = \pm (1+i)/ \sqrt{2} ## Squaring both sides results in: $$ i = (x + iy)^2 $$ $$ i = x^2 + 2ixy -y^2 $$ equating real parts gives $$ x^2 - y^2 = 0 $$ $$ (x+y)(x-y) = 0 $$ $$ x = \pm y $$ equating imaginary parts gives: $$ i = 2ixy $$ $$ 2xy = 1 $$ I'm not really sure how to proceed from here.