About this Verification Tool
Verifying a proposed solution is a key skill in differential equations. This calculator checks a trial function by measuring how well it satisfies the equation across an interval. It also checks optional starting or boundary conditions. The goal is practical confirmation, not blind trust.
Numeric Residual Checking
The tool uses numeric differentiation. It evaluates the entered solution at selected x values. Then it estimates first, second, and third derivatives with central difference formulas. These derivative values are placed into your residual equation. A residual close to zero means the solution fits the differential equation at that point.
Advanced Input Control
This approach is useful when hand algebra becomes long. It helps with linear equations, separable models, growth and decay, harmonic motion, and many converted forms. You can enter constants, change the tolerance, and control the derivative step. Smaller steps may improve accuracy, but extremely small steps can increase rounding error.
Understanding the Result
The residual column is the main evidence. The maximum absolute residual shows the worst error in the tested range. The root mean square residual shows the overall error. A pass result means all sampled residuals are within your tolerance. It does not prove symbolic equality everywhere, yet it gives strong numeric support.
Initial and Boundary Checks
Initial and boundary checks add another layer. You can test values such as y(0)=1, y1(0)=0, or y2(1)=-3. The calculator compares expected values with computed values. This makes it suitable for verifying complete solutions, not just general families.
Better Verification Habits
Use enough sample points to cover the interval. Smooth functions often need fewer points. Rapid oscillations need more points. Always inspect the table, not only the final badge. A single bad point can reveal an incorrect constant, sign, or exponent.
Exporting Your Work
For classwork, show the formula, the residual definition, and a few table rows. Export the CSV for spreadsheets. Export the PDF for notes or reports. Keep exact symbolic verification in your written work when required. Use this calculator as a fast checking companion.
Working With Converted Forms
Advanced users can test transformed equations. Put the differential equation in residual form, with the right side moved to zero. Use variables y, y1, y2, and y3. Add constants like k=2 or c=-4 when needed. Review units and domain limits before trusting any result for better decisions today.