Solve Difference Equation for c_n

Click For Summary

Homework Help Overview

The discussion revolves around finding a closed-form expression for the sequence defined by the recurrence relation c_{n+1} = \frac{c_0 (3c_n + c_0)}{2c_n + c_0}. The subject area involves difference equations and transformations to linear forms.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various methods to transform the recurrence relation into a linear form. Some suggest using a specific transformation involving parameters α and β, while others express confusion about simplifying the resulting expressions. Questions arise regarding the treatment of constants and the implications of chosen values for β.

Discussion Status

Participants are actively exploring different approaches to simplify the recurrence relation. Some have made progress in deriving expressions but express uncertainty about the next steps. There is no explicit consensus, but constructive guidance has been provided regarding the choice of parameters.

Contextual Notes

There are constraints regarding the treatment of constants in the recurrence relation, and participants are navigating through algebraic complexities without reaching a complete solution.

foxjwill
Messages
350
Reaction score
0

Homework Statement


Find a closed-form expression for c_n.

c_{n+1} = \frac{c_0 (3c_n + c_0)}{2c_n + c_0}


Homework Equations





The Attempt at a Solution


Besides finding c_1, c_2, c_3, \ldots and looking for a pattern, I have absolutely no idea.
 
Physics news on Phys.org
Every recurrence equation of the form
c_{n+1}=\frac{\kappa\,c_n+\lambda}{\mu\,c_n+\nu},\quad \kappa\,\nu-\mu\,\lambda\neq0
can be brought into the linear form x_{n+1}=x_n+b_n with b_n known.
The transformation that does that, is
c_n=\frac{\alpha^{-n}}{x_n}+\beta
Plug this to your equation and choose \alpha,\beta in order to arrive to x_{n+1}=x_n+b_n
 
Rainbow Child said:
Every recurrence equation of the form
c_{n+1}=\frac{\kappa\,c_n+\lambda}{\mu\,c_n+\nu},\quad \kappa\,\nu-\mu\,\lambda\neq0
can be brought into the linear form x_{n+1}=x_n+b_n with b_n known.
The transformation that does that, is
c_n=\frac{\alpha^{-n}}{x_n}+\beta
Plug this to your equation and choose \alpha,\beta in order to arrive to x_{n+1}=x_n+b_n

How do I get that to simplify into the required form? I tried plugging it in like this:

\frac{ \alpha ^{-n-1} }{x_{n+1} }+ \beta =\left( \frac{1}{x_{0} }+ \beta \right)\left[ \frac{3\left( \frac{ \alpha ^{-n} }{x_{n} }+ \beta \right)+\frac{1}{x_{0} }+ \beta }{2\left( \frac{ \alpha ^{-n} }{x_{n} }+ \beta \right)+\frac{1}{x_{0} }+ \beta } \right]

but I couldn't figure out how to simplify it without being left with a x_n x_{n+1} term.
 
You don't change c_0 into \frac{1}{x_0}+\beta because it is a constant. Just write

\frac{ \alpha ^{-n-1} }{x_{n+1} }+ \beta =c_0 \frac{3\left( \frac{ \alpha ^{-n} }{x_{n} }+ \beta \right)+c_0}{2\left( \frac{ \alpha ^{-n} }{x_{n} }+ \beta \right)+c_0}

and calculate \alpha,\beta. No term x_n\,x_{n+1} must survive.
 
Here's what I have so far:

After making the substitution you suggested, I solved for \beta by noticing that in order for the x_n x_{n+1} term to disappear, either \alpha=0 or c_0^2 + 2c_0\beta -2\beta^2 = 0. Solving, I got \beta=\pm \frac{c_0}{2} (1+\sqrt{3}). For convenience, I only used \beta = \frac{c_0}{2} (1+\sqrt{3}). Am I allowed to do that?

So, substituting in, I got
x_{n+1} = \left ( \frac{2+\sqrt{3}}{2-\sqrt{3}} \right ) \frac{x_n}{\alpha} + \frac{2}{c_0\alpha^{n+1} (2-\sqrt{3})}.​

This is where I get "stuck". I figured out a way to solve for x_n that's analagous to finding an integrating factor for a linear ODE, but it involves really nasty algebra. Is there a better way?
 
Last edited:
You are almost there! :smile:
Choose for
\alpha=\frac{2+\sqrt{3}}{2-\sqrt{3}}
in order to eliminate the coefficient of x_n. Can you solve the resulting equation?
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K