Learn on PengiYoshiwara Intermediate AlgebraChapter 8: Polynomial and Rational Functions

Lesson 6: Chapter Summary and Review

In this Grade 7 lesson from Yoshiwara Intermediate Algebra, students review key concepts from Chapter 8, including polynomial functions, algebraic fractions, rational functions, and asymptotes. Students practice operations such as multiplying and dividing algebraic fractions, finding the lowest common denominator, simplifying complex fractions, and solving rational equations both graphically and algebraically. The chapter summary also covers special products of binomials, factoring the sum or difference of two cubes, and identifying extraneous solutions.

Section 1

πŸ“˜ Review: Rational Expressions and Equations

New Concept

Let's put our polynomial and factoring skills to the test! This lesson consolidates your ability to manipulate rational expressionsβ€”adding, subtracting, multiplying, and dividing themβ€”and use these techniques to solve complex rational equations.

What’s next

Get ready to apply these concepts! You'll tackle a series of interactive examples, practice cards, and challenge problems covering the entire chapter.

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.

Section 3

Special Products of Binomials

Property

(a+b)2=(a+b)(a+b)=a2+2ab+b2(a + b)^2 = (a + b)(a + b) = a^2 + 2ab + b^2
(aβˆ’b)2=(aβˆ’b)(aβˆ’b)=a2βˆ’2ab+b2(a - b)^2 = (a - b)(a - b) = a^2 - 2ab + b^2
(a+b)(aβˆ’b)=a2βˆ’b2(a + b)(a - b) = a^2 - b^2

Examples

  • Using (a+b)2=a2+2ab+b2(a+b)^2=a^2+2ab+b^2, we find (x+4)2=x2+2(x)(4)+42=x2+8x+16(x+4)^2 = x^2 + 2(x)(4) + 4^2 = x^2 + 8x + 16.
  • Using (aβˆ’b)2=a2βˆ’2ab+b2(a-b)^2=a^2-2ab+b^2, we find (3yβˆ’2)2=(3y)2βˆ’2(3y)(2)+22=9y2βˆ’12y+4(3y-2)^2 = (3y)^2 - 2(3y)(2) + 2^2 = 9y^2 - 12y + 4.
  • Using (a+b)(aβˆ’b)=a2βˆ’b2(a+b)(a-b)=a^2-b^2, we find $(5z+1)(5z-1) = (5z)^2 - 1^2 = 25z^2 - 1.

Explanation

These are shortcuts for multiplying binomials that appear often. Memorizing them saves time and helps you recognize patterns when factoring. The last one, the difference of squares, is especially important for simplifying expressions.

Section 4

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+64a^3 + 64, we identify x=ax=a and y=4y=4. Using the sum of cubes formula: a3+43=(a+4)(a2βˆ’4a+16)a^3 + 4^3 = (a+4)(a^2 - 4a + 16).
  • To factor 8m3βˆ’18m^3 - 1, we identify x=2mx=2m and y=1y=1. Using the difference of cubes formula: (2m)3βˆ’13=(2mβˆ’1)((2m)2+2m(1)+12)=(2mβˆ’1)(4m2+2m+1)(2m)^3 - 1^3 = (2m-1)((2m)^2 + 2m(1) + 1^2) = (2m-1)(4m^2 + 2m + 1).
  • To factor 27p3βˆ’8q327p^3 - 8q^3, we identify x=3px=3p and y=2qy=2q. Using the difference of cubes formula: (3pβˆ’2q)(9p2+6pq+4q2)(3p-2q)(9p^2 + 6pq + 4q^2).

Explanation

This is a special factoring rule for expressions with two perfect cube terms. The signs follow a pattern: SOAP (Same, Opposite, Always Positive). This helps you remember the signs in the factored form.

Section 5

Reducing algebraic fractions

Property

Fundamental Principle of Fractions: We can multiply or divide the numerator and denominator of a fraction by the same nonzero factor, and the new fraction will be equivalent to the old one.

a⋅cb⋅c=abifb,c≠0\frac{a \cdot c}{b \cdot c} = \frac{a}{b} \quad \text{if} \quad b, c \neq 0

To reduce an algebraic fraction:

  1. Factor the numerator and the denominator.
  2. Divide the numerator and denominator by any common factors.

