| Author |
Comment/Response |
Shahriar
|
01/10/09 4:44pm
Hi
Id like to solve the following two equations for vz[x] and omega[x] with NDSolve but Mathematica keeps giving me all sort of different errors.
-0.00001 +
\!\(\*SuperscriptBox["\[Omega]", "\[Prime]",
MultilineFunction->None]\)[x] +
\!\(\*SuperscriptBox["vz", "\[Prime]\[Prime]",
MultilineFunction->None]\)[x] == 0
-2 \[Omega][x] - \[Omega][x]^3/(
2 (10 + 2 \[Omega][x]^2 + \[Omega][x]^4)) -
\!\(\*SuperscriptBox["vz", "\[Prime]",
MultilineFunction->None]\)[x] == 0
with known boundary conditions of vz[0]==0 and vz[1]==0
Mathematica tells me the number of initial conditions are less than the order of the equation
When I use the shooting method and set another initial condition like vz'[0]==A where A is a swept variable, it doesnt like it. Ive even tried using omega[0]==A for the shooting method but it doesnt like it.
I can implement a system of nonlinear coupled equations with four boundary conditions (see first half of file submissionBCs.nb using the shooting method and it works very well) But when I want to do the system with two boundary conditions it doesnt work in second half of submissionBCs.nb.
Any help on this matter will greatly be appreciated
Thanks
Attachment: submissionBCs.nb, URL: , |
|