由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 求解两个联立的二阶常微分方程 (我的方程)
相关主题
[转载] 请maple 或者 mathematica 的高手帮个忙!请问各位前辈,数值偏微分方程方面的书
[转载]侃侃计算数学 (微分方程数值解)遇到经典数学难题 (转载)
help on 微分方程 含可去奇点解法?请问数值求解一个简单微分方程的问题
解这个微分方程用什么数值方法?获得诺贝尔奖的好机会!
20个微分方程组成的微分方程组请教一个关于PDE数值解方面的问题
请教Matlab高手怎么求这个转角?
[合集] 请教数值 解二阶偏微分方程谁介绍一本差分法解偏微分方程的入门书?
如何求解这个微分方程, 求助!常微分方程求助
相关话题的讨论汇总
话题: dphai话题: dt话题: phai话题: theta话题: de
进入Computation版参与讨论
1 (共1页)
s*********n
发帖数: 18
1
我的方程如下:
U=2*Sin(alpha*t)
P=f1(e, de/dt, dphai/dt,theta,U) (关系式已知)
WX=Integrate (P*cos(theta)), theta varies in[0, pi]
WY=Integrate (P*sin(theta)), theta varies in[0, pi]
Fcos(phai)=WX(e,de/dt,dphai/dt)+m*(d2e/d2t)-m*e*(dphai/dt)*(dphai/dt) (1)
Fsin(phai)=WY(e,de/dt,dphai/dt)+m*e*(d2phai/d2t)+2*m*(de/dt)*(dphai/dt) (2)
Objective: Solve (1) and (2) for e(t) and phai(t).
Known: F, m,
Initial conditions: e(0)=0.5, phai(0)=0.5, de and dphai are assumed to be
zero.
My approa
c*******e
发帖数: 8624
2
I have seen a lot of people favoring Runge Kutta method.
In most cases, it is unnecessarily complicated. If you
just want to solve it, convert to 1st order system and use
matlab ode solvers. Much easier and straight forward.
I am not quite sure if your problem can be solved in this way.
I always use matlab as my first approach.

【在 s*********n 的大作中提到】
: 我的方程如下:
: U=2*Sin(alpha*t)
: P=f1(e, de/dt, dphai/dt,theta,U) (关系式已知)
: WX=Integrate (P*cos(theta)), theta varies in[0, pi]
: WY=Integrate (P*sin(theta)), theta varies in[0, pi]
: Fcos(phai)=WX(e,de/dt,dphai/dt)+m*(d2e/d2t)-m*e*(dphai/dt)*(dphai/dt) (1)
: Fsin(phai)=WY(e,de/dt,dphai/dt)+m*e*(d2phai/d2t)+2*m*(de/dt)*(dphai/dt) (2)
: Objective: Solve (1) and (2) for e(t) and phai(t).
: Known: F, m,
: Initial conditions: e(0)=0.5, phai(0)=0.5, de and dphai are assumed to be

s*********n
发帖数: 18
3
First, thanks for your concerns.
I did try Matlab ode solver. But I was faced with difficuty in time step
control. The ode function needs call another function which is time dependent.
I tried ode solvers several times. It didn't work for me in this case.

【在 c*******e 的大作中提到】
: I have seen a lot of people favoring Runge Kutta method.
: In most cases, it is unnecessarily complicated. If you
: just want to solve it, convert to 1st order system and use
: matlab ode solvers. Much easier and straight forward.
: I am not quite sure if your problem can be solved in this way.
: I always use matlab as my first approach.

s*********n
发帖数: 18
4
I have solved it. Thanks all. A sign error in the equation that I used to
derive my equations blocked me a couple of months.

dependent.

【在 s*********n 的大作中提到】
: First, thanks for your concerns.
: I did try Matlab ode solver. But I was faced with difficuty in time step
: control. The ode function needs call another function which is time dependent.
: I tried ode solvers several times. It didn't work for me in this case.

1 (共1页)
进入Computation版参与讨论
相关主题
常微分方程求助20个微分方程组成的微分方程组
哪里能下载用mathematica工具包数值求解二阶微分方程如Schrodinger equation?请教Matlab高手
求助:用matlad的PDEPE函数求解偏微分方程[合集] 请教数值 解二阶偏微分方程
请问数值求解一个简单微分方程的问题如何求解这个微分方程, 求助!
[转载] 请maple 或者 mathematica 的高手帮个忙!请问各位前辈,数值偏微分方程方面的书
[转载]侃侃计算数学 (微分方程数值解)遇到经典数学难题 (转载)
help on 微分方程 含可去奇点解法?请问数值求解一个简单微分方程的问题
解这个微分方程用什么数值方法?获得诺贝尔奖的好机会!
相关话题的讨论汇总
话题: dphai话题: dt话题: phai话题: theta话题: de