Inequality with Logarithms

In summary: 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.
  • #1
Cosmophile
111
2

Homework Statement


[tex] \ln \frac{(x+1)}{(x-1)} \geq 0 [/tex]

Homework Equations


[tex] \ln \frac {a}{b} = \ln a - \ln b [/tex]
[tex] \ln \frac {(x+1)}{(x-1)} = \ln (x+1) - \ln (x-1) [/tex]

The Attempt at a Solution


[tex] \ln (x+1) \geq \ln (x-1) [/tex]
[tex] e^{\ln (x+1)} \geq e^{\ln (x-1)} [/tex]
[tex] (x+1) \geq (x-1) [/tex]

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

Homework Statement


[tex] \ln \frac{(x+1)}{(x-1)} \geq 0 [/tex]

Homework Equations


[tex] \ln \frac {a}{b} = \ln a - \ln b [/tex]
[tex] \ln \frac {(x+1)}{(x-1)} = \ln (x+1) - \ln (x-1) [/tex]

The Attempt at a Solution


[tex] \ln (x+1) \geq \ln (x-1) [/tex]
[tex] e^{\ln (x+1)} \geq e^{\ln (x-1)} [/tex]
[tex] (x+1) \geq (x-1) [/tex]
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.
 
  • #3
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.
 
  • #4
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.
 
  • #5
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?
 
  • #6
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).
 
  • #7
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.
 
  • #8
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.
 
  • #9
Alternatively, [tex]\frac{x+1}{x-1} = \frac{(x - 1) + 2}{x-1} = 1 + \frac{2}{x-1}.[/tex] Thus, since [itex]2 > 0[/itex], we have [itex]\frac{x+1}{x-1} \geq 1[/itex] when [itex]x - 1 > 0[/itex].
 
  • 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, [tex]\frac{x+1}{x-1} = \frac{(x - 1) + 2}{x-1} = 1 + \frac{2}{x-1}.[/tex] Thus, since [itex]2 > 0[/itex], we have [itex]\frac{x+1}{x-1} \geq 1[/itex] when [itex]x - 1 > 0[/itex].

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!
 

What is "Inequality with Logarithms"?

"Inequality with Logarithms" is a mathematical concept that involves using logarithms to solve inequalities. Logarithms are mathematical functions that help us solve equations where the variable is in the exponent.

How do you solve inequalities with logarithms?

To solve inequalities with logarithms, you first need to isolate the logarithm on one side of the inequality. Then, you can use the properties of logarithms to rewrite the equation in a simpler form. Finally, you can solve the inequality algebraically or graphically.

What are the properties of logarithms?

The three main properties of logarithms are the product property, quotient property, and power property. The product property states that the logarithm of a product is equal to the sum of the logarithms of the individual factors. The quotient property states that the logarithm of a quotient is equal to the difference of the logarithms of the individual terms. The power property states that the logarithm of a number raised to a power is equal to the product of the power and the logarithm of the number.

Why are logarithms useful in solving inequalities?

Logarithms are useful in solving inequalities because they allow us to transform complex exponential expressions into simpler logarithmic expressions. This makes it easier to manipulate and solve the inequality algebraically or graphically. Additionally, logarithms help us to compare numbers on a relative scale, which is useful when dealing with quantities that vary greatly in magnitude.

What are some real-world applications of "Inequality with Logarithms"?

One common real-world application of "Inequality with Logarithms" is in finance, specifically in compound interest calculations. Logarithms are also used in biology and chemistry to measure the acidity or pH of a solution. Additionally, logarithms are used in earthquake measurements on the Richter scale, and in music to measure sound intensity on the decibel scale.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
21
Views
2K
  • Precalculus Mathematics Homework Help
Replies
19
Views
3K
  • Precalculus Mathematics Homework Help
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
281
  • Precalculus Mathematics Homework Help
Replies
5
Views
810
  • Calculus and Beyond Homework Help
Replies
14
Views
233
Replies
14
Views
719
  • Precalculus Mathematics Homework Help
Replies
7
Views
727
Back
Top