solving Coupled nonlinear differential equation?

3 views (last 30 days)
theta(s)=Const(c1*cos(theta_initialvalue-alpha)+(yfinal-y(s))*cos(alpha)-(xfinal-x(s)*sin(alpha))
diff(x(s))=cos(theta(s))
diff(y(s))=sin(theta(s))
tan(aplha)=(yfinal-c1*(1-cos(theta_initialvalue))/(xfinal-c1*sin(theta_initialvalue))
% initial conditions
theta(s=0)=0;
x(s=0)=0;
y(s=0)=0;
c1=0.002;
Const=F/EI
EI=3.06*10^3;
F=13.3;,
xfinal.yfinal,theta_initialvalue and alpha=0;
initially x(s),y(s),theta(s)
how to get analytical and numerical solution of these coupled non linear differential equations?

Answers (0)

Categories

Find more on Systems of Nonlinear Equations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!