Find Roots: Explaining the Need for Numerical Methods

  • Thread starter Thread starter vigintitres
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
Finding the roots of a function is essential in engineering as it helps identify the zeros and poles of transfer functions, which are crucial for designing filters and assessing system stability. Roots provide a basis for optimization, allowing engineers to determine maximum values by analyzing where derivatives equal zero. This process is fundamental to transforming equations into a solvable form, often leading to insights about the behavior of systems. Even if roots are not rational or real, their values are still significant in various analyses. Understanding the importance of root-finding is vital for anyone involved in numerical methods and engineering applications.
vigintitres
Messages
25
Reaction score
0
I am in a numerical methods class, which uses MATLAB and c to do methods like regular falsi and Newton raphson. I should know this, but why do we bother finding the value of x that makes our function evaluate to zero? Is it so that we have some basis as to where to start or stop a certain process or something? I guess I'm really asking why do we need to find roots when you have an equation for some thing that you are analyzing. Thank you
 
Engineering news on Phys.org
vigintitres said:
I am in a numerical methods class, which uses MATLAB and c to do methods like regular falsi and Newton raphson. I should know this, but why do we bother finding the value of x that makes our function evaluate to zero? Is it so that we have some basis as to where to start or stop a certain process or something? I guess I'm really asking why do we need to find roots when you have an equation for some thing that you are analyzing. Thank you

Good question. We find roots of the numerator and denominator of a transfer function in order to find where the zeros and poles of the tranfer funtion are located in frequency. This is used in the design of the transfer function, to shape it as a LP, BP, HP, or other function. It also helps us evaluate the stability of the transfer function for various input signals, etc.

http://en.wikipedia.org/wiki/Pole–zero_plot

.
 
Optimization is one of the most important and common tasks in engineering. Optimization means finding the maximal value of something with respect to some variables. To find the maximal value, you take derivatives with respect to your variables, and then find the places where those derivatives are zero.

Thus, finding the zeros of a function is one of the most fundamental mathematical tasks in all engineering.

- Warren
 
chroot said,
finding the zeros of a function is one of the most fundamental mathematical tasks in all engineering.
You can say that again!

Any time a situation can be represented with a rational or polynomial (or who knows what other type of) equation, you may transform that equation into a form of an expression equal to zero. If this is an equation in one variable, then certainly, you are essentially looking for one or more roots as the solution to the unknown variable. Note that the roots may not always be rational; they may not always be Real; but you would still be interested in finding their values. A person does not need to be an engineer in order to accept that. (this topic is in the General Engineering board)
 
Thread 'I need a concave mirror with a focal length length of 150 feet'
I need to cut down a 3 year old dead tree from top down so tree causes no damage with small pieces falling. I need a mirror with a focal length of 150 ft. 12" diameter to 36" diameter will work good but I can't think of any easy way to build it. Nothing like this for sale on Ebay. I have a 30" Fresnel lens that I use to burn stumps it works great. Tree service wants $2000.
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...
Back
Top