Approximate Integral of cos(x^2)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
sugarxsweet
Messages
12
Reaction score
0

Homework Statement


I am having issues figuring out the error involved in the trapezoidal and midpoint methods for ∫cos(x^2) from 0 to 1 with n=8


Homework Equations


|Et|<= k(b-a)^3/(12n^2)
|Em|<=k(b-a)^3/(24n^2)


The Attempt at a Solution



f(x)=cos(x^2)
f'(x)=-2xsin(x^2)
f''(x)=-4x^2cos(x^2)

f''(1) = -3.844

Is it right given that f''(1) is negative? Just wanted to make sure! Thanks
 
Physics news on Phys.org
sugarxsweet said:

Homework Statement


I am having issues figuring out the error involved in the trapezoidal and midpoint methods for ∫cos(x^2) from 0 to 1 with n=8


Homework Equations


|Et|<= k(b-a)^3/(12n^2)
|Em|<=k(b-a)^3/(24n^2)


The Attempt at a Solution



f(x)=cos(x^2)
f'(x)=-2xsin(x^2)
f''(x)=-4x^2cos(x^2)

f''(1) = -3.844

Is it right given that f''(1) is negative? Just wanted to make sure! Thanks

It doesn't matter: k = max{|f''(x)|: 0 ≤ x ≤ 1}.

RGV