This document provides an overview of the bisection method for finding the roots of nonlinear equations. It begins with definitions of the bisection method and why it is used. The algorithm involves choosing initial values that bracket a root, then iteratively calculating the midpoint and narrowing the interval until the desired accuracy is reached. An example problem and real-life application are provided. Advantages are that the method is simple, robust, and guaranteed to converge for continuous functions. Disadvantages include slow convergence and inability to find roots if the function just touches the x-axis. In conclusion, while simple, the bisection method always converges to find roots.
Please Subscribe to this Channel for more solutions and lectures
http://www.youtube.com/onlineteaching
Chapter 10: Correlation and Regression
10.1: Correlation
Please Subscribe to this Channel for more solutions and lectures
http://www.youtube.com/onlineteaching
Chapter 3: Describing, Exploring, and Comparing Data
3.2: Measures of Variation
A histogram is a graphical display of data using bars of different heights. It organizes and displays the distribution of data values or ranges of data. The document discusses what a histogram is, why there is variation in data, how to construct a histogram, and key elements to study like location, spread, and shape of the data distribution. To construct a histogram, you need the minimum and maximum values, number of cells, class width, and lower boundaries of each class. This allows plotting the frequency distribution in a visual way.
Este documento trata sobre el error y la estabilidad en sistemas de control. Explica que el error se puede deber a cambios en la entrada, imperfecciones en los componentes, o la incapacidad del sistema de seguir ciertos tipos de entrada. Describe dos tipos de error: din叩mico durante el per鱈odo transitorio, y en estado estacionario como la diferencia permanente entre la entrada y salida. Finalmente, define la estabilidad como la capacidad de un sistema de responder con variaciones finitas, y tres tipos de estabilidad: relativa, limitada, y absol
1 informe (grupo b) p辿rdidas por fricci坦nDianaRevilla1
油
This document describes an experiment to determine friction losses in commercial steel pipes and the discharge coefficient of a Venturi meter. The system consisted of 31.678 m of 2" and 1 1/2" diameter galvanized iron pipe with fittings (flanges, 90属 elbows, sudden contraction and expansion, a gate valve) and a flow meter (Venturi meter). Water was flowed through the system at ambient conditions and pressure drops were measured at different flow rates using piezometers. Friction losses were calculated for three flow rates and the Venturi meter was found to cause the greatest pressure drop of all fittings for each flow rate. The experiment aimed to quantify friction losses in pipes and accessories and determine the Venturi meter
1. El documento describe conceptos fundamentales de la conservaci坦n de la masa y el flujo de energ鱈a en sistemas de fluidos. Incluye definiciones de flujo estacionario, trabajo de flujo, energ鱈a total de un fluido, y balances de energ鱈a.
2. Se presentan ejemplos de dispositivos de ingenier鱈a como toberas, difusores, turbinas, compresores y v叩lvulas de estrangulamiento.
3. Se explica el funcionamiento de c叩maras de mezclado y se resuelve un ejemplo sobre una ducha que me
This document provides an overview of descriptive and inferential statistics presented by Rommel Luis C. Israel III. It begins with an introduction and learning objectives. Next, it discusses key concepts in descriptive statistics like measures of central tendency (mean, median, mode), measures of variability (range, variance, standard deviation), and frequency. The document then covers inferential statistics techniques like linear regression, logistic regression, analysis of variance, analysis of covariance, t-tests, and correlation analysis. It concludes with an overview of upcoming topics on hypothesis testing.
Este documento presenta un resumen de los temas de estad鱈stica hidrol坦gica que ser叩n tratados en la clase, incluyendo pruebas de independencia, homogeneidad, t辿cnicas de estimaci坦n de par叩metros y an叩lisis de frecuencia de valores extremos. El documento tambi辿n incluye la lista de profesores a cargo de la clase y un 鱈ndice de los contenidos.
El documento trata sobre hidrogeolog鱈a. Explica conceptos clave como la clasificaci坦n de rocas seg炭n su capacidad para almacenar y transmitir agua, incluyendo acu鱈feros, acuicludos y acuitardos. Tambi辿n define t辿rminos como porosidad, permeabilidad y transmisividad que caracterizan el movimiento del agua subterr叩nea.
The document discusses curve fitting and the principle of least squares. It describes curve fitting as constructing a mathematical function that best fits a series of data points. The principle of least squares states that the curve with the minimum sum of squared residuals from the data points provides the best fit. Specifically, it covers fitting a straight line to data by using the method of least squares to compute the constants a and b in the equation y = a + bx. Normal equations are derived to solve for these constants by minimizing the error between the observed and predicted y-values.
The document discusses different types of graphs used for data visualization including histograms, frequency polygons, ogives, Pareto diagrams, pie charts, band graphs, Gantt charts, line graphs, bar graphs, and scatter diagrams. It provides brief definitions and examples of each graph type and discusses their common uses such as comparing quantities, showing trends over time, identifying critical problems, and visualizing relationships between variables.
The Kolmogorov-Smirnov test is used to test if an observed frequency distribution matches an expected theoretical distribution. It compares the cumulative distribution functions of the observed and expected distributions. The test statistic is the largest difference between these cumulative distributions. If this difference is larger than a critical value from tables, the null hypothesis of a good fit is rejected. An example calculates the test statistic for observed data compared to a normal distribution, and finds it is less than the critical value so the null hypothesis is accepted.
Fluid Mechanics Chapter 4. Differential relations for a fluid flowAddisu Dagne Zegeye
油
Introduction, Acceleration field, Conservation of mass equation, Linear momentum equation, Energy equation, Boundary condition, Stream function, Vorticity and Irrotationality
The document discusses various measures of central tendency and methods to calculate the arithmetic mean. It defines central tendency as a single value that describes a typical or average value in a data set. The three most common measures of central tendency are the mean, median, and mode. The document outlines different methods to calculate the arithmetic mean, including the direct method, short method, and step deviation method. It provides examples and step-by-step calculations for each method.
1. Sampling error occurs because sample means are not equal to the population mean and differ from each other.
2. The distribution of sample means follows a normal distribution if drawn from a normal population, and approximates a normal distribution if drawn from a non-normal population as the sample size increases.
3. A confidence interval for the population mean or probability can be constructed given the sample size, mean or probability, and standard deviation. The confidence level indicates the probability the true population parameter falls within the interval.
All the three types of flowmeters i.e. venturi-meter, orifice-meter and rota-meter. The Principle, construction, working, applications, advantages and disadvantages are briefly explained.
The document describes the Jacobi iterative method for solving systems of linear equations. It begins with an initial estimate for the solution variables, inserts them into the equations to get updated estimates, and repeats this process iteratively until the estimates converge to the desired solution. As an example, it applies the method to a set of 3 equations in 3 unknowns, showing the estimates after each iteration getting progressively closer to the exact solution obtained using Gaussian elimination. A Fortran program implementing the Jacobi method is also presented.
The Gauss-Seidel method is an iterative method for solving systems of linear equations. It involves rewriting each equation in terms of the unknown being solved for, using the most recent approximations for the other unknowns. The method is repeated until the approximate errors are within a specified tolerance. The method converges well for diagonally dominant matrices but may not converge for non-diagonally dominant systems, requiring rearrangement of equations.
The document discusses various numerical methods for finding roots of functions, including:
- Bracketing methods like bisection and false position that search between initial lower and upper bounds.
- Open methods like Newton-Raphson and secant that do not require bracketing but may not converge.
- Techniques for polynomials like M端ller's and Bairstow's methods.
Examples demonstrate applying bisection, false position, and Newton-Raphson to find the mass in a falling object problem. The convergence properties and relative performance of the different methods are analyzed.
Here we have included details about relaxation method and some examples .
Contribution - Parinda Rajapakha, Hashan Wanniarachchi, Sameera Horawalawithana, Thilina Gamalath, Samudra Herath and Pavithri Fernando.
NUMERICAL METHODS -Iterative methods(indirect method)krishnapriya R
油
The document discusses two iterative methods for solving systems of linear equations: Gauss-Jacobi and Gauss-Seidel. Gauss-Jacobi solves each equation separately using the most recent approximations for the other variables. Gauss-Seidel updates each variable with the most recent values available. The document provides an example applying both methods to solve a system of three equations. Gauss-Seidel converges faster, requiring fewer iterations than Gauss-Jacobi to achieve the same accuracy. Both methods are useful alternatives to direct methods like Gaussian elimination when round-off errors are a concern.
This document provides an overview of the Gauss-Seidel and Newton-Raphson power flow solution methods. It begins by describing the Gauss-Seidel iterative method for solving nonlinear power flow equations using a scalar example. It then discusses applying Gauss-Seidel to vector power flow problems and provides an example of solving a two bus system. The document next describes the Newton-Raphson method, extending it to multidimensional problems using Taylor series approximations and defining the Jacobian matrix. It concludes with brief discussions of advantages and disadvantages of each method.
The false position method is a root-finding algorithm that uses linear interpolation to estimate the root of a function. It improves upon the bisection method by using the function values at the endpoints of the interval rather than just their signs. The method chooses the intercept of the secant line through the two endpoints as the next approximation of the root, and continues iteratively narrowing the interval until the root is found.
The document provides information about the bisection method for finding roots of non-linear equations. It defines the bisection method, outlines its basis and key steps, and provides an example of using the method to find the depth at which a floating ball is submerged in water. Over 10 iterations, the bisection method converges on an estimated root of 0.06241 for the example equation, with 2 significant digits found to be correct after the final iteration. The document also discusses an application of using the bisection method to find resistance of a thermistor at a given temperature.
I am Harvey L. I am a Computation and System Biology Assignment Expert at nursingassignmenthelp.com. I hold a Ph.D. in Biology, from Bond University, Australia. I have been helping students with their assignments for the past 14 years. I solve assignments related to Computation and System Biology.
Visit nursingassignmenthelp.com or email info@nursingassignmenthelp.com.
You can also call on +1 678 648 4277 for any assistance with Computation and System Biology Assignments.
I am Arcady N. I am a Single Variable Calculus Assignment Expert at mathsassignmenthelp.com. I hold a Master's in Mathematics from, Queens University. I have been helping students with their assignments for the past 12 years. I solve assignments related to Single Variable Calculus.
Visit mathsassignmenthelp.com or email info@mathsassignmenthelp.com.
You can also call on +1 678 648 4277 for any assistance with Single Variable Calculus Assignment.
This document describes the bisection method for finding roots of equations numerically. It begins by classifying equations as linear, polynomial, or generally non-linear. For non-linear equations, numerical methods are required. The bisection method iteratively halves the interval that contains a root until a solution is found to within a specified tolerance. An example illustrates the step-by-step process of applying the bisection method to find the root of a sample function. MATLAB code is also presented to implement the bisection method.
I am Duncan V. I am a Single Variable Calculus Assignment Solver at mathhomeworksolver.com. I hold a Master's in Mathematics, from Manchester, United Kingdom. I have been helping students with their assignments for the past 12 years. I solved assignments related to Single Variable Calculus.
Visit mathhomeworksolver.com or email support@mathhomeworksolver.com. You can also call on +1 678 648 4277 for any assistance with Single Variable Calculus Assignment.
El documento trata sobre hidrogeolog鱈a. Explica conceptos clave como la clasificaci坦n de rocas seg炭n su capacidad para almacenar y transmitir agua, incluyendo acu鱈feros, acuicludos y acuitardos. Tambi辿n define t辿rminos como porosidad, permeabilidad y transmisividad que caracterizan el movimiento del agua subterr叩nea.
The document discusses curve fitting and the principle of least squares. It describes curve fitting as constructing a mathematical function that best fits a series of data points. The principle of least squares states that the curve with the minimum sum of squared residuals from the data points provides the best fit. Specifically, it covers fitting a straight line to data by using the method of least squares to compute the constants a and b in the equation y = a + bx. Normal equations are derived to solve for these constants by minimizing the error between the observed and predicted y-values.
The document discusses different types of graphs used for data visualization including histograms, frequency polygons, ogives, Pareto diagrams, pie charts, band graphs, Gantt charts, line graphs, bar graphs, and scatter diagrams. It provides brief definitions and examples of each graph type and discusses their common uses such as comparing quantities, showing trends over time, identifying critical problems, and visualizing relationships between variables.
The Kolmogorov-Smirnov test is used to test if an observed frequency distribution matches an expected theoretical distribution. It compares the cumulative distribution functions of the observed and expected distributions. The test statistic is the largest difference between these cumulative distributions. If this difference is larger than a critical value from tables, the null hypothesis of a good fit is rejected. An example calculates the test statistic for observed data compared to a normal distribution, and finds it is less than the critical value so the null hypothesis is accepted.
Fluid Mechanics Chapter 4. Differential relations for a fluid flowAddisu Dagne Zegeye
油
Introduction, Acceleration field, Conservation of mass equation, Linear momentum equation, Energy equation, Boundary condition, Stream function, Vorticity and Irrotationality
The document discusses various measures of central tendency and methods to calculate the arithmetic mean. It defines central tendency as a single value that describes a typical or average value in a data set. The three most common measures of central tendency are the mean, median, and mode. The document outlines different methods to calculate the arithmetic mean, including the direct method, short method, and step deviation method. It provides examples and step-by-step calculations for each method.
1. Sampling error occurs because sample means are not equal to the population mean and differ from each other.
2. The distribution of sample means follows a normal distribution if drawn from a normal population, and approximates a normal distribution if drawn from a non-normal population as the sample size increases.
3. A confidence interval for the population mean or probability can be constructed given the sample size, mean or probability, and standard deviation. The confidence level indicates the probability the true population parameter falls within the interval.
All the three types of flowmeters i.e. venturi-meter, orifice-meter and rota-meter. The Principle, construction, working, applications, advantages and disadvantages are briefly explained.
The document describes the Jacobi iterative method for solving systems of linear equations. It begins with an initial estimate for the solution variables, inserts them into the equations to get updated estimates, and repeats this process iteratively until the estimates converge to the desired solution. As an example, it applies the method to a set of 3 equations in 3 unknowns, showing the estimates after each iteration getting progressively closer to the exact solution obtained using Gaussian elimination. A Fortran program implementing the Jacobi method is also presented.
The Gauss-Seidel method is an iterative method for solving systems of linear equations. It involves rewriting each equation in terms of the unknown being solved for, using the most recent approximations for the other unknowns. The method is repeated until the approximate errors are within a specified tolerance. The method converges well for diagonally dominant matrices but may not converge for non-diagonally dominant systems, requiring rearrangement of equations.
The document discusses various numerical methods for finding roots of functions, including:
- Bracketing methods like bisection and false position that search between initial lower and upper bounds.
- Open methods like Newton-Raphson and secant that do not require bracketing but may not converge.
- Techniques for polynomials like M端ller's and Bairstow's methods.
Examples demonstrate applying bisection, false position, and Newton-Raphson to find the mass in a falling object problem. The convergence properties and relative performance of the different methods are analyzed.
Here we have included details about relaxation method and some examples .
Contribution - Parinda Rajapakha, Hashan Wanniarachchi, Sameera Horawalawithana, Thilina Gamalath, Samudra Herath and Pavithri Fernando.
NUMERICAL METHODS -Iterative methods(indirect method)krishnapriya R
油
The document discusses two iterative methods for solving systems of linear equations: Gauss-Jacobi and Gauss-Seidel. Gauss-Jacobi solves each equation separately using the most recent approximations for the other variables. Gauss-Seidel updates each variable with the most recent values available. The document provides an example applying both methods to solve a system of three equations. Gauss-Seidel converges faster, requiring fewer iterations than Gauss-Jacobi to achieve the same accuracy. Both methods are useful alternatives to direct methods like Gaussian elimination when round-off errors are a concern.
This document provides an overview of the Gauss-Seidel and Newton-Raphson power flow solution methods. It begins by describing the Gauss-Seidel iterative method for solving nonlinear power flow equations using a scalar example. It then discusses applying Gauss-Seidel to vector power flow problems and provides an example of solving a two bus system. The document next describes the Newton-Raphson method, extending it to multidimensional problems using Taylor series approximations and defining the Jacobian matrix. It concludes with brief discussions of advantages and disadvantages of each method.
The false position method is a root-finding algorithm that uses linear interpolation to estimate the root of a function. It improves upon the bisection method by using the function values at the endpoints of the interval rather than just their signs. The method chooses the intercept of the secant line through the two endpoints as the next approximation of the root, and continues iteratively narrowing the interval until the root is found.
The document provides information about the bisection method for finding roots of non-linear equations. It defines the bisection method, outlines its basis and key steps, and provides an example of using the method to find the depth at which a floating ball is submerged in water. Over 10 iterations, the bisection method converges on an estimated root of 0.06241 for the example equation, with 2 significant digits found to be correct after the final iteration. The document also discusses an application of using the bisection method to find resistance of a thermistor at a given temperature.
I am Harvey L. I am a Computation and System Biology Assignment Expert at nursingassignmenthelp.com. I hold a Ph.D. in Biology, from Bond University, Australia. I have been helping students with their assignments for the past 14 years. I solve assignments related to Computation and System Biology.
Visit nursingassignmenthelp.com or email info@nursingassignmenthelp.com.
You can also call on +1 678 648 4277 for any assistance with Computation and System Biology Assignments.
I am Arcady N. I am a Single Variable Calculus Assignment Expert at mathsassignmenthelp.com. I hold a Master's in Mathematics from, Queens University. I have been helping students with their assignments for the past 12 years. I solve assignments related to Single Variable Calculus.
Visit mathsassignmenthelp.com or email info@mathsassignmenthelp.com.
You can also call on +1 678 648 4277 for any assistance with Single Variable Calculus Assignment.
This document describes the bisection method for finding roots of equations numerically. It begins by classifying equations as linear, polynomial, or generally non-linear. For non-linear equations, numerical methods are required. The bisection method iteratively halves the interval that contains a root until a solution is found to within a specified tolerance. An example illustrates the step-by-step process of applying the bisection method to find the root of a sample function. MATLAB code is also presented to implement the bisection method.
I am Duncan V. I am a Single Variable Calculus Assignment Solver at mathhomeworksolver.com. I hold a Master's in Mathematics, from Manchester, United Kingdom. I have been helping students with their assignments for the past 12 years. I solved assignments related to Single Variable Calculus.
Visit mathhomeworksolver.com or email support@mathhomeworksolver.com. You can also call on +1 678 648 4277 for any assistance with Single Variable Calculus Assignment.
Presentation on application of numerical method in our lifeManish Kumar Singh
油
This document discusses the application of numerical methods in real-life problems. It provides examples of using the bisection method to find the root of equations related to estimating ocean currents, modeling combustion flow, airflow patterns, and other applications. Specifically, it shows the steps to use the bisection method to estimate the depth at which a floating ball with given properties would be submerged. Over three iterations, it computes the estimated root, error, and number of significant digits estimated.
This document contains examples of using for loops and while loops in MATLAB. It begins with examples of summing prime numbers, duplicating vector elements, and converting a for loop to a while loop. It then provides more examples of using loops to calculate interest, convert a matrix to a vector, print patterns of stars, and find twin prime numbers. It discusses the importance of efficiency in MATLAB and compares loop-based approaches to vectorized solutions.
TIU CET Review Math Session 6 - part 2 of 2youngeinstein
油
1. The document provides a review of math concepts for a college entrance exam, including functions, trigonometric functions, exponential and logarithmic functions.
2. It reviews concepts like evaluating functions, adding and composing functions, finding roots and intercepts of functions, and properties of trigonometric, exponential and logarithmic functions.
3. The document provides examples and problems to solve related to these various math concepts as a study guide for the exam.
Newton Raphson Method in numerical methods of advanced engineering mathematicsaryyaka99
油
1. The document introduces Newton Raphson Method, which is a numerical technique used to find the roots of algebraic and transcendental equations.
2. It provides examples of algebraic equations as polynomial equations and examples of transcendental equations containing functions like sin, cos, exp.
3. The method works by taking an initial guess for the root, calculating the slope at that point, and using the slope to update the next guess, repeating until converging on a root.
The document summarizes the Fibonacci and golden section methods for numerical optimization of functions with no explicit constraints. The Fibonacci method uses the Fibonacci sequence to iteratively place experiments and narrow the interval containing the minimum. The golden section method similarly places experiments based on the golden ratio at each iteration. Both methods reduce the uncertainty interval at each step until a tolerance is reached. The document provides equations for calculating experiment placements and uncertainty intervals for each method.
The document discusses applications of calculus, specifically derivatives, in the field of electronics and automation. It provides theoretical background on concepts like monotonicity, curvature, inflection points, maxima and minima. It then presents 3 problems involving optimization of electrical circuits and components using derivatives to find maximum power output or minimum resistance. The solutions demonstrate how derivatives can be applied in engineering contexts.
This document summarizes various numerical methods for solving equations and differential equations. It provides formulas and examples of applying bisection, regula falsi, Newton-Raphson, and fixed point iteration for nonlinear equations. For linear systems, it discusses Jacobi, Gauss-Seidel methods. Numerical integration techniques like trapezoidal rule, Simpson's 1/3 and 3/8 rules are outlined. Euler, modified Euler, improved Euler, and Runge-Kutta methods are presented for solving differential equations. Interpolation and extrapolation examples are also given to estimate values within and outside the data range.
The document discusses the characteristics of algorithms and the concept of mathematical expectation in average case analysis. It then provides the pseudocode for the MaxMin algorithm and discusses the greedy knapsack algorithm and the travelling salesman problem. Finally, it explains the sum of subsets problem, describing two formulations and how the solution space can be organized into trees.
Numerical Analysis and Its application to Boundary Value ProblemsGobinda Debnath
油
here is a presentation that I have presented on a webinar. in this presentation, I mainly focused on the application of numerical analysis to Boundary Value problems. I described one of the most useful traditional methods called the finite difference method. those who are interested to do research in applied mathematics, CFD, Numerical analysis may go through it for the basic ideas.
The document discusses various numerical methods for finding the roots or zeros of equations, where the root is the value of x that makes the equation f(x) equal to zero. It begins by defining roots and describing graphical and incremental search methods. It then covers closed methods like bisection and false position that evaluate the function within an interval known to contain the root. Open methods like Newton-Raphson, secant method, and fixed-point iteration are also discussed. The document provides examples of applying these root-finding methods and notes situations where roots could be missed. It concludes by listing references for further information.
This Chapter is part of previous published ch.1 and ch.3 and its use for undergraduate students in physics department. also, you can use it for mathematical and Statistical courses and for those experimental courses of data fitting.
This document discusses methods for data fitting, including interpolation and least squares fitting. It explains that interpolation is used to estimate values within existing data points, while fitting finds the general behavior of data. Linear and quadratic interpolation are introduced, along with the Lagrange and Aitken methods. Least squares fitting finds the curve that best fits a set of data by minimizing the sum of squared residuals, with the example of fitting a straight line using normal equations.
Integration of Additive Manufacturing (AM) with IoT : A Smart Manufacturing A...ASHISHDESAI85
油
Combining 3D printing with Internet of Things (IoT) enables the creation of smart, connected, and customizable objects that can monitor, control, and optimize their performance, potentially revolutionizing various industries. oT-enabled 3D printers can use sensors to monitor the quality of prints during the printing process. If any defects or deviations from the desired specifications are detected, the printer can adjust its parameters in real time to ensure that the final product meets the required standards.
This PDF highlights how engineering model making helps turn designs into functional prototypes, aiding in visualization, testing, and refinement. It covers different types of models used in industries like architecture, automotive, and aerospace, emphasizing cost and time efficiency.
Welcome to the March 2025 issue of WIPAC Monthly the magazine brought to you by the LinkedIn Group WIPAC Monthly.
In this month's edition, on top of the month's news from the water industry we cover subjects from the intelligent use of wastewater networks, the use of machine learning in water quality as well as how, we as an industry, need to develop the skills base in developing areas such as Machine Learning and Artificial Intelligence.
Enjoy the latest edition
"Zen and the Art of Industrial Construction"
Once upon a time in Gujarat, Plinth and Roofs was working on a massive industrial shed project. Everything was going smoothlyblueprints were flawless, steel structures were rising, and even the cement was behaving. That is, until...
Meet Ramesh, the Stressed Engineer.
Ramesh was a perfectionist. He measured bolts with the precision of a Swiss watchmaker and treated every steel beam like his own child. But as the deadline approached, Rameshs stress levels skyrocketed.
One day, he called Parul, the total management & marketing mastermind.
Ramesh (panicking): "Parul maam! The roof isn't aligning by 0.2 degrees! This is a disaster!"
Parul (calmly): "Ramesh, have you tried... meditating?"
、 Ramesh: "Meditating? Maam, I have 500 workers on-site, and you want me to sit cross-legged and hum Om?"
Parul: "Exactly. Mystic of Seven can help!"
Reluctantly, Ramesh agreed to a 5-minute guided meditation session.
He closed his eyes.
鏝 He breathed deeply.
He chanted "Om Namah Roofaya" (his custom version of a mantra).
When he opened his eyes, a miracle happened!
ッ His mind was clear.
The roof magically aligned (okay, maybe the team just adjusted it while he was meditating).
And for the first time, Ramesh smiled instead of calculating load capacities in his head.
Lesson Learned: Sometimes, even in industrial construction, a little bit of mindfulness goes a long way.
From that day on, Plinth and Roofs introduced tea breaks with meditation sessions, and productivity skyrocketed!
Moral of the story: "When in doubt, breathe it out!"
#PlinthAndRoofs #MysticOfSeven #ZenConstruction #MindfulEngineering
. マ留 裡留略龍侶: Foundation Analysis and Design: Single Piles
Welcome to this comprehensive presentation on "Foundation Analysis and Design," focusing on Single PilesStatic Capacity, Lateral Loads, and Pile/Pole Buckling. This presentation will explore the fundamental concepts, equations, and practical considerations for designing and analyzing pile foundations.
We'll examine different pile types, their characteristics, load transfer mechanisms, and the complex interactions between piles and surrounding soil. Throughout this presentation, we'll highlight key equations and methodologies for calculating pile capacities under various conditions.
NUMERICAL & STATISTICAL METHODS FOR COMPUTER ENGINEERING
1. G H PATEL COLLEGE OF ENGINEERING AND
TECHNOLOGY
DEPARTMENT OF INFORMATION TECHNOLOGY
GUIDED BY:
Prof. Krupal Parikh
Preparad By:
Pruthvi Bhagat (150113116001)
Anu Bhatt (150113116002)
Meet Mehta (150113116004)
Hiral Patel (150113116005)
Janvi Patel (150113116006)
Semester: 4
Subject : Numerical and Statistical Methods for Computer Engineering
(2140706)
3. WHAT IS BISECTION METHOD?
Bisection method is one of the closed methods
(bracketing method) to determine the root of a nonlinear
equation f(x) = 0, with the following main principles:
Using two initial values to confine one or more roots of
non-linear equations.
Root value is estimated by the midpoint between two
existing initial values.
4. WHY BISECTION METHOD?
Bisection or Binary Search Method is based on the
intermediate value theorem.
It is a very simple and robust method to find the roots of
any given equation.
The method is guaranteed to converge to a root
of f, if f is a continuous function on the interval [a, b]
and f(a) and f(b) have opposite signs. The absolute
error is halved at each step so the method converges
linearly.
5. THEOREM:
An equation f(x)=0, where f(x) is a real continuous function,
has at least one root between ヰ and , if f(ヰ) f( )<0.
6. ALGORTIHM FOR BISECTION METHOD:
Choose ヰ and as two guesses for the root such that
f(ヰ) f( )<0 and it is demonstrated in the figure below:
x
f(x)
xu
x
7. Estimate the root, of the equation f(x) =
0 as the mid point between as ヰ and as:
= ヰ + /2
x
f(x)
xu
x
xm
8. Now check the following:
If f(ヰ)f( )<0, then the root lies between ヰ and ;
then ヰ = ヰ ; = xm.
If f(ヰ)f( )>0 , then the root lies between xm and ;
then ヰ = ; = .
If f(ヰ)f( )=0 ; then the root is . Stop the algorithm if
this is true.
10. EXAMPLE:
Consider the following equation:
Consider an initial interval of ylower = -10 to yupper = 10
Since the signs are opposite, we know that the method
will converge to a root of the equation.
11. CONTINUE..
The value of the function at the midpoint of the interval
is:
The method can be better understood by looking at a
graph of the function:
13. CONTINUE..
Now we eliminate half of the interval, keeping the half
where the sign of f(midpoint) is opposite the sign of
f(endpoint).
In this case, since f(ymid) = -6 and f(yupper) = 64, we keep
the upper half of the interval, since the function crosses
zero in this interval.
15. CONTINUE..
New interval: ylower = 0, yupper = 10, ymid = 5
Function values:
Since f(ylower) and f(ymid) have opposite signs, the lower half
of the interval is kept.
16. CONTINUE..
At each step, the difference between the high and low
values of y is compared to 2*(allowable error).
If the difference is greater, than the procedure continues.
Suppose we set the allowable error at 0.0005. As long
as the width of the interval is greater than 0.001, we will
continue to halve the interval.
When the width is less than 0.001, then the midpoint of
the range becomes our answer.
18. CONTINUE..
NEXT ITERATION:
New Interval (if statements
based on product at the end
of previous row)
Is interval width narrow
enough to stop?
Evaluate function at
lower and mid values.
If signs are different (- product),
eliminate upper half of interval.
19. CONTINUE..
Continue until interval width < 2*error (here are some of
the 16 iterations).
Answer:
y = 0.857
20. CONTINUE..
Of course, we know that the exact answer is 6/7
(0.857143).
If we want our answer accurate to 5 decimal places, we
could set the allowable error to 0.000005.
This increases the number of iterations only from 16 to
22 the halving process quickly reduces the interval to
very small values.
Even if the initial guesses are set to -10,000 and 10000,
only 32 iterations are required to get a solution accurate
to 5 decimal places.
21. CONSIDER A POLYNOMIAL EXAMPLE:
Equation: f(x) = x2 - 2.
Start with an interval of length one:
a0 = 1 and b1 = 2. Note that f (a0) = f(1) = - 1 < 0,
f(b0) = f (2) = 2 > 0. Here are the first 20 iterations of
the bisection method:
24. Example 1:
You have a spherical storage tank containing oil. The
tank has a diameter of 6 ft. You are asked to calculate
the height to which a dipstick 8 ft long would be wet with
oil when immersed in the tank when it contains 4 of oil.
25. CONTINUE..
The equation that gives the height, , of the liquid in the
spherical tank for the given volume and radius is given
by
Use the bisection method of finding roots of equations to
find the height, to which the dipstick is wet with oil.
Conduct three iterations to estimate the root of the above
equation.
Find the absolute relative approximate error at the end of
each iteration and the number of significant digits at least
correct at the end of each iteration.
08197.39 23
緒 hhhf
26. CONTINUE..
Solution:
From the physics of the problem, the dipstick would be
wet between h=0 and h=2r , where r = radius of the
tank, i.e.;
60
)3(20
20
o
o
o
h
h
rh
27. CONTINUE..
Let us assume,
Check if the function changes sign between and .
Hence ,
So there is at least one root between & that is
between 0 and 6.
6,0 緒 uhh
8197.38197.30900)(
23
緒緒 fhf
18.1048197.3)6(9)6()6() 23
緒緒 ff(hu
018.1048197.360 種緒 ffhfhf u
28. CONTINUE..
Iteration 1:
The estimate of the root is
=3
Hence the root is bracketed between and , that is,
between 0 and 3. So, the lower and upper limits of the new
bracket are
2
u
m
hh
h
3
180.501897.33933
23
緒緒 fhf m
0180.501897.330 種緒 ffhfhf m
3,0 緒 uhh
29. CONTINUE..
At this point, the absolute relative approximate error
cannot be calculated, as we do not have a previous
approximation.
Root of f(x)=0 as a function of the number of iterations
for bisection method.
Iteration h uh mh %a mhf
1
2
3
4
5
6
7
8
9
10
0.00
0.00
0.00
0.00
0.375
0.5625
0.65625
0.65625
0.65625
0.66797
6
3
1.5
0.75
0.75
0.75
0.75
0.70313
0.67969
0.67969
3
1.5
0.75
0.375
0.5625
0.65625
0.70313
0.67969
0.66797
0.67383
----------
100
100
100
33.333
14.286
6.6667
3.4483
1.7544
0.86957
50.180
13.055
0.82093
2.6068
1.1500
0.22635
0.28215
0.024077
0.10210
0.039249
30. CONTINUE..
At the end of the 10th iteration,
Hence the number of significant digits at least correct is
given by the largest value of m for which
%86957.0緒a
m
a
器o 2
105.0
m
2
107391.1
m 27391.1log
759.17391.1log2 緒m
m
器 2
105.086957.0
31. CONTINUE..
The number of significant digits at least correct in the
estimated root 0.67383 is 2.
32. ADVANTAGES OF BISECTION METHOD:
The bisection method is always convergent. Since the
method brackets the root, the method is guaranteed to
converge.
As iterations are conducted, the interval gets halved. So
one can guarantee the error in the solution of the
equation.
33. DISADVANTAGES OF BISECTION
METHOD:
The convergence of the bisection method is slow as it is
simply based on halving the interval.
If one of the initial guesses is closer to the root, it will
take larger number of iterations to reach the root.
If f(x) is such that it just touches the x axis, it will be
unable to find the lower guess & upper guess.
34. CONCLUSION:
Bisection method is the safest and it always converges.
The bisection method is the simplest of all other
methods and is guaranteed to converge for a
continuous function.
It is always possible to find the number of steps
required for a given accuracy and the new methods can
also be developed from bisection method and bisection
method plays a very crucial role in computer science
research.