What is the solution to the absolute function problem?

  • Thread starter Thread starter adjacent
  • Start date Start date
  • Tags Tags
    Absolute Function
Click For Summary

Homework Help Overview

The problem involves solving the inequality ##|x^2-2| \leq 1## to find the values of ##x## that satisfy it. Participants are discussing the implications of the absolute value and how to handle the resulting inequalities.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants attempt to solve the inequality by breaking it into two cases based on the definition of absolute value. There are discussions about the implications of taking square roots and the signs of the resulting solutions. Some participants question how to properly interpret the ranges of solutions and the conditions under which they apply.

Discussion Status

The discussion is ongoing, with various interpretations being explored. Some participants have offered guidance on how to approach the problem, particularly regarding the separation of cases based on the value of ##x^2##. There is a recognition of the need to treat different cases distinctly, although no consensus has been reached on the final solution.

Contextual Notes

Participants note potential confusion regarding the signs of the square roots and the implications of the absolute value. There is also mention of a possible typo in the book's solutions, which adds to the complexity of the discussion.

adjacent
Gold Member
Messages
1,552
Reaction score
62

Homework Statement


##|x^2-2| \leq 1##
Find ##x##

The Attempt at a Solution


##x^2-2\leq 1##
##x \leq \sqrt{3}##

and

##-(x^2-2)\leq 1##
##-x^2+2 \leq 1##
##x \geq 1##

Therefore the solution is ##1 \leq x \leq \sqrt{3}##
However the book gives another solution which is ##-1 \leq x \leq -\sqrt{3}##
I don't know how the latter solution is found out. How can a range be multiplied by ##-1##?
 
Physics news on Phys.org
be careful when taking the square root.
x^2 \geq 1
does not imply x is positive.
 
adjacent said:

Homework Statement


##|x^2-2| \leq 1##
Find ##x##

The Attempt at a Solution


##x^2-2\leq 1##
##x \leq \sqrt{3}##

and

##-(x^2-2)\leq 1##
##-x^2+2 \leq 1##
##x \geq 1##

Therefore the solution is ##1 \leq x \leq \sqrt{3}##
However the book gives another solution which is ##-1 \leq x \leq -\sqrt{3}##
I don't know how the latter solution is found out. How can a range be multiplied by ##-1##?

Draw the graph of ##y = x^2-2## over some reasonable x-range. On the same plot, draw horizontal lines ##y = 1## and ##y =-1##. What does your plot show?
 
BruceW said:
be careful when taking the square root.
x^2 \geq 1
does not imply x is positive.
If that's the case, can't we write ##-1 \leq x \leq \sqrt{3}## or ##1 \leq x \leq -\sqrt{3}##
Why should we make the two square roots have the same sign?
 
Ray Vickson said:
Draw the graph of ##y = x^2-2## over some reasonable x-range. On the same plot, draw horizontal lines ##y = 1## and ##y =-1##. What does your plot show?
Here it is.

I don't see anything special in it :confused:
 

Attachments

  • graph.png
    graph.png
    5.8 KB · Views: 437
adjacent said:
Here it is.

I don't see anything special in it :confused:

Oh? You can't see what points on the graph ##y = x^2-2## lie between y = -1 and y = +1?
 
Ray Vickson said:
Oh? You can't see what points on the graph ##y = x^2-2## lie between y = -1 and y = +1?
##1## to ##\sqrt{3}## when ##x>0## and ##-\sqrt{3}## to ##-1## when ##x<0##?
But I am not supposed to draw a graph. :confused:
 
adjacent said:
##1## to ##\sqrt{3}## when ##x>0## and ##-\sqrt{3}## to ##-1## when ##x<0##?
But I am not supposed to draw a graph. :confused:

So, don't tell anybody. You just use the graph to get a "feel" for what is going on, and to help you keep your thinking straight. After you have used the graph like that you can throw it away. That is what we all do!
 
adjacent said:
If that's the case, can't we write ##-1 \leq x \leq \sqrt{3}## or ##1 \leq x \leq -\sqrt{3}##
Why should we make the two square roots have the same sign?

You should see something wrong immediately with one of these: it is really true that 1 \le -\sqrt 3?
 
  • #10
adjacent said:
If that's the case, can't we write ##-1 \leq x \leq \sqrt{3}## or ##1 \leq x \leq -\sqrt{3}##
Why should we make the two square roots have the same sign?
It's easier if you look at it this way: You got to the point
$$1 \le x^2 \le 3.$$ Now take the square root, remembering that ##\sqrt {x^2} = \lvert x \rvert##.
 
  • Like
Likes   Reactions: 1 person
  • #11
adjacent said:
If that's the case, can't we write ##-1 \leq x \leq \sqrt{3}## or ##1 \leq x \leq -\sqrt{3}##
Why should we make the two square roots have the same sign?
Well, your choice at the start of your solution is an if statement.
IF ##x^2 \geq 2## then ##x^2-2 \leq 1## and a bunch of stuff follows
ELSE IF ##x^2 \leq 2## then ##-x^2+2 \leq 1## and a bunch of stuff follows
So you have to treat the two IF statements as completely separate things. You cannot carry results over from one IF statement into the other IF statement. I hope that answers your question. I wasn't totally sure what you meant.

p.s. I think the other solution given by the book should be ##-\sqrt{3} \leq x \leq -1## not ##-1 \leq x \leq -\sqrt{3}##
 
  • #12
Ray Vickson said:
So, don't tell anybody. You just use the graph to get a "feel" for what is going on, and to help you keep your thinking straight. After you have used the graph like that you can throw it away. That is what we all do!
Ok :smile:
statdad said:
You should see something wrong immediately with one of these: it is really true that 1 \le -\sqrt 3?
:shy: No. What about -1 \le \sqrt 3
vela said:
It's easier if you look at it this way: You got to the point
$$1 \le x^2 \le 3.$$ Now take the square root, remembering that ##\sqrt {x^2} = \lvert x \rvert##.
Oh. This seems to be a good way. Thanks
BruceW said:
Well, your choice at the start of your solution is an if statement.
IF ##x^2 \geq 2## then ##x^2-2 \leq 1## and a bunch of stuff follows
ELSE IF ##x^2 \leq 2## then ##-x^2+2 \leq 1## and a bunch of stuff follows
So you have to treat the two IF statements as completely separate things. You cannot carry results over from one IF statement into the other IF statement. I hope that answers your question. I wasn't totally sure what you meant.
Where did ##x^2 \geq 2## come from?
BruceW said:
p.s. I think the other solution given by the book should be ##-\sqrt{3} \leq x \leq -1## not ##-1 \leq x \leq -\sqrt{3}##
Yes. It was a typo. :shy:
 
  • #13
adjacent said:
Where did ##x^2 \geq 2## come from?
This was your implied "choice" when you said ##|x^2-2|=x^2-2##. The other possible choice was ##|x^2-2|=-x^2+2## which occurs iff ##x^2 \leq 2##. So anyway, the point I was hoping to get across is that the two cases ##x^2 \geq 2## and ##x^2 \leq 2## should be considered as separate solutions to the problem. It is not OK to carry over results from one case to the other. Also, as I said before, I am not totally sure if this was where you were having trouble anyway, but I was hoping it might be useful.
 
  • Like
Likes   Reactions: 1 person

Similar threads

Replies
4
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
2K
Replies
3
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K