Thursday, March 10, 2016

FACTOR DIFFICULT TRINOMIALS

TWO EASY WAYS TO  
FACTOR DIFFICULT TRINOMIALS

Factoring trinomials can sometimes seem like a gigantic task, especially when the numbers get large or there’s a coefficient other than 1 in front of the leading variable.  Thinking of the two numbers that multiply up to the constant and also add up to the middle term is actually ‘double think.’  It requires keeping two operations in mind at the same time….ugh.
Consider the equation y = 24x^2 + 2x - 35.  First, find all the factors of 24.  Then find all the factors of 35.  Then consider each factor pair of 24 in combination with each factor pair of 35 to see if any of the products add up to 2.  My brain is a jumble of numbers at this point… 1 times 24 plus or minus 1 times 35, 2 times 12 plus or minus 1 times 35, 3 times 8 plus or minus 1 times 35, and on and on and on.  This is too much work, and as a mathematician, I’m always looking for the “elegant solution.”  For the more complicated factoring problems, I prefer systems that reduce calculations to one-at-a-time (and self-correcting would be a bonus).

Here are two procedures that exploit methods we’ve already learned for simple problems and avoid some of the typical mistakes.

                      BOTTOMS UP
 
Given:                                                          y = 24x^2 + 2x - 35

Step 1: multiply the leading coefficient        (24)(35) = 840
        and the constant,
        and rewrite the problem                       y = x^2 + 2x - 840
————————————————————————————-
Step 1 turns an ugly trinomial into one that looks more like the first exercises practiced when learning to factor.  The next 3 steps should be very familiar.
————————————————————————————-
Step 2:  factor the product                                840  
                                                                      (1, 840)
                                                                      (10, 84)
                                                                      (20, 42)
                                                                      (24, 35)
 
Step 3:  select factors that SUM to              (28, 30)
          the middle term
-------------------------------------------------------------------------------------

Step 4:  enter the factors into binomials        y = (x + 30)(x - 28)
        (Notice that the MIDDLE TERM
        determines the sign of the larger
        factor, while the CONSTANT tells
        if the factors are the same sign or
        different signs. A negative constant
        indicates the signs are DIFFERENT,
        while a positive constant says the
        signs are THE SAME.)


Step 5:  Divide the integers by the
        original leading coefficient                     y = (x + 30/24)(x - 28/24)

        and reduce.                                           y = (x + 5/4)(x - 7/6)

NOW, the step that gives the method
its name…..
Step 6: bring the “BOTTOMS UP”                y = (4x + 5)(6x - 7)

    (Notice that at Step 5, the problem is set up to solve.)
 
   
While this plan makes numbers easier to manipulate, the next alternative approach is also SELF CORRECTING.

               DE-FOIL

Follow Steps 1- 3 but don’t rewrite the equation.
-------------------------------------------------------------------------------
Step 1: multiply the leading coefficient        (24)(35) = 840
        and the constant.               

Step 2: factor the product                                  840  
                                                                       (1, 840)                                                
                                                                       (10, 84)
                                                                       (20, 42)
                                                                       (24, 35)
 
Step 3:  select factors that SUM to              (28, 30)
          the middle term

---------------------------------------------------------------------------

Step 4:  Rewrite the equation into one
        with the FOUR TERMS that would
        result from FOIL:

    -- the first term comes as is
    -- the constant comes as is                       y = 24x^2…….………- 35

    -- instead of the initial middle
        term, enter the chosen
        factors                                                   y = 24x^2 - 28x + 30x - 35
     (If there are opposite signs, I like to put the negative one first so I don't lose it in the next step.)

Step 5:  Now, think about what would
        be done to factor any polynomial 
        with four terms........GROUP                 y = (24x^2 - 28x) + (30x - 35)

Step 6:  Factor out commons                       y = 4x(6x - 7) + 5(6x - 7)

Step 7:  Factor out commons                       y = (6x - 7)(4x + 5)

We do a lot of factoring in Algebra, but once we get to simplifying radical expressions it becomes mandatory to be at ease with the task.  One of these alternate methods could be a magic key to making the job less daunting.

No comments:

Post a Comment