MHB Finding particular solution to recurrence relation

vincentvance
Messages
8
Reaction score
0
Hi,

I have a question about how to find the particular solutions when trying to solve recurrence relations. For example, trying to solve

an+2 = -4an + 8n2n ,

I begin with finding the roots in the characteristic polynomial associated with the homogeneous equation, so r1 = 2i and r2 = -2i.

Then, because the roots are complex, the general solution is

an(h) = 2n*(αcos(πn/2) + βsin(πn/2)).Now, my textbook suggests trying a function of the form

(An+B)2n

when trying to find the particual solution. I don't understand why and I have come across a couple of other examples which have made me equally confused as I am this time. Could anyone shed some light on the matter?
 
Last edited:
Physics news on Phys.org
vincentvance said:
Hi,

I have a question about how to find the particular solutions when trying to solve recurrence relations. For example, trying to solve

an+2 = -4an + 8n2n ,

I begin with finding the roots in the characteristic polynomial associated with the homogeneous equation, so r1 = 2i and r2 = -2i.

Then, because the roots are complex, the general solution is

an(h) = 2n*(αcos(πn/2) + βsin(πn/2)).Now, my textbook suggests trying a function of the form

(An+B)2n

when trying to find the particural solution. I don't understand why and I have come across a couple of other examples which have made me equally confused as I am this time. Could anyone shed some light on the matter?

The procedure to 'attack' this type of problem is illustrated in...

http://mathhelpboards.com/discrete-mathematics-set-theory-logic-15/difference-equation-tutorial-draft-part-ii-860.html#post4671

Using the 'useful table' You arrive to the following relation...

$\displaystyle \gamma_{n}= 8\ n\ 2^{n} \implies w_{n} = 8\ 2^{n}\ (\chi_{0} + \chi_{1}\ n)\ (1)$

Kind regards

$\chi$ $\sigma$
 
chisigma said:
The procedure to 'attack' this type of problem is illustrated in...

http://mathhelpboards.com/discrete-mathematics-set-theory-logic-15/difference-equation-tutorial-draft-part-ii-860.html#post4671

Using the 'useful table' You arrive to the following relation...

$\displaystyle \gamma_{n}= 8\ n\ 2^{n} \implies w_{n} = 8\ 2^{n}\ (\chi_{0} + \chi_{1}\ n)\ (1)$

Kind regards

$\chi$ $\sigma$

Thank you!

In the post you linked it says "Some caution is to be adopted using the table 2.1 because the $w_n$ are valid only if the sequences themselves aren’t solution of the homogeneous DE and if that is the case a different procedure must be adopted."

Isn't the sequence a solution to the homogeneous equation in this example because the general solution is a product with $2^n$
 
vincentvance said:
Thank you!

In the post you linked it says "Some caution is to be adopted using the table 2.1 because the $w_n$ are valid only if the sequences themselves aren’t solution of the homogeneous DE and if that is the case a different procedure must be adopted."

Isn't the sequence a solution to the homogeneous equation in this example because the general solution is a product with $2^n$

The homogeneous equation is...

$\displaystyle a_{n+2} + 4\ a_{n} = 0\ (1)$

... and its solution is...

$\displaystyle a_{n} = 2^{n}\ \{ c_{0}\ i^{n} + c_{1}\ (- i)^{n}\}\ (2)$

The particular solution we have found is...

$\displaystyle w_{n} = 8\ 2^{n}\ (\chi_{0} + \chi_{1}\ n)\ (3)$

... and (3) is not a solution of (1)...

Kind regards

$\chi$ $\sigma$
 
Last edited:
chisigma said:
The homogeneous equation is...

$\displaystyle a_{n+2} + 4\ a_{n} = 0\ (1)$

... and its solution is...

$\displaystyle a_{n} = 2^{n}\ \{ c_{0}\ i^{n} + c_{1}\ (- i)^{n}\}\ (2)$

The particular solution we have found is...

$\displaystyle w_{n} = 8\ 2^{n}\ (\chi_{0} + \chi_{1}\ n)\ (3)$

... and (3) is not a solution of (1)...

Kind regards

$\chi$ $\sigma$

Oh, I actually think I get it now. Thank you for your patience!
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...

Similar threads

Back
Top