martes, 29 de octubre de 2013

Inequalities

Solving linear inequalities is very similar to solving linear equations, except for one small but important detail: you flip the inequality sign whenever you multiply or divide the inequality by a negative. The easiest way to show this is with some examples:
    1) x + 3 < 2, then x < -1
    Graphically, the solution is:
    graph of solution
    The only difference between the linear equation "x + 3 = 2" and this linear inequality is that I have a "less than" sign, instead of an "equals" sign. The solution method is exactly the same: subtract 3 from either side. Note that the solution to a "less than, but not equal to" inequality is graphed with a parentheses (or else an open dot) at the endpoint, indicating that the endpoint is not included within the solution.
    2) 2 – x > 0, then x < 2
    Graphically, the solution is:
    graph of solution
    The only difference between the linear equation "2 – x = 0" and this linear inequality is the "greater than" sign in place of an "equals" sign. Note that "x" in the solution does not "have" to be on the left. However, it is often easier to picture what the solution means with the variable on the left. Don't be afraid to rearrange things to suit your taste.
    3) 4x + 6 >= 3x – 5, then x <= –11
    Graphically, the solution is:
    graph of solution
    The only difference between the linear equation "4x + 6 = 3x – 5" and this inequality is the "less than or equal to" sign in place of a plain "equals" sign. The solution method is exactly the same. Note that the solution to a "less than or equal to" inequality is graphed with a square bracket (or else a closed dot) at the endpoint, indicating that the endpoint is included within the solution.
    4) 2x > 4, then x < 2
    Graphically, the solution is:
    graph of solution
    The solution method here is to divide both sides by a positive two.     Copyright © Elizabeth Stapel 1999-2011 All Rights Reserved
    5) -2x > 4, then x < -2
    Graphically, the solution is:
    graphical solution
    This is the special case noted above.  When I divided by the negative two, I had to flip the inequality sign.
The rule for example 5 above often seems unreasonable to students the first time they see it. But think about inequalities with numbers in there, instead of variables. You know that the number four is larger than the number two: 4 > 2. Multiplying through this inequality by –1, we get –4 < –2, which the number line shows is true:
    number line
If we hadn't flipped the inequality, we would have ended up with "–4 > –2", which clearly isn't true.
The previous inequalities are called "linear" inequalities because we are dealing with linear expressions like "x – 2" ("x > 2" is just "x – 2 > 0", before you finished solving it). When we have an inequality with "x2" as the highest-degree term, it is called a "quadratic inequality". The method of solution is more complicated.
  • Solve x2 – 3x + 2 > 0



    First, I have to find the x-intercepts of the associated quadratic, because the intercepts are where y = x2 3x + 2  is equal to zero. Graphically, an inequality like this is asking me to find where the graph is above or below the x-axis. It is simplest to find where it actually crosses the x-axis, so I'll start there.
    Factoring, I get x2 3x + 2 = (x 2)
    (x
    1) = 0, so x = 1 or x = 2. Then the graph crosses the x-axis at 1 and 2, and the number line is divided into the intervals (negative infinity, 1), (1, 2), and (2, positive infinity). Between the x-intercepts, the graph is either above the axis (and thus positive, or greater than zero), or else below the axis (and thus negative, or less than zero).
    There are two different algebraic ways of checking for this positivity or negativity on the intervals. I'll show both.
    1) Test-point method. The intervals between the x-intercepts are (negative infinity, 1), (1, 2), and (2, positive infinity). I will pick a point (any point) inside each interval. I will calculate the value of y at that point. Whatever the sign on that value is, that is the sign for that entire interval.
    For (negative infinity, 1), let's say I choose x = 0; then y = 0 0 + 2 = 2, which is positive. This says that y is positive on the whole interval of (negative infinity, 1), and this interval is thus part of the solution (since I'm looking for a "greater than zero" solution).
    For the interval (1, 2), I'll pick, say, x = 1.5; then y = (1.5)2 3(1.5) + 2 = 2.25 4.5 + 2 = 4.25 4.5 = 0.25, which is negative. Then y is negative on this entire interval, and this interval is then not part of the solution.
    For the interval (2, positive infinity), I'll pick, say, x = 3; then y = (3)2 3(3) + 2 = 9 9 + 2 = 2, which is positive, and this interval is then part of the solution. Then the complete solution for the inequality is x < 1 and x > 2. This solution is stated variously as:
      inequality notation: x < 1, x > 2 inequality notation
      interval notation interval, or set, notation
      number-line graph, using parentheses number line with parentheses
      (brackets are used
      for closed intervals)
      number-line graph, using dots number line with open dots
      (closed dots are used
      for closed intervals)
    The particular solution format you use will depend on your text, your teacher, and your taste. Each format is equally valid.   Copyright © Elizabeth Stapel 1999-2011 All Rights Reserved
    2) Factor method. Factoring, I get y = x2 3x + 2 = (x 2)(x 1). Now I will consider each of these factors separately.
    The factor x 1 is positive for x > 1; similarly, x 2 is positive for x > 2. Thinking back to when I first learned about negative numbers, I know that (plus)×(plus) = (plus), (minus)×(minus) = (plus), and (minus)×(plus) = (minus). So, to compute the sign on y = x2 3x + 2, I only really need to know the signs on the factors. Then I can apply what I know about multiplying negatives.
    First, I set up a grid, showing the factors and the number line. blank table
    Now I mark the intervals where each factor is positive. table showing where factors are positive
    Where the factors aren't positive, they must be negative. table showing where factors are negative
    Now I multiply up the columns, to compute the sign of y on each interval. table showing signs on intervals
    Then the solution of x2 3x + 2 > 0 are the two intervals with the "plus" signs:
      (negative infinity, 1) and (2, positive infinity).
  • Solve –2x2 + 5x + 12 < 0.
First I find the zeroes, which are the endpoints of the intervals: y = –2x2 + 5x + 12 =
(–2x – 3)(x – 4) = 0
for x = –3/2 and x = 4. So the endpoints of the intervals will be at 3/2 and 4. The intervals are between the endpoints, so the intervals are (negative infinity, –3/2], [–3/2, 4], and [4, positive infinity). (Note that I use brackets for the endpoints in "or equal to" inequalities, instead of parentheses, because the endpoints will be included in the final solution.)
To find the intervals where y is negative by the Test-Point Method, I just pick a point in each interval. I can use points such as x = –2, x = 0, and x = 5.
To find the intervals where y is negative by the Factor Method, I just solve each factor: –2x – 3 is positive for –2x – 3 > 0, –3 > 2x, –3/2 > x, or x < –3/2; and x – 4 is positive for x – 4 > 0,
x > 4
. Then I fill out the grid:
     animation of factor table   
Then the solution to this inequality is all x's in
(negative infinity, –3/2 ] and [4, positive infinity).

No hay comentarios:

Publicar un comentario

Nota: solo los miembros de este blog pueden publicar comentarios.