Thursday, August 1, 2019
Secant Methods Application
SUBMITTED TO: sir sajid presentation on application of secant method April 16, 2013 MCS 1st sem ââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬âââ¬â- ROLL # 31 to 40 SECANT METHOD * Theà Secantà command numerically approximates the roots of an algebraic function,à f, using a technique similar to Newton's method but without the need to evaluate the derivative ofà function. * Given an expressionà fà and an initial approximateà a, theà Secantà command computes a sequence,à =, of approximations to a root ofà f, whereà à is the number of iterations taken to reach a stopping criterion. Theà Secantà command is a shortcut for calling theà Rootsà command with theà method=secantà option Advantages of secant method * It converges at faster than a linear rate, so that it is more rapidly convergent than the bisection method. * It does not require use of the derivative of the function, something that is not available in a number of applications. * It requires only one function evaluation per iteration, as compared with Newtonââ¬â¢s method which requires two Disadvantages of secant method * It may not converge. * There is no guaranteed error bound for the computed iterates. * It is likely to have difficulty if f? (? ) = 0.This means the x-axis is tangent to the graph of y = f (x) at x = ?. * Newtonââ¬â¢s method generalizes more easily to new methods for solving simultaneous systems of nonlinear equations. APPLICATION OF SECANT METHOD 1. You are working for a start-up computer assembly company and have been asked to determine the minimum number of computers that the shop will have to sell to make a profit. The equation that gives the minimum number of computers to be sold after considering the total costs and the total sales is 2. Use the secant method of finding roots of equations to find the minimum number of computers that need to be sold to make a profit. 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. 3. Today the most important application of secant method is to predicting the earthquake performance of structures. sozen has been credited with having developed progenitor procedures. 4. Based on the sinusoidal pulse width modulation technology and regular samplingà method, the switching time pointââ¬â¢s calculation formulasà ofà tangentà methodà andà secantà methodà are established.This paper analyses the precisionà ofà switching turn-on and turn-off time point, and compare these switching time points. Calculation results show that SPWM pulses generated by tangentà methodà andà secantà methodà are closest to the pulse generated by natural sampling, the THD is also smaller than by regular sampling. 5. Secant method is used to determine the optimal stage. ( maximize or minimize ) the problem or solution. Example You are working for a start-up computer assembly company and have been asked to determine the minimum number of computers that the shop will have to sell to make a profit.The equation that gives the minimum number of Computers ââ¬Ëxââ¬â¢ to be sold after considering the total costs And the total sales is: Solution Use the Secant method of finding roots of equations to find * The minimum number of computers that need to be sold to make a profit. 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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.