home
>
integration
>
simpson-rule

Simpson's 1/3 Rule Numerical Integration

Simpson's 1/3 Rule Numerical Integration is used to estimate the value of a definite integral. It works by creating an even number of intervals and fitting a parabola in each pair of intervals. Simpson's rule provides the exact result for a quadratic function or parabola.

baIn x dx = h/3 [(y0 + y5) + 2(y2 + y4) + 4(y1 + y3)]
Where 'x' is an equation 'a' refers Upper Limit and 'b' refers Lower Limit.



Simpson's 1/3 Rule Numerical Integration

Conditions to write equation:
Write exp(y) to calculate ey value
Write log(x,y) to find logyx value
Write sin(y) to get sin y value
Use pow(y,2) for y2
Use y as an operand
Please check your equation before submitting.
Click here to see Examples
Integral Calculus Calculator
Equation
Upper Limit
Lower Limit
 
Select the precision that you need:    

Result    f(y) =

Invalid Upper/Lower Limits

  



Numerical Integration using Simpson's 1/3 Rule is made easier. Free Online Integral Calculus Calculator.