Can you find a non-recursive formula for y(n) with 4th order coefficients?

  • Thread starter Thread starter flying2000
  • Start date Start date
  • Tags Tags
    Formula
AI Thread Summary
A non-recursive formula for y(n) can be derived from the given recursive relationship, where y(n) is defined for specific initial conditions. The initial values are y(1) = 1, y(2) = 1, y(3) = 0, and y(4) = 0. To find a general solution, the characteristic equation t^4 = 1 + t can be solved, yielding four roots. By applying the initial conditions to the general solution of the form At^n, a non-recursive formula can be established. Further exploration of the first few terms and inductive proof may assist in confirming the derived formula.
flying2000
Messages
40
Reaction score
0
How to get a non-recursive formula for y(n):

y(n)=1 (n=1 or 2)
y(n)=0 (n=3 or 4)
y(n)=(y(n-4) + y(n-3))/2


Any hints apprecaited..
 
Mathematics news on Phys.org
write down the first few terms, guess an answer and prove it inductively, that'd be my guess.

or work backwards from y(n) repeatedly subs'ing in and see what works.
 
I have already wrote down previous 20 items, still can't find the relationship

I have already wrote down previous 20 items, still can't find the relationship


matt grime said:
write down the first few terms, guess an answer and prove it inductively, that'd be my guess.

or work backwards from y(n) repeatedly subs'ing in and see what works.
 
Ok, I suppose a 4th order is going a little too far to ask you to spot it...

however, it is linear and homogeneous, so the general solution is of the form At^n for some constants t and A, t satisfies

t^n = t^{n-4}+t^{n-3}

or

t^4=1+t,

solve that, to get 4 solutions, and then apply the 4 initial conditions.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Replies
4
Views
3K
Replies
2
Views
1K
Replies
3
Views
1K
Replies
11
Views
2K
Replies
5
Views
2K
Back
Top