Recent content by dugironbeard

  1. D

    Solve MATLAB Homework: Find x1|t=0 for q=0.45

    Right, next day. I have found the initial values of between 1.15 and 1.25. Now to be honest I understand the intention of the shooting method but I have no clue whatsoever how to write it into a MATLAB code. Problem is I have two different files, one with the initial ode45 and the next one...
  2. D

    Solve MATLAB Homework: Find x1|t=0 for q=0.45

    Alright, Well I am going back in tomorrow. Ill google a bit how to make a script for this shooting method.
  3. D

    Solve MATLAB Homework: Find x1|t=0 for q=0.45

    Thanks a lot for your reply uart. Alright so first I am going to make a IC greater than 0.45. And than I have to write a root search algorithm. Secondly really stupid maybe (English is not my native language), what is perturbate?
  4. D

    Solve MATLAB Homework: Find x1|t=0 for q=0.45

    Homework Statement dx(1)/dt=-0.1x(1)-x(2) dx(2)/dt=x(1)-0.1x(2) x1|t=0 = 1 , x2|t=0 =0 First we had to define the magnitude (q) of the velocity vector at t = 10. The follow up question is: The horizontal component x1|t=0 of the starting position is not known very accurately...
Back
Top