Problems With A Point Logo
Home
  Mathematics Problems

Return To Problem List
View Printable Version (PDF)

i see
Hints | Answers | Solutions

Adapted from Mathematical Methods in High School, EDC

1 Extending the Number System

  1. Find two numbers whose sum is 10 and product is 24.
  2. Now suppose you want two numbers whose sum is 10 and product is 20. The numbers both have a square root involved--no rational numbers will fit this description.
    Rational numbers can be written as p
q, where p and q are integers and q/=0.
    1. Write an equation to help you find these numbers.
    2. Solve your equation and find the two numbers.
    3. Check the result: Do your numbers have a sum of 10? Do they have a product of 20?
  3. Even using square roots is sometimes not enough to solve problems of this type.
    1. Try to find two numbers whose sum is 10 and product is 30, using the method you used in problem 2.
    2. Why would someone say the problem in part (a) has no solution?

      In order to solve problems like problem 2, the number system of rational numbers had to be expanded to include square roots of all positive rational numbers. Suppose you could invent a new number that would allow you to find two numbers whose sum is 10 and whose product is 30.

    3. What number would you invent?
    4. Find the two numbers.
    5. Can you show that your two numbers have a sum of 10 and a product of 30?

2 Getting precise

You may recall that if a and b are non-negative real numbers,

 V~ - V~ -    V~ ---
  a  b =   ab.

Assume that square roots of negative numbers exist. If the property above holds for negative numbers too, then

 V~ --V ~ ---   V~ ----------    V~ ---
  -9   -4 =   (- 9)(- 4) =   36 = 6.

However, there’s a problem. You can also do this:

 V~ -- V~ ---       V~ ------- V~ --------
 - 9  - 4  =     (9)(- 1)  (4)(-1)
                 V~ -V ~ -   V~ - V~ ---
           =   ( 9 V~  ---1)(  V~ 4-- 1)
           =   3(  -1)(2)(  - 1)
           =   6( V~  -1)2

           =   6(-1) = - 6

This makes it seem like 6 = -6! Both numbers have 36 as their square, but people have agreed that  V~ a- refers only to the non-negative square root of a. That means  V~ ---
  36 = 6, not -6. When you extend the real numbers to include numbers like  V~ ---
  -9, you want the new numbers to work in the same way as the real numbers. To do that, though, you need to be sure that a calculation like  V~ -9V ~  -4 has only one interpretation.

The property that  V~ --
  a V~ -
  b =  V~ ---
  ab when a and b are positive is helpful when working with square roots. For example,  V~ 
54 =  V~ ------
  (9)(6) =  V~ --
  9 V~ --
  6 = 3 V~ --
  6. The first step when working with a number like  V~ ---
  - 9 is to separate the 9 from -1:  V~ -9 =  V~ --------
  (9)(- 1) =  V~ 9-V ~  --1 = 3 V~  --1. In fact, all square roots of negative numbers can be separated into a square root of a positive number and  V~ ---
  - 1.

That means introducing only one new number,  V~ ---
  -1, allows you to find square roots of all negative numbers. People who work with these numbers use the letter i to represent  V~ ---
  - 1.

  1. Find the following, using i for  V~  -1.
    1.  V~ ---
  -9
    2. i2
    3. i3
    4. i4

    You now have two types of numbers: real numbers and numbers of the form bi, where b is a real number. For these numbers to form a number system, you have to be able to operate on them: add, subtract, multiply, and divide. Of course, you know how to operate with two real numbers.

  2. For one of the following cases, you won’t be able to apply the addition and multiplication rules you already know. Find the result for the other three cases.
    1. 3i + 2i
    2. 3i × 2i
    3. 3 + 2i
    4. 3 × 2i
  3. You now have numbers of three types:
    • a, where a is a real number
    • bi, where b is a real number and i is  V~ ---
  -1
    • The combination of a and bi from problem 2 that couldn’t be simplified (a + bi)

    The last type actually includes the first two. How can you write -3 and 4i in that form?

    - 3 = ---+ --i         4i = --+  --i

    A complex number is an expression of the form a + bi, where a and b are real numbers and i2 = -1.
    Once numbers are written in this form, you can add and multiply in the same way you would with real numbers such as 3 +  V~ --
  5.
  4. Write each complex number in the form a + bi where a and b are real numbers.
    1. 5 + 7 V~ -----
  -16
    2.  V~ -----
  -16
    3. 67
    4.  V~ ---
  16
  5. Expand the following.
    1. (x + 1)(x - 6)
    2. (3 +  V~ -
 5)(2 -  V~ --
  5)
    3. (1 + 7i)(2 - 2i)
  6. Calculate the following.
    1.  V~ ---
  -9V ~ --
  - 4
    2. (3 + 2i) + (9 - i)
    3. (3 + 2i)(9 - i)
    4. (7 + 2i)(3 - 4i)
    5. (5 + 2i) + (5 - 2i)
    6. (5 + 2i)(5 - 2i)
    7. (a + bi) + (a - bi)
    8. (a + bi)(a - bi)
    9. (a - bi) + (c - di)
    10. (a - bi)(c - di)
  7. Using complex numbers, you now can find numbers with any sum and any product.
    1. Find two complex numbers whose sum is 10 and product is 30.
    2. Find two numbers whose sum is s and product is p, where s and p are real numbers.
    3. For what values of s and p are the numbers real?
    4. For what values of s and p are the numbers complex?