Examples

  • To reduce 5x+10x2βˆ’4\frac{5x+10}{x^2-4}, first factor: 5(x+2)(x+2)(xβˆ’2)\frac{5(x+2)}{(x+2)(x-2)}. Then cancel the common factor (x+2)(x+2) to get 5xβˆ’2\frac{5}{x-2}.
  • To reduce y2βˆ’yβˆ’12y2+5y+6\frac{y^2-y-12}{y^2+5y+6}, first factor: (yβˆ’4)(y+3)(y+2)(y+3)\frac{(y-4)(y+3)}{(y+2)(y+3)}. Then cancel the common factor (y+3)(y+3) to get yβˆ’4y+2\frac{y-4}{y+2}.
  • To reduce 6a3b18ab2\frac{6a^3b}{18ab^2}, identify common factors 6,a,b6, a, b: 6β‹…aβ‹…aβ‹…aβ‹…b3β‹…6β‹…aβ‹…bβ‹…b\frac{6 \cdot a \cdot a \cdot a \cdot b}{3 \cdot 6 \cdot a \cdot b \cdot b}. Canceling gives a23b\frac{a^2}{3b}.

Explanation

Just like with numbers, you can simplify algebraic fractions by canceling out factors that are common to both the top and bottom. Remember to factor everything first! You can only cancel factors (things multiplied), not terms (things added).

Section 6

Adding and subtracting algebraic fractions

Property

To add or subtract algebraic fractions:

  1. Find the lowest common denominator (LCD) for the fractions. To do this, factor each denominator completely and include each factor in the LCD as many times as it occurs in any one of the given denominators.
  2. Build each fraction to an equivalent one with the LCD.
  3. Add or subtract the numerators, and keep the same denominator.
  4. Reduce the result if necessary.

Examples

  • To calculate 4xβˆ’2+3x+2\frac{4}{x-2} + \frac{3}{x+2}, the LCD is (xβˆ’2)(x+2)(x-2)(x+2). This gives 4(x+2)(xβˆ’2)(x+2)+3(xβˆ’2)(xβˆ’2)(x+2)=4x+8+3xβˆ’6(xβˆ’2)(x+2)=7x+2x2βˆ’4\frac{4(x+2)}{(x-2)(x+2)} + \frac{3(x-2)}{(x-2)(x+2)} = \frac{4x+8+3x-6}{(x-2)(x+2)} = \frac{7x+2}{x^2-4}.
  • To calculate bb2βˆ’9βˆ’2b+3\frac{b}{b^2-9} - \frac{2}{b+3}, first factor to find the LCD. b(bβˆ’3)(b+3)βˆ’2b+3\frac{b}{(b-3)(b+3)} - \frac{2}{b+3}. The LCD is (bβˆ’3)(b+3)(b-3)(b+3). This becomes b(bβˆ’3)(b+3)βˆ’2(bβˆ’3)(bβˆ’3)(b+3)=bβˆ’2b+6(bβˆ’3)(b+3)=βˆ’b+6b2βˆ’9\frac{b}{(b-3)(b+3)} - \frac{2(b-3)}{(b-3)(b+3)} = \frac{b-2b+6}{(b-3)(b+3)} = \frac{-b+6}{b^2-9}.
  • To calculate 52y+3y2\frac{5}{2y} + \frac{3}{y^2}, the LCD is 2y22y^2. This gives 5(y)2y(y)+3(2)y2(2)=5y2y2+62y2=5y+62y2\frac{5(y)}{2y(y)} + \frac{3(2)}{y^2(2)} = \frac{5y}{2y^2} + \frac{6}{2y^2} = \frac{5y+6}{2y^2}.

Explanation

To add or subtract fractions, they must have the same denominator, just like with numbers. Find the LCD, rewrite each fraction with that denominator, and then combine the numerators. It's all about getting a common ground!

Section 7

Property of Proportions

Property

Property of Proportions: If ab=cd\frac{a}{b} = \frac{c}{d}, then ad=bcad = bc, as long as b,d≠0b, d \neq 0.
Whenever we multiply an equation by an expression containing the variable, we should check that the solution obtained does not cause any of the fractions to be undefined.

Examples

  • To solve x4=912\frac{x}{4} = \frac{9}{12}, cross-multiply to get 12x=4(9)12x = 4(9), which means 12x=3612x = 36. Dividing by 12 gives x=3x=3. This solution is valid.
  • To solve 5yβˆ’2=34\frac{5}{y-2} = \frac{3}{4}, cross-multiply: 5(4)=3(yβˆ’2)5(4) = 3(y-2). This gives 20=3yβˆ’620 = 3y - 6, so 26=3y26 = 3y, and y=263y=\frac{26}{3}. Checking, the denominator is not zero.
  • To solve aaβˆ’5=5aβˆ’5\frac{a}{a-5} = \frac{5}{a-5}, if we cross-multiply, we get a(aβˆ’5)=5(aβˆ’5)a(a-5) = 5(a-5). If we divide by (aβˆ’5)(a-5), we get a=5a=5. However, a=5a=5 makes the original denominators zero, so it is an extraneous solution. There is no solution.

