Why Does \(\ln \frac{(x+1)}{(x-1)} \geq 0\) Imply \(x > 1\)?

AI Thread Summary
The discussion centers on the inequality \(\ln \frac{(x+1)}{(x-1)} \geq 0\), which simplifies to \(\frac{x+1}{x-1} \geq 1\). This leads to the conclusion that \(x > 1\) is necessary for the inequality to hold, as both the numerator and denominator must be positive. Participants clarify that multiplying both sides by \((x-1)^2\) is valid since it is always positive when \(x \neq 1\). The conversation also emphasizes the importance of understanding logarithmic properties, particularly that \(\ln a \geq 0\) implies \(a \geq 1\). Ultimately, the key takeaway is that the inequality requires \(x\) to be greater than 1 for validity.
Cosmophile
Messages
111
Reaction score
2

Homework Statement


\ln \frac{(x+1)}{(x-1)} \geq 0

Homework Equations


\ln \frac {a}{b} = \ln a - \ln b
\ln \frac {(x+1)}{(x-1)} = \ln (x+1) - \ln (x-1)

The Attempt at a Solution


\ln (x+1) \geq \ln (x-1)
e^{\ln (x+1)} \geq e^{\ln (x-1)}
(x+1) \geq (x-1)

According to Wolfram, the solution is ##x > 1##, but my skills with logs and exponentials are clearly very rusty.
 
Physics news on Phys.org
Cosmophile said:

Homework Statement


\ln \frac{(x+1)}{(x-1)} \geq 0

Homework Equations


\ln \frac {a}{b} = \ln a - \ln b
\ln \frac {(x+1)}{(x-1)} = \ln (x+1) - \ln (x-1)

The Attempt at a Solution


\ln (x+1) \geq \ln (x-1)
e^{\ln (x+1)} \geq e^{\ln (x-1)}
(x+1) \geq (x-1)
This seems reasonable, but unfortunately, isn't valid.

Your original inequality is equivalent to ##\frac{x + 1}{x - 1} \ge 1##, which you can get in one step. If the log of something is >= 0, then the something has to be >= 1.
If you multiply both sides by x - 1, you get what you show in the last line, above. The problem is that you don't know whether x - 1 is positive or negative (or zero), so it's impossible to say whether the direction of the inequality stays the same or is reversed.

To get around this problem, multiply instead by ##(x - 1)^2##. You should also explicitly note what values of x are allowed.
Cosmophile said:
According to Wolfram, the solution is ##x > 1##, but my skills with logs and exponentials are clearly very rusty.
 
Mark44 said:
This seems reasonable, but unfortunately, isn't valid.

Your original inequality is equivalent to ##\frac{x + 1}{x - 1} \ge 1##, which you can get in one step. If the log of something is >= 0, then the something has to be >= 1.
If you multiply both sides by x - 1, you get what you show in the last line, above. The problem is that you don't know whether x - 1 is positive or negative (or zero), so it's impossible to say whether the direction of the inequality stays the same or is reversed.

To get around this problem, multiply instead by ##(x - 1)^2##. You should also explicitly note what values of x are allowed.

I see how you got ##\frac {x+1}{x-1} \geq 1##. Why am I okay to multiply by ##(x-1)^2##, and why is this necessary? Thank you for the help as always!

Also, "if the log of something is > 0, then the something has to be >1" Why? This is where my understanding of logarithms (or lack thereof) is on full display.
 
Cosmophile said:
I see how you got ##\frac {x+1}{x-1} \geq 1##. Why am I okay to multiply by ##(x-1)^2##, and why is this necessary? Thank you for the help as always!
You can multiply both sides of an inequality by any positive number, without changing the direction of the inequality. ##(x - 1)^2## is positive, provided that ##x \neq 1##.
Cosmophile said:
Also, "if the log of something is > 0, then the something has to be >1" Why? This is where my understanding of logarithms (or lack thereof) is on full display.
##\ln a \ge 0##
##\Leftrightarrow e^{\ln a} \ge e^0 = 1##
##\Leftrightarrow a \ge 1##

Of course, in the above, a must be positive.
 
Mark44 said:
You can multiply both sides of an inequality by any positive number, without changing the direction of the inequality. ##(x - 1)^2## is positive, provided that ##x \neq 1##.

So, are you multiplying both sides of the inequality by ##(x-1)^2## then?
 
