Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
2 views

Exercises 3

The document outlines a series of exercises focused on numerical methods for approximating derivatives and integrals. It includes tasks such as using forward and backward difference formulas, three-point formulas, and various numerical integration techniques like Trapezoidal, Simpson's, Midpoint rules, and Gaussian quadrature. Specific functions and values are provided for calculations and approximations.

Uploaded by

gkdeniz2002
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Exercises 3

The document outlines a series of exercises focused on numerical methods for approximating derivatives and integrals. It includes tasks such as using forward and backward difference formulas, three-point formulas, and various numerical integration techniques like Trapezoidal, Simpson's, Midpoint rules, and Gaussian quadrature. Specific functions and values are provided for calculations and approximations.

Uploaded by

gkdeniz2002
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Exercises 3

1. Values for f (x) = e−x − 1 + x are given in table.

x 0.8 1 1.2 1.4


f (x) 0.2493 0.3679 0.5012 0.6466

a) Use forward-difference and backward-difference formulas to approximate


f 0 (1)
b) Use three-point formulas to approximate f 0 (1) and find error bounds for
the three-point midpoint formula.

2. Let f (x) = x2 ln x + 1. Use the second derivative formula to approximate


00
f (1) when h = 0.2.

3. Approximate the following integral using the Trapezoidal, Simpson’s and


Midpoint rules.
Z0
x ln (1 + x) dx
−0.5

4. Approximate the following integrals using Gaussian quadrature with n =


2
Z1 Z1
2
2
dx and x2 e−x dx
x −4
−1 0

You might also like