ODE Boundary Value Problem Solver

Input Parameters

Format Guide:

  • Enter second-order ODE in the form: y'' = f(x, y, y')
  • Examples:
    • y'' = -y (Simple harmonic oscillator)
    • y'' = 6*x (Simple polynomial solution)
    • y'' = -2*y' - y + x (With first derivative)
    • y'' = x*y' - y (Non-constant coefficients)
  • Use * for multiplication, ** for powers
  • Use mathematical functions like sin(x), exp(x), etc.
Example: y'' = -y + x
Loading...

Computing solution...