Laplace transform for set of differential equations

aaaa202
Messages
1,144
Reaction score
2
I have a set of differential equations with the basic form:

dy_n/dt = t*(a_(n-1)*y_(n-1)+b(n+1)*y_(n+1)-2c_n*y_n)

So the time depence is a simple factor in front of the coefficient matrix. Does this set of differential equations have closed form solutions?
 
Last edited:
Physics news on Phys.org
aaaa202 said:
I have a set of differential equations with the basic form:

\frac{dy_n}{dt} = t(a_{n-1}y_{n-1}+b_{n+1}y_{n+1}-2c_ny_n)

So the time depence is a simple factor in front of the coefficient matrix. Does this set of differential equations have closed form solutions?

Change the independent variable to x, where \frac{dy_n}{dt} = t\frac{dy_n}{dx}. The resulting system is linear with constant coefficients and therefore has a closed form solution.
 
Nice! So I should substitute x=½t2?
Will this work for any system where the time dependence may be pulled outside the parenthesis on the RHS like in my example?
Also if I get a system with constant coefficients I may obtain a steady state solution where dy_n/dx=0. That does not seem realistic considering i started off with a system with time dependent coefficients.
 
Last edited:
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top