Expt 3_Assignment (1)
Expt 3_Assignment (1)
Root Finding
Bisection, Secant & Newton-Raphson Methods
)
25
4-
02
(2
ge
1. Use Bisection and False Position Methods to find the root of the function f (x) =
lle
x3 + 6x2 − 11x − 6 that lies in the interval [2.25, 4] to an accuracy of six-decimal places.
Co
Compare the root estimates and number of iterations required to obtain the given con-
vergence by the two methods using a Data Frame .
du
Plot the function in the given range and verify the estimated root with the graphical
in
solution.
-H
Visualize the convergence of the two method using suitable plots.Also plot the function
ics
in the given range and verify the estimated root with the graphical solution.
s
hy
2. Falling Parachutist:
fP
Using Newton’s Law of motion the velocity of a falling parachutist can be derived as
v(t) = g cm (1 − e−(c/m)t ), where, m is the mass of parachutist, c is the drag-coefficient &
to
Estimate the drag coefficient for a parachutist of mass m = 68.1 kg to attain a velocity
tm
Methods .
p
Compare the drag coefficient estimates and number of iterations required to obtain a
De
convergence upto six decimal places. by the two methods. Use a Data Frame to
depict the comparison.
II
3. Solve the transcendental equation tan x = x in the interval [−4π, 4π] graphically and
lP
by the Bisection Method with a relative percentage error of 0.05. How many solutions
exist in the given interval?
ica
at
4. Use Bisection & False Position methods to locate the root of f (x) = x10 − 1 between
m
x = 0 & x = 1.3.
he
Compare the relative percentage error in the two cases after 5 iterations. Which method
at
5. Find the positive square root of 18 using the False Position method to within a relative
percentage error of 0.5.
Employ initial guesses of xl = 4 and xu = 5.
6. Use Newton-Raphson & Secant Methods to estimate the root of the function f (x) =
e−x − x starting with an initial guess of x0 = 0 with a relative percentage error of 10−8 .
Plot the function in the interval [0, 1] & verify the estimated root with the graphical
solution.
1
Use Data Frame to generate the table as follows:
7. Use False-Position & Secant Methods to estimate the root of the function f (x) = ln x
in three iterations, starting with initial guesses: xl = 0.5 & xu = 5 .
In both the cases, use Data Frame to tabulate the Error Estimate and the True
)
Percent Relative Error after each iteration. Hence, compare the convergence of the
25
two methods in root estimation.
4-
02
8. Archimedes Principle:
(2
According to Archimedes Principle, the buoyancy force is equal to the weight of fluid
displaced by the submerged portion of an object. For the sphere depicted in the figure
ge
below, use bisection method to determine the height h of the portion that is above
lle
water. The volume of the above-water portion of the sphere can be obtained as:
Co
π h2
du
V = (3r − h)
3
in
-H
Employ the following values for your computation: r = 1 m, density of sphere = ρs =
200 kg m3 and density of water = ρw = 1000 kg m3 .
s ics
hy
fP
to
en
tm
p ar
De
9. Electrostaic Force:
A total charge Q is uniformly distributed around a ring-shaped conductor with radius
II
a. A charge q is located at a distance x from the center of the ring as shown in the figure.
ics
1 qQx
lP
F =
4πo (x + a2 )3/2
2
ica
where o = 8.85 × 10−12 C 2 /(N m2 ). Find the distance x where the force is 1 N if
at
2
Kirchhoff ’s rules can be used to express the impedance of the system as
r
1 1 1 2
= + ωC −
Z R2 ωL
where Z = impedance (Ω) and ω = the angular frequency. Estimate the frequency ω that
)
25
4-
02
(2
results in an impedance of 75Ω using both bisection and false position methods with
ge
initial guesses of 1 and 1000 for the following parameters: R = 225 Ω, C = 0.6 × 10−6 F
lle
and L = 0.5 H.
Co
Determine how many iterations of each technique are necessary to estimate the frequency
with a relative percentage error of 0.1.
du
(Optional) Use the graphical approach to explain any difficulties that arise.
in
-H
11. Projectile Motion:
The trajectory of a ball is defined by the (x, y) coordinates, as displayed in the figure
below.
s ics
hy
fP
to
en
tm
p ar
De
g
y = (tan θo )x − x2 + yo
ics
2 cos2 θ
2v o o
s
hy
Find the appropriate initial angle θo , if the initial velocity vo = 20 m/s and the distance
to the catcher x = 40 m.
lP
Note that the ball leaves the thrower’s hand at an elevation of yo = 1.8 m and the catcher
ica
receives it at 1 m. Express the final result in degrees. Use a value of 9.81 m/s2 for g.
at
12. Rocket Propulsion: The speed v of a Saturn V rocket in vertical flight near the surface
he
Mo
v = u ln − gt
Mo − ṁt
where u = 2510 m/s = velocity of exhaust relative to the rocket, Mo = 2.8 × 106 kg =
mass of rocket at lift-off, ṁ = 13.3×103 kg/s = rate of fuel consumption, g = 9.81 m/s2 =
gravitational acceleration and t = time measured from lift-off.
Estimate the time when the rocket reaches the speed of sound = 335 m/s. Verify your
result with the graphical solution to the given problem.