0% found this document useful (0 votes)
8 views2 pages

U3 Jan2024

The document outlines a calculus assignment for the year 2023/24, focusing on improper integrals and area calculations. It includes specific problems requiring the computation of integrals, area under curves, and the application of numerical methods such as the trapezoid and Simpson's rules. Additionally, it provides formulas for error estimation in these numerical methods.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

U3 Jan2024

The document outlines a calculus assignment for the year 2023/24, focusing on improper integrals and area calculations. It includes specific problems requiring the computation of integrals, area under curves, and the application of numerical methods such as the trapezoid and Simpson's rules. Additionally, it provides formulas for error estimation in these numerical methods.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Calculus and Numerical Methods.

Year 2023/24
Unit 3. 10 January 2024

Full name: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

1. (2 + 2 p) Compute the following improper integrals:


Z 9
dx
(a) √
0 x(x + 9)
Z π
(b) ex · cos(3x) dx
−∞

2. (2.5 p.) Find the area of the region bounded by the graphs of the function f (x) = x · log(x + 1), the
line x = 2 and the x-axis.
Z 2
dx
3. (3.5 p) We consider the integral I = .
0 x+2

1
(a) For f (x) = , find upper bounds on |f ′′ (x)| and |f (4) (x)|, where x ∈ [0, 2].
x+2
(b) Calculate two approximations of I using the simple trapezoid and simple Simpson’s rules. De-
termine upper bounds on the errors.

(c) Determine the number of subintervals to divide [0, 2] to approximate I up to an error 10−5 when
we use the composite trapezoid rule. Write the formula that gives the approximation.

(d) Repeat part (c) by using the composite Simpson’s rule.


Formulas

ˆ Trapezoid rule (composite)


Z b
I= f (x) dx
a
 
n−1
b − a X
I∗ = f (a) + f (b) + 2 f (xj )
2n
j=1

b−a
where xj = a + j , j = 0, 1, . . . , n
n
(b − a)3
|I − I ∗ | ≤ M2
12 · n2

where |f ′′ (x)| ≤ M2 , ∀x ∈ [a, b].

ˆ Simpson’s rule (composite)


Z b
I= f (x) dx
a
 
n n−1
b−a X X
I∗ = f (a) + 4 f (x2j−1 ) + 2 f (x2j ) + f (b)
6n
j=1 j=1

b−a
where xj = a + j, j = 0, 1, . . . , 2n
2n
(b − a)5
|I − I ∗ | ≤ M4
25 · 90 · n4

where |f (4) (x)| ≤ M4 , ∀x ∈ [a, b].

You might also like