Real Values of X: Solving Inequalities & Equations

  • Thread starter Thread starter w0lfed
  • Start date Start date
  • Tags Tags
    Inequalities
AI Thread Summary
The discussion focuses on solving two mathematical problems involving absolute values. The first inequality, |x - 1| + |x + 1| < 1, is analyzed, revealing that it has no solutions due to the triangle inequality, which states that the sum of distances cannot be less than 2. The second equation, |x - 1| * |x + 2| = 3, leads to the equation |(x - 1)(x + 2)| = 3, which requires forming two separate equations based on the properties of absolute values. Participants emphasize the importance of understanding the fundamental properties of absolute values to solve these equations correctly. Overall, the thread highlights the need for a solid grasp of mathematical concepts to tackle inequalities and equations involving absolute values effectively.
w0lfed
Messages
8
Reaction score
0

Homework Statement



Find all real values of X

| x - 1 | + | x + 1 | < 1

and

| x - 1 | . | x + 2 | = 3

Homework Equations


The Attempt at a Solution



some how i am thinking i should just solve em as is and all should be fine but i think I am lacking a lil bit of fundamental knowledge - some help would be fantastic
 
Physics news on Phys.org
For the first one, start by squaring both sides. This is OK because both sides are positive, so you don't need to worry about sign changes. Some basic information that you need is:

1.) |a|^2=a^2 for any real valued expression a.
2.) |a||b|=|ab| for any real valued expressions a,b.

For the second one you need the additional piece of information that, if a&gt;0, |x|=a implies that x=a or x=-a.
 
thanks for your help. i got the first one,
but for the second one if |a|.|b| = |a.b|
i then went on to say
-> |x-1|.|x+2| = 3
-> |(x-1)(x+2)| = 3
-> |x^2 + x - 2| = 3
-> x^2 + x = 5

have i done this write and in what direction am i meant to go from here?
 
Once you got to |x^2 + x - 2| = 3, you need to take Tom Mattson's advice and form 2 equations using the fact that if a > 0, |x| = a implies that x = a or x = -a. Then solve both equations.

Also, what did you get for the first part as your answer?
 
Since you have already solved the first one, here is an alternative interpretation of that equation.

|x-1| = a is the distance of a point x from point 1. similarly |x+1| = b, is the distance of the same point x from -1.

distance b/w points -1 and 1 is 2. Triangle inequality tells us, a + b >= 2 always. Therefore you can directly conclude that the first equation will have no solution because a + b can never be less than 2.can you think of a similar interpretation for the second expression?
 
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