Explanation

When two fractions are equal, it's called a proportion. You can solve them by 'cross-multiplying.' But be careful! Always check your answer to make sure it doesn't make a denominator zero, which is not allowed.

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 1

    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 6Current

    Lesson 6: Chapter Summary and Review

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Review: Rational Expressions and Equations

New Concept

Let's put our polynomial and factoring skills to the test! This lesson consolidates your ability to manipulate rational expressionsβ€”adding, subtracting, multiplying, and dividing themβ€”and use these techniques to solve complex rational equations.

What’s next

Get ready to apply these concepts! You'll tackle a series of interactive examples, practice cards, and challenge problems covering the entire chapter.

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.

Section 3

Special Products of Binomials

Property

(a+b)2=(a+b)(a+b)=a2+2ab+b2(a + b)^2 = (a + b)(a + b) = a^2 + 2ab + b^2
(aβˆ’b)2=(aβˆ’b)(aβˆ’b)=a2βˆ’2ab+b2(a - b)^2 = (a - b)(a - b) = a^2 - 2ab + b^2
(a+b)(aβˆ’b)=a2βˆ’b2(a + b)(a - b) = a^2 - b^2

Examples

  • Using (a+b)2=a2+2ab+b2(a+b)^2=a^2+2ab+b^2, we find (x+4)2=x2+2(x)(4)+42=x2+8x+16(x+4)^2 = x^2 + 2(x)(4) + 4^2 = x^2 + 8x + 16.
  • Using (aβˆ’b)2=a2βˆ’2ab+b2(a-b)^2=a^2-2ab+b^2, we find (3yβˆ’2)2=(3y)2βˆ’2(3y)(2)+22=9y2βˆ’12y+4(3y-2)^2 = (3y)^2 - 2(3y)(2) + 2^2 = 9y^2 - 12y + 4.
  • Using (a+b)(aβˆ’b)=a2βˆ’b2(a+b)(a-b)=a^2-b^2, we find $(5z+1)(5z-1) = (5z)^2 - 1^2 = 25z^2 - 1.

Explanation

These are shortcuts for multiplying binomials that appear often. Memorizing them saves time and helps you recognize patterns when factoring. The last one, the difference of squares, is especially important for simplifying expressions.

Section 4

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+64a^3 + 64, we identify x=ax=a and y=4y=4. Using the sum of cubes formula: a3+43=(a+4)(a2βˆ’4a+16)a^3 + 4^3 = (a+4)(a^2 - 4a + 16).
  • To factor 8m3βˆ’18m^3 - 1, we identify x=2mx=2m and y=1y=1. Using the difference of cubes formula: (2m)3βˆ’13=(2mβˆ’1)((2m)2+2m(1)+12)=(2mβˆ’1)(4m2+2m+1)(2m)^3 - 1^3 = (2m-1)((2m)^2 + 2m(1) + 1^2) = (2m-1)(4m^2 + 2m + 1).
  • To factor 27p3βˆ’8q327p^3 - 8q^3, we identify x=3px=3p and y=2qy=2q. Using the difference of cubes formula: (3pβˆ’2q)(9p2+6pq+4q2)(3p-2q)(9p^2 + 6pq + 4q^2).

Explanation

This is a special factoring rule for expressions with two perfect cube terms. The signs follow a pattern: SOAP (Same, Opposite, Always Positive). This helps you remember the signs in the factored form.

Section 5

Reducing algebraic fractions

Property

Fundamental Principle of Fractions: We can multiply or divide the numerator and denominator of a fraction by the same nonzero factor, and the new fraction will be equivalent to the old one.

a⋅cb⋅c=abifb,c≠0\frac{a \cdot c}{b \cdot c} = \frac{a}{b} \quad \text{if} \quad b, c \neq 0

To reduce an algebraic fraction:

  1. Factor the numerator and the denominator.
  2. Divide the numerator and denominator by any common factors.

Examples

  • To reduce 5x+10x2βˆ’4\frac{5x+10}{x^2-4}, first factor: 5(x+2)(x+2)(xβˆ’2)\frac{5(x+2)}{(x+2)(x-2)}. Then cancel the common factor (x+2)(x+2) to get 5xβˆ’2\frac{5}{x-2}.
  • To reduce y2βˆ’yβˆ’12y2+5y+6\frac{y^2-y-12}{y^2+5y+6}, first factor: (yβˆ’4)(y+3)(y+2)(y+3)\frac{(y-4)(y+3)}{(y+2)(y+3)}. Then cancel the common factor (y+3)(y+3) to get yβˆ’4y+2\frac{y-4}{y+2}.
  • To reduce 6a3b18ab2\frac{6a^3b}{18ab^2}, identify common factors 6,a,b6, a, b: 6β‹…aβ‹…aβ‹…aβ‹…b3β‹…6β‹…aβ‹…bβ‹…b\frac{6 \cdot a \cdot a \cdot a \cdot b}{3 \cdot 6 \cdot a \cdot b \cdot b}. Canceling gives a23b\frac{a^2}{3b}.

