Solving an absolute value quadratic inequality

In summary: If you ignore this, you should have ##x \ge 2## and ##-2 \ge x##, which is a contradiction.Here's a way to avoid the confusion: start with the obvious statement that ##|a| < |b|## is the same as ##-|b| < a < |b|##. Then we have ##-|x^2 + 2| < x^2 - 4 < |x^2 + 2|##. We don't need to break it up into cases, because we can see that the left inequality implies that x^2 + 2 > 0, so x >
  • #1
sylent33
39
5
Homework Statement
Find all the real solutions
Relevant Equations
Equation solving
Im a having trouble understanding how this exactly works.

$$ |x^2 - 4| < |x^2+2| $$ So I know the usual thing to do when you have absolute values,here it is even simpler since the right part of the inequality is always positive so I just have these 2 cases.

1. ## x^2-4 >= 0 ## and 2. ## x^2-4 < 0 ##

Out of that 1. ##x >=\pm 2 ## and 2. ##x<\pm 2 ##

For the first case the term ##x^2 -4 ## stays positive and for the solution I get 0 < 6 which is a true statement for all real number so the solution should be R. Now the part that I dont get. We have this boundary set by the fact that ##x^2 -4## is positve and it says that x has to be great or equal than -2 and +2. So it should be all the real numbers from 2 so ##L_1 = [2,+\inf] ## For the second part case

$$ -x^2+4 < x^2+2 $$ I get ## x>\pm 1 ## and using the bondary I have for case 2 that it has to be less than -2 and +2 I get ##L_2 = (-2,-1) \cup (1,2) ##

Now for the final solution I put ## L = (-2,-1) \cup [2, \infty) ## That is not correct,the solution sheet says it should be $$ L =(-\infty,1) \cup (1, \infty) $$

I dont understand how they got here so I checked what they got for L1 and L2. L2 matches but for L1 they have ##L_1 = R \backslash {(2,-2)} ##

The way I am interpreting this is,all real numbers except 2 and -2. I do not understand how this can be their solution. It is great EQUAL shouldnt 2 and -2 be included,Also we are looking for solutions GREATER than -2 and 2 so I though since 2 is greater than -2 I only need to go from 2 to infinity. Why do I have to include minus infinity?
 
Physics news on Phys.org
  • #2
sylent33 said:
Homework Statement:: Find all the real solutions
Relevant Equations:: Equation solving

Im a having trouble understanding how this exactly works.

$$ |x^2 - 4| < |x^2+2| $$

Note that the inequality only involves [itex]x^2[/itex]. So if it is true for [itex]x[/itex], it is also true for [itex]-x[/itex]. If your solution set does not have that property then you have made an error.

So I know the usual thing to do when you have absolute values,here it is even simpler since the right part of the inequality is always positive so I just have these 2 cases.

1. ## x^2-4 >= 0 ## and 2. ## x^2-4 < 0 ##

Out of that 1. ##x >=\pm 2 ## and 2. ##x<\pm 2 ##

Please don't write expressions like these; they are meaningless. The first is "x <= -2 or x >= 2" and the second is "-2 < x < 2".

For the first case the term ##x^2 -4 ## stays positive and for the solution I get 0 < 6 which is a true statement for all real number so the solution should be R. Now the part that I dont get. We have this boundary set by the fact that ##x^2 -4## is positve and it says that x has to be great or equal than -2 and +2. So it should be all the real numbers from 2 so ##L_1 = [2,+\inf] ##

You have, I think, confused yourself by writing imprecise statements like "greater than or equal to -2 and +2". As I pointed out above, what you actually have here is [itex]x \leq -2[/itex] or [itex]x \geq 2[/itex], so [tex]L_1 = (-\infty, -2] \cup [2, \infty) = \mathbb{R} \setminus (-2,2).[/tex]

For the second part case

$$ -x^2+4 < x^2+2 $$ I get ## x>\pm 1 ## and using the bondary I have for case 2 that it has to be less than -2 and +2 I get ##L_2 = (-2,-1) \cup (1,2) ##

This is correct, but don't write [itex]x > \pm 1[/itex].

Now for the final solution I put ## L = (-2,-1) \cup [2, \infty) ##

What about [itex](1,2)[/itex]? You correctly had that as part of [itex]L_2[/itex], so why did you drop it here?

There is however an easier way to solve this inequality: it has the geometric interpretation that [itex]x^2[/itex] is closer to 4 than it is to -2. The mid-point is 1, so [itex]x^2 > 1[/itex]. Hence either [itex]x < -1[/itex] or [itex]x > 1[/itex].
 
  • Like
Likes MatinSAR, sylent33 and Steve4Physics
  • #3
sylent33 said:
1. ## x^2-4 >= 0 ## and 2. ## x^2-4 < 0 ##

Out of that 1. ##x >=\pm 2 ## and 2. ##x<\pm 2 ##
That's wrong/confusing. @pasmith beat me to it, but since I've already written it:

For 1: ##x^2 - 4 \ge 0## means ##x \ge 2## or ##x \le - 2##.
For 2: ##x^2 - 4 \lt 0## means ##x \gt -2## and ##x \lt 2## (i.e. ##-2 \lt x \lt 2)##.

By the way, the LaTex symbol for ##\ge## is simply \ge for example.
 
  • Like
Likes MatinSAR and sylent33
  • #4
sylent33 said:
here it is even simpler since the right part of the inequality is always positive
In fact, the expression on the right side of the inequality, ##|x^2 + 2|## is always greater than or equal to 2, for any real number x.
 
  • #5
Ah I see now,writing out like that makes it really simple. I did not know how to deal with that.

