Lucas Polynomial

DOWNLOAD Mathematica Notebook LucasPolynomial

The Lucas polynomials are the w-polynomials obtained by setting p(x)=x and q(x)=1 in the Lucas polynomial sequence. It is given explicitly by

 L_n(x)=2^(-n)[(x-sqrt(x^2+4))^n+(x+sqrt(x^2+4))^n].
(1)

The first few are

L_1(x)=x
(2)
L_2(x)=x^2+2
(3)
L_3(x)=x^3+3x
(4)
L_4(x)=x^4+4x^2+2
(5)
L_5(x)=x^5+5x^3+5x
(6)

(OEIS A114525).

The Lucas polynomial is implemented in the Wolfram Language as LucasL[n, x].

The Lucas polynomial has generating function

G(x,t)=(1+t^2)/(1-t^2-tx)
(7)
=sum_(n=0)^(infty)L_n(x)t^n
(8)
=1+xt+(x^2+2)t^2+(x^3+3x)t^3+....
(9)

The derivative of L_n(x) is given by

 (dL_n(x))/(dx)=n/(x^2+4)[xL_n(x)+2L_(n-1)(x)].
(10)

The Lucas polynomials have the divisibility property that L_n(x) divides L_m(x) iff m is an odd multiple of n. For prime p, L_p(x)/x is an irreducible polynomial. The zeros of L_n(x) are 2isin(kpi/n) for k=1, ..., n-1. For prime p, except for the root of 0, these roots are 2i times the imaginary part of the roots of the pth cyclotomic polynomial (Koshy 2001, p. 464).

The corresponding W polynomials are called Fibonacci polynomials. The Lucas polynomials satisfy

L_n(0)=1+(-1)^n
(11)
L_n(1)=L_n,
(12)

where the L_ns are Lucas numbers.

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.