Solving Inequality: |x-1|+|x-2|>1

  • Thread starter Thread starter solar nebula
  • Start date Start date
AI Thread Summary
The discussion focuses on solving the inequality |x-1| + |x-2| > 1 by analyzing different intervals based on the critical points x=1 and x=2. It suggests checking three cases: when x is less than 1, between 1 and 2, and greater than 2, to determine the behavior of the absolute values. The approach involves rewriting the inequality for each interval and testing the boundaries to find the solution set. Additionally, the poster reflects on how to handle variations of the inequality, such as |x-1| + |x-2| > 2 or |x-1| + |x-2| > 0, emphasizing the importance of checking the intervals around the critical points. This methodical approach ensures a comprehensive understanding of the inequality's solution.
solar nebula
Messages
14
Reaction score
0

Homework Statement



So this is the question

|x-1|+|x-2|>1



Homework Equations



N/A

The Attempt at a Solution



I tried it, the solution seems right, but i don't know if my approach is correct.

xbdddy.jpg
 
Physics news on Phys.org
Think about these absolute values like this:

At x=1 or x=2, one of the absolute values is 0, so you can call these the "roots" (thought not technically roots, I can't think of a more appropriate name for them right now), so what you want to do is check all possibilities around those roots, and the roots themselves.

Check:

x<1
For this range, both x-1 and x-2 will be negative, so the inequality you need to solve would be -(x-1)-(x-2)&gt;1

1<x<2
Here you will have x-1&gt;0 and x-2&lt;0 so what you need to solve is (x-1)-(x-2)&gt;1

x>2
For this value, both are positive so it should be clear what you need to solve here.

And then always check the "roots" themselves. Plug in the values of x=1 and x=2. By this point, you've checked all possible cases and should have your solution set.
 
The way I learned it:

To solve |ax+b|>k, solve ax+b>k and ax+b<-k. (This is basically what you did.)

Then I would plug test values into the original equation to see if it makes a true or false statement. You would use the intervals (-\infty,1);(1,2);(2,\infty).

The values from those intervals that make true statements give you your solution set.
 
edit: I just realized that your question is a special case. What if it was instead |x-1|+|x-2|&gt;2 or |x-1|+|x-2|&gt;0 ? For the first what you need to do is check when |x-1|+|x-2|=2 and then check each interval around that.
 
Last edited:
Thanks Mentallic and Adaptation!
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top