Cosmophile said:
So, are you multiplying both sides of the inequality by ##(x-1)^2## then?
Yes. Multiply both sides of ##\frac{x + 1}{x - 1} \ge 1## by ##(x - 1)^2##. Be sure to specify any restrictions on possible values of x, keeping in mind what the domain of the ln() function is (which the original inequality involves).
 
In your attempt at a solution, you get ln (x + 1) >= ln (x - 1). From here you need to think about two things: (1) When is the ln function defined? (2) When is ln (a bigger number) >= ln (a smaller number)? Thinking about these should get you the solution.
 
Cosmophile said:
I see how you got ##\frac {x+1}{x-1} \geq 1##. Why am I okay to multiply by ##(x-1)^2##, and why is this necessary? Thank you for the help as always!

Also, "if the log of something is > 0, then the something has to be >1" Why? This is where my understanding of logarithms (or lack thereof) is on full display.
Look at the plot of the log function y = ln (z) for z > 0. You will see that for 0 < z < 1 we have ln z < 0, but for z > 1 we have ln z > 0.Anyway, you want ##(x+1)/(x-1) \geq 1##. You do not need to multiply by ##(x-1)^2##; that is not the only way to do it. An alternative is to recognize that we need the numerator and denominator to have the same sign, so there are two cases.
(1) If the numerator and denominator are both > 0 the inequality equivalent to ##x+1 > x-1##; but we also have ##x-1 > 0##. Altogether, this just says that ##x > 1##.
(2) If the numerator and denominator are both < 0 the inequality is equivalent to ##x+1 \leq x-1##, with ##x < -1## (note the reversal from '>' to '<'). However, this is clearly impossible., so we cannot obey the desired inequality when ##x < -1##.

This is not so much a problem in logarithm manipulation as it is a problem in inequality manipulation.
 
Alternatively, \frac{x+1}{x-1} = \frac{(x - 1) + 2}{x-1} = 1 + \frac{2}{x-1}. Thus, since 2 &gt; 0, we have \frac{x+1}{x-1} \geq 1 when x - 1 &gt; 0.
 
  • Like
Likes SammyS
  • #10
It's obvious at this point that I desperately need to work on my conceptual understanding of logs, exponentials, and inequalities. Do any of you have recommendations on places to start? I'm reading through Lang's calculus text, and I know he has a section on logs and exponentials. He starts the book with inequalities, but it apparently doesn't cover all that I need to know on the topic.
Mark44 said:
Yes. Multiply both sides of ##\frac{x + 1}{x - 1} \ge 1## by ##(x - 1)^2##. Be sure to specify any restrictions on possible values of x, keeping in mind what the domain of the ln() function is (which the original inequality involves).

Should I be concerned that a multiplication by the square of the denominator was not obvious, or is that simply a trick you learned along the way? Also, the only restriction I see is that ##x > 1##, as ## \ln x## is defined ##\forall x \in \mathbb{R} | x >0##. Is this all I needed to observe from the beginning? Thanks for the assistance so far!

MindWalk said:
In your attempt at a solution, you get ln (x + 1) >= ln (x - 1). From here you need to think about two things: (1) When is the ln function defined? (2) When is ln (a bigger number) >= ln (a smaller number)? Thinking about these should get you the solution.

(1) ##\ln(x)## is defined ##\forall x \in \mathbb{R} | x>0##.
(2) ##\ln(n) > \ln(m)## is always true for ##n > m##, is it not? ##\ln(x)## is always increasing.

Ray Vickson said:
Look at the plot of the log function y = ln (z) for z > 0. You will see that for 0 < z < 1 we have ln z < 0, but for z > 1 we have ln z > 0.Anyway, you want ##(x+1)/(x-1) \geq 1##. You do not need to multiply by ##(x-1)^2##; that is not the only way to do it. An alternative is to recognize that we need the numerator and denominator to have the same sign, so there are two cases.
(1) If the numerator and denominator are both > 0 the inequality equivalent to ##x+1 > x-1##; but we also have ##x-1 > 0##. Altogether, this just says that ##x > 1##.
(2) If the numerator and denominator are both < 0 the inequality is equivalent to ##x+1 \leq x-1##, with ##x < -1## (note the reversal from '>' to '<'). However, this is clearly impossible., so we cannot obey the desired inequality when ##x < -1##.

This is not so much a problem in logarithm manipulation as it is a problem in inequality manipulation.

Right, I see now why the thing I'm taking the log of must be >= 1 if the log is > 0. Now, for your first case, you say:

