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

Final Numerical, Mechatroniat

The document outlines the midterm and final exam structure for the Numerical Analysis course at Fayoum University, including the total marks and duration for each exam. It contains various problems related to numerical methods, such as the bisection method, Newton-Raphson method, modified Euler's method, curve fitting, Simpson's rule, and Jacobi method. Each problem specifies the points awarded and the requirements for solving them.

Uploaded by

ahmedkheder0303
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)
5 views2 pages

Final Numerical, Mechatroniat

The document outlines the midterm and final exam structure for the Numerical Analysis course at Fayoum University, including the total marks and duration for each exam. It contains various problems related to numerical methods, such as the bisection method, Newton-Raphson method, modified Euler's method, curve fitting, Simpson's rule, and Jacobi method. Each problem specifies the points awarded and the requirements for solving them.

Uploaded by

ahmedkheder0303
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

.‫د‬.‫أ‬ ‫ إسالم عبد العزيز‬.

‫د‬ ‫لجنة املمتحنين‬


Faculty of Engineering – Fayoum University
Eng. Dept. :Mechanical Engineering
Academic Year:2024/2025
Fall Semester Winter Semester
Study Level: …………………. Total mark: 60
Midterm Exam Final Exam
Course Allowed No.of
Course Numerical Analysis MTH-C201 3 hours 2
Code time pages
Answer the following questions:

Problem 1: Choose the correct answer (5 points)


1. In the bisection method, how is the next interval determined after evaluating the function at
the midpoint?
a) By comparing the midpoint with the endpoints b) By halving the interval
c) By evaluating the function at both endpoints d) By adjusting based on the
derivative
2. In which of the following methods proper choice of initial value is very important?
a) Bisection b) false-position c) Newton Raphson d)Bairsto

3. In fixed-point iteration, what does the iteration formula look like?


a) x = f(x) b) x = f'(x) c) x = x - f(x) d) x = x + f(x)
4. What is a root correct to three decimal places of the equation x3 – 3x – 5 = 0 by Using
Newton-Raphson method?
a. 2.222 b. 2.279 c. 2.275 d. 2.223

5. If the value of the approximate solution using Euler’s method of the D.E. y'=x(y+1),
y (0) =λ is y(0.2)=1.02, h=0.1. Then λ equals?
a.0 b. -1 c. 2 d. 1

Problem 2: (10 points)


Use Newton’s method to find the point of intersection between the curves y=lnx+2, and y=x ,
correct to three decimal places, use xo=0.1 , xo=3 ( solve twice, one for each initial value)
Problem 3: (15 points)
Use modified Euler’s method to get y at x=0.6, 0.8 if y ′ = √x + y , y(0.4)=0.41. correct to 3
decimal places.
Problem 4: (10 points):
Fit the curve 𝑓(𝑥) = 𝑎𝑜 𝜑𝑜 (𝑥) + 𝑎1 𝜑1 (𝑥) + 𝑎2 𝜑2 (𝑥) , and then find RMS of the errors for the
following data:

x 0 1 2 3
y 3.8 6.2 31.8 82.2
Where: 𝜑𝑜 (𝑥) = 1 , 𝜑1 (𝑥) = 2𝑥, 𝜑2 (𝑥) = 4𝑥 2 − 2

Problem 5: (10 points )


𝜋
Using simpson rule with n=6, evalute the integral ∫0 sin 𝑥 𝑑𝑥
2

Problem 6: (15 points)


1
𝑜
Use Jacobi method to solve the following system of linear equations with 𝜀=0.09, 𝑥 = [1]
1
𝑥 + 5𝑦 − 𝑧 = 7
8𝑥 + 𝑦 + 𝑧 = 26
𝑥 − 𝑦 + 5𝑧 = 7

End of Exam
With my best wishes

You might also like