Thursday, July 4, 2019

Factoring - Algebra


Factoring is the reverse process of special product but it is harder to analyse especially if the given has big values. It is an essential part of algebra because it is used for simplifying expressions and functions.

* Types of Factoring

1. Common Monomial Factor

            - Separation of the common variable or numerical coefficient from two or more monomials in an expression.

Formula:

ax + ay = a(x + y)


Examples:

* 2x - 6y = 2(x - 3y)

* x3 + 2x2 - x = x(x2 + 2x - 1)


2. Difference of Two Squares

Formula:

x2 - y2 = (x + y)(x - y)

Examples:

* 9x2 - 81 = (3x + 9)(3x - 9)

* 25a4 - 1 = (5a2 +1)(5a2 - 1)


3. Perfect Square Trinomial

Formula:

x2 + 2xy + y2 = (x + y)2
x2 - 2xy + y2 = (x - y)2



Examples: 

* 25x2 - 40x + 16 = (5x - 4)2

* 100x4 + 100x2 + 25 = (10x2 + 5)2


4. Sum and Difference of Two Cubes

Formula: 
x3 + y3 = (x + y)(x2 - xy + y2)
x3 - y3 = (x - y)(x2 + xy + y2)



Examples:

* 8x3 - 1 = (2x)3 - 13

= (2x - 1)(4x2 + 2x + 1)


* 27x9 + 8 = (3x3)3 + (2)3

= (3x3 + 2)(9x6 - 6x3 + 4)


* Factoring in Simplifying an Expression

Examples: