Math 302, Differential Equations JHU

Math 302X
- HW3.pdf
- Statement on Disabilities
- Statement on Ethics
- Homework
- Java Tools
 
- An example of a circuit
- An example of a circuit
- An example of a circuit
- An Application to Population Dynamics
- An application to Population Dynamics
- Slope Field Calculator
- ODE 2D Calculator
- ODE 2D Calculator
- ODE 3D Calculator
- ODE 3D Calculator
- Slope Field Calculator
- Slope Field Calculator
- Solution Verifier
- Solution Verifier 2D
- Solution Verifier 2D
- Solution Verifier
- A Lotke-Volterra System
- A Lotke-Volterra system
- Labor Managed Oligopoly - Two firms
- ODE 3D Calculator
- 2D Map Calculator
- A model of sunami
- A model of sunami
- The three body problem
- The two body problem
- The two body problem
- Van der Pol Equation
- Van der Pol Equation
- List of parameters of the JOde Applet
- Browser test
+ Generated Documentation (Untitled)
- ODE 2D Calculator
+ Using Marek Rychliks's Applet for Euler's Method
- JOde Manual Page
- JOde - An Applet for Studying Ordinary Differential Equations
- ODE 2D Calculator
- Syllabus
Math Dept. Home
Help room

Solution Verifier 2D

If you have a formulas which express the solution of a system of equations
dx/dt = f(x, y, t)
dy/dt = g(x, y, t)
in terms of the initial condition x=x0, y=y0 at t=t0:
x = A(x0, y0, t0, t)
y = B(x0, y0, t0, t)
then you can plug it in the applet and see if blue curves (numerical solutions) coincide with red curves (obtained from your formula). You can also use this method to verify whether your formula holds for some particular initial conditions. In the example below, we compare the solution to the equation d^2x/dt^2 = t + x - x^2 to its Taylor series solution. First, this equation is re-written as a system of two equations:
dx/dt = y
dy/dt = t + x - x^2
and the resulting system is fed into the applet.

View Instructions on using the Applet

Marek Rychlik (rychlik@u.arizona.edu)

Author's Home Page: http://alamos.math.arizona.edu

 


This page last modified Sun Sep 12 12:32:29 2004
Questions? Comments? Please send feedback to jason howald