Lucas Polynomials
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, the Fibonacci polynomials are a
polynomial sequence In mathematics, a polynomial sequence is a sequence of polynomials indexed by the nonnegative integers 0, 1, 2, 3, ..., in which each index is equal to the degree of the corresponding polynomial. Polynomial sequences are a topic of interest in en ...
which can be considered as a generalization of the
Fibonacci number In mathematics, the Fibonacci numbers, commonly denoted , form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from ...
s. The polynomials generated in a similar way from the
Lucas numbers The Lucas numbers or Lucas series are an integer sequence named after the mathematician François Édouard Anatole Lucas (1842–1891), who studied both that sequence and the closely related Fibonacci numbers. Lucas numbers and Fibonacci nu ...
are called Lucas polynomials.


Definition

These Fibonacci
polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An exa ...
s are defined by a
recurrence relation In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
:Benjamin & Quinn p. 141 :F_n(x)= \begin 0, & \mbox n = 0\\ 1, & \mbox n = 1\\ x F_(x) + F_(x),& \mbox n \geq 2 \end The Lucas polynomials use the same recurrence with different starting values: :L_n(x) = \begin 2, & \mbox n = 0 \\ x, & \mbox n = 1 \\ x L_(x) + L_(x), & \mbox n \geq 2. \end They can be defined for negative indices bySpringer :F_(x)=(-1)^F_(x), :L_(x)=(-1)^nL_(x). The Fibonacci polynomials form a sequence of
orthogonal polynomials In mathematics, an orthogonal polynomial sequence is a family of polynomials such that any two different polynomials in the sequence are orthogonality, orthogonal to each other under some inner product. The most widely used orthogonal polynomial ...
with A_n=C_n=1 and B_n=0.


Examples

The first few Fibonacci polynomials are: :F_0(x)=0 \, :F_1(x)=1 \, :F_2(x)=x \, :F_3(x)=x^2+1 \, :F_4(x)=x^3+2x \, :F_5(x)=x^4+3x^2+1 \, :F_6(x)=x^5+4x^3+3x \, The first few Lucas polynomials are: :L_0(x)=2 \, :L_1(x)=x \, :L_2(x)=x^2+2 \, :L_3(x)=x^3+3x \, :L_4(x)=x^4+4x^2+2 \, :L_5(x)=x^5+5x^3+5x \, :L_6(x)=x^6+6x^4+9x^2 + 2. \,


Properties