Problem | Answers | Solutions

1 Extending the Number System

  1. You should be able to find these numbers just by thinking about factors of 24.
    1. To write a single equation, you might start by writing two equations with two variables, x and y. Solve one equation for y and substitute the resulting expression in the other equation.
    2. Use the quadratic formula: For a quadratic equation in the form ax2 + bx + c = 0,
                 V~  2------
x = --b±----b---4ac-
           2a
    3. Use the distributive property to find the product. For example, how would you expand (1 + x)(2 3x)?
    1. Write an equation, then use the quadratic formula.
    2. What causes a problem when you use the quadratic formula?
    3. What number, if it existed, would allow the result in part (b) to be acceptable?
    4. In part (c), you invented a number that made the result in part (b) acceptable.
    5. Assume that addition and multiplication work the same for your invented number as they do for a variable, say x. (If necessary, actually substitute x for your invented number, and then replace x with your number after you’ve completed your calculations.) You may need to think about what the square of your invented number would be.

2 Getting precise

    1. Begin by writing -9 as a product of -1 and a positive number.
    2. What does it mean for a number to be a square root of a number? For example, if x =  V~ 5-, what is x2?
    3. i3 = i(i2)
    4. Use one of your answers to parts (b) and (c).
  1. Pretend i is a variable like x and try to simplify each expression. For example, how would you simplify 3x + 2x?
  2. What number you can multiply by i that will make that part of the term go away? (What do you think “go away” means?) If bi = a + bi, what value must a have?
  3. Use the hints for problem 1, part (a) and problem 3.
  4. Use the distributive property for each problem.
  5. For part (a), write the numbers using i first. Once all numbers are written using i, you can multiply and add as if i were a variable. However, you know what real number i2 is equal to, so your final expression should not have an i2 term.
    1. Write an equation to solve this, as you did in section 1. Use the quadratic formula to solve the equation.
    2. Do the same as you did in part (a), using s for 10 and p for 30.
    3. Before you extended the real numbers, how did you decide that an equation had no solution?
    4. Remember, a complex number is any number that can be written in the form a+bi. Look back over problem 4.

Problem | Hints | Solutions

1 Extending the Number System

  1. 4 and 6
    1. Several answers are acceptable, but all should be equivalent to x2 - 10x + 20 = 0.
    2. 5 +  V~ --
  5 and 5 -  V~ --
  5
    3. See solutions.
  2. See solutions.

2 Getting precise

    1. 3i
    2. -1
    3. -i
    4. 1
    1. 5i
    2. -6
    3. 3 + 2i can’t be combined.
    4. 6i
  1. -3 = -3 + 0i and 4i = 0 + 4i
    1. 5 + 28i
    2. 0 + 4i
    3. 67 + 0i
    4. 4 + 0i
    1. x2 - 5x - 6
    2. 1 -  V~ 5-
    3. 16 - 12i
    1. -6
    2. 12 + i
    3. 29 + 15i
    4. 29 - 22i
    5. 10 (or equivalently, 10 + 0i)
    6. 29 (or equivalently, 29 + 0i)
    7. 2a (or equivalently, 2a + 0i)
    8. a2 + b2 (or a2 + b2 + 0i)
    9. a + c - (b + d)i
    10. ac - bd - (ad + bc)i
    1. 5 + i V~ --
  5 and 5 - i V~ --
  5
    2. s+ V~ s2--4p
----2---- and s- V~ s2--4p
----2----
    3. s2 - 4p > 0, or equivalently, s2 > 4p
    4. All values of s and p

Problem | Hints | Answers

