Roots of Polynomial Equations, Rational Functions, and Summation of Series

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Practice flashcards covering the relationships between roots and coefficients of polynomials, sketching rational functions with asymptotes, and standard summation formulae for series.

Last updated 11:15 AM on 7/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, what is the relation between the sum of the roots α+β\alpha + \beta and the coefficients?

α+β=ba\alpha + \beta = -\frac{b}{a}

2
New cards

What is the product of the roots αβ\alpha\beta for the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0?

αβ=ca\alpha\beta = \frac{c}{a}

3
New cards

How is the sum of the squares of the roots Σα2\Sigma \alpha^2 expressed in terms of Σα\Sigma \alpha and Σαβ\Sigma \alpha\beta?

Σα2=(Σα)22Σαβ\Sigma \alpha^2 = (\Sigma \alpha)^2 - 2\Sigma \alpha\beta

4
New cards

For a cubic equation ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0, what is the sum of product of the roots taken two at a time (Σαβ\Sigma \alpha\beta)?

Σαβ=ca\Sigma \alpha\beta = \frac{c}{a}

5
New cards

What is the product of the roots αβγ\alpha \beta \gamma for a cubic equation ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0?

αβγ=da\alpha\beta\gamma = -\frac{d}{a}

6
New cards

How is the term SnS_n defined in the context of polynomial roots?

Sn=αn+βn+γn+S_n = \alpha^n + \beta^n + \gamma^n + \dots

7
New cards

What is the general recurrence formula for a cubic equation ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0?

aSn+3+bSn+2+cSn+1+dSn=0aS_{n+3} + bS_{n+2} + cS_{n+1} + dS_n = 0

8
New cards

In a quartic equation ax4+bx3+cx2+dx+e=0ax^4 + bx^3 + cx^2 + dx + e = 0, what is Σαβγδ\Sigma\alpha\beta\gamma\delta?

ea\frac{e}{a}

9
New cards

What is the value of S1S_{-1} for any polynomial equation?

It is equal to the negative of the coefficient of the linear term divided by the constant term.

10
New cards

What is the definition of an asymptote?

A line that a curve approaches but does not touch (the curve converges to it).

11
New cards

For a rational function y=x+1x1y = \frac{x+1}{x-1}, how is the vertical asymptote determined?

By setting the denominator to zero, which gives x=1x = 1.

12
New cards

When does an oblique asymptote occur in a rational function?

When the degree of the polynomial in the numerator is exactly one greater than the degree of the denominator.

13
New cards

How is the oblique asymptote found for a function of the form y=ax2+bx+cdx+ey = \frac{ax^2 + bx + c}{dx + e}?

By splitting the function into partial fractions/long division to reach the form y=Ax+B+Cdx+ey = Ax + B + \frac{C}{dx+e}, where y=Ax+By = Ax + B is the oblique asymptote.

14
New cards

What effect does the transformation y=f(x)y = |f(x)| have on a graph?

All negative parts of the original curve (where y<0y < 0) are reflected in the xx-axis.

15
New cards

What is a key feature of the graph of y=f(x)y = f(|x|)?

The curve is symmetrical about the yy-axis, consisting of the original curve for x>0x > 0 reflected in the yy-axis.

16
New cards

What is the standard result for the sum of the first nn natural numbers (r=1nr\sum_{r=1}^n r)?

12n(n+1)\frac{1}{2}n(n + 1)

17
New cards

What is the standard result for the sum of the squares of the first nn natural numbers (r=1nr2\sum_{r=1}^n r^2)?

16n(n+1)(2n+1)\frac{1}{6}n(n + 1)(2n + 1)

18
New cards

What is the standard result for the sum of the cubes of the first nn natural numbers (r=1nr3\sum_{r=1}^n r^3)?

14n2(n+1)2\frac{1}{4}n^2(n + 1)^2

19
New cards

What is the 'method of differences' used for in summation of series?

Using partial fractions to express terms as differences so that intermediate terms cancel out when summed.

20
New cards

How is the sum to infinity calculated for a convergent series of the form Sn=b+Cdn+eS_n = b + \frac{C}{dn+e}?

By allowing nn \rightarrow \infty, which makes the fractional term approach zero, leaving the sum as bb.