Factoring Methods Notes (AC method, grouping, and difference of squares)

Factoring overview (transcript-based notes)

  • Factoring strategies depend on number of terms and the leading coefficient. The main methods discussed:

    • AC method (also called the AC method)
    • Grouping (used with AC method for certain cases, especially when there are four terms or when a ≠ 1 in a three-term quadratic)
    • Difference of squares (two-term case)
    • Quick checks and validation by expanding back
  • Quick context on the methods

    • AC method is a way to factor trinomials of the form ax2+bx+cax^2+bx+c by finding two numbers that multiply to acac and add to bb.
    • When the leading coefficient is not 1, we use AC method in combination with grouping to produce a factorization.
    • Four-term polynomials are typically factored by grouping, not by the simple AC split.
    • The difference of squares formula only applies to a subtraction of squares and requires the form a2b2a^2-b^2; the sum of squares a2+b2a^2+b^2 does not factor over the reals by this method.
  • Difference of squares (two-term case)

    • Formula: a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b)
    • Example: rewrite the terms as squares when needed (e.g., 81x249=(9x)272=(9x7)(9x+7)81x^2-49=(9x)^2-7^2=(9x-7)(9x+7)).
    • Important: this works only for a subtraction (not for a sum). If you have two terms with a plus, the difference-of-squares method cannot be applied.
    • If you only have a constant times a square (e.g., 81x24981x^2-49), you can view it as a difference of squares after expressing each term as a square.
    • If you have something like x2+36x^2+36, this is a sum of squares and cannot be factored using the difference-of-squares formula (over the reals).
  • Four-term polynomials: grouping method

    • General idea: group into two pairs, factor out a GCF from each pair, and then look for a common binomial factor in the two groups.
    • Example structure: for a polynomial like x3+4x2+3x+12x^3+4x^2+3x+12, group as (x3+4x2)+(3x+12)(x^3+4x^2) + (3x+12), pull out GCFs: x2(x+4)+3(x+4)x^2(x+4) + 3(x+4), then factor the common binomial: (x+4)(x2+3)(x+4)(x^2+3).
    • Note on consistency: in some transcripts you may see slightly different last terms (e.g., 2 vs 12) which can change whether a clean common binomial appears. The method itself remains grouping with possible re-pairing to reveal a common factor.
  • Three-term trinomials: AC method variations

    • Case 1: leading coefficient is 1 (a = 1)
    • Given x2+bx+cx^2+bx+c, find two numbers that multiply to cc and add to bb.
    • Example: x2+6x+8x^2+6x+8
      • ac = 1·8 = 8; numbers that multiply to 8 and add to 6 are 44 and 22.
      • Write x2+4x+2x+8x^2+4x+2x+8; factor by grouping: (x2+4x)+(2x+8)=x(x+4)+2(x+4)=(x+4)(x+2).(x^2+4x) + (2x+8) = x(x+4) + 2(x+4) = (x+4)(x+2).
    • Case 2: leading coefficient not 1 (a ≠ 1)
    • Compute ac=aimecac = a ime c, then find two numbers m and n with m+n=bm+n=b and mn=acmn=ac.
    • Rewrite the middle term using m and n, then factor by grouping.
    • Example: 10x2+27x+510x^2+27x+5
      • ac=105=50ac = 10·5 = 50; find m,n with m+n=27m+n=27 and mn=50mn=50; numbers are 2525 and 22 (since 25+2=27,252=5025+2=27, 25·2=50).
      • Rewrite: 10x2+25x+2x+510x^2+25x+2x+5; group: (10x2+25x)+(2x+5)=5x(2x+5)+1(2x+5)(10x^2+25x) + (2x+5) = 5x(2x+5) + 1(2x+5)
      • Factor: (2x+5)(5x+1)(2x+5)(5x+1)
  • Worked examples from the transcript (key steps and outcomes)

    • Example A: factorize x2+6x+8x^2 + 6x + 8
    • Case: a=1 (three-term case but here a trinomial; AC method applies with a=1)
    • ac = 8; numbers 4 and 2, since 4+2=64+2=6 and 42=84·2=8
    • Factorization: (x+4)(x+2)(x+4)(x+2)
    • Quick check: expand to verify
      • (x+4)(x+2)=x2+6x+8(x+4)(x+2) = x^2+6x+8
    • Example B: factorize 10x2+27x+510x^2+27x+5 (a ≠ 1, three-term case)
    • ac = 50
    • m,n = 25,2 (since 25+2=27,252=5025+2=27, 25·2=50)
    • Rewrite: 10x2+25x+2x+510x^2+25x+2x+5
    • Group: (10x2+25x)+(2x+5)=5x(2x+5)+1(2x+5)(10x^2+25x) + (2x+5) = 5x(2x+5) + 1(2x+5)
    • Factorization: (2x+5)(5x+1)(2x+5)(5x+1)
    • Example C: factorize 8x210x38x^2-10x-3
    • ac = 8·(-3) = -24
    • Need two numbers with product 24-24 and sum 10-10: candidates 12-12 and 22
    • Express: 8x212x+2x38x^2-12x+2x-3
    • Group: (8x212x)+(2x3)=4x(2x3)+1(2x3)(8x^2-12x) + (2x-3) = 4x(2x-3) + 1(2x-3)
    • Factorization: (2x3)(4x+1)(2x-3)(4x+1)
    • Example D: factorize a four-term polynomial by grouping (x^3+4x^2+3x+12)
    • Group 1: x3+4x2=x2(x+4)x^3+4x^2 = x^2(x+4)
    • Group 2: 3x+12=3(x+4)3x+12 = 3(x+4)
    • Common binomial: (x+4)(x+4)
    • Remaining: x2+3x^2+3
    • Factorization: (x+4)(x2+3)(x+4)(x^2+3)
    • Note: If the last term were 2 instead of 12, the same grouping may not yield a clean common binomial; the choice of grouping may need to be adjusted.
  • Important structural rules and pitfalls

    • Always check the form before choosing a method:
    • Four terms → grouping is the standard approach.
    • Three terms with a = 1 → AC method (split middle term where ac = c).
    • Three terms with a ≠ 1 → AC method with ac and then grouping.
    • Two terms → consider difference of squares if the form is a^2 − b^2; otherwise, it may not factor nicely.
    • When using AC with a ≠ 1, you must ensure you correctly combine the two split middle terms and then factor by grouping; verify by expanding back to the original expression.
    • If a factorization yields a non-factorable quadratic like x2+3x^2+3, you typically stop there (over the rationals or reals) since it does not factor further with real coefficients via the distinguished methods.
  • Quick quiz and platform notes from the transcript

    • First step question: When factoring, the correct initial step is to pull out the greatest common factor (GCF) if there is one.
    • Other options discussed (not always correct as a first step):
    • Writing the polynomial in descending order
    • Dividing all terms by the leading coefficient (not generally a factoring move)
    • Four-term question: The method for four terms is grouping (not AC alone); AC plus grouping can be used for three-term problems as well.
    • Difference of squares refresher: only for subtraction of squares; not applicable to sums of squares or to expressions without a minus between the two squared terms.
  • Practice guidance and assessment reminders

    • After the lesson, you should try quiz number 7 and the homework assignments.
    • Quizzes: you have two attempts per quiz; quiz zero (the first one) is proctored with Proctorio and may have additional restrictions.
    • Proctorio: virtual proctoring system used for tests and the final; try the platform at least once before your test.
    • Final exam: generally closed-book; discussion of possible use of a formula sheet for the final (and not relying on notes during the test).
    • Top Hat: there are top-hat questions during the session; you should participate and respond in the chat to keep up with the class pace.
    • Office hours: if you have questions, you can attend office hours for further clarification.
  • Note on the teacher’s example flow and student interaction

    • The instructor emphasized live participation (typing answers in chat), quick verification by expansion, and using grouping to confirm factorization.
    • The pacing included live quizzes with timers, and an emphasis on practice to prepare for quizzes and the final.

Key formulas to memorize

  • Quadratic factoring via AC method (a general trinomial ax2+bx+cax^2+bx+c)
    • Find two numbers m and n such that:
    • m+n=bm+n=b
    • mn=acmn=ac
    • Then rewrite and factor by grouping.
    • If a = 1, ac = c, so you need two numbers that multiply to c and add to b.
  • Difference of squares
    • a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b)
    • Works when the expression is a difference of squares; not for a sum of squares.
  • Final reminder
    • If factoring is not possible with the given methods, leave the expression as is.
    • Use the method that matches the number of terms and the leading coefficient to guide your approach.