[Common Math 1 Part 9] Identities and Undetermined Coefficients: Coefficient Comparison and Substitution

한국어 버전

Our aim is clear:

Understand how identities lead to polynomial equality, then use that fact to understand the method of undetermined coefficients and its two representative tools: coefficient comparison and substitution.

Key flow:

  • An identity holds for every allowed value.
  • A polynomial identity therefore means the two polynomials are actually the same expression.
  • Their difference must be the zero polynomial.
  • That makes the method of undetermined coefficients possible.
  • Inside that method, two of the most common tools are coefficient comparison and substitution of convenient values.

1. Identities vs. Polynomial Equality

1‑1. Equations vs. Identities

An equation may hold only for certain values. For example, x+3=7x + 3 = 7 is true only when x=4x = 4.

An identity holds for all permissible values. For polynomial identities, that means all real numbers. For example,

(x+1)2=x2+2x+1(x + 1)^2 = x^2 + 2x + 1

holds for every real value of xx.

1‑2. Why Polynomials Are Special

Suppose A(x)A(x) and B(x)B(x) agree for every xx:

A(x)=B(x)A(x) = B(x)

Then their difference

P(x)=A(x)B(x)P(x) = A(x) - B(x)

equals 0 for all xx.

So for every real number cc,

P(c)=0P(c) = 0

which means P(x)P(x) has every real number as a root.

But a nonzero polynomial of degree nn can have at most nn roots. Therefore the only possibility is that P(x)P(x) is the zero polynomial.

So if two polynomial expressions are equal for every xx, they are actually the same polynomial, with matching coefficients at each degree.

1‑3. Core Statement

A polynomial identity collapses to polynomial equality.

In other words, if A(x)=B(x)A(x) = B(x) as an identity, then A(x)B(x)A(x) - B(x) is the zero polynomial. That is why we are allowed to compare coefficients or plug in convenient values afterward.


2. The Big Picture of Undetermined Coefficients

2‑1. What the Method Means

In the method of undetermined coefficients, we leave unknown coefficients as symbols and determine them so that an identity holds.

That means the method has three steps:

  • leave some coefficients undetermined,
  • turn the problem into a polynomial identity,
  • determine the unknown coefficients so the identity is true for every value.

So undetermined coefficients is the larger solving framework, not just one narrow algebraic trick.

2‑2. Two Representative Tools Inside the Method

Inside that framework, two especially common tools are:

  • coefficient comparison, which matches coefficients degree by degree,
  • substitution of convenient values, which chooses values of xx that make the unknowns easier to isolate.

So coefficient comparison is not a separate peer method sitting beside undetermined coefficients. It is one of the main tools used inside the method of undetermined coefficients.

2‑3. Setting Up the Identity First

Consider the partial-fraction problem

2x+3(x1)(x+2)=Ax1+Bx+2.\frac{2x + 3}{(x - 1)(x + 2)} = \frac{A}{x - 1} + \frac{B}{x + 2}.

Before solving for AA and BB, we first rewrite the problem as an identity. Multiply both sides by (x1)(x+2)(x - 1)(x + 2):

2x+3=A(x+2)+B(x1).2x + 3 = A(x + 2) + B(x - 1).

Now we have an identity that holds for every permissible value of xx, so the method of undetermined coefficients can begin.


3. Solving by Coefficient Comparison

3‑1. Principle

Within a polynomial identity, coefficients of equal degree must match. For example,

ax2+bx+c=3x2+2x+5ax^2 + bx + c = 3x^2 + 2x + 5

forces

  • a=3a = 3,
  • b=2b = 2,
  • c=5c = 5.

This tool is the coefficient comparison method.

3‑2. Using It Inside Undetermined Coefficients

Start from the identity

2x+3=A(x+2)+B(x1).2x + 3 = A(x + 2) + B(x - 1).

Expand the right-hand side:

2x+3=(A+B)x+(2AB).2x + 3 = (A + B)x + (2A - B).

Now compare coefficients:

{A+B=2,2AB=3.\begin{cases} A + B = 2, \\ 2A - B = 3. \end{cases}

So

A=53,B=13.A = \tfrac{5}{3}, \quad B = \tfrac{1}{3}.

The important point is the order of ideas: we first used undetermined coefficients to set up the identity, and then used coefficient comparison as the solving tool.


4. Solving by Substitution

4‑1. Same Framework, Different Tool

The same identity

2x+3=A(x+2)+B(x1)2x + 3 = A(x + 2) + B(x - 1)

holds for every permissible value of xx. So we may choose values that simplify the equation.

This tool is often called substitution of convenient values: choose values of xx that make one unknown disappear or become easy to solve for.

4‑2. Applying It to the Same Example

  • Plug in x=1x = 1: 5=3A5 = 3A.
  • Plug in x=2x = -2: 1=3B-1 = -3B.

So again,

A=53,B=13.A = \tfrac{5}{3}, \quad B = \tfrac{1}{3}.

So even though the calculations look different, this is still the same method of undetermined coefficients. Only the internal tool changed.

  • Use coefficient comparison when you want to see the full degree-by-degree structure.
  • Use substitution when special values quickly isolate the unknowns.

5. Key Takeaways

Concept Core idea
Identity Holds for every value
Polynomial identity Two polynomials equal for all xx
Undetermined coefficients A larger framework: leave coefficients symbolic and determine them from an identity
Coefficient comparison A tool inside that framework: match coefficients degree by degree
Substitution A tool inside that framework: plug in convenient values to isolate unknowns
Check the identity

Set up undetermined coefficients

Use coefficient comparison or substitution

Determine the unknown coefficients

6. Practice Problems

Use the checkpoint below to review how coefficient comparison and substitution work inside the method of undetermined coefficients.

Chapter 9 Checkpoint

Check coefficient comparison and undetermined coefficients from direct matching to mixed strategies.

QUIZ
Question 1 / 10 Completed 0 / 10
Progress 0 / 10 0%
Current question Correct Incorrect Pending
Question 1 Multiple choice Pending
[Easy] From ax+b=3x-4, what can you read off immediately by comparing coefficients?
Score 0pts · Correct 0/10

Problem 1

Find a,ba, b if

2x2+5x+3=(x+1)(ax+b).2x^2 + 5x + 3 = (x + 1)(ax + b).
Answer

Expand the right-hand side:

ax2+(a+b)x+bax^2 + (a + b)x + b

Now compare coefficients:

  • a=2a = 2
  • a+b=5a + b = 5
  • b=3b = 3

Therefore a=2a = 2, b=3b = 3.

Problem 2

Find a,b,ca, b, c if

x3+2x25x6=(x+1)(ax2+bx+c).x^3 + 2x^2 - 5x - 6 = (x + 1)(ax^2 + bx + c).
Answer

Expand the right-hand side:

ax3+(a+b)x2+(b+c)x+cax^3 + (a + b)x^2 + (b + c)x + c

Then compare coefficients:

{a=1,a+b=2,b+c=5,c=6.\begin{cases} a = 1, \\ a + b = 2, \\ b + c = -5, \\ c = -6. \end{cases}

So a=1a = 1, b=1b = 1, c=6c = -6.


7. Coming Up

Next we’ll explore

  • how to view a polynomial through the roots of an equation,
  • why factorization is the key tool for reading those roots,
  • and why the point where factorization stops in the real numbers leads to complex numbers.

In one sentence:

Polynomial identities make the method of undetermined coefficients possible, and inside that method we often use coefficient comparison and substitution.

💬 댓글

이 글에 대한 의견을 남겨주세요