Algebraic & Transcendental Equations
We will cover following topics
PYQs
Regula-Falsi Method
1) Develop an algorithm for Regula-Falsi method to find a root of f(x)=0
[2009, 30M]
2) Find the smallest positive root of equation xex−cosx=0
[2008, 12M]
3) Use the method of false position to find a real root of x3−5x−7=0
[2007, 12M]
4) Find a real root of the equation f(x)=x3−2x−5=0
[2002, 12M]
Newton-Raphson Method
1) Apply Newton-Raphson method, to find a real root of transcendental equation xlog10x=1.2
[2019, 10M]
2) Write an algorithm in the form of a flow chart for Newton-Raphson method. Describe the cases of failure of this method.
[2017, 15M]
3) Apply Newton-Raphson method to determine a root of the equation cosx−xex=0
[2014, 10M]
4) Develop an algorithm for Newton-Raphson method to solve f(x)=0
[2013, 20M]
5) Use Newton-Raphson method to find the real root of the equation 3x=cosx+1
[2012, 12M]
6) Find the positive root of the equation 10xe−x2−1=0
[2010, 12M]
7) Draw a flow chart for solving equation F(x)=0
[2008, 30M]
8) How many positive and negative roots of the equation ex−5sinx=0
[2004, 10M]
9) Find the positive root of the equation 2e−x=1x+2+1x+1
xn+1=12xn(1+ax2n).
[2003, 30M]