~~DISCUSSION|Special Products Discussion~~ ~~TOC~~ // // Lab46 Tutorials Special Products Shortcuts in Algebra The aim of this page is to explore numbers and the patterns they create. The these examples demonstrate recognized methods of solving algebraic forms by manipulating the mathematic order of precedence. The expressed goal of this exploration is to build heavily on the concepts of multiplying and dividing polynomials and to demonstrate basic mathematic algorithms that can be used to create workable solutions. =====Distributive Law===== Rule: \\ a(x-y)=ax-ay \\ a(x+y)=ax+ay \\ Derived The distributive property can be explained using small numbers. Take for example, 3 * 5 = 15. Both 3 and 5 can be written different ways. For example, 3 can be written as 2+1. Thus, our equation could be written 5 * (2+1) or 5(2 + 1). In this case, the distributive property states that the value of ''a'', in this case 5 should be distributed across both terms inside the parenthesis. Therefore, 5(2 + 1) is equal to (5 * 2) + (5 * 1) * 3 * 5 = 5(2+1) = (5 * 2) + (5 * 1) = 15 \\ Example: \\ 6(b-c)=6b-6c \\ 5a(a-4c)=5a^2-20ac =====FOIL===== The Rule * (a+b)(c+d) = ac + ad + bc + bd Derived FOIL is a mnemonic used to describe the process of multiplying two binomials. The process is as follows: * First - The first two terms of the binomial are multiplied together * Outside - The first term in the first binomial is multiplied by the second term in the second binomial * Inside - The second term in the first binomial is multiplied by the first term in the second binomial * Last - The second term in the first binomial is multiplied by the second term in the second binomial This concept is more plainly derived from real numbers. Take this simple equation: *6 * 8 = 48 The above equation states that 6 repeated 8 times is 48. However, 6 can also be written as 4+2, and the distributive law states that 8(4+2) is equal to (8 * 4) + (8 * 2) which must also be equal to 48. *6 * 8 = 8(4 + 2) = (8 * 4) + (8 * 2) = 48 Building on this concept, 8 can also be represented in different ways. 8 could be written as 7+1. So really, this example can be written in binomial notation: * 6 * 8 = (4 + 2)(7 + 1) This is where the above rule comes into play. To multiply binomials, distribute each value across all other values. The above binomial, "foiled" out looks like this: * 6 * 8 = (4 + 2)(7 + 1) = (4 * 7) + (4 * 1) + (2 * 7) + (2 * 1) = 48 =====Difference of Squares===== Rule: \\ (x+y)(x-y)=x^2-y^2 \\ \\ Derived \\ (x+y)(x-y) = x^2 + xy -xy - y^2 = x^2-y^2 \\ \\ Example: \\ (T+6)(T-6) = T^2 - 6T + 6T - 36 = T^2 - 36 \\ (4x+5y)(4x-5y) = 16x^2 - 25y + 25y - 25y^2 = 16x^2 - 25y^2 =====Perfect Square Binomial===== Rule: \\ (x+y)^2=x^2+2xy+y^2 \\ (x-y)^2=x^2-2xy+y^2 \\ Example: \\ (i+3)^2=i^2+6i+9 \\ (3y-5)^2 \to 9y^2-2(3y)(5)+25 \to 9y^2-30y+25 =====Irregular Forms===== Rule: \\ (x+a)(x+b)=x^2+x(a+b)+ab \\ \\ Example: \\ Rule: \\ (ax+b)(cx+d)=acx^2+(ad+bc)+bd \\ \\ Example: \\ (30x+7y)(2x-9y) \to 600x^2+(270y+140y)x-63y^2 \to 600x^2-130xy-63y^2 =====Prefect Cubes===== (x-y)^3=x^3-3ax^2+3a^2x-a^3 =====Sum of Cubes===== x^3+y^3=(x+y)(x^2-xy+y^2) =====Difference of Cubes===== x^3-y^3=(x-y)(x^2+xy+y^2) =====Quick Reference===== Distributive Property *a(x-y)=ax-ay *a(x+y)=ax+ay FOIL * (a+b)(c+d) = ac + ad + bc + bd Difference of Squares *(x+y)(x-y)=x^2-y^2 Perfect Square Binomial *(x+y)^2=x^2+2xy+y^2 *(x-y)^2=x^2-2xy+y^2 Perfect Cubes *(x-y)^3=x^3-3ax^2+3a^2x-a^3 Sum of Cubes *x^3+y^3=(x+y)(x^2-xy+y^2) Difference of Cubes *x^3-y^3=(x-y)(x^2+xy+y^2) Irregular Forms *(x+a)(x+b)=x^2+x(a+b)+ab *(ax+b)(cx+d)=acx^2+(ad+bc)+bd =====Useful Links===== *[[http://oakroadsystems.com/math/sumsqr.htm|Factoring the Sum of Squares]]