Recent content by HP007
-
MATLAB A differantial equaton to be solved using matlab
I want to solve the following differential equation using MATLAB and thus want to plot between x & y. dy/dx=(l*siny-b)/(sinx*cos(y-x)) boundary condition:at x=0;y=sine inverse of(b/l);- HP007
- Thread
- Matlab
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Graduate Trajectory of projectile with considerable drag
But I have already arrived at those set of coupled equations I want to know the way to solve it. Assist me in solving mathematical part of the problem. -
Graduate Trajectory of projectile with considerable drag
Facing some horrible mathematical situation while solving to find equation of trajectory of projectile when drag is proportional to v^2. my equations where i end up with are as follow: equation 1: mdv/dt=(-kv^2)+(-mgsinγ); equation 2: (-mv)dγ/dt=mgcosγ; equation 3: dx/dt=vcosγ; equation...