Sigh, I don't understand why I am not getting a good solution

  • Thread starter Thread starter flyingpig
  • Start date Start date
Click For Summary

Homework Help Overview

The problem involves solving the inequality log0.5 ((2x - 5)/(x + 2)) < 0. Participants are exploring the implications of logarithmic properties and the behavior of rational expressions under certain conditions.

Discussion Character

  • Exploratory, Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants discuss the implications of taking logarithms of expressions and the necessity of absolute values in certain cases. There are questions about the validity of flipping inequality signs when exponentiating with a base less than one.

Discussion Status

The discussion is ongoing, with participants examining different interpretations of the logarithmic inequality and its implications. Some have pointed out potential misunderstandings regarding the introduction of absolute values and the conditions under which logarithmic expressions are defined.

Contextual Notes

There are constraints regarding the domain of the logarithmic function, specifically that it is only defined for positive arguments. Participants are also considering the effects of removing absolute values from expressions and how that impacts the solutions.

flyingpig
Messages
2,574
Reaction score
1

Homework Statement



Solve for all x that satisifies

[tex]log_{0.5} \frac{2x - 5}{x + 2} < 0[/tex]

The Attempt at a Solution



Let me just say that upon doing this problem i learned that

1) When you exponeitate something to the base in (0, 1), you flip the inequality sign.

So I finally got the solution to be (-infy,-2) U (7, infty)

Now i found that this approach does not work

[tex]log_{0.5} \left | \frac{2x - 5}{x + 2} \right | < 0[/tex]

SO it would make sense that

[tex]\left | \frac{2x - 5}{x + 2} \right | < 0[/tex]

Okay after doing some test points for

[tex]\frac{2x - 5}{x + 2} < 0[/tex]

[tex]\frac{5 - 2x}{x + 2} > 0[/tex]

I found that there are no solution to the absolute value ...
 
Last edited:
Physics news on Phys.org
You did 0.5^(your equation) for both sides, so this does get:
[tex]\frac{2x-5}{x+2}[/tex]
for the left-hand side, but for the right-hand side, what is 0.5^0 ?
 
No i already solved it using that method but I am asking why I am wrong in the other.
 
Oh shoot, I meant

[tex]\left | \frac{2x - 5}{x + 2} \right | > 0[/tex]
 
[strike]It's because[tex]\log_{1/2} \left\lvert \frac{2x-5}{x+2} \right\rvert < 0[/tex] doesn't imply [tex]\left\lvert\frac{2x-5}{x+2} \right\rvert > 0[/tex]Why would you think it does?[/strike]
 
Last edited:
Because you can't take a log of a negative number

That's why I introduce a new inequality?
 
Sorry, you're right. [tex]\log_{1/2} \left\lvert \frac{2x-5}{x+2} \right\rvert < 0[/tex] does imply [tex]\left\lvert\frac{2x-5}{x+2} \right\rvert > 0[/tex]The problem is the implication doesn't work the other way. There are values of x for which[tex]\left\lvert\frac{2x-5}{x+2} \right\rvert > 0[/tex] and [tex]\log_{1/2} \left\lvert \frac{2x-5}{x+2} \right\rvert > 0[/tex]
This is like the fact that x>2 implies x2>4, but x2>4 doesn't imply x>2 because the inequality x2>4 admits more solutions than x>2. In the same way,[tex]\left\lvert\frac{2x-5}{x+2} \right\rvert > 0[/tex] is satisfied by more values of x than [tex]\log_{1/2} \left\lvert \frac{2x-5}{x+2} \right\rvert < 0[/tex]
 
But you couldn't take the log of a negative number int he first place with [tex]\log_{1/2} \left\lvert \frac{2x-5}{x+2} \right\rvert > 0[/tex]

Is there any meaning to creating a new inequality

[tex]\left\lvert\frac{2x-5}{x+2} \right\rvert > 0[/tex] then?If I had done

[tex]log_{0.5} \left | \frac{2x - 5}{x + 2} \right | = log_{0.5} (2x - 5) - log_{0.5} (x + 2)[/tex]

Then it is only true for (5/2, infintiy), so I destroyed the solution in (-infinty, -2)
 
Last edited:
flyingpig said:
But you couldn't take the log of a negative number int he first place with [tex]\log_{1/2} \left\lvert \frac{2x-5}{x+2} \right\rvert > 0[/tex]

Is there any meaning to creating a new inequality

[tex]\left\lvert\frac{2x-5}{x+2} \right\rvert > 0[/tex] then?
Not really. So why are you doing it?
If I had done

[tex]log_{0.5} \left | \frac{2x - 5}{x + 2} \right | = log_{0.5} (2x - 5) - log_{0.5} (x + 2)[/tex]

Then it is only true for (5/2, infintiy), so I destroyed the solution in (-infinty, -2)
Your mistake is in removing the absolute values from the righthand side. The two sides of your "equation" are equal only when 2x-5>0 and x+2>0.
 
  • #10
May I ask why you're introducing absolute values around the fraction in the log? I can't see the justification in using them, plus you don't need them to solve rational inequalities like this one.
 
  • #11
Because Flyingpig made this rearrangement:
[tex]log_{0.5} \left | \frac{2x - 5}{x + 2} \right | = log_{0.5} (2x - 5) - log_{0.5} (x + 2)[/tex]
And then he found there were problems when x=-3 (for example), the right-hand side of the equation goes bad (since we're talking about real numbers here).
So vela is explaining that you need to introduce the absolute values, or this rearrangement doesn't hold.
 
  • #12
I think Bohrok may have been asking why Flyingpig introduced the absolute value in the first place. I didn't notice that the original problem didn't have them.
 
  • #13
Basic stuff (for my friend, flyingpig):

For real numbers:
1. The expression [itex]\log_{\,a}(x)[/itex] is defined only for x > 0 .
   Making sure that you're taking the log of a positive quantity should be part of working out your solution.

2. If a > 1, then [itex]\log_{\,a}(x)<0[/itex] implies that x < 1 .

3. If 0 < a < 1, then [itex]\log_{\,a}(x)<0[/itex] implies that x > 1 .
 
  • #14
Sammy, so for #3, I think that |-x| also works?
 
  • #15
SammyS said:
For real numbers:
1. The expression [itex]\log_{\,a}(x)[/itex] is defined only for x > 0 .
   Making sure that you're taking the log of a positive quantity should be part of working out your solution.

2. If a > 1, then [itex]\log_{\,a}(x)<0[/itex] implies that x < 1 .

3. If 0 < a < 1, then [itex]\log_{\,a}(x)<0[/itex] implies that x > 1 .

flyingpig said:
Sammy, so for #3, I think that |-x| also works?
Assuming that you are referring to #3 in Sammy's list, why would you introduce this extra complication? Whatever x's value (assumed real), |-x| = |x| and is a nonnegative number.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K