0% found this document useful (0 votes)
22 views3 pages

Computational Methode Worksheet

Uploaded by

Mulugeta Beza
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)
22 views3 pages

Computational Methode Worksheet

Uploaded by

Mulugeta Beza
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/ 3

WORKSHEET-1

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.

5. Determine the lowest positive root of f(x) = 8 sin(x) 𝑒 −𝑥 – 1,

b) Using the Newton-method (third iterations with initial guess 𝑥𝑖 = 0.3)


c) Using the secant method (fifth iterations with initial guess, 𝑥𝑖−1= 0.5 and 𝑥𝑖 = 0.4)
6. Determine the roots of the simultaneous nonlinear equations, using newton-method

Initiate the computation with guesses of x = 1.5 and y = 3.5.

7. Equations of the system given as like:

Find the roots of the equations by:

a) Using Gaussian Elimination method


b) Using LU- Decomposition method
c) Using LU-Decomposition, find the inverse of the system matrix
d) Using Gaussian Elimination using Partial Pivoting

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

You might also like