Skip to main content

Regula–Falsi Method is a numerical method / explain example

Regula–Falsi Method is a numerical method for estimating the roots of a polynomial f(x).

EXAMPLE:   Consider f(x) = x3 + 3x – 5, where [ a = 1, b = 2 ] and DOA = 0.001.

iaxbf(a)f(x)f(b)
111.12– 1– 0.3699
21.11.135446685878962– 0.369– 0.1297975921309319
31.135446685878961.147737970248562– 0.129797592130931– 0.04486805098132869
41.147737970248561.151965708672692– 0.0448680509813286– 0.01541558639099179
51.151965708672691.153415774482– 0.0154155863909917– 0.00528529852924829
61.153415774481.153912643842122– 0.0052852985292482– 0.001810778834876469
71.153912643842121.154082840385312– 0.00181077883487646– 0.0006202314857430849


Comments

Popular posts from this blog

What is two transistor model of scr ? Explain SCR

  Power electronics Two Transistor Model of SCR full explain and pdf. Basic operating principle of SCR, can easily be understood by the two transistor model of SCR , as it is a combination of p and n layers. This is a pnpn thyristor. If we bisect it through the dotted line then we will get two transistors i.e. one pnp transistor with J 1 and J 2 junctions and another is with J 2 and J 3 junctions as shown in figure below. The relation between the collector current and emitter current is shown below Here, I C is collector current, I E is emitter current, I CBO is forward leakage current, α is common base forward current gain and relationship between I C and I B is Where, I B is base current and β is common emitter forward current gain. Let’s for transistor T 1 this relation holds And that for transistor T 2 Now, by the analysis of two transistors model we can get anode current, From equation (i) and (ii), we get, If applied gate current is I g then cathode current will b...

If K is the transformation ratio, then the secondary phase voltage of delta-delta connected three phase transformer will be

  Delta-Delta Connection in Three Phase Transformers - MCQs with Answers Q1. If K is the transformation ratio, then the secondary phase voltage of delta-delta connected three phase transformer will be. a. 1 / K times of the primary phase voltage b. Equal to the primary phase voltage c. 1 / K ∧ 2 times of the primary phase voltage d. K times the primary phase voltage ANSWER: d. K times the primary phase voltage

BISECTION METHOD (BOLZANO METHOD) / what is BISECTION METHOD (BOLZANO METHOD)

  Explain BISECTION METHOD (BOLZANO METHOD).  Engineering maths The method is applicable for numerically solving the equation  f ( x ) = 0 for the  real  variable  x , where  f  is a  continuous function  defined on an interval [ a ,  b ] and where  f ( a ) and  f ( b ) have opposite signs. In this case  a  and  b  are said to bracket a root since, by the  intermediate value theorem , the continuous function  f  must have at least one root in the interval ( a ,  b ). At each step the method divides the interval in two by computing the midpoint  c  = ( a + b ) / 2 of the interval and the value of the function  f ( c ) at that point. Unless  c  is itself a root (which is very unlikely, but possible) there are now only two possibilities: either  f ( a ) and  f ( c ) have opposite signs and bracket a root, or  f ( c ) and  f ( b...