Induction for polynomial/sequence proof

  • Thread starter Thread starter Shaybay92
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary
SUMMARY

The discussion focuses on proving by induction that for any polynomial P of degree k, there exists a polynomial Q of the same degree such that Q(n+1)r^(n+1) - Q(n)r^n = P(n)r^n, where |r| < 1. The base case for k = 0 is established, showing that Q can be derived from P using the relationship b_0 = a_0/(r-1). However, participants express challenges in extending this proof to higher degrees, particularly regarding the dependence of coefficients on n, which complicates the generality of the proof.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with polynomial functions and their properties
  • Knowledge of sequences and series
  • Basic grasp of limits and convergence, particularly with |r| < 1
NEXT STEPS
  • Study the principles of mathematical induction in depth
  • Explore polynomial interpolation techniques
  • Learn about the properties of sequences and their convergence
  • Investigate the role of generating functions in polynomial proofs
USEFUL FOR

Mathematics students, educators, and researchers focusing on polynomial theory, mathematical proofs, and induction techniques.

Shaybay92
Messages
122
Reaction score
0

Homework Statement


Let k be a natural number, and r a real number with |r|<1. Prove (by induction on k) that for any polynomial P of degree k, there is a polynomial Q of degree k with Q(n+1)r^(n+1) - Q(n)r^n = P(n)r^n
Hint: consider differences of successive terms for (n^k)(r^n) and use the inductive hypothesis

The Attempt at a Solution



Base case: degree 0

a_0 r^n = b_0 r^(n+1) - b_0 r^n

Is it ok to just rearrange this, and find b_0 in terms of a_n, r^n etc..

a_0/(r-1) = b_0

So for some polynomial of degree 0 I can always find another using the fact that b_0 = a_0/(r-1). However, when I try to do this with higher degrees, I get the coefficients in terms of n which means that the polynomial depends on what n is which means I'm not proving I can find one that satisfies for all n. Any ideas?
 
Physics news on Phys.org
What, exactly, are you trying to prove? That, for a given polynomial, P, and a given specific number, r, there is a polynomial, Q, such that Q(n+1)r^(n+1) - Q(n)r^n = P(n)r^n? But what does "Q(n+1)" mean? The polynomial, Q(x), evaluated at x= n+ 1? Yes, if P is a constant, P(x)= a_0 for all x, then we have Q(1)r- Q(0)= P(0). But Q now does not have to be a constant. Either Q(1)= (P(0)+ Q(0))/r or Q(1)= 0 and Q(0)= -P(0).
 
Just wondering, why did you evaluate the Q(n+1) - Q(n) at n=1? I don't see how this helps. The base case is degree k = 0 which is constant polynomials... rather than n = 0. Am I missing something here?

Also, Q must be a constant polynomial also because it must be the same degree as P.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K