1 Extending the Number System

  1. The factor pairs of 24 are 1 and 24, 2 and 12, 3 and 8, and 4 and 6. The sums of these pairs are (respectively) 25, 14, 11, and 10. So the numbers 4 and 6 fit the description.
    1. If the numbers are x and y, x + y = 10 and xy = 20. Solving the first for y gives y = 10-x. Substituting for y in the second then gives the following, all of which are acceptable answers:
      Of course, other answers could be acceptable, too.
            x(10 - x)  =   20
       10x - x2  =   20

- x2 + 10x - 20  =   0
  x2 - 10x + 20  =   0
    2. To use the quadratic formula with the last equation above, a = 1, b = -10, and c = 20. This gives the following:
                         V~ -----------------
       - (- 10)±   (- 10)2 - 4(1)(20)
x  =   ------------------------------
             V~ ------2(1)
       10 ±   100 - 80
   =   ----------------
             V~  2-
       10-±---20-
   =       2
       10 ±  V~ 4V ~ 5
   =   ------------
            2 V~ --
       10-±-2--5-
   =       2
            V~ --
   =   5 ±   5
      So the numbers are 5 +  V~ --
  5 and 5 -  V~ --
  5.
    3. Adding the numbers gives 5 +  V~ --
  5 + 5 -  V~ --
  5, which is equal to 10. Multiplying gives the following:
            V~ --      V~ --      2      V~ --     V~ --       V~ --2
(5 +   5)(5 -   5)  =  5  - 5(  5) + (  5)(5) - (  5)
                    =  25 + 0 - 5

                    =  20
    1. Using a similar strategy as above, the numbers would be solutions to the equation x2 - 10x + 30. Using the quadratic formula gives the following:
                         V~ -----------------
       - (- 10)±   (- 10)2 - 4(1)(30)
x  =   ------------------------------
             V~ ------2(1)
       10 ±   100 - 120
   =   --------2--------
             V~ -----
   =   10-±-----20
            2
    2. Since -20 has no square root (among the real numbers), this has no solution.
    3. If there were a number for  V~  -20-, the problem would have had a solution, so one possible answer is  V~ -----
  - 20.
    4. The answer depends on the number invented. Using  V~ -----
  -20, the numbers would be     V~ ---
10+---20
    2 and     V~ --
10---20-
   2, or equivalently, 5 +  V~ -20
 2 and 5 -  V~ --20
  2.
    5. Assuming addition and multiplication works the same as with other radicals, the example answers in part (b) give the following. Notice that adding is simpler using one form for the numbers, but multiplying is simpler using the other form.
      Teacher’s Note: Students will probably assume the operations work as usual without mentioning it, but the assumption is important to discuss. When extending any mathematical concept, one usually wants to keep existing concepts simple and uniform. That means a goal for using these invented numbers is that operations will, in fact, continue to work as usual. However, as is shown in section 2, in this case the assumption causes a problem that must be fixed.
           V~ -----       V~ -----              V~ -----    V~ ----
    ---20-       ----20              ----20    ---20-
5 +   2   +  5-    2     =   5 + 5 + (  2   -    2   )
                         =   10

             V~ -----       V~ -----             V~ -----      V~ -----
 10-+-----20  10-------20       (10 +----20)(10-------20)-
(     2     )(     2     )  =               4
                                  2      V~ -----     V~ -----    V~ ----2
                            =   10----10----20 +-10----20---(---20)--
                                        V~ -----   4
                                100 - (  - 20)2
                            =   -------4-------
                                       V~ -----2
                            =   25-  (---20)--
                                         4
      This final expression doesn’t look like 30, but the square root of a number n is a number that, when squared, gives n. So ( V~ -----
  -20)2 should be equal to -20. Then the last expression is 25 - -420, which is 25 - (-5), or 30.

