zuai-logo

Glossary

A

AC Method

Criticality: 3

A technique for factoring quadratic expressions $ax^2 + bx + c$ by finding two numbers that multiply to 'ac' and add to 'b', then rewriting the middle term.

Example:

To factor 2x2+7x+32x^2 + 7x + 3 using the AC Method, you'd look for two numbers that multiply to 2×3=62 \times 3 = 6 and add to 7 (which are 1 and 6).

C

Completing the Square

Criticality: 2

A method used to rewrite a quadratic expression in the form $(x + p)^2 + q$, which is particularly useful for finding the vertex of a parabola or solving quadratic equations.

Example:

Rewriting x2+6x+5x^2 + 6x + 5 as (x+3)24(x+3)^2 - 4 is an example of completing the square.

D

Difference of Cubes

Criticality: 1

A special polynomial form $a^3 - b^3$ that factors into $(a - b)(a^2 + ab + b^2)$.

Example:

To factor 27x3127x^3 - 1, you would apply the difference of cubes formula, yielding (3x1)(9x2+3x+1)(3x-1)(9x^2+3x+1).

Difference of Squares

Criticality: 3

A special polynomial form $a^2 - b^2$ that always factors into $(a + b)(a - b)$. Recognizing this pattern simplifies factoring significantly.

Example:

The expression 4x294x^2 - 9 is a difference of squares because it can be written as (2x)232(2x)^2 - 3^2, factoring to (2x+3)(2x3)(2x+3)(2x-3).

F

Factoring

Criticality: 3

The process of rewriting a polynomial as a product of its factors, essentially reverse multiplication. It's crucial for simplifying expressions and solving equations.

Example:

When you break down x2+5x+6x^2 + 5x + 6 into (x+2)(x+3)(x+2)(x+3), you are factoring the quadratic expression.

Factoring by Grouping

Criticality: 2

A method used to factor polynomials with four or more terms by grouping terms with common factors and then factoring out a common binomial.

Example:

To factor x3+2x2+3x+6x^3 + 2x^2 + 3x + 6, you might use factoring by grouping to get x2(x+2)+3(x+2)x^2(x+2) + 3(x+2), leading to (x2+3)(x+2)(x^2+3)(x+2).

P

Perfect Square Trinomials

Criticality: 2

Trinomials that result from squaring a binomial, taking the form $a^2 + 2ab + b^2 = (a + b)^2$ or $a^2 - 2ab + b^2 = (a - b)^2$.

Example:

x212x+36x^2 - 12x + 36 is a perfect square trinomial because it factors directly to (x6)2(x-6)^2.

Q

Quadratic Equations

Criticality: 3

Equations of the form $ax^2 + bx + c = 0$, where 'a' is not zero. Factoring is a primary method for solving these equations.

Example:

Solving x24x+3=0x^2 - 4x + 3 = 0 means finding the values of xx that satisfy this quadratic equation.

Quadratic Expression

Criticality: 3

A polynomial of degree two, typically in the form $ax^2 + bx + c$, where 'a' is not zero. Factoring these expressions is a fundamental SAT skill.

Example:

The expression 3x27x+23x^2 - 7x + 2 is a quadratic expression that can often be factored.

S

Sum of Cubes

Criticality: 1

A special polynomial form $a^3 + b^3$ that factors into $(a + b)(a^2 - ab + b^2)$.

Example:

Factoring x3+8x^3 + 8 involves the sum of cubes formula, resulting in (x+2)(x22x+4)(x+2)(x^2-2x+4).

Z

Zero Product Property

Criticality: 3

A fundamental property stating that if the product of two or more factors is zero, then at least one of the factors must be zero. This is key to solving factored equations.

Example:

If (x5)(x+2)=0(x-5)(x+2) = 0, the Zero Product Property tells us that either x5=0x-5=0 or x+2=0x+2=0, leading to solutions x=5x=5 or x=2x=-2.