Friday, November 19, 2010

End Behaviors

Domain - x values
Range - y values

  • domain → +∞, range → +∞ (means it rises on the right)

  • domain → -∞, range → -∞ (means it falls on the left)
    • domain → -∞, range → +∞ (means it rises on the left)
    • domain → +∞, range → -∞ (means it falls on the right)


    • domain → +∞, range → -∞ (falls on the right)
    • domain → -∞, range → -∞ (falls on the left)

    Degree
    0- constant
    1-linear
    2-quadratic
    3-cubic
    4-quantic
    5-quintic

    Terms
    monomial
    binomial
    trinomial
    quadrinomial
    polynomial

  • Wednesday, November 17, 2010

    Identifying special situations in factoring

    • Difference of two squares
      • a2- b= (a + b)(a - b)
        • 3 examples
        • a2 - 9 (a+3) (a-3)
        • b2 - 4 (b+2) (b-2)
        • c2 - 1 (c+1) (c-1)
    • Trinomial perfect squares
      • a+ 2ab + b= (a + b)(a + b) or (a + b)2
        • 3 examples
        • a2 + 4a + 2 (a+2)2
        • a2 + 6a +9 (a+3)2
        • x2 + 8x + 16 (x+4)2
      • a- 2ab + b= (a - b)(a - b) or (a - b)2
        • 3 examples
        • x2 - 8x + 16 (x-4)2
        • a2 - 4a + 2 (a-2)2
        • a2 - 6a +9 (a-3)2
    • Difference of two cubes
      • a3 - b3
        • 3 - cube root 'em
        • 2 - square 'em
        • 1 - multiply and change
          • 3 examples
          • x3-27= (x-3)(x2+3x+9)
          • a3-125= (a-5)(a2+5a+25)
          • d3-1= (d-1)(d2+d+1)

    • Sum of two cubes
      • a3 + b3 
        • 3 - cube root 'em
        • 2 - square 'em
        • 1 - multiply and change
          • 3 examples
          • x3+27= (x+3)(x2-3x+9)
          • a3+125= (a+5)(a2-5a+25)
          • d3+1= (d+1)(d2-d+1)
    • Binomial expansion
      • (a + b)3 = Use the pattern  a3+3a2b+3ab2+b3
      • (a + b)4 = Use the pattern  a4+4a3b+6a2b2+4ab3+b4