Use Simpson’s Rule with five ordinates to find an approximate value for the integral e^(x^2)dx between the values of 0 and 1

Find the value of dx by dividing the difference between the integral boundaries by the number of ordinates minus 1. Therefore dx=(1-0)/4=1/4. Then define your ordinates, by 5 values between 0 and 1, where the difference between them is 1/4. The ordinates for this example will therefore be 0, 0.25, 0.5, 0.75 and 1. Then use simpson's equation: (dx/3)(f(x0)+4f(x1)+2f(x2)+4f(x3)+f(x4)) by substituting your ordinate values into the original equation e^(x^2). If you typed everything into your calculator correctly, you should yield the answer 1.4637.

JF

Related Maths A Level answers

All answers ▸

Differentiate this equation: xy^2 = sin(3x) + y/x


Using the substitution x = 2cosu, find the integral of dx/((x^2)(4-x^2)^1/2), evaluated between x=1 and x=sqrt(2).


How do I do binomial expansions for positive integer n?


A particle is placed on a rough plane which is inclined to the horizontal at an angle θ, where tanθ =4/3, and released from rest. The coefficient of friction between the particle and the plane is 1/3. Find the particle's acceleration.