0% found this document useful (0 votes)
3 views1 page

TD1 Maths6

The document contains exercises focused on solving nonlinear equations using various numerical methods such as the Bisection Method and Newton's Method. It includes tasks for graphically separating roots, calculating roots with specified precision, and providing error estimates. Additionally, it explores finding minimum points of functions and requires computations for specific roots of given equations.

Uploaded by

Khir saleh
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)
3 views1 page

TD1 Maths6

The document contains exercises focused on solving nonlinear equations using various numerical methods such as the Bisection Method and Newton's Method. It includes tasks for graphically separating roots, calculating roots with specified precision, and providing error estimates. Additionally, it explores finding minimum points of functions and requires computations for specific roots of given equations.

Uploaded by

Khir saleh
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/ 1

I: Solving Nonlinear Equations f (x) = 0

EXERCISE 1
1. Graphically separate the roots of the equation:

f (x) = x4 − 2x2 − 1 = 0.

2. Find the smallest root of this equation using the Bisection Method and Newton’s Method with
a precision of 5 × 10−2 .

3. Find the number of iterations required to achieve a precision of 10−5 using the Bisection Method.

EXERCISE 2
Consider the function:
f (x) = x3 − 3 − ex .
Separate the real roots of f .

1. Calculate the largest real root using the Bisection Method with a precision of 10−2 .

2. Find the number of iterations required to achieve a precision of 10−5 .

3. Provide an error estimate in this case.

EXERCISE 3

1. Provide a sequence using Newton’s Method to compute the fifth root of a real number A ( 5 A).

2. Compute 5 4 by stopping after the 5th iteration. (Use 5 decimal places in calculations.)

3. Deduce the value of 5 160.

EXERCISE 4
1. Provide the Newton’s Method sequence to compute the abscissa (x-coordinate) of the minimum of
the following function:
1
f (x) = x3 + 3x − 2 ln(x).
3
2. Compute this abscissa by stopping at the third iteration.

3. Provide the coordinates of this minimum with a precision of 10−3 .

EXERCISE 5
Consider the following nonlinear equation:

f (x) = x2 + 10 cos(x) = 0.

1. Separate the four roots of this equation.

2. Compute the largest root of the equation using Newton’s Method with a precision of 5 × 10−2 .

3. Deduce the value of the smallest root.

You might also like