Solving inequalities

from Wikipedia, the free encyclopedia

When solving inequalities using real numbers , one tries to simplify a confusing inequality to such an extent that simple statements of the form x> 5 can be formed that can be understood directly or that can be illustrated using the number line . In principle, the same basic rules apply here as for solving equations . However, the asymmetry of the comparison signs also requires special attention to the signs of the transformations.

Basic rules

Similar to solving equations, inequalities are solved using equivalent conversions. This means that a number of actions are allowed - provided they are carried out the same on both sides. In the following, only the less than or equal sign is considered; analogous statements apply, however, if the less than or equal sign is replaced by one of the other symbols or .

Without limitation, addition and subtraction of the same expression on either side are equivalent conversions . So it holds for two real-valued terms and any

such as
.

When multiplying by the same expression and when dividing by the same expression, attention must be paid to the sign: For two real-valued terms and with applies

such as
.

For , however, the order relation is reversed:

such as
.

Obviously the case is not an equivalent transformation.

Generally applies to a bijective strictly monotonically increasing function

,

for a bijective strictly monotonically decreasing function , however, the order relation is reversed:

.

The cases of addition, subtraction, multiplication and division described above are special cases of this general rule; for example, multiplication with corresponds to the application of the function that increases for bijective and strictly monotonically, for bijective and strictly monotonically decreasing, for neither bijective nor strictly monotonous is.

Often one would like to use functions that are strictly monotonic not on the whole , but only on a subset . This is possible if it is ensured that the terms lie in this subset. For example, for a bijective function that increases strictly monotonically

,

for a bijective strictly monotonically decreasing function

.

In this case it must either be shown that it must actually always apply, or a case distinction must be made by first examining the case and then treating the cases and separately.

The most important special case is raising both sides to the power of the same exponent :

for ,
for .

corresponds to pulling the square root :

,

forming the reciprocal value :

.

Types of inequalities

Linear inequalities

Single linear inequalities can be solved by addition, subtraction and multiplication with constants similar to linear equations . An important approach to systems of linear inequalities in several variables is provided by pivot methods and, more generally, methods of linear optimization .

Quadratic inequalities

In the case of quadratic inequalities, the solution domain is usually divided into three sections, which result from the quadratic equation corresponding to the inequality . These are the sections blue - red - blue in the illustration shown under Graphic Processes . Either all values ​​marked in blue or all values ​​marked in red on the x-axis are now possible solutions.

Solution with a square extension

One method of solving this is essentially based on square completion . As an example, the inequality x² - 0.5 · x - 0.5> 0 should be solved, which is shown in the figure below.

x² - 0.5 x x - 0.5 > 0 + 0.5
x² - 0.5 x x > 0.5 + (0.5: 2) ² Add the square of half the amount of the linear term.
x² - 0.5 x + 0.25² > 0.5625 Exclude.
(x - 0.25) 2 > 0.75² Take root.

Here you can't just “shorten the square”. But since the roots can be drawn on both sides. It should be noted that . So we have to distinguish between two cases:

Case 1: . Then the inequality has to be solved, so it holds , whereby in this case the prerequisite is also fulfilled.

Case 2: . Then the inequality has to be solved, so the following applies , whereby the prerequisite is also fulfilled in this case .

These two statements have no area of ​​overlap. Then, as one can easily confirm by trial and error, all numbers that are either less than −0.5 or greater than +1 are solutions to the inequality.
If, on the other hand, one had to solve the inequality x² - 0.5 · x - 0.5 <0 , the solution statements would be
x> −0.5 and x <+1 . All numbers between −0.5 and +1 fulfill both conditions and would therefore be solutions.

Forming on product

Solving by means of quadratic completion requires several case distinctions, which can become confusing. Another solution method for quadratic inequalities is the inequality directly to a product of nature , , or to bring. As an example, the inequality shown in the figure below should also be solved.

The quadratic equation corresponding to the inequality

has the solutions and , so it applies

and the inequality is equivalent to

.

If one now looks at the sections of the number line divided by the two solutions of the quadratic equation, one finds that both factors are negative and the product is therefore positive and both factors are positive and the product is therefore also positive. This is the blue area in the picture. In the section in between , and , the product is therefore not positive. This is the area marked in red.

If the quadratic equation belonging to the inequality has no real solution , so then the relation holds for all x ; the inequality either has no solution at all or is fulfilled for all real numbers.

Higher order inequalities

In the case of inequalities of order 3 and above, usually only the conversion to an inequality for a product is practicable, for example by converting an inequality of order 3 to the form for real or for a pair of complex zeros. This factorization is possible according to the fundamental theorem of algebra for inequalities of any high order. The analytical calculation of the zeros is not always possible, so that a numerical method such as bisection must usually be used. A graphical solution can be helpful when looking for suitable starting values.

Fractional inequalities

Transformation on inequalities between polynomials

There are only new aspects for solving fraction inequalities if the required quantity x also appears in at least one of the denominators. By multiplying the equation on both sides by the denominators and then multiplying it out, the fraction inequality is converted into an inequality of two polynomials .

