MHB Solving: a_n=3a_n-1 + 2n to cn + d = 3(c(n-1) + d) + 2n

  • Thread starter Thread starter yakin
  • Start date Start date
yakin
Messages
42
Reaction score
0
Did not understand how this $$a_n=3a_n-1 + 2n$$ changed into $$cn + d = 3(c(n-1) + d) + 2n$$

PS: By the way, i used MathType syntax it didn't change anything?
 

Attachments

  • Capture.JPG
    Capture.JPG
    27.2 KB · Views: 93
Last edited:
Physics news on Phys.org
You need to wrap your code within the math tags. The simplest way is to click the $\Sigma$ button on the toolbar (above the post field where you compose your post) to generate the tags, and then type your code in between them.

They are letting:

$$a_n=p_n=cn+d$$

And so wherever $a_n$ occurs in the recurrence, you replace it with $cn+d$. Do you see this is what they have done?

Now it is just a matter of using the method of undetermined coefficients to find $c$ and $d$. :D
 
Ok i got that, then they have simplified that expression to this expression how did they get this
$$(2 + 2c)n + ( 2d – 3c) = 0$$
 
yakin said:
Ok i got that, then they have simplified that expression to this expression how did they get this
$$(2 + 2c)n + ( 2d – 3c) = 0$$

They distributed, and then collected like terms and then factored. Give it a try, and if you can't get there, I will post my work. :D
 
I got it sir. Thanks!
 
yakin said:
I got it sir. Thanks!

We're pretty laid back and informal here...you can just call me Mark if you like. (Handshake)
 
MarkFL said:
We're pretty laid back and informal here...you can just call me Mark if you like. (Handshake)
Ok Mark.
 
Back
Top