Explanation

Just like with numbers, you can simplify algebraic fractions by canceling out factors that are common to both the top and bottom. Remember to factor everything first! You can only cancel factors (things multiplied), not terms (things added).

Section 6

Adding and subtracting algebraic fractions

Property

To add or subtract algebraic fractions:

  1. Find the lowest common denominator (LCD) for the fractions. To do this, factor each denominator completely and include each factor in the LCD as many times as it occurs in any one of the given denominators.
  2. Build each fraction to an equivalent one with the LCD.
  3. Add or subtract the numerators, and keep the same denominator.
  4. Reduce the result if necessary.

Examples

  • To calculate 4xβˆ’2+3x+2\frac{4}{x-2} + \frac{3}{x+2}, the LCD is (xβˆ’2)(x+2)(x-2)(x+2). This gives 4(x+2)(xβˆ’2)(x+2)+3(xβˆ’2)(xβˆ’2)(x+2)=4x+8+3xβˆ’6(xβˆ’2)(x+2)=7x+2x2βˆ’4\frac{4(x+2)}{(x-2)(x+2)} + \frac{3(x-2)}{(x-2)(x+2)} = \frac{4x+8+3x-6}{(x-2)(x+2)} = \frac{7x+2}{x^2-4}.
  • To calculate bb2βˆ’9βˆ’2b+3\frac{b}{b^2-9} - \frac{2}{b+3}, first factor to find the LCD. b(bβˆ’3)(b+3)βˆ’2b+3\frac{b}{(b-3)(b+3)} - \frac{2}{b+3}. The LCD is (bβˆ’3)(b+3)(b-3)(b+3). This becomes b(bβˆ’3)(b+3)βˆ’2(bβˆ’3)(bβˆ’3)(b+3)=bβˆ’2b+6(bβˆ’3)(b+3)=βˆ’b+6b2βˆ’9\frac{b}{(b-3)(b+3)} - \frac{2(b-3)}{(b-3)(b+3)} = \frac{b-2b+6}{(b-3)(b+3)} = \frac{-b+6}{b^2-9}.
  • To calculate 52y+3y2\frac{5}{2y} + \frac{3}{y^2}, the LCD is 2y22y^2. This gives 5(y)2y(y)+3(2)y2(2)=5y2y2+62y2=5y+62y2\frac{5(y)}{2y(y)} + \frac{3(2)}{y^2(2)} = \frac{5y}{2y^2} + \frac{6}{2y^2} = \frac{5y+6}{2y^2}.

Explanation

To add or subtract fractions, they must have the same denominator, just like with numbers. Find the LCD, rewrite each fraction with that denominator, and then combine the numerators. It's all about getting a common ground!

Section 7

Property of Proportions

Property

Property of Proportions: If ab=cd\frac{a}{b} = \frac{c}{d}, then ad=bcad = bc, as long as b,d≠0b, d \neq 0.
Whenever we multiply an equation by an expression containing the variable, we should check that the solution obtained does not cause any of the fractions to be undefined.

Examples

  • To solve x4=912\frac{x}{4} = \frac{9}{12}, cross-multiply to get 12x=4(9)12x = 4(9), which means 12x=3612x = 36. Dividing by 12 gives x=3x=3. This solution is valid.
  • To solve 5yβˆ’2=34\frac{5}{y-2} = \frac{3}{4}, cross-multiply: 5(4)=3(yβˆ’2)5(4) = 3(y-2). This gives 20=3yβˆ’620 = 3y - 6, so 26=3y26 = 3y, and y=263y=\frac{26}{3}. Checking, the denominator is not zero.
  • To solve aaβˆ’5=5aβˆ’5\frac{a}{a-5} = \frac{5}{a-5}, if we cross-multiply, we get a(aβˆ’5)=5(aβˆ’5)a(a-5) = 5(a-5). If we divide by (aβˆ’5)(a-5), we get a=5a=5. However, a=5a=5 makes the original denominators zero, so it is an extraneous solution. There is no solution.

Explanation

When two fractions are equal, it's called a proportion. You can solve them by 'cross-multiplying.' But be careful! Always check your answer to make sure it doesn't make a denominator zero, which is not allowed.

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 1

    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 6Current

    Lesson 6: Chapter Summary and Review