Assignment 6
Assignment 6
Assignment 6
Non-linear system
1. Use Newton - Raphson method to find a solution for the following two non linear
equations 𝒙 𝐜𝐨𝐬 𝒚 = 𝟏 and 𝒚 + 𝐬𝐢𝐧 𝒙 = 𝟎. 𝟕. Start with (1.5 , 0.7) and stop after two
iterations.
2. Use Newton's method to evaluate one real root for the following non- linear
equation x 2 + 2 y 2 = 3 & 3x = cos y near (0.2 , 0.8), stop after 2 iterations.
3. Rearrange the following system in a form suitable for the fixed point iterative
method and locate the root near (0.6,0.6).
x − sinh y = 0
.
2 y − cosh x = 0
Stop after four iterations and get your relative error.
4. Use Newton method to solve the system e x + xy = 1 & sin( xy) + x + y = 1 Start with
(0.1 , 0.9) and stop after two iterations, then find the relative error for your solution.
x − sinh( y ) = 0
5. For the system
2 y − cosh( x) = 0
Solve using Newton's method near (0.6 , 0.6) and stop after two iterations.
8. Indicate which of the following functions is suitable for finding a real root of the
nonlinear system of equations below, using fixed point method, Why?
xy − cos y = −1 & xe y + y 2 = 2 near (1.9 , 0.1):
cos y − 1
a) x = (2 − y 2 )e − y & y=
x
cos y − 1 2 − y2
b) x = & y = ln
y x
cos y − 1
c) x = & y = 2 − xe y
y
d) x = (2 − y 2 )e − y & y = cos −1 ( xy + 1)
9. Consider the following nonlinear system of equations:
𝐜𝐨𝐬𝐡−𝟏 𝒙 + 𝒆𝒕 = 𝟐. 𝟔𝟏 and 𝟑 𝐬𝐢𝐧 𝒙𝒚 + 𝒚𝟐 = 𝟐. 𝟑 near (𝟏. 𝟐 , 𝟎. 𝟔)
Are the following equations the proper choice when using Fixed point method?
𝒙 = 𝐜𝐨𝐬𝐡(𝟐. 𝟔𝟏 − 𝒆𝒚 ) and 𝒚 = √𝟐. 𝟑 − 𝟑 𝐬𝐢𝐧 𝒙𝒚
Explain why.
10. Use Fixed Point method to find a real root for the following system of nonlinear
equation near (0.25,0.25)
𝟓𝒙𝟐 − 𝒚𝟐 = 𝟎 and 𝒚 − 𝟎. 𝟐𝟓 𝐬𝐢𝐧 𝒙 − 𝟎. 𝟐𝟓 𝐜𝐨𝐬 𝒚 = 𝟎
Check the conditions of convergence. Stop after 2 iterations. Comment on your
results.
12. Find one real root for the nonlinear equation: 𝒙 + 𝐜𝐨𝐬 𝒙𝟐 = 𝟎. 𝟕𝟕 near 𝒙 = 𝟏. 𝟕
using Newton-Raphson’s method. Stop after 3 iterations. Estimate the percentage of
approximate error.