Thanks a lot for the help

PS: I plotted both of these functions and you can clearly see at which value they are the same,and that the solution in the book is correct.
 
  • #6
I came back to this thread because I have noticed recently several people making heavy weather of this same kind of problem with absolute values. but you have done exactly what I was going to say, plotted the function. Or just sketch them.

To plot | f(x) | you just plot f(x) and then all that is below the X axis is reflected above it. Then the answer becomes obvious (or what do you have to do in the case of detailed calculation does).

Maybe you are being examined for more, for the formal setting out of argument. But it will be helpful to know the answer anyway. I questio the didactic value of such exercises, I don't think one encounters them much in maths applications or that it wouldn't be in the same way obvious out how to proceed if one dId, so I don't think it's a good idea to turn these things into a chore.
 
  • Like
Likes malawi_glenn and sylent33
  • #7
epenguin said:
Maybe you are being examined for more, for the formal setting out of argument. But it will be helpful to know the answer anyway. I questio the didactic value of such exercises, I don't think one encounters them much in maths applications or that it wouldn't be in the same way obvious out how to proceed if one dId, so I don't think it's a good idea to turn these things into a chore.

These things crop up in the context of numerical schemes for solving partial differential equations, where the condition that the scheme be stable often reduces to the condition that the timestep [itex]\Delta t > 0[/itex] is such that [tex]
\left|\frac{1 + \Delta t P(\lambda)}{1 - \Delta tQ(\lambda)}\right| < 1[/tex] for every [itex]\lambda[/itex] in some given subset of [itex]\mathbb{C}[/itex], where the polynomials [itex]P[/itex] and [itex]Q[/itex] are determined by the details of the scheme in question.
 
  • #8
pasmith said:
These things crop up in the context of numerical schemes for solving partial differential equations, ...
Yes, I also did think of an application but do you think there will have been any benefit to have been doing exercises on it to no apparent purpose at the time two or more years previously? More motivating to do it when you need it, purpose and meaning then more evident.?
 
  • #9
epenguin said:
I came back to this thread because I have noticed recently several people making heavy weather of this same kind of problem with absolute values. but you have done exactly what I was going to say, plotted the function.
You get no argument from me that plotting the function is a good idea, but once a student understands how such graphs look in general, he/she should also be able to convert an equation or inequality with absolute values into the corresponding form that doesn't use absolute values.
That is, an inequality such as |f(x)| < a (where a > 0), can be rewritten as -a < f(x) < a, but not as the OP wrote it: ##f(x) < \pm a##. And similarly for |f(x)| > a (where a > 0), with the inequalities f(x) < -a or f(x) > a.

epenguin said:
Yes, I also did think of an application but do you think there will have been any benefit to have been doing exercises on it to no apparent purpose at the time two or more years previously?
Applications can come much sooner than "two or more years" later from when the topic is first presented. Often, the presentation of absolute values comes within a few months before the first quarter or semester of calculus, when differentiation is discussed; e.g., finding ##\frac d{dx}|x|##. Soon after that, the student might be tasked with finding the area beneath curves such as y = |f(x)|.
Following that, the student likely will be learning about infinite series. Several tests involve finding the limit of ratios of the form ##\frac{|a_{n+1}|}{a_n}}##. Inequalities such as these don't usually lend themselves to being graphed very easily. Another application of absolute values is in estimating the error in approximating a function's value by using a fixed number of terms in the functions Maclaurin or Taylor series.
 
  • #10
SammyS said:
A minor problem with the LaTeX.
Thanks! Fixed in the original post and in the quoted text.
 

Related to Solving an absolute value quadratic inequality

What is an absolute value quadratic inequality?

An absolute value quadratic inequality is an inequality that involves a quadratic expression within absolute value symbols. It typically takes the form |ax^2 + bx + c| < d, |ax^2 + bx + c| > d, |ax^2 + bx + c| ≤ d, or |ax^2 + bx + c| ≥ d, where a, b, c, and d are constants.

How do you solve an absolute value quadratic inequality?

To solve an absolute value quadratic inequality, you need to consider the two cases of the absolute value expression: the positive and the negative scenarios. For example, if you have |ax^2 + bx + c| < d, you need to solve the system of inequalities ax^2 + bx + c < d and -(ax^2 + bx + c) < d. Then, find the solution set that satisfies both inequalities.

What are the steps to graph the solution of an absolute value quadratic inequality?

To graph the solution of an absolute value quadratic inequality, follow these steps:1. Solve the corresponding quadratic equations to find the critical points.2. Determine the intervals by testing points within each interval to see if they satisfy the inequality.3. Shade the regions on the graph that satisfy the inequality.4. Use open or closed circles to indicate whether the boundaries are included (≤, ≥) or not (<, >).

Can an absolute value quadratic inequality have no solution?

Yes, an absolute value quadratic inequality can have no solution. This occurs when the quadratic expression within the absolute value never satisfies the inequality for any real number x. For example, if the inequality is |x^2 + 1| < 0, there is no solution because the absolute value expression is always non-negative and cannot be less than zero.

How do you determine the intervals to test for solutions in an absolute value quadratic inequality?

To determine the intervals to test for solutions in an absolute value quadratic inequality, first solve the corresponding quadratic equations to find the critical points where the expression inside the absolute value equals the boundary value. These points divide the number line into intervals. Test a point within each interval to check whether it satisfies the original inequality. The intervals where the test points satisfy the inequality are part of the solution set.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
7
Views
890
  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
866
  • Precalculus Mathematics Homework Help
Replies
10
Views
1K
  • Precalculus Mathematics Homework Help
Replies
32
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
941
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
Back
Top