Computational Methode Worksheet
Computational Methode Worksheet
1. Determine the mathematical modelling for the electrical system given in figure 1.
a) b)
Figure: 1
2. For f(x)=-0.1 𝑥 6 -0.25𝑥 5 -0.5𝑥 3 -0.25x+4, at x = 0.5 using a step size of h = 0.5 and 0.25. find
a) True value and Approximate value
b) True Error and Relative true Error
c) Approximate Error and Relative approximate Error
d) Absolute Relative approximate Error
3. Using the bisection method find the roots of the function f(x) = sin 10x + cos 3x on [0,5]
4. Figure: 2 shows that a uniform beam subject to a linearly increasing distributed load.
Figure: 2
The equation for the resulting elastic curve is:
𝑑𝑦
Use bisection method to determine the point of maximum deflection (that is, the value of x where 𝑑𝑥 =0).
Then substitute this value into given equation to determine the value of the maximum deflection. Use the
following parameter values in your computation: L=600cm, E=50,000𝐾𝑁⁄𝑐𝑚2, I=30,000𝑐𝑚4 , and
𝑤0 =2.5 kN/cm.
8. Find the first approximate root of the equation 2x3 – 2x – 5 = 0 up to 4 decimal places using fixed point
iteration.
9. Find the first approximate root of the equation x3 – 3x – 5 = 0 up to 4 decimal places fixed point iteration.
10. Find the first approximate root of the equation 2x3 – 7x2 – 6x + 1 = 0 up to 4 decimal places fixed point
iteration.
11. Determine the root of the given equation x2-3 = 0 for x ∈ [1, 2], using Bisection’s method.
12. Use the method of substitution to solve the following system of equations.
a. b. c.
13. Graph the lines 2x-4y=1and -4x+8y=-2. How are the graphs related? Given that the solutions of this
system are the points that lie on both lines (or the points that satisfy both equations), describe the solutions
of this system.
Assignment: - Q1, Q2, Q3, Q5, Q6, Q7, Q10, and Q13