* The degree of ''F''''n'' is ''n'' − 1 and the degree of ''L''''n'' is ''n''. * The Fibonacci and Lucas numbers are recovered by evaluating the polynomials at ''x'' = 1;
Pell numbers In mathematics, the Pell numbers are an infinite sequence of integers, known since ancient times, that comprise the denominators of the closest rational approximations to the square root of 2. This sequence of approximations begins , , , , and ...
are recovered by evaluating ''F''''n'' at ''x'' = 2. * The
ordinary generating functions In mathematics, a generating function is a way of encoding an infinite sequence of numbers () by treating them as the coefficients of a formal power series. This series is called the generating function of the sequence. Unlike an ordinary ser ...
for the sequences are: *: \sum_^\infty F_n(x) t^n = \frac *: \sum_^\infty L_n(x) t^n = \frac. *The polynomials can be expressed in terms of
Lucas sequence In mathematics, the Lucas sequences U_n(P,Q) and V_n(P, Q) are certain constant-recursive integer sequences that satisfy the recurrence relation : x_n = P \cdot x_ - Q \cdot x_ where P and Q are fixed integers. Any sequence satisfying this recu ...
s as *:F_n(x) = U_n(x,-1),\, *:L_n(x) = V_n(x,-1).\, *They can also be expressed in terms of
Chebyshev polynomials The Chebyshev polynomials are two sequences of polynomials related to the cosine and sine functions, notated as T_n(x) and U_n(x). They can be defined in several equivalent ways, one of which starts with trigonometric functions: The Chebyshe ...
\mathcal_n(x) and \mathcal_n(x) as *:F_n(x) = i^\cdot\mathcal_(\tfrac2),\, *:L_n(x) = 2\cdot i^n\cdot\mathcal_n(\tfrac2),\, :where i is the
imaginary unit The imaginary unit or unit imaginary number () is a solution to the quadratic equation x^2+1=0. Although there is no real number with this property, can be used to extend the real numbers to what are called complex numbers, using addition an ...
.


Identities

As particular cases of Lucas sequences, Fibonacci polynomials satisfy a number of identities, such as :F_(x)=F_(x)F_n(x)+F_m(x)F_(x)\, :L_(x)=L_m(x)L_n(x)-(-1)^nL_(x)\, :F_(x)F_(x)- F_n(x)^2=(-1)^n\, :F_(x)=F_n(x)L_n(x).\, Closed form expressions, similar to Binet's formula are: :F_n(x)=\frac,\,L_n(x)=\alpha(x)^n+\beta(x)^n, where :\alpha(x)=\frac,\,\beta(x)=\frac are the solutions (in ''t'') of :t^2-xt-1=0.\, For Lucas Polynomials ''n'' > 0, we have :L_n(x)=\sum_^ \frac \binom x^. A relationship between the Fibonacci polynomials and the standard basis polynomials is given byA proof starts from page 5 i
Algebra Solutions Packet (no author)
:x^n=F_(x)+\sum_^(-1)^k\left binom nk-\binom n\right_(x). For example, :x^4 = F_5(x)-3F_3(x)+2F_1(x)\, :x^5 = F_6(x)-4F_4(x)+5F_2(x)\, :x^6 = F_7(x)-5F_5(x)+9F_3(x)-5F_1(x)\, :x^7 = F_8(x)-6F_6(x)+14F_4(x)-14F_2(x)\,


Combinatorial interpretation

If ''F''(''n'',''k'') is the coefficient of ''xk'' in ''Fn''(''x''), namely :F_n(x)=\sum_^n F(n,k)x^k,\, then ''F''(''n'',''k'') is the number of ways an ''n''−1 by 1 rectangle can be tiled with 2 by 1
domino Dominoes is a family of tile-based games played with gaming pieces, commonly known as dominoes. Each domino is a rectangular tile, usually with a line dividing its face into two square ''ends''. Each end is marked with a number of spots (also c ...
es and 1 by 1 squares so that exactly ''k'' squares are used. Equivalently, ''F''(''n'',''k'') is the number of ways of writing ''n''−1 as an ordered sum involving only 1 and 2, so that 1 is used exactly ''k'' times. For example F(6,3)=4 and 5 can be written in 4 ways, 1+1+1+2, 1+1+2+1, 1+2+1+1, 2+1+1+1, as a sum involving only 1 and 2 with 1 used 3 times. By counting the number of times 1 and 2 are both used in such a sum, it is evident that F(n, k)=\begin\displaystyle\binom &\textn \not\equiv k \pmod 2,\\
2pt PT, Pt, or pt may refer to: Arts and entertainment * ''P.T.'' (video game), acronym for ''Playable Teaser'', a short video game released to promote the cancelled video game ''Silent Hills'' * Porcupine Tree, a British progressive rock group ...
0 &\text. \end This gives a way of reading the coefficients from
Pascal's triangle In mathematics, Pascal's triangle is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Blaise Pascal, although ot ...
as shown on the right.


References

* * * * *Jin, Z. On the Lucas polynomials and some of their new identities. Advances in Differential Equations 2018, 126 (2018). https://doi.org/10.1186/s13662-018-1527-9


Further reading

* * * * *


External links

* *{{OEIS el, sequencenumber=A011973, name=Triangle of coefficients of Fibonacci polynomials, formalname=Triangle of numbers {C(n-k,k), n >= 0, 0 <= k <= floor(n/2)}; or, triangle of coefficients of (one version of) Fibonacci polynomials Polynomials Fibonacci numbers