Recent content by que

  1. Q

    Euler's Method for Solving Differential Equations with Non-Uniform Step Sizes

    yes HallsofIvy i read the problem correctly that why i was confused since all the book problems use an h that is divide evenly into the length of the intervals.
  2. Q

    Euler's Method for Solving Differential Equations with Non-Uniform Step Sizes

    ok so what i get. (x0,y0) = (0,1) X1 = .25 Y1 = 1 + .25(1*cos(0)) = 1.25 i do this until x3,y3 where x3 = .75, and y3 = 1.8935 do i stop there since doing one more step will be > pi/4? thanx.
  3. Q

    Euler's Method for Solving Differential Equations with Non-Uniform Step Sizes

    I need some clarification please the question is: -Using Euler's method with h = .25 given dy/dx = ycosx ,y(0) = 1 on the interval 0 <= x =< pi/4. are the X's : pi/12, pi/6, pi/4 OR .25, .50, .75 ?? some help please que.
Back
Top