| New Reply |
Solving differential equations in four variables |
Share Thread | Thread Tools |
| Nov16-10, 06:28 PM | #1 |
|
|
Solving differential equations in four variables
I have been trying to solve a problem MATLAb regarding my project and it involves solving set of differential equations involving four variables. It is turning into quite a headache and i was actually wondering if ode45 or ode23 would be sufficient for such a problem.
Problem Structure ---------------------------------- dw/dt = f(z) * dy/dt w * dx/dt = g(z) * dy/dt w * dy/dt = f(z) + g(z) * dx/dt + j(z) * dz/dt w * dz/dt = j(z) * dy/dt x(0)=0, y(0)=0, z(0)=0, dx/dt(0)=0, dy/dt(0), dz/dt(0)=v I am supposed to plot 'dw/dz' vs 'z' ---------------------------------- Any insights regarding the problem are extremely welcome. Thank You, Sridatta |
| Nov19-10, 09:44 PM | #2 |
|
|
Do you know what f(), g() and j() are?
Different question, what if you just inspected your equations and wrote down (dw/dt)/(dz/dt)= You need to be cautious with that and think about what it means and what you are doing. I'm not certain that will accomplish your goal. |
| Nov21-10, 09:10 PM | #3 |
|
|
yeah, f,g,j are complex exponential equations based on 'z' (actually they represent elctromagnetic wave components in a waveguide)
|
| New Reply |
| Tags |
| differential, equations, ode23, ode45, variables |
| Thread Tools | |
Similar Threads for: Solving differential equations in four variables
|
||||
| Thread | Forum | Replies | ||
| Solving 2 unknown variables with 2 equations | Calculus & Beyond Homework | 2 | ||
| Solving for du/dx with multiple variables/equations | Calculus & Beyond Homework | 7 | ||
| Solving for variables using 3 different equations (simultaneous equations) | Precalculus Mathematics Homework | 1 | ||
| [Mechanics] Solving equations with 2 variables | Precalculus Mathematics Homework | 1 | ||
| solving equations for variables | General Math | 2 | ||