Learn on PengiYoshiwara Intermediate AlgebraChapter 8: Polynomial and Rational Functions

Lesson 1: Polynomial Functions

New Concept Polynomials build on functions you already know, like linear and quadratic ones. They are expressions like $f(x) = a n x^n + \dots + a 0$, which are powerful tools for modeling real world scenarios from economics to engineering.

Section 1

πŸ“˜ Polynomial Functions

New Concept

Polynomials build on functions you already know, like linear and quadratic ones. They are expressions like f(x)=anxn+β‹―+a0f(x) = a_n x^n + \dots + a_0, which are powerful tools for modeling real-world scenarios from economics to engineering.

What’s next

You'll apply this definition by multiplying and factoring polynomials through interactive examples and practice problems. Let's start building your skills.

Section 2

Polynomial Function

Property

A polynomial function has the form

f(x)=anxn+anβˆ’1xnβˆ’1+anβˆ’2xnβˆ’2+β‹―+a2x2+a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \cdots + a_2 x^2 + a_1 x + a_0

where a0,a1,a2,…,ana_0, a_1, a_2, \ldots, a_n are constants and anβ‰ 0a_n \neq 0. The coefficient ana_n of the highest power term is called the lead coefficient. Polynomials can be written in descending powers, where terms are ordered from the highest degree to the lowest, or in ascending powers, where terms are ordered from lowest degree to highest.

Examples

  • The expression p(x)=7x4βˆ’3x2+5p(x) = 7x^4 - 3x^2 + 5 is a polynomial. Its degree is 4 and its lead coefficient is 7.
  • The polynomial q(x)=5xβˆ’2x3+8q(x) = 5x - 2x^3 + 8 written in descending powers is q(x)=βˆ’2x3+5x+8q(x) = -2x^3 + 5x + 8.
  • The polynomial r(x)=4x3+x5βˆ’9r(x) = 4x^3 + x^5 - 9 written in ascending powers is r(x)=βˆ’9+4x3+x5r(x) = -9 + 4x^3 + x^5.

Explanation

A polynomial is an expression built from variables and coefficients, using only addition, subtraction, multiplication, and non-negative integer exponents. The lead coefficient is simply the number in front of the term with the biggest exponent.

Section 3

Degree of a Product

Property

The degree of a product of non-zero polynomials is the sum of the degrees of the factors. That is: If P(x)P(x) has degree mm and Q(x)Q(x) has degree nn, then their product P(x)Q(x)P(x)Q(x) has degree m+nm + n.

Examples

  • If you multiply a polynomial of degree 3 by a polynomial of degree 4, the resulting polynomial will have a degree of 3+4=73 + 4 = 7.
  • Let P(x)=3x5+xP(x) = 3x^5 + x and Q(x)=2x2βˆ’1Q(x) = 2x^2 - 1. The degree of P(x)Q(x)P(x)Q(x) is 5+2=75 + 2 = 7.
  • The lead term of the product (4x2+3x)(2x3βˆ’5)(4x^2 + 3x)(2x^3 - 5) is found by multiplying the lead terms of each factor: (4x2)(2x3)=8x5(4x^2)(2x^3) = 8x^5. The degree is 5.

Explanation

When you multiply polynomials, their degrees add up. To find the degree of the resulting polynomial, just sum the degrees of the original polynomials you are multiplying together. This is a quick way to know the final outcome without full calculation.

Section 4

Cube of a Binomial

