dirk_mec1
- 755
- 13
Homework Statement
Solve from the differential equation below numerically for the function \phi(x) for x \in [0,L]
\phi '' (x) + D(x) sin(\phi (x) ) + E sin(\phi (x) ) cos( \phi (x) ) = 0
with D(x) a polynomial.
Homework Equations
Matlab.
The Attempt at a Solution
I can rewrite it in a state space form and then iterate towards the function \phi(x) if D is constant. But what can I do with that pesky D(x). If I am iterating towards D(x) I cannot iterate, right?