Question: numerical approximation methods

If we use numerical approximation to my integral(methods available in Student[NumericalAnalysis] package) the answer will be better or worse? I used simpson method for the my integral and i want you to compare this answer with the direct answer that we reached in the last comment..thank u so much

the first answer is the direct answer, and second & third answer is the use of simpson rule withh the numerical methods.which answer is better?



(1)

(2)

(3)

(4)

(5)

 

 

(6)

INTEGRAL: Int(1/2*(1500-50*x)*(5-x)*2^(1/2)*exp(-1/2*(x-7)^2)/Pi^(1/2),x=0..30) = -2250            

APPROXIMATION METHOD: Simpson's Rule
---------------------------------- INFORMATION TABLE ----------------------------------
    Approximate Value         Absolute Error         Relative Error
         -2484.15228              234.152285             10.41 %
---------------------------------------------------------------------------------------
Number of Function Evaluations:     21

The command to numerically approximate the integral of the expression above using Simpson's rule is

(7)



Download e1-9(question).mw

 

 

 

 

Please Wait...