Factorization

Definition

Factorization is the decomposition of an expression into a product of its factors.

The following are common factorizations.

  1. For any positive integer nn, anbn=(ab)(an1+an2b++abn2+bn1).a^n-b^n = (a-b)(a^{n-1} + a^{n-2} b + \ldots + ab^{n-2} + b^{n-1} ). In particular, for n=2 n=2, we have a2b2=(ab)(a+b) a^2-b^2=(a-b)(a+b).

  2. For n n an odd positive integer, an+bn=(a+b)(an1an2b+abn2+bn1). a^n+b^n = (a+b)(a^{n-1} - a^{n-2} b + \ldots - ab^{n-2} + b^{n-1} ).

  3. a2±2ab+b2=(a±b)2 a^2 \pm 2ab + b^2 = (a\pm b)^2

  4. x3+y3+z33xyz=(x+y+z)(x2+y2+z2xyyzzx) x^3 + y^3 + z^3 - 3 xyz = (x+y+z) (x^2+y^2+z^2-xy-yz-zx)

  5. (ax+by)2+(aybx)2=(a2+b2)(x2+y2) (ax+by)^2 + (ay-bx)^2 = (a^2+b^2)(x^2+y^2). (axby)2(aybx)2=(a2b2)(x2y2) (ax-by)^2 - (ay-bx)^2 = (a^2-b^2)(x^2-y^2).

  6. x2y+y2z+z2x+x2z+y2x+z2y+2xyz=(x+y)(y+z)(z+x) x^2 y + y^2 z + z^2 x + x^2 z + y^2 x + z^2 y +2xyz= (x+y)(y+z)(z+x).

Factorization often transforms an expression into a form that is more easily manipulated algebraically, that has easily recognizable solutions, and that gives rise to clearly defined relationships.

Worked Examples

1. Find all ordered pairs of integer solutions (x,y) (x,y) such that 2x+1=y22^x+ 1 = y^2.

Solution: We have 2x=y21=(y1)(y+1)2^x = y^2-1 = (y-1)(y+1). Since the factors (y1)(y-1) and (y+1)(y+1) on the right hand side are integers whose product is a power of 2, both (y1)(y-1) and (y+1)(y+1) must be powers of 2. Furthermore, their difference is

(y+1)(y1)=2, (y+1)-(y-1)=2,

implying the factors must be y+1=4y+1 = 4 and y1=2y-1 = 2. This gives y=3 y=3, and thus x=3x=3. Therefore, (3,3)(3, 3) is the only solution.

2. Factorize the polynomial

f(a,b,c)=ab(a2b2)+bc(b2c2)+ca(c2a2).f(a, b, c) = ab(a^2-b^2) + bc(b^2-c^2) + ca(c^2-a^2).

Solution: Observe that if a=b a=b, then f(a,a,c)=0f(a, a, c) =0; if b=cb=c, then f(a,b,b)=0f(a, b, b)=0; and if c=a c=a, then f(c,b,c)=0 f(c,b,c)=0. By the Remainder-Factor Theorem, (ab),(bc), (a-b), (b-c), and (ca) (c-a) are factors of f(a,b,c) f(a,b,c). This allows us to factorize

f(a,b,c)=(ab)(bc)(ca)(a+b+c).f(a,b,c) = -(a-b)(b-c)(c-a)(a+b+c).

#Algebra #Factorization #KeyTechniques

Note by Arron Kau
7 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Quite helpful as it seems.

Syed Hamza Khalid - 4 years, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...