Property

  1. (x+y)3=x3+3x2y+3xy2+y3(x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3
  2. (xβˆ’y)3=x3βˆ’3x2y+3xy2βˆ’y3(x - y)^3 = x^3 - 3x^2y + 3xy^2 - y^3

Examples

  • To expand (a+4)3(a + 4)^3, use the first formula with x=ax=a and y=4y=4: a3+3(a)2(4)+3(a)(4)2+43=a3+12a2+48a+64a^3 + 3(a)^2(4) + 3(a)(4)^2 + 4^3 = a^3 + 12a^2 + 48a + 64.
  • To expand (2bβˆ’1)3(2b - 1)^3, use the second formula with x=2bx=2b and y=1y=1: (2b)3βˆ’3(2b)2(1)+3(2b)(1)2βˆ’13=8b3βˆ’12b2+6bβˆ’1(2b)^3 - 3(2b)^2(1) + 3(2b)(1)^2 - 1^3 = 8b^3 - 12b^2 + 6b - 1.
  • To expand (z2+3)3(z^2 + 3)^3, use the first formula with x=z2x=z^2 and y=3y=3: (z2)3+3(z2)2(3)+3(z2)(3)2+33=z6+9z4+27z2+27(z^2)^3 + 3(z^2)^2(3) + 3(z^2)(3)^2 + 3^3 = z^6 + 9z^4 + 27z^2 + 27.

Explanation

These formulas are shortcuts for expanding expressions like (a+b)3(a+b)^3 without performing a lengthy multiplication. Memorizing these patterns for the sum and difference of two cubed terms saves time and helps prevent common algebra mistakes.

Section 5

Factoring the Sum or Difference of Two Cubes

Property

  1. x3+y3=(x+y)(x2βˆ’xy+y2)x^3 + y^3 = (x + y)(x^2 - xy + y^2)
  2. x3βˆ’y3=(xβˆ’y)(x2+xy+y2)x^3 - y^3 = (x - y)(x^2 + xy + y^2)

Examples

  • To factor a3+125a^3 + 125, identify x=ax=a and y=5y=5. Using the first formula, we get (a+5)(a2βˆ’5a+25)(a + 5)(a^2 - 5a + 25).
  • To factor 64b3βˆ’164b^3 - 1, identify x=4bx=4b and y=1y=1. Using the second formula, we get (4bβˆ’1)(16b2+4b+1)(4b - 1)(16b^2 + 4b + 1).
  • To factor m6βˆ’8n3m^6 - 8n^3, identify x=m2x=m^2 and y=2ny=2n. Using the second formula, we get (m2βˆ’2n)(m4+2m2n+4n2)(m^2 - 2n)(m^4 + 2m^2n + 4n^2).

Explanation

These special formulas help you factor expressions that are a sum or difference of two perfect cubes. Recognizing these patterns is a key skill for simplifying complex polynomials and solving cubic equations by breaking them into smaller parts.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 8: Polynomial and Rational Functions

  1. Lesson 1Current

    Lesson 1: Polynomial Functions

  2. Lesson 2

    Lesson 2: Algebraic Fractions

  3. Lesson 3

    Lesson 3: Operations on Algebraic Fractions

  4. Lesson 4

    Lesson 4: More Operations on Fractions

  5. Lesson 5

    Lesson 5: Equations with Fractions

  6. Lesson 6

    Lesson 6: Chapter Summary and Review

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Polynomial Functions

New Concept

Polynomials build on functions you already know, like linear and quadratic ones. They are expressions like f(x)=anxn+β‹―+a0f(x) = a_n x^n + \dots + a_0, which are powerful tools for modeling real-world scenarios from economics to engineering.

What’s next

You'll apply this definition by multiplying and factoring polynomials through interactive examples and practice problems. Let's start building your skills.

Section 2

Polynomial Function

Property

A polynomial function has the form

f(x)=anxn+anβˆ’1xnβˆ’1+anβˆ’2xnβˆ’2+β‹―+a2x2+a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \cdots + a_2 x^2 + a_1 x + a_0

where a0,a1,a2,…,ana_0, a_1, a_2, \ldots, a_n are constants and anβ‰ 0a_n \neq 0. The coefficient ana_n of the highest power term is called the lead coefficient. Polynomials can be written in descending powers, where terms are ordered from the highest degree to the lowest, or in ascending powers, where terms are ordered from lowest degree to highest.

Examples

  • The expression p(x)=7x4βˆ’3x2+5p(x) = 7x^4 - 3x^2 + 5 is a polynomial. Its degree is 4 and its lead coefficient is 7.
  • The polynomial q(x)=5xβˆ’2x3+8q(x) = 5x - 2x^3 + 8 written in descending powers is q(x)=βˆ’2x3+5x+8q(x) = -2x^3 + 5x + 8.
  • The polynomial r(x)=4x3+x5βˆ’9r(x) = 4x^3 + x^5 - 9 written in ascending powers is r(x)=βˆ’9+4x3+x5r(x) = -9 + 4x^3 + x^5.

Explanation

A polynomial is an expression built from variables and coefficients, using only addition, subtraction, multiplication, and non-negative integer exponents. The lead coefficient is simply the number in front of the term with the biggest exponent.

Section 3

Degree of a Product

Property

The degree of a product of non-zero polynomials is the sum of the degrees of the factors. That is: If P(x)P(x) has degree mm and Q(x)Q(x) has degree nn, then their product P(x)Q(x)P(x)Q(x) has degree m+nm + n.

Examples

  • If you multiply a polynomial of degree 3 by a polynomial of degree 4, the resulting polynomial will have a degree of 3+4=73 + 4 = 7.
  • Let P(x)=3x5+xP(x) = 3x^5 + x and Q(x)=2x2βˆ’1Q(x) = 2x^2 - 1. The degree of P(x)Q(x)P(x)Q(x) is 5+2=75 + 2 = 7.
  • The lead term of the product (4x2+3x)(2x3βˆ’5)(4x^2 + 3x)(2x^3 - 5) is found by multiplying the lead terms of each factor: (4x2)(2x3)=8x5(4x^2)(2x^3) = 8x^5. The degree is 5.

Explanation

When you multiply polynomials, their degrees add up. To find the degree of the resulting polynomial, just sum the degrees of the original polynomials you are multiplying together. This is a quick way to know the final outcome without full calculation.

Section 4

Cube of a Binomial

Property

  1. (x+y)3=x3+3x2y+3xy2+y3(x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3
  2. (xβˆ’y)3=x3βˆ’3x2y+3xy2βˆ’y3(x - y)^3 = x^3 - 3x^2y + 3xy^2 - y^3

Examples

  • To expand (a+4)3(a + 4)^3, use the first formula with x=ax=a and y=4y=4: a3+3(a)2(4)+3(a)(4)2+43=a3+12a2+48a+64a^3 + 3(a)^2(4) + 3(a)(4)^2 + 4^3 = a^3 + 12a^2 + 48a + 64.
  • To expand (2bβˆ’1)3(2b - 1)^3, use the second formula with x=2bx=2b and y=1y=1: (2b)3βˆ’3(2b)2(1)+3(2b)(1)2βˆ’13=8b3βˆ’12b2+6bβˆ’1(2b)^3 - 3(2b)^2(1) + 3(2b)(1)^2 - 1^3 = 8b^3 - 12b^2 + 6b - 1.
  • To expand (z2+3)3(z^2 + 3)^3, use the first formula with x=z2x=z^2 and y=3y=3: (z2)3+3(z2)2(3)+3(z2)(3)2+33=z6+9z4+27z2+27(z^2)^3 + 3(z^2)^2(3) + 3(z^2)(3)^2 + 3^3 = z^6 + 9z^4 + 27z^2 + 27.

Explanation

These formulas are shortcuts for expanding expressions like (a+b)3(a+b)^3 without performing a lengthy multiplication. Memorizing these patterns for the sum and difference of two cubed terms saves time and helps prevent common algebra mistakes.

Section 5

Factoring the Sum or Difference of Two Cubes

Property

  1. x3+y3=(x+y)(x2βˆ’xy+y2)x^3 + y^3 = (x + y)(x^2 - xy + y^2)
  2. x3βˆ’y3=(xβˆ’y)(x2+xy+y2)x^3 - y^3 = (x - y)(x^2 + xy + y^2)

Examples

  • To factor a3+125a^3 + 125, identify x=ax=a and y=5y=5. Using the first formula, we get (a+5)(a2βˆ’5a+25)(a + 5)(a^2 - 5a + 25).
  • To factor 64b3βˆ’164b^3 - 1, identify x=4bx=4b and y=1y=1. Using the second formula, we get (4bβˆ’1)(16b2+4b+1)(4b - 1)(16b^2 + 4b + 1).
  • To factor m6βˆ’8n3m^6 - 8n^3, identify x=m2x=m^2 and y=2ny=2n. Using the second formula, we get (m2βˆ’2n)(m4+2m2n+4n2)(m^2 - 2n)(m^4 + 2m^2n + 4n^2).

Explanation

These special formulas help you factor expressions that are a sum or difference of two perfect cubes. Recognizing these patterns is a key skill for simplifying complex polynomials and solving cubic equations by breaking them into smaller parts.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 8: Polynomial and Rational Functions

  1. Lesson 1Current

    Lesson 1: Polynomial Functions

  2. Lesson 2

    Lesson 2: Algebraic Fractions

  3. Lesson 3

    Lesson 3: Operations on Algebraic Fractions

  4. Lesson 4

    Lesson 4: More Operations on Fractions

  5. Lesson 5

    Lesson 5: Equations with Fractions

  6. Lesson 6

    Lesson 6: Chapter Summary and Review