Writing a logarithm in a form not involving logarithms

AI Thread Summary
The discussion revolves around the equation log_y x + log_x y = 3/2, which leads to a quadratic equation in log_y x. Participants note that the original problem may not have a solution, but an alternative equation, log_y x - log_x y = 3/2, does. The focus is on expressing the relationship without logarithms rather than finding specific values for x and y. It is emphasized that solving the quadratic yields possible values for log_y x, which can be converted to exponential form as x = y^β. However, the solutions for β are complex, complicating the task of writing the expression without logarithms.
Chijioke
Messages
14
Reaction score
3
Homework Statement
Write this in a form not involving logarithm.
Relevant Equations
$$\log_x(y)=1/\log_y(x)$$
logyx + logxy = 3/2
Solution
$$\begin{align*}\log_{ y }{ x } + \log_{ x }{ y } &= \frac{ 3 }{ 2 } \\
\log_{ x }{ y } &= \frac{ \log_{ y }{ y } }{ \log_{ y }{ x } } \\
\log_{ y }{ x } + \frac{ 1 }{ \log_{ y }{ x } } &= \frac{ 3 }{ 2 } \\
\left(\log_{ y }{ x } \right)^ { 2 } + 1 &= \frac{ 3 }{ 2 } \left(\log_{ y }{ x } \right) \\
\left(\log_{ y }{ x } \right) ^ { 2 } &= \frac{ 3 }{ 2 } \left(\log_{ y }{ x }\right) - 1
\end{align*}$$
What do I do next?
 
Last edited by a moderator:
Physics news on Phys.org
You have a quadratic equation in \log_y x. Solve it.
 
Chijioke said:
Homework Statement:: Write this in a form not involving logarithm.
Relevant Equations:: $$\log_x(y)=1/\log_y(x)$$

logyx + logxy = 3/2
Solution
$$\begin{align*}\log_{ y }{ x } + \log_{ x }{ y } &= \frac{ 3 }{ 2 } \\
\log_{ x }{ y } &= \frac{ \log_{ y }{ y } }{ \log_{ y }{ x } } \\
\log_{ y }{ x } + \frac{ 1 }{ \log_{ y }{ x } } &= \frac{ 3 }{ 2 } \\
\left(\log_{ y }{ x } \right)^ { 2 } + 1 &= \frac{ 3 }{ 2 } \left(\log_{ y }{ x } \right) \\
\left(\log_{ y }{ x } \right) ^ { 2 } &= \frac{ 3 }{ 2 } \left(\log_{ y }{ x }\right) - 1
\end{align*}$$
What do I do next?
Hello @Chijioke.

:welcome:

I'm pretty sure that the problem as stated has no solution.

However,

##\displaystyle \ \log_y x - \log_x y =\frac 3 2 \ ##

does have a solution.
 
  • Like
Likes scottdave, Chijioke and PeroK
I was not asked to find the value of x and y. I was only asked to write it in a form not involving logarithm. Is writing it in a form not involving logarithm the same as finding the value of x and y or solving the equation persay?
 
Chijioke said:
I was not asked to find the value of x and y. I was only asked to write it in a form not involving logarithm. Is writing it in a form not involving logarithm the same as finding the value of x and y or solving the equation persay?
"Solving" the quadratic equation, as suggested by @pasmith, will not give specific values for ##x## and/or ##y##. What the solution gives is possible values for ##\displaystyle \log_y x## or equivalently, values for ##\displaystyle \log_x y## .

Let's say you get the result ##\displaystyle \beta= \log_y x##, for some real number, ##\displaystyle \beta##. Writing that in exponential form gives you:

##\displaystyle x=y^{\,\beta}##

A difficulty with the problem, as it is written, is that the solutions for ##\beta## are complex numbers, that is, they have an imaginary part.
 
  • Like
Likes Chijioke and PeroK
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top