2 Getting precise

    1.  V~ ---
  -9 =  V~ ------
  9(- 1) =  V~ --
  9 V~ ---
  - 1 = 3i
    2. The square of a square root of a number is the number itself. For example, ( V~ --
  5)2 = 5. Since i =  V~ ---
  - 1, i2 = -1.
    3. i3 = i(i2) = i(-1) = -i
    4. i4 = i(i3) = i(-i) = -i2 = -(-1) = 1, or alternatively, i4 = (i2)2 = (-1)2 = 1.

    Teacher’s Note: The text before problem 2 mentions division, although no division is done in this problem sequence. See the problem sequence i divide.”
    1. 3i + 2i = (3 + 2)i = 5i
    2. 3i × 2i = (3 × 2)(i2) = 6(-1) = -6
    3. 3 + 2i can’t be combined.
    4. 3 × 2i = (3 × 2)i = 6i
  1. The goal is to write -3 and 4i in the form a + bi. The expression a + bi has a term that’s a real number, and a term that includes i. (The second term is called the imaginary part of the complex number.) Since -3 is a real number, we have -3 = -3 + bi. For this to be true, bi = 0. That means b = 0, so -3 = -3 + 0i. Similarly, 4i = a + 4i, so a = 0 and 4i = 0 + 4i.
    1. 5 + 7 V~ -----
  -16 = 5 + 7i V~ ---
  16 = 5 + 28i
    2.  V~  -16- = i  ---
 V~  16 = 4i = 0 + 4i.
    3. Using the idea in the previous problem, 67 = 67 + 0i.
    4.  V~ ---
  16 = 4 = 4 + 0i
    1. To expand binomials, use the distributive property multiple times:
      (x + 1)(x - 6)  =   x(x - 6) + 1(x - 6)
                =   x2 - 6x + x - 6
                     2
                =   x  - 5x - 6
    2. Complete this using the same method as for binomials, with the added step of simplifying ( V~ --
  5)2.
      (3 +  V~ 5)(2 -  V~ 5) =   3(2 -  V~ 5)-+  V~ 5(2 -  V~ 5)
                             V~ --    V~ --    V~ -
                   =   6 - 3 V~  -5 + 2  5-  ( 5)2
                   =   6 -   5-  5
                            V~ --
                   =   1 -   5
    3. Again, use the same method, then simplify i2.
      (1 + 7i)(2 - 2i)  =   1(2- 2i) + 7i(2-  2i)
                                      2
                 =   2- 2i + 14i - 14i
                 =   2- 12i - 14(- 1)

                 =   2- 12i + 14
                 =   16-  12i
    1.  V~ ---
  -9V ~ --
  - 4 = (3i)(2i) = 6i2 = 6(-1) = -6
    2. (3 + 2i) + (9 - i) = (3 + 9) + (2 - 1)i = 12 + i
    3. (3 + 2i)(9 - i) = 27 - 3i + 18i - 2i2
      = 27 + 15i - 2(-1)
      = 27 + 15i + 2
      = 29 + 15i
    4. (7 + 2i)(3 - 4i) = 21 - 28i + 6i - 8i2
      = 21 - 22i + 8
      = 29 - 22i
    5. (5 + 2i) + (5 - 2i) = (5 + 5) + (2 - 2)i
      = 10 (or equivalently, 10 + 0i)
    6. (5 + 2i)(5 - 2i) = 25 + 10i - 10i - 4i2
      = 25 + 4
      = 29 (or equivalently, 29 + 0i)
    7. (a + bi) + (a - bi) = (a + a) + (b - b)i
      = 2a (or equivalently, 2a + 0i)
    8. (a + bi)(a - bi) = a2 - abi + abi - b2i2
      = a2 + b2 (or a2 + b2 + 0i)
    9. (a - bi) + (c - di) = a + c - bi - di
      = a + c - (b + d)i
    10. (a - bi)(c - di) = ac - adi - bci + bdi2
      = ac - bd - (ad + bc)i
    1. If the numbers are x and y, x + y = 10 and xy = 30. Solving the first for y gives y = 10 - x. Substituting for y in the second then gives the following:
            x(10 - x)  =   30

       10x - x2  =   30
- x2 + 10x - 30  =   0
   2
  x  - 10x + 30  =   0
      Using the quadratic formula gives

                         V~ -----------------
       - (- 10)±   (- 10)2 - 4(1)(30)
x  =   ------------------------------
             V~ ------2(1)
       10-±---100---120-
   =           2
             V~ -----
   =   10-±-----20
            2 V~ ---
       10 ± i  20
   =   ----------
            2 V~ - V~ --
       10-±-i--4--5
   =         2
       10 ± 2i V~ 5-
   =   ----------
            2  V~ --
       2(5-±-i--5
   =        2
       2       V~ --
   =   --(5 ± i  5)
       2     V~ --
   =   5 ± i  5
      So the numbers are 5 + i V~ 5- and 5 - i V~ 5-.
    2. Using a similar strategy as in part (a) gives x2 - sx + p = 0. Using the quadratic formula gives
                       V~ -----2----------
       --(-s)-±---(--s)---4(1)(p)-
x  =              2(1)
            V~ -2-----
   =   s-±---s---4p-
             2
      So the numbers are  V ~ -----
s+---s2-4p-
    2 and    V~ -----
s----s2-4p-
   2.
    3. The numbers are real when the radicand, s2 - 4p, is non-negative (s2 - 4p > 0, or equivalently, s2 > 4p).
    4. Since real numbers are also complex, the numbers are complex for all values of s and p.

Return To Problem List View Printable Version (PDF)