Tested tool guide
Tested browser tools
Checked August 16, 2026
What Slope Field Visualizer does, with a checked example
A differential equation such as dy/dx = -y can be read before it is solved. At every point of a grid the tool draws a short segment whose slope equals f(x, y): the slope field. Solution curves run tangent to these segments, and clicking anywhere steps a numerical solution curve through the point you chose. Most users are surprised by two things: the traced curves are approximations, not exact solutions, and where f(x, y) is undefined - a division by zero, say - the field goes blank and curves can blow up or stop in ways the picture cannot show.
Worked example
A concrete input and expected output from the current implementation.
Input
dy/dx = x, then click the point (2, 3)
->
Expected output
Every segment in the column x = 2 has slope 2, and every segment in the column x = 1 has slope 1; along the y-axis the segments are horizontal. Clicking at (2, 3) traces the parabola y = x^2/2 + 1, which passes through (2, 3) since 4/2 + 1 = 3. Entering y = x^2/2 + 1 as an exact solution overlays the traced curve exactly.
For dy/dx = x the slope depends only on x, so the field repeats down each vertical column and the isoclines are the vertical lines x = k. Antidifferentiating gives the family y = x^2/2 + C; the curve through (2, 3) fixes C = 3 - 2 = 1.