I have a nonlinear cable dynamic model as follows,
m[(∂u/∂t)-(∂ϕ/∂t v)]=-0.5 ρ_a dπCDt u|u|(1+ε)+(∂T/∂s)-wc sinϕ
m(∂v/∂t+∂ϕ/∂t u)=-0.5 ρ_a dπCDn v|v|(1+ε)+T (∂ϕ/∂s)-wc cosϕ
It involves both space and time derivatives. Finite difference scheme is used to discretize the partial differential equation as shown in figure 1.
where k is the time and j is the space. Since there are multiple unknown values (k+1 terms) are there, direct matrix inversion is not possible. It is found that Newton Raphson method can be used to solve such equations.
How to solve such an equation using Matlab?