Photo AI

Last Updated Sep 27, 2025

Linear Transformations of Roots Simplified Revision Notes

Revision notes with simplified explanations to understand Linear Transformations of Roots quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

384+ students studying

3.1.2 Linear Transformations of Roots

Introduction

A linear transformation of the roots of a polynomial involves creating a new polynomial whose roots are related to the roots of the original polynomial by a specific linear equation.

For example, if the roots of a polynomial are α,β,γ\alpha, \beta, \gamma, a linear transformation might be new roots=pα+q\text{new roots} = p\alpha + q, where pp and qq are constants.

This topic is about understanding how to determine the equation of a new polynomial when the roots of the original polynomial are subjected to such transformations.

Original Polynomial

Suppose the given polynomial is:

f(x)=anxn+an1xn1++a1x+a0=0f(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_0 = 0

with roots α,β,γ,\alpha, \beta, \gamma, \dots

Transformation of Roots

If the roots are transformed by y=pα+qy = p\alpha + q, the new polynomial can be found by:

  1. Expressing xx in terms of yy: From the transformation y=pα+qy = p\alpha + q, rearrange to α=yqp\alpha = \frac{y - q}{p}
  2. Substituting α=yqp\alpha = \frac{y - q}{p} into the original polynomial: Replace xx in the original polynomial with yqp\frac{y - q}{p}
  3. Clearing the fraction: Multiply through by pnp^n to eliminate the denominator and simplify.

Worked Examples

infoNote

Example 1:

Linear Transformation y=2α+3y = 2\alpha + 3

Given Polynomial

f(x)=x36x2+11x6=0f(x) = x^3 - 6x^2 + 11x - 6 = 0

with roots α,β,γ\alpha, \beta, \gamma


Step 1**: Express** xx in terms of yy

The transformation is y=2x+3y = 2x + 3

Rearrange to find xx

x=y32x = \frac{y - 3}{2}

Step 2**: Substitute** x=y32x = \frac{y - 3}{2} into the original polynomial

Replace xx in f(x)f(x) with y32\frac{y - 3}{2}

f(y32)=(y32)36(y32)2+11(y32)6f\left(\frac{y - 3}{2}\right) = \left(\frac{y - 3}{2}\right)^3 - 6\left(\frac{y - 3}{2}\right)^2 + 11\left(\frac{y - 3}{2}\right) - 6

Step 3**: Expand each term**

Expand :

(y32)3\left(\frac{y - 3}{2}\right)^3(y32)3=(y3)38\left(\frac{y - 3}{2}\right)^3 = \frac{(y - 3)^3}{8}

Expand :

(y32)2\left(\frac{y - 3}{2}\right)^2(y32)2=(y3)24\left(\frac{y - 3}{2}\right)^2 = \frac{(y - 3)^2}{4}

Simplify all terms.

f(y32)=(y3)386(y3)24+11(y3)26f\left(\frac{y - 3}{2}\right) = \frac{(y - 3)^3}{8} - \frac{6(y - 3)^2}{4} + \frac{11(y - 3)}{2} - 6

Step 4**: Clear fractions**

Multiply through by 8 (the denominator of 18\frac{1}{8}) to eliminate fractions:

(y3)312(y3)2+44(y3)48=0(y - 3)^3 - 12(y - 3)^2 + 44(y - 3) - 48 = 0

Step 5**: Simplify**

Expand (y3)3(y - 3)^3 and simplify:

y39y2+27y2712(y26y+9)+44(y3)48=0y^3 - 9y^2 + 27y - 27 - 12(y^2 - 6y + 9) + 44(y - 3) - 48 = 0y39y2+27y2712y2+72y108+44y13248=0y^3 - 9y^2 + 27y - 27 - 12y^2 + 72y - 108 + 44y - 132 - 48 = 0

Combine like terms:

y321y2+143y315=0y^3 - 21y^2 + 143y - 315 = 0

The new polynomial is:

y321y2+143y315=0y^3 - 21y^2 + 143y - 315 = 0
infoNote

Example 2:

Linear Transformation y=3α4y = 3\alpha - 4

Given Polynomial

f(x)=x3+2x25x+6=0f(x) = x^3 + 2x^2 - 5x + 6 = 0

with roots α,β,γ\alpha, \beta, \gamma


Step 1**: Express** xx in terms of yy

The transformation is y=3x4y = 3x - 4.

Rearrange to find xx

x=y+43.x = \frac{y + 4}{3}.

Step 2**: Substitute** x=y+43x = \frac{y + 4}{3} into the original polynomial

Replace xx in f(x)f(x):

f(y+43)=(y+43)3+2(y+43)25(y+43)+6f\left(\frac{y + 4}{3}\right) = \left(\frac{y + 4}{3}\right)^3 + 2\left(\frac{y + 4}{3}\right)^2 - 5\left(\frac{y + 4}{3}\right) + 6

Step 3**: Clear fractions**

Multiply through by 27 (since 3^3$$ = 27):

(y+4)3+6(y+4)245(y+4)+162=0(y + 4)^3 + 6(y + 4)^2 - 45(y + 4) + 162 = 0

Step 4**: Simplify**

Expand and combine terms:

y3+12y2+48y+64+6(y2+8y+16)45y180+162=0y^3 + 12y^2 + 48y + 64 + 6(y^2 + 8y + 16) - 45y - 180 + 162 = 0y3+12y2+48y+64+6y2+48y+9645y180+162=0y^3 + 12y^2 + 48y + 64 + 6y^2 + 48y + 96 - 45y - 180 + 162 = 0y3+18y2+51y+142=0y^3 + 18y^2 + 51y + 142 = 0

The new polynomial is:

y3+18y2+51y+142=0y^3 + 18y^2 + 51y + 142 = 0

Note Summary

infoNote

Common Mistakes

  1. Forgetting to rearrange the transformation properly: Ensure xx is correctly expressed in terms of yy.
  2. Errors in substitution: Be careful when substituting yqp\frac{y - q}{p} into the original polynomial.
  3. Fraction mishandling: Ensure all terms are multiplied through by the appropriate power of pp to clear fractions.
  4. Expanding incorrectly: Mistakes often occur when expanding (yq)n(y - q)^n
  5. Combining terms inaccurately: Check carefully for errors when simplifying after substitution.
infoNote

Key Formulas

  1. Linear transformation of roots: y=pα+qy = p\alpha + q

  2. Express xx in terms of: x=yqpx = \frac{y - q}{p}

  3. New polynomial: Substitute x=yqpx = \frac{y - q}{p} into f(x)=0f(x) = 0

  4. Clear fractions: Multiply by pnp^n, where nn is the degree of the original polynomial.

  5. Simplify to find the new polynomial equation.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Linear Transformations of Roots

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

20 flashcards

Flashcards on Linear Transformations of Roots

Revise key concepts with interactive flashcards.

Try Further Maths Core Pure Flashcards

2 quizzes

Quizzes on Linear Transformations of Roots

Test your knowledge with fun and engaging quizzes.

Try Further Maths Core Pure Quizzes

29 questions

Exam questions on Linear Transformations of Roots

Boost your confidence with real exam questions.

Try Further Maths Core Pure Questions

27 exams created

Exam Builder on Linear Transformations of Roots

Create custom exams across topics for better practice!

Try Further Maths Core Pure exam builder

50 papers

Past Papers on Linear Transformations of Roots

Practice past papers to reinforce exam experience.

Try Further Maths Core Pure Past Papers

Other Revision Notes related to Linear Transformations of Roots you should explore

Discover More Revision Notes Related to Linear Transformations of Roots to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Roots of Polynomials

Roots of Polynomials

user avatar
user avatar
user avatar
user avatar
user avatar

292+ studying

200KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered