站内搜索:
发新话题
打印

[MathI] Inequalities

本主题由 端木·宇 于 2008-6-28 18:32 分类

Inequalities

Before you get too comfortable with expressions and equations, weshould introduce inequalities. An inequality is like an equation, butinstead of relating equal quantities, it specifies exactly how twoquantities are not equal. There are four types of inequalities:
  • x > y: “x is greater than y.”
  • x < y: “x is less than y.”
  • x ≥ y: “x is greater than or equal to y.”
  • x ≤ y: “x is less than or equal to y.”

    Solving inequalities is exactly like solvingequations except for one very important difference: when both sides ofan inequality are multiplied or divided by a negative number, thedirection of the inequality switches.

    Here are a few examples:

Solve for x in the inequality – 3 < 2y.


Solve for x in the inequality ≥ –2.

    Notice that in the last example, the inequality had to be reversed. Another way to express the solution is x≥ –2. To help remember that multiplication or division by a negativenumber reverses the direction of the inequality, remember that if x > y, then –x < –y,just as 5 > 4 and –5 < –4. Intuitively, this idea makes sense,and it might help you remember this special rule of inequalities.

    Absolute Value and Inequalities

    When absolute values are included in inequalities, the solutions come in two varieties.
  • If the absolute value is less than a given quantity, then thesolution is a single range, with a lower and an upper bound. Forexample,

Solve for x in the inequality |2x – 4| ≤ 6.

  • First, solve for the upper bound:

  • Second, solve for the lower bound:

  • Now, combine the two bounds into a range of values for x. –1 ≤ x ≤ 5 is the solution.

  • The other solution for an absolute value inequality involves twodisjoint ranges: one whose lower bound is negative infinity and whoseupper bound is a real number, and one whose lower bound is a realnumber and whose upper bound is infinity. This occurs when the absolutevalue is greater than a given quantity. For example,

Solve for x in the inequality |3x + 4| > 16.

  • First, solve for the upper range:

  • Then, solve for the lower range:

  • Now combine the two ranges to form the solution, which is two disjoint ranges: –∞ < x < –20⁄3 or 4 < x < ∞.

    When working with absolute values, it isimportant to first isolate the expression within absolute valuebrackets. Then, and only then, should you solve separately for thecases in which the quantity is positive and negative.

    Ranges

    Inequalities are also used to express the range of values that a variable can take. a < x < b means that the value of x is greater than a and less than b. Consider the following word-problem example:

A very complicated board game has thefollowing recommendation on thebox: “This game is only appropriate forpeople older than 40 but noolder than 65.” What is the range of theage of people for which theboard game is appropriate?

    Let a be the age of people for which the board game is appropriate. The lower bound of a is 40, and the upper bound is 65. The range of adoes not include its lower bound (it is appropriate for people “olderthan 40”), but it does include its upper bound (“no older than 65”,i.e., 65 is appropriate, but 66 is not). Therefore, the range of theage of people for which the board game is appropriate can be expressedby the inequality:

    Here is another example:

A company manufactures car parts. As isthe case with any system of massproduction, small errors occur onvirtually every part. The key for thiscompany to succeed in makingviable car parts is to keep the errorswithin a specific range. Thecompany knows that a particular piece theymanufacture will not work ifit weighs less than 98% of its targetweight or more than 102% of itstarget weight. If the target weight ofthis piece is 21.5 grams, inwhat range of weights must the piecemeasure for it to function?

    The boundary weights of this car part are .98 21.5 = 21.07 and 1.02 21.5 = 21.93 grams. The problem states that the piece cannot weigh less than the minimum weight or morethan the maximum weight in order for it to work. This means that thepart will function at boundary weights themselves, and the lower andupper bounds are included. The answer to the problem is 21.07 ≤ x ≤ 21.93, where x is the weight of the part in grams.

    Finding the range of a particular variableis essentially an exercise in close reading. Every time you come acrossa question involving ranges, you should carefully peruse the problem topick out whether a particular variable’s range includes its bounds ornot. This inclusion is the difference between “less than or equal to”and simply “less than.”

    Operations on Ranges

    Operations like addition, subtraction, andmultiplication can be performed on ranges just like they can beperformed on variables. For example:

If 4 < x < 7, what is the range of 2x + 3?

    To solve this problem, simply manipulate therange like an inequality until you have a solution. Begin with theoriginal range:

    Then multiply the inequality by 2:

    Add 3 to the inequality, and you have the answer:

    There is one crucial rule you need to know about multiplying ranges: if you multiply a range by a negative number, you must flip the greater-than or less-than signs. For instance, if you multiply the range 2 < x < 8 by –1, the new range will be –2 > x> –8. Math IC questions that ask you to perform operations on rangesof one variable will often test your alertness by making you multiplythe range by a negative number.

    Some range problems on the Math IC will bemade slightly more difficult by the inclusion of more than onevariable. In general, the same basic procedures for dealing withone-variable ranges applies to adding, subtracting, and multiplyingtwo-variable ranges.

    Addition with Ranges of Two or More Variables

If –2 < x < 8 and 0 < y < 5, what is the range of x + y?
    Simply add the ranges. The lower bound is –2 + 0 = –2. The upper bound is 8 + 5 = 13. Therefore, –2 < x + y < 13.

    Subtraction with Ranges of Two or More Variables

Suppose 4 < s < 7 and –3 < t < –1. What is the range of s – t?
    In this case, you have to find the range of –t. By multiplying the range of t by –1 and reversing the direction of the inequalities, we find that 1 < –t < 3. Now we can simply add the ranges again to find the range of s – t. 4 + 1 = 5, and 7 + 3 = 10. Therefore, 5 < s – t < 10.

    In general, to subtract ranges, find the range of the opposite of the variable being subtracted, and then add the ranges as usual.

    Multiplication with Ranges of Two or More Variables

If –1 < j < 4 and 6 < k < 12, what is the range of jk?
    First, multiply the lower bound of one variable by the lower and upper bounds of the other variable:

    Then, multiply the upper bound of one variable with both bounds of the other variable:

    The least of these four products becomes the lower bound, and the greatest is the upper bound. Therefore, –12 < jk < 48.

    Let’s try one more example of performing operations on ranges:

If 3 ≤ x < 7 and , what is the range of 2(x + y)?

    The first step is to find the range of x + y. Notice that the range of y is written backward, with the upper bound to the left of the variable. Rewrite it first:

    Next add the ranges to find the range of x + y:

    We have our bounds for the range of x + y, but are they included in the range? In other words, is the range 0 < x + y < 11, 0 ≤ x + y ≤ 11, or some combination of these two?

    The rule to answer this question is thefollowing: if either of the bounds that are being added, subtracted, ormultiplied is non-inclusive (< or >), then the resulting bound isnon-inclusive. Only when both bounds being added, subtracted, ormultiplied are inclusive (≤ or ≥) is the resulting bound also inclusive.

    The range of x includes its lower bound, 3, but not its upper bound, 7. The range of y includes both its bounds. Therefore, the range of x + y is 0 ≤ x + y < 11, and the range of 2(x + y) is 0 ≤ 2(x + y) < 22.

TOP

发新话题