MA1024B-23S2 Tutorial 09 Page 1 of 2
Numerical Methods
1. Solve f (x) = 5 cos2 (x) − 8 sin5 (x) = 0 in [0.5, 1.5] for the root by Newton’s method
with the accuracy 10−6 . Use the initial approximation as x0 = 0.5.
2. Determine all the real roots of f (x) = −1 + 5.5x − 4x2 + 0.5x3 .
(a) Graphically and
(b) Using the Newton’s method to within 10−4 accuracy.
3. Find the order of convergence of Newton’s method.
4. A spherical storage tank with diameter of 6 ft contains 4f t3 of oil. The height of
the oil in the tank is governed by the equation,
πh2
V = 3 (3R − h)
Using Newton’s method with an initial guess of height as 0.5 ft, find the height to
which an 8 ft dipstick would be wet with oil, within an accuracy of 0.01.
5. Use Newton’s method formula and analyze based on the fixed point method to find
the root of f (x) = x − e−x accurate to 10−4 on [0,1]. Use an initial approximation
as x0 = 0.5.
6. (a) Apply Newton’s method to the function f (x) = tanh(x2 − 9) to evaluate its
known real root at x = 3. Use an initial guess of x0 = 3.2 and take a minimum
of 4 iterations.
(b) Did the method exhibit convergence onto its real root? Sketch the plot with the
result for each iteration shown.
7. If the addition of two numbers is 8 and the square root of their product is 41 , then use
Newton’s method to approximate to within 10−4 , the largest value of the first number
and corresponding second number using the initial approximation as x0 = 4.5.
MA1024B-23S2 Tutorial 09 Page 2 of 2
8. Develop an iterative procedure for evaluating the square root of the reciprocal of a
positive number by using Newton’s method. Use the developed formula to find the
approximation to the square root of the reciprocal of 3, taking an initial approxima-
tion x0 = 0.5
Multivariate Calulus & PDE
1. Find the volume of the wedge-like solid that lies beneath the surface z = 16 − x2 − y 2
√
and above the region R bounded by the curve y = 2 x , the line y = 4x − 2, and
the x-axis.
x2 y2
2. Evaluate the area of the ellipse a2 + b2 ≤ 1 using the transformation x = au and
y = bv.
3. By using the transformation x + y = u, y = uv, show that
Z 1 Z 1−x
e−1
ey/(x+y) dy dx =
x=0 y=0 2
.
4. Let R be the region bounded by x + y = 1, x = 0, and y = 0. Show that
x−y
ZZ
sin 1
cos dx dy =
R x+y 2
.
Hint: Let x − y = u, x + y = v.
5. Sketch the graph of the following.
(a) r = 6 cos 3θ; − π < θ ≤ π
(b) r = 4 cos θ; 0 ≤ θ ≤ 2π and r = 4 sin 2θ; 0 ≤ θ ≤ 2π, in the same plane
(c) r = a(1 + sin θ); 0 ≤ θ ≤ 2π and r = 3a(1 − sin θ); 0 ≤ θ ≤ 2π, in the same
plane
6. Draw the following two curves in the same plane.
π
C1 : r = 1 + sin(2θ), 0 ≤ θ ≤ 2
C2 : r = 1.5, 0 ≤ θ ≤ π2
Find the polar coordinates of the points of intersection between the two curves.