Project 1
Project 1
SECTION 31
Applied Numerical Methods
Project One
Submission date: 10/12/2022
Prepared by:
WALEED KHALED A19EM4039
MOAHMMED OMAR
AHMED ABDELHALIM A19EM4025
FARAG
Contents
1.Introduction
1.1 Abstract
1.2 Problem Statement
1.3 Report Objective
2.Discussion
1.1 Abstract:
Now adays the real-world applications in the fields of science and engineering such as
power units, machines and engines are highly compromised with some criterium such as control
& safety in which finding the roots of the governing equation for those systems becomes handful
e.x stability of the , those are monitored by a magnitude of accountabilities that enforce
implementations of mathematical modelling and numerical analysis which successfully helped
the modern world into making a big step towards the future of highly safe and dependable
technological aspects. In this project we are investigating the application of fixed beam structures
using fundamentals of modelling a linear system in which necessitates the presence of a
numerical approach which will be discussed for the given mathematical model which happens to
be a non- linear approach. For such event we noticed that for a proposed algorithm a magnitude
of numerical methods that can be carried on and establish the mathematical solving for the
problem. In addition, most “real world” applications are considered a non- linear type of
problems. Relating to the theory of selected numerical methods for building the proposed
algorithm a program has been developed, showcasing the results and a variation of objectives.
The program calculates within a margin of conditions as the analysis takes place along the
existing structure.
For this project we are investigating a solid structure problem in which we describe the
behaviour of the natural frequency of the dissipated structure. The problem discusses the
derivation of the governing equation of the structure in which the natural frequency can be
obtained given the values of the following parameters, young modulus (E), thickness (t),
density(𝜌) and length (L). The fundamental natural frequency equation for the rectangular fixed
beam is given as the following.
1 𝐸𝑡 3
𝑤1 = 𝛽√
2𝜋 1 𝜌𝐿4
The eigenfrequency is given as (β) is related to the natural frequency of the beam which is also
corresponding to the following matrix as the smallest absolute value of the characteristic
equation which indicates finding the smallest root of the following matrix
cosh (𝛽) sinh(𝛽) + sin (𝛽)
[A]=[ ]
sinh(𝛽) − sin (𝛽) cosh (𝛽)
1.3 Objective:
By the end of this report the investigation for this problem will show the following resolutions:
• To derive the governing equation of the structure and discuss finding the roots both
analytically and numerically.
• Depict demonstrative evidence for solving the governing equation numerically.
• Propose a valid algorithm for the selected numerical method.
• Build a program corresponding to the developed algorithm.
• Analyze and investigate the validity of the selected numerical method.
2. Discussion
The selected numerical method appropriate for this problem is the secant method. This
method allows to find the roots for any non-linear function without the need to differentiate
the function, which can be represented by the approximation of two consecutive iterative
value of the function as:
𝒇(𝒙𝒊 ) − 𝒇(𝒙𝒊−𝟏 )
𝒇′ (𝒙𝒊 ) ≈
𝒙𝒊 − 𝒙𝒊−𝟏
2.4 Algorithm
results = [results; {x0 x1 f(x1)}]; %assign the results of the iteration to the table
The error between the numerical method that was used and the exact solution is 0.002 as
shown in the results above. The exact solution was found by using an in-built function in
Matlab, and then evaluating the error between the exact solution and the result that was
found by the secant method. The error was too small as it is almost 0 which indicates that
the method used was accurate.
We learnt that the secant method appears to converges quicker than a linear rate, making
it more convergent than the bisection method.
Also, it does not necessitate the usage of the function’s derivative, which is not available in
a number of applications.
Finally, unlike Newton-Raphson method, which requires two function evaluations in every
iteration, it only requires one.
3. Conclusion
To conclude the objective of this project has been achieved since the natural frequency of
the rectangular fixed beam which has been obtained from the eigenfrequency Bn, by using
secant method that its iteration has converged the solution for the eigenfrequency to a
solution with an error of 0.01 %. Moreover, the derivation of the characteristic has
resolved the mathematical model to a much simpler model that can initiate the iteration
using secant method. The selected method has successfully converged to a logical result and
a very small percentage error for the natural frequency within the allocated criteria.
4. References
[1] Solution to Non- Linear Problems. ( march 2020). Dr.Faruq M