Fibonacci Polynomials - Definition

Definition

These Fibonacci polynomials are defined by a recurrence relation:

F_n(x)= \begin{cases}
0, & \mbox{if } n = 0\\
1, & \mbox{if } n = 1\\
x F_{n - 1}(x) + F_{n - 2}(x),& \mbox{if } n \geq 2
\end{cases}

The first few Fibonacci polynomials are:

The Lucas polynomials use the same recurrence with different starting values: L_n(x) = \begin{cases}
2, & \mbox{if } n = 0 \\
x, & \mbox{if } n = 1 \\
x L_{n - 1}(x) + L_{n - 2}(x), & \mbox{if } n \geq 2.
\end{cases}

The first few Lucas polynomials are:

The Fibonacci and Lucas numbers are recovered by evaluating the polynomials at x = 1; Pell numbers are recovered by evaluating Fn at x = 2. The degrees of Fn is n − 1 and the degree of Ln is n. The ordinary generating function for the sequences are:

The polynomials can be expressed in terms of Lucas sequences as

Read more about this topic:  Fibonacci Polynomials

Famous quotes containing the word definition:

    Perhaps the best definition of progress would be the continuing efforts of men and women to narrow the gap between the convenience of the powers that be and the unwritten charter.
    Nadine Gordimer (b. 1923)

    The physicians say, they are not materialists; but they are:MSpirit is matter reduced to an extreme thinness: O so thin!—But the definition of spiritual should be, that which is its own evidence. What notions do they attach to love! what to religion! One would not willingly pronounce these words in their hearing, and give them the occasion to profane them.
    Ralph Waldo Emerson (1803–1882)

    ... we all know the wag’s definition of a philanthropist: a man whose charity increases directly as the square of the distance.
    George Eliot [Mary Ann (or Marian)