When multiplying by the denominators, you must first determine for which values ​​of x you will assume a negative value, since the multiplication then reverses the comparison sign. If there is a range of x in which both denominators are negative, the comparison sign is reversed twice, which cancels each other out. This preliminary investigation is known as a case distinction .

Take the inequality as an example

to be viewed as. As can be easily seen, a denominator becomes zero whenever either x = −0.2 or x = −0.6 . For these values ​​of x , the inequality is not defined ( division by zero ). If, on the other hand, x is less than −0.6 ( x <−0.6 ), both denominators are negative; for x> −0.2 both are positive. Then there is no reversal of the comparison sign and multiplying the inequality by the denominators results in:

(x − 1.6) (x + 0.6) <(0.2 − x) (x + 0.2) .

Otherwise (x is between −0.6 and −0.2) only the left denominator becomes negative. In this case, the multiplication and the following equivalence conversions result :

(x − 1.6) (x + 0.6) > (0.2 − x) (x + 0.2)   multiply!
x² − 1x − 0.96 > 0.04 - x²   + x² −0.04
2x² − 1x − 1 > 0   ÷ 2
x² − 0.5x − 0.5 > 0    

This is the quadratic inequality that was solved earlier. Your solution would be the blue area of the figure. However, since this calculation only applies to the range between −0.6 and −0.2 (see above), only values ​​between −0.6 and −0.5 remain from the blue area.

Finally we have to consider the cases x <−0.6 and x> −0.2 , for which the comparison sign is not reversed. Solution of the generated quadratic inequality would then be the red area of the figure. However, since this calculation does not apply to the range between −0.6 and −0.2, the only solution area for the inequality is the values ​​between −0.2 and +1.

Conclusion: The inequality is fulfilled for −0.6 <x <−0.5 and for −0.2 <x <+1 .

Forming on product

Another method for solving fraction inequalities is also to transform the fraction inequality into a statement about the sign of products or quotients. The advantage of this procedure is that fewer case distinctions have to be made.

The inequality

to be viewed as. Instead of multiplying by the denominator, all terms are put on one page; this conversion only requires subtraction and therefore no case differentiation according to the sign:

Then the fractions are brought to a common denominator, whereby the denominator should not be multiplied because it will be needed later in the product representation:

Then the counter is multiplied and combined

Next, according to the Fundamental Theorem of Algebra , the numerator is factored into linear and irreducible quadratic terms; In the concrete example, the quadratic equation already solved above is to be solved, so one obtains

To determine the amount of solution, it is sufficient to only consider the signs of the respective factors, since these signs together determine the sign of the product. For this purpose, the number line is divided into individual sections, each limited by the zeros of the factors; in each of these sections the signs of the factors are constant.

Signs of the factors Sign of the product <0
No
undefined No
Yes
No
No
undefined No
Yes
No
No

Conclusion: The inequality is fulfilled for −0.6 <x <−0.5 and for −0.2 <x <+1 .

The systematic use and presentation of this procedure leads to the sign table .

Amount inequalities

Amount inequalities are inequalities that contain at least one amount . Just like absolute equations, they can be solved by differentiating cases , in exceptional cases (!) (See below) also by squaring. In the following, a numerical example of the solution to a simple absolute value inequality is presented:

Let the inequality be given

.

The cases are obtained with the help of a case distinction

  1. and
  2. .

The solution set of the inequality as a whole is thus the union of the partial solution sets that are directly adjacent in this case, i.e. H. .

The above inequality could exceptionally (!) Be solved by squaring, which in this case is about

would lead to the same result, but would have the disadvantage that squaring the inequality would make the inequality longer, and above all the sign of the right side of the inequality would be lost and thus, for example, the two inequalities and the same solution set would have.

The following example of a somewhat more difficult absolute value inequality illustrates the case in which both partial solution sets can not be combined to form a connected interval:

Let the inequality be given

.

With the help of the case distinction one now obtains the cases

  1. and
  2. .

The solution set of the inequality as a whole is here again the union of the two partial solution sets, which in this case are not adjoining each other. H. .

Graphic process

graphical solution of x²> 0.5x + 0.5 (blue) or x² <0.5x + 0.5 (red)

Graphical methods can give clues about the number and position of the solutions within the framework of the drawing accuracy.

If the inequality is in a form corresponding to the normal form of equations, the left-hand side can be viewed as a function, the graph of which is to be drawn with sufficient accuracy according to a table of values . The areas to the left or right of the zeros (i.e. intersection points with the x-axis ) then graphically represent the solution sets.
Otherwise, the functions corresponding to the right and left side of the inequality are to be plotted together in an axbox. The x-values ​​of the intersections indicate the boundaries of the solution areas. Bring quadratic inequalities of the straight line resulting from the right side to the intersection. This is shown as an example on the right for the inequality x² <0.5x + 0.5 (red area) or x²> 0.5x + 0.5 (blue area).

See also

literature

  • E. Cramer, J. Neslehova: Preliminary course in mathematics: workbook for the beginning of studies in economics and social sciences. Springer Berlin Heidelberg New York, 2006, p. 302, ISBN 3-540-26186-9 .

Individual evidence

  1. ^ Franz Embacher; Absolute equations and the method of case distinctions ; University of Vienna 2014 , accessed June 19, 2016.