"(1) If the numerator and denominator are both > 0 the inequality equivalent to ##x+1 > x-1##; but we also have ##x-1 > 0##. Altogether, this just says that ##x > 1##."

How did you gather that ##x+1 > x-1## and ##x-1 > 0## together say ##x > 1##? This is another great example of my blatant ignorance and inexperience with inequalities, so I appreciate the assistance. Of course, I can see immediately from ##x -1 > 0## that ##x>1##; I'm simply confused as to how you get the same result from ##x + 1> x-1##. This inequality holds true for all x (which is why the second case is clearly impossible if I'm not mistaken).

pasmith said:
Alternatively, \frac{x+1}{x-1} = \frac{(x - 1) + 2}{x-1} = 1 + \frac{2}{x-1}. Thus, since 2 &gt; 0, we have \frac{x+1}{x-1} \geq 1 when x - 1 &gt; 0.

Oh, this is a pretty neat way to approach it. This works because ##1 + \frac {2}{x-1} > 0 \quad \forall x > 1##, correct?
 
  • #11
What you need to remember while solving inequalities is, simply this - unless you are sure that a particular function is always positive, or negative, for that matter, you can not just simply cross multiply across an inequality.
For example, if you had ( x+1 )/( x2+1 ) <= 1, you could cross multiply ( Why ? ).

An alternative solution would be to simply bring all quantities to one side of the inequality, and taking LCM, form the intervals for which that inequality is positive and negative.

Hope this helps.
 
  • #12
Cosmophile said:
It's obvious at this point that I desperately need to work on my conceptual understanding of logs, exponentials, and inequalities. Do any of you have recommendations on places to start? I'm reading through Lang's calculus text, and I know he has a section on logs and exponentials. He starts the book with inequalities, but it apparently doesn't cover all that I need to know on the topic.

Should I be concerned that a multiplication by the square of the denominator was not obvious, or is that simply a trick you learned along the way? Also, the only restriction I see is that ##x > 1##, as ## \ln x## is defined ##\forall x \in \mathbb{R} | x >0##. Is this all I needed to observe from the beginning? Thanks for the assistance so far!
(1) ##\ln(x)## is defined ##\forall x \in \mathbb{R} | x>0##.
(2) ##\ln(n) > \ln(m)## is always true for ##n > m##, is it not? ##\ln(x)## is always increasing.
Right, I see now why the thing I'm taking the log of must be >= 1 if the log is > 0. Now, for your first case, you say:

"(1) If the numerator and denominator are both > 0 the inequality equivalent to ##x+1 > x-1##; but we also have ##x-1 > 0##. Altogether, this just says that ##x > 1##."

How did you gather that ##x+1 > x-1## and ##x-1 > 0## together say ##x > 1##? This is another great example of my blatant ignorance and inexperience with inequalities, so I appreciate the assistance. Of course, I can see immediately from ##x -1 > 0## that ##x>1##; I'm simply confused as to how you get the same result from ##x + 1> x-1##. This inequality holds true for all x (which is why the second case is clearly impossible if I'm not mistaken).

*****************************************
I don't think you have taken my meaning, but maybe I worded it badly. I am looking at the case where both the numerator and denominator are > 0, so that says ##x-1 > 0## and ##x+1 > 0##. The second of these adds nothing new, so we just have ##x > 1##. The ratio constraint implies that the numerator is > the denominator. This is true automatically in this case, so adds no new restrictions to the simple one ##x > 1## that we have already.

The case where both numerator and denominator are < 0 is similar, but now the numerator must be < the denominator; for example, (-5)/(-4) = 5/4 > 1, but (-5) < (-4).

(Why don't I get a normal font in this reply?)
 
  • #13
Ray Vickson said:
Cosmophile said:
It's obvious at this point that I desperately need to work on my conceptual understanding of logs, exponentials, and inequalities. ...

... This inequality holds true for all x (which is why the second case is clearly impossible if I'm not mistaken).*****************************************
I don't think you have taken my meaning, but maybe I worded it badly. ...

...
(Why don't I get a normal font in this reply?)
Ray,

You didn't get a "normal" font, because you replied inside of the quote of Cosmophile .
 
  • #14
SammyS said:
Ray,

You didn't get a "normal" font, because you replied inside of the quote of Cosmophile .

AFAIK, I always do that and have never before had the problem!
 

Similar threads

Back
Top