Complex Numbers and Factoring Polynomials

Complex Numbers: The Imaginary Unit and Standard Form
  • Imaginary Number (i):

    • Defined as the square root of negative one: i=1i = \sqrt{-1}.

    • Allows for working with imaginary and complex numbers.

  • Complex Number (Standard Form):

    • Expressed as a+bia + bi, where aa and bb are real numbers.

    • Aisthe<strong>realpart</strong>.</p></li><li><p>Bis the <strong>real part</strong>.</p></li><li><p>B is the imaginary part.

  • Properties of Complex Numbers (for a+bia + bi and c+dic + di in standard form):

    • Addition: Add real parts and imaginary parts separately.

      • (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i

      • Example: (24i)+(5+2i)=(2+5)+(4+2)i=32i(-2 - 4i) + (5 + 2i) = (-2 + 5) + (-4 + 2)i = 3 - 2i

    • Subtraction: Subtract real parts and imaginary parts separately.

      • (a+bi)(c+di)=(ac)+(bd)i(a + bi) - (c + di) = (a - c) + (b - d)i

      • Example: (3i)(79i)=(37)+(1(9))i=4+8i(3 - i) - (7 - 9i) = (3 - 7) + (-1 - (-9))i = -4 + 8i

    • Multiplication: Follows the FOIL (First, Outer, Inner, Last) method, similar to binomials.

      • (a+bi)(c+di)=ac+adi+bci+bdi2(a + bi)(c + di) = ac + adi + bci + bdi^2

      • Key property: i2=(1)2=1i^2 = (\sqrt{-1})^2 = -1

      • Therefore, (a+bi)(c+di)=ac+adi+bcibd=(acbd)+(ad+bc)i(a + bi)(c + di) = ac + adi + bci - bd = (ac - bd) + (ad + bc)i

      • Example 1: (2+6i)(43i)(-2 + 6i)(4 - 3i)

        • Using FOIL: (2)(4)+(2)(3i)+(6i)(4)+(6i)(3i)(-2)(4) + (-2)(-3i) + (6i)(4) + (6i)(-3i)

        • 8+6i+24i18i2-8 + 6i + 24i - 18i^2

        • 8+30i18(1)=8+30i+18=10+30i-8 + 30i - 18(-1) = -8 + 30i + 18 = 10 + 30i

      • Example 2: (5+2i)(52i)(5 + 2i)(5 - 2i)

        • Using FOIL: (5)(5)+(5)(2i)+(2i)(5)+(2i)(2i)(5)(5) + (5)(-2i) + (2i)(5) + (2i)(-2i)

        • 2510i+10i4i225 - 10i + 10i - 4i^2

        • 254(1)=25+4=2925 - 4(-1) = 25 + 4 = 29

Complex Conjugates
  • Definition:

    • For a complex number a+bia + bi, its complex conjugate is abia - bi.

    • The sign of the imaginary part is flipped.

  • Property of Multiplication:

    • When a complex number is multiplied by its complex conjugate, the result is always a real number.

    • (a+bi)(abi)=a2abi+abib2i2=a2b2(1)=a2+b2(a + bi)(a - bi) = a^2 - abi + abi - b^2i^2 = a^2 - b^2(-1) = a^2 + b^2

  • Cautionary Note: This differs from real conjugates (used for rationalizing denominators with square roots), where (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2. The presence of i2=1i^2 = -1 in complex conjugates changes the sign to a sum of squares.

Dividing Complex Numbers
  • General Process:

    1. Multiply both the numerator and the denominator by the complex conjugate of the denominator.

    2. Simplify the expression.

    3. Write the final answer in standard form (a+bia + bi).

  • Example 1: 2/(5i)-2 / (5i)

    1. Identify complex conjugate of denominator (5i5i): 5i-5i.

    2. Multiply: (2/(5i))(5i/(5i))=10i/(25i2)(-2 / (5i)) \cdot (-5i / (-5i)) = 10i / (-25i^2)

    3. Simplify using i2=1i^2 = -1: 10i/(25)=(10/25)i=(2/5)i10i / (25) = (10/25)i = (2/5)i

    4. Standard form: 0+(2/5)i0 + (2/5)i (The instructor mentioned writing it as (2/5)i(2/5)i or 2i/52i/5 is acceptable, implying a=0a=0 in this case, but warned against leaving it as (32i)/5(3-2i)/5 for other examples, as it's not standard form until separated).

  • Example 2: (8+2i)/(35i)(8 + 2i) / (3 - 5i)

    1. Identify complex conjugate of denominator (35i3 - 5i): 3+5i3 + 5i.

    2. Multiply:

      • Numerator: (8+2i)(3+5i)=(8)(3)+(8)(5i)+(2i)(3)+(2i)(5i)(8 + 2i)(3 + 5i) = (8)(3) + (8)(5i) + (2i)(3) + (2i)(5i)

        • 24+40i+6i+10i2=24+46i10=14+46i24 + 40i + 6i + 10i^2 = 24 + 46i - 10 = 14 + 46i

      • Denominator: (35i)(3+5i)=32+52=9+25=34(3 - 5i)(3 + 5i) = 3^2 + 5^2 = 9 + 25 = 34

    3. Combine: (14+46i)/34(14 + 46i) / 34

    4. Write in standard form and simplify (divide each term by 3434):

      • (14/34)+(46/34)i=(7/17)+(23/17)i(14/34) + (46/34)i = (7/17) + (23/17)i

Factoring Polynomials: Introduction
  • Definition: The process of rewriting a polynomial as a product of other polynomials (its factors).

  • Importance: Simplifies solving polynomial equations.

    • Example: Solving x219x+88=0x^2 - 19x + 88 = 0 is easier when factored to (x8)(x11)=0(x - 8)(x - 11) = 0, leading to solutions x=8x = 8 or x=11x = 11.

  • General First Steps for Factoring (Always Apply):

    1. Pull out the Greatest Common Factor (GCF) from all terms.

      • The GCF is the largest factor shared by all terms.

    2. Ensure the Leading Term has a Positive Coefficient.

      • If the term with the highest power of the variable has a negative coefficient, factor out a negative sign (part of the GCF if applicable).

  • GCF Practice Examples:

    • Example 1: 12x5+18x424x312x^5 + 18x^4 - 24x^3

      • Coefficients (12,18,2412, 18, 24) GCF: 66

      • Variables (x5,x4,x3x^5, x^4, x^3) GCF (lowest power): x3x^3

      • Factored result: 6x3(2x2+3x4)6x^3(2x^2 + 3x - 4)

    • Example 2: 4x28x+12-4x^2 - 8x + 12

      • Coefficients (4,8,124, 8, 12) GCF: 44

      • No common variable (constant term 1212 has no xx).

      • Leading term is negative, so pull out 4-4.

      • Factored result: 4(x2+2x3)-4(x^2 + 2x - 3)

    • Example 3 (Recognizing a binomial as a GCF): 3y(2y5)+(2y5)3y(2y - 5) + (2y - 5)

      • The GCF is the binomial (2y5)(2y - 5).

      • Think of the second term as 1(2y5)1 \cdot (2y - 5).

      • Factored result: (2y5)(3y+1)(2y - 5)(3y + 1)

Factoring by Grouping (for Four Terms)
  • Applicability: Used for polynomials with four terms.

  • Steps:

    1. (Implicit: Apply general first steps - GCF and positive leading term).

    2. Group terms into pairs (e.g., first two and last two).

    3. Factor out the GCF from each pair.

    4. Factor out the shared binomial term (if it exists).

    • Note: Sometimes, terms might need to be rearranged to find appropriate pairs for grouping.

  • Example 1: 6ab21a+4b146ab - 21a + 4b - 14

    1. No common GCF for all terms (other than 11). Leading term (6ab6ab) is positive.

    2. Group: (6ab21a)+(4b14)(6ab - 21a) + (4b - 14)

    3. Factor GCF from each pair:

      • 3a(2b7)3a(2b - 7)

      • +2(2b7)+2(2b - 7)

    4. Factor out shared binomial (2b7)(2b - 7):

      • (2b7)(3a+2)(2b - 7)(3a + 2)

  • Example 2 (Requiring Rearrangement): 3ry+2s+sy+6r3ry + 2s + sy + 6r

    1. No common GCF. Leading term (3ry3ry) is positive.

    2. Initial grouping ((3ry+2s)(3ry + 2s) and (sy+6r)(sy + 6r)) yields no common factors within pairs.

    3. Rearrange terms to group common factors (e.g., switch 2s2s and sysy):

      • 3ry+sy+2s+6r3ry + sy + 2s + 6r

    4. New grouping: (3ry+sy)+(2s+6r)(3ry + sy) + (2s + 6r)

    5. Factor GCF from each pair:

      • y(3r+s)y(3r + s)

      • +2(s+3r)+2(s + 3r) (Note: (s+3r)(s + 3r) is the same as (3r+s)(3r + s).)

    6. Factor out shared binomial (3r+s)(3r + s):

      • (3r+s)(y+2)(3r + s)(y + 2)

Factoring Trinomials (for Three Terms)
  • General Form: ax2+bx+cax^2 + bx + c (where a0a \neq 0)

Method 1: Inspection (for a=1a=1)
  • Applicability: When the coefficient of the squared term (aa) is 11 (e.g., x2+bx+cx^2 + bx + c).

  • Process: Find two numbers, uu and vv, such that:

    • uv=cu \cdot v = c (the constant term)

    • u+v=bu + v = b (the coefficient of the linear term)

  • Then, the factored form is (x+u)(x+v)(x + u)(x + v).

  • Example 1: x210x+16x^2 - 10x + 16

    • c=16c = 16 (product)

    • b=10b = -10 (sum)

    • Numbers (u,vu, v): 8-8 and 2-2 ((8)(2)=16(-8) \cdot (-2) = 16, 8+(2)=10-8 + (-2) = -10)

    • Factored form: (x8)(x2)(x - 8)(x - 2)

  • Example 2: z2+6z27z^2 + 6z - 27

    • c=27c = -27 (product)

    • b=6b = 6 (sum)

    • Numbers (u,vu, v): 99 and 3-3 ((9)(3)=27(9) \cdot (-3) = -27, 9+(3)=69 + (-3) = 6)

    • Factored form: (z+9)(z3)(z + 9)(z - 3)

Method 2: The AC Method (for any a0a \neq 0)
  • Steps:

    1. (Implicit: Apply general first steps - GCF and positive leading term).

    2. Determine the product ACAC and the coefficient B$.

      • ACistheproductofthecoefficientofthesquaredtermandtheconstantterm.</p></li><li><p>is the product of the coefficient of the squared term and the constant term.</p></li><li><p>Bisthecoefficientofthelinearterm.</p></li></ul></li><li><p><strong>Findtwonumbers,is the coefficient of the linear term.</p></li></ul></li><li><p><strong>Find two numbers,uandandv,suchthat</strong>:</p><ul><li><p>, such that</strong>:</p><ul><li><p>u \cdot v = AC</p></li><li><p></p></li><li><p>u + v = B</p></li></ul></li><li><p><strong>Rewritetheproblem</strong>:Replacethemiddleterm</p></li></ul></li><li><p><strong>Rewrite the problem</strong>: Replace the middle termBxwithwithUx + Vx(usingthe(using theuandandvfound).</p></li><li><p><strong>FactorbyGrouping</strong>(nowa4termpolynomial).</p></li></ol></li><li><p><strong>Example1</strong>:found).</p></li><li><p><strong>Factor by Grouping</strong> (now a 4-term polynomial).</p></li></ol></li><li><p><strong>Example 1</strong>:12x^2 - 5x - 2</p><ol><li><p>NoGCF.Leadingterm(</p><ol><li><p>No GCF. Leading term (12x^2)positive.</p></li><li><p>) positive.</p></li><li><p>AC = (12)(-2) = -24..B = -5.</p></li><li><p>Find.</p></li><li><p>Findu, v::-8andand3(((-8) \cdot 3 = -24,,-8 + 3 = -5).</p></li><li><p>Rewrite:).</p></li><li><p>Rewrite:12x^2 - 8x + 3x - 2</p></li><li><p>FactorbyGrouping:</p><ul><li><p>Initialgroupingof</p></li><li><p>Factor by Grouping:</p><ul><li><p>Initial grouping of(12x^2 - 8x)andand(3x - 2)works.</p></li><li><p>works.</p></li><li><p>4x(3x - 2) + 1(3x - 2)</p></li><li><p>Finalform:</p></li><li><p>Final form:(3x - 2)(4x + 1)</p></li><li><p><em>(Selfcorrectionduringlecture)</em>:Ifinitialgroupingwas</p></li><li><p><em>(Self-correction during lecture)</em>: If initial grouping was12x^2 + 3x - 8x - 2,then:, then:3x(4x + 1) - 2(4x + 1) = (4x + 1)(3x - 2).Theorderof. The order ofuxandandvxtermscansometimesaffecttheeaseofgrouping,butthefinalresultwillbethesame.</p></li></ul></li></ol></li><li><p><strong>Example2</strong>(withGCFandmultiplevariables):terms can sometimes affect the ease of grouping, but the final result will be the same.</p></li></ul></li></ol></li><li><p><strong>Example 2</strong> (with GCF and multiple variables):-20c^3 + 34c^2d - 6cd^2</p><ol><li><p><strong>GCFandPositiveLeadingTerm</strong>:GCFfor</p><ol><li><p><strong>GCF and Positive Leading Term</strong>: GCF for20, 34, 6isis2.Alltermshaveatleastone. All terms have at least onec.Leadingtermisnegative.So,pullout. Leading term is negative. So, pull out-2c.</p><ul><li><p>.</p><ul><li><p>-2c(10c^2 - 17cd + 3d^2)</p></li></ul></li><li><p><strong>Determine</p></li></ul></li><li><p><strong>DetermineACandandB</strong>(forthetrinomial</strong> (for the trinomial10c^2 - 17cd + 3d^2):</p><ul><li><p>):</p><ul><li><p>AC = (10)(3) = 30.</p></li><li><p>.</p></li><li><p>B = -17.</p></li></ul></li><li><p><strong>Find.</p></li></ul></li><li><p><strong>Findu, v</strong>:</strong>:-15andand-2(((-15) \cdot (-2) = 30,,-15 + (-2) = -17).</p></li><li><p><strong>Rewrite</strong>:(Dontforgetthe).</p></li><li><p><strong>Rewrite</strong>: (Don't forget the-2cGCFfactoredoutearlier).</p><ul><li><p>GCF factored out earlier).</p><ul><li><p>-2c(10c^2 - 2cd - 15cd + 3d^2)</p></li></ul></li><li><p><strong>FactorbyGrouping</strong>:</p><ul><li><p></p></li></ul></li><li><p><strong>Factor by Grouping</strong>:</p><ul><li><p>-2c[ (10c^2 - 2cd) + (-15cd + 3d^2) ]</p></li><li><p></p></li><li><p>-2c[ 2c(5c - d) - 3d(5c - d) ]</p></li><li><p>Factoroutsharedbinomial</p></li><li><p>Factor out shared binomial(5c - d)::-2c(5c - d)(2c - 3d)</p></li></ul></li></ol></li></ul><h5id="92ed474fb5f1496d84e02031334fd7b6"datatocid="92ed474fb5f1496d84e02031334fd7b6"collapsed="false"seolevelmigrated="true">SpecialFactoringForms</h5><h6id="25fb40dcf8e7437ca1b91e39ad4cde94"datatocid="25fb40dcf8e7437ca1b91e39ad4cde94"collapsed="false"seolevelmigrated="true">DifferenceofSquares</h6><ul><li><p><strong>Form</strong>:</p></li></ul></li></ol></li></ul><h5 id="92ed474f-b5f1-496d-84e0-2031334fd7b6" data-toc-id="92ed474f-b5f1-496d-84e0-2031334fd7b6" collapsed="false" seolevelmigrated="true">Special Factoring Forms</h5><h6 id="25fb40dc-f8e7-437c-a1b9-1e39ad4cde94" data-toc-id="25fb40dc-f8e7-437c-a1b9-1e39ad4cde94" collapsed="false" seolevelmigrated="true">Difference of Squares</h6><ul><li><p><strong>Form</strong>:a^2 - b^2</p></li><li><p><strong>FactoredForm</strong>:</p></li><li><p><strong>Factored Form</strong>:(a + b)(a - b)</p></li><li><p><strong>Recognition</strong>:Lookfortwoperfectsquaresseparatedbyaminussign.</p></li><li><p><strong>Example1</strong>:</p></li><li><p><strong>Recognition</strong>: Look for two perfect squares separated by a minus sign.</p></li><li><p><strong>Example 1</strong>:16x^2 - 9</p><ul><li><p>Recognize</p><ul><li><p>Recognize16x^2 = (4x)^2andand9 = 3^2.</p></li><li><p>Factoredform:.</p></li><li><p>Factored form:(4x + 3)(4x - 3)</p></li></ul></li><li><p><strong>Example2</strong>(Multistep):</p></li></ul></li><li><p><strong>Example 2</strong> (Multi-step):z^4 - 81</p><ol><li><p>Recognize</p><ol><li><p>Recognizez^4 = (z^2)^2andand81 = 9^2.</p></li><li><p>Initialfactoring:.</p></li><li><p>Initial factoring:(z^2 + 9)(z^2 - 9)</p></li><li><p>Noticethat</p></li><li><p>Notice that(z^2 - 9)is<em>another</em>differenceofsquares(is <em>another</em> difference of squares (z^2 - 3^2).</p></li><li><p>Factorthesecondtermfurther:).</p></li><li><p>Factor the second term further:(z^2 + 9)(z + 3)(z - 3)$$

    • This is the fully factored form.