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:

    It is very hard to give a just definition of love. The most we can say of it is this: that in the soul, it is a desire to rule; in the spirit, it is a sympathy; and in the body, it is but a hidden and subtle desire to possess—after many mysteries—what one loves.
    François, Duc De La Rochefoucauld (1613–1680)

    ... if, as women, we accept a philosophy of history that asserts that women are by definition assimilated into the male universal, that we can understand our past through a male lens—if we are unaware that women even have a history—we live our lives similarly unanchored, drifting in response to a veering wind of myth and bias.
    Adrienne Rich (b. 1929)

    Mothers often are too easily intimidated by their children’s negative reactions...When the child cries or is unhappy, the mother reads this as meaning that she is a failure. This is why it is so important for a mother to know...that the process of growing up involves by definition things that her child is not going to like. Her job is not to create a bed of roses, but to help him learn how to pick his way through the thorns.
    Elaine Heffner (20th century)