To use this calculator:[br][br][list=1][*]Enter a differential equation in the box for "dy/dx"[/*][*]Enter an initial value for [math]y(x)[/math]. In other words enter the value of [math]y(0)[/math]. [i]Note[/i]: This calculator only works for initial values when [math]x=0[/math]; sorry![/*][*]Slide [math]n[/math] for the desired number of successive approximations. [i]Note[/i]: the approximation very likely goes off the screen for larger values of [math]n[/math]; click and drag the left pane to view more terms of the approximation if needed. [/*][/list][i]Note[/i]: The specific solution is also plotted for many simple differential equations, that said it's easy to break the automated solver; if so the page will timeout and ask you to reload it. [br][br][i]Also Note[/i]: If the integrals of the Picard Sequence become overly complex, it is possible that you will not get higher order approximations due to a timeout. It's not that the Picard Sequence doesn't exist, it's just that GeoGebra can't calculate it, and in cases like this, the Picard Sequence is only of theoretical importance, not practical importance. This is frequently seen in differential equations with rational expressions with [math]y[/math] in the denominator.
[list=1][*][code]dy/dx = (3x^2 - x^4) * y[/code] and [code]y_0 = 1[/code] is cool to see some insight into how the method works[/*][*][code]dy/dx = 3x^2[/code] and [code]y[/code][code]_0 = 1 [/code]is cool to see what happens in the case of a very simple differential equation (that's really just a Calc 1 integral)[/*][*][code]dy/dx = sin(x)*y[/code] and [code]y_0 = [/code][code]1[/code] to see the impact of trigonometric functions.[/*][/list]