The Lucas sequence Ln is defined by the recurrence relation: Ln = Ln−1 + Ln−2,…
2023
The Lucas sequence Ln is defined by the recurrence relation:
Ln = Ln−1 + Ln−2, for n ≥ 3,
with L1 = 1 and L2 = 3.
Which one of the options given is TRUE?
Answer: A. Ln = ((1 + √5)/2)n + ((1 − √5)/2)n — A linear recurrence with constant coefficients, such as xn = xn−1 + xn−2, has a closed-form (Binet-type) solution built from the roots of its characteristic…
- A.
Ln = ((1 + √5)/2)n + ((1 − √5)/2)n
- B.
Ln = ((1 + √5)/2)n − ((1 − √5)/3)n
- C.
Ln = ((1 + √5)/2)n + ((1 − √5)/3)n
- D.
Ln = ((1 + √5)/2)n − ((1 − √5)/2)n
Attempted by 74 students.
Show answer & explanation
Correct answer: A
A linear recurrence with constant coefficients, such as xn = xn−1 + xn−2, has a closed-form (Binet-type) solution built from the roots of its characteristic equation r2 = r + 1. If the roots are φ and ψ, the general solution has the form xn = A·φn + B·ψn, where the constants A and B are fixed by the given initial values.
Characteristic equation: r2 = r + 1, i.e., r2 − r − 1 = 0.
Solve the quadratic: r = (1 ± √5)/2. Call φ = (1 + √5)/2 and ψ = (1 − √5)/2.
General solution: Ln = A·φn + B·ψn.
Apply n = 1 (using L1 = 1): A·φ + B·ψ = 1.
Apply n = 2 (using L2 = 3): A·φ2 + B·ψ2 = 3.
Use the identities φ + ψ = 1 and φ·ψ = −1 (from the quadratic's coefficients): φ2 + ψ2 = (φ + ψ)2 − 2·φ·ψ = 1 − 2·(−1) = 3.
Since A = 1 and B = 1 satisfy both the n = 1 equation (φ + ψ = 1) and the n = 2 equation (φ2 + ψ2 = 3) simultaneously, the closed form is Ln = φn + ψn.
Independently check with n = 3: the recurrence gives L3 = L2 + L1 = 3 + 1 = 4. Using φ + ψ = 1 and φ·ψ = −1, φ3 + ψ3 = (φ + ψ)3 − 3·φ·ψ·(φ + ψ) = 1 − 3·(−1)·(1) = 4, which matches L3, confirming the closed form independently of the initial derivation.
Therefore Ln = ((1 + √5)/2)n + ((1 − √5)/2)n.
Explore the full course: Iocl Engineers Officer Grade A Paper 1