Mathematics Exam  >  Mathematics Notes  >  Mathematics for IIT JAM, GATE, CSIR NET, UGC NET  >  Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET PDF Download

NUMERICAL SOLUTIONS OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS

Aim: To find a root of f(x) = 0

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Algebraic Equation: An Equation which contains algebraic terms is called as an algebraic Equation.

Example: x2 + x + 1 = 0, Here Highest power of x is finite. So it is an algebraic Equation.

Transcendental Equation: An equation which contains trigonometric ratios, exponential function and logarithmic functions is called as a Transcendental Equation.

Example: ex + 2 = 0, sinx + 1 = 0, log(l + x) = 0 etc.

  • Directive Methods: The methods which are used to find solutions of given equations in the direct process is called as directive methods.

    Example: Synthetic division, remainder theorem, Factorization method etc

    Note: By using Directive Methods, it is possible to find exact solutions of the given equation.
     
  • Iterative Methods (Indirect Methods): The methods which are used to find solutions of the given equation in some indirect process is called as Iterative Methods

    Note: By using Iterative methods, it is possible to find approximate solution of the given equation and also it is possible to find single solution of the given equation at the same time.

To find a root of the given equation, we have following methods

  • Bisection Method
  • The Method of false position (Or) Regular folsi Method
  • Iteration Method (Successive approximation Method)
  • Newton Raphson Method.

Bisection Method

Consider f(x) = 0 be the given equation.

Let us choose the constants and in such a way that Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET are of opposite signs) i.e. Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

(or)

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Then the curve y =  f(x) crosses - in between a and b, so that there exists a root of the given equation in between a and b.

Let us define initial approximation Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Now, If Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET then xis root of the given equation.

If f(x0) = ≠ 0 then either f(x0) < 0 (or) f(x0) > 0

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NETNumerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NETNumerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NETNumerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NETNumerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Here, the logic is that, we have to select first negative or first positive from bottom approximations only, but not from top. i.e. the approximation which we have recently found should be selected.

If f(x1) = 0, then x1 is root of the given equation. Otherwise repeat above process until we obtain solution of the given equation.

Regular Folsi Method (Or) Method of False position

Let us consider that y = f(x) be the given equation.

Let us choose two points a and b in such a way that f(a) and f(b) are of opposite signs. i.e. f(x0).f(x1) < 0

Consider f(a) > 0,f(b) < 0, so that the graph y = f(x) crosses .Y-axis in between a and b. then, there exists a root of the given equation in between a and b.

Let us define a straight line joining the points A(a,f(a)), B(b,f(b)) , then the equation of straight line is given by Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

This method consists of replacing the part of the curve by means of a straight line and then takes the point of intersection of the straight line with -axis, which give an approximation to the required root. 

In the present case, it can be obtained by substituting in equation I, and it is denoted by x0.

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Now, any point on .Y-axis ⇒ y = 0 and let initial approximation be x0 i.e. x = x0

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

If f(x0) = 0 , then x0 is root of the given equation.

If fix0) ≠ 0 , then either f(x0) < 0 (or) f(x0) > 0

Case (i): Let us consider that f(x0) < 0

We know that f(a) > 0 and f(x0) < 0

Hence root of the given equation lies between a and x0.

In order to obtain next approximation x1, replace b with x0 in equation (II)

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Case (ii): Let us consider that f(x0) > 0

We know that f(b) < 0 and f(x0) > 0

Hence root of the given equation lies between b and x0.

In order to obtain next approximation x1, replace a with x0 in equation (II)

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

If f(x1) = 0, then x1 is root of the given equation. Otherwise repeat above process until we obtain a root of the given equation to the desired accuracy.

Newton Raphson Method

Let us consider that f(x) = 0 be the given equation.

Let us choose initial approximation to be x0.

Let us assume that x1 = x0 + h be exact root of f(x) = 0 where h << 0, so that f(x0 + h) = 0

Expanding above relation by means of Taylor's expansion method, we get

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Since is h very small, h and higher powers of h are neglected. Then the above relation becomes 

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

If f(x1)= 0, then is x1 root of the given equation. Otherwise repeat above process until we obtain a root of the given equation to the desired accuracy.

Successive approximations are given by

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Iteration Method

Let us consider that f(x) = 0 be the given equation.

Let us choose initial approximation to be x0.

Rewrite f(x) = 0 as x = φ(x) such that |φ'(x0)| < 0.

Then successive approximations are given by

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

Repeat the above process until we get successive approximation equal, which will gives the required root of the given equation.

The document Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM, GATE, CSIR NET, UGC NET is a part of the Mathematics Course Mathematics for IIT JAM, GATE, CSIR NET, UGC NET.
All you need of Mathematics at this link: Mathematics
556 videos|198 docs

FAQs on Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences - Mathematics for IIT JAM, GATE, CSIR NET, UGC NET

1. What is the numerical solution of an algebraic equation?
Ans. The numerical solution of an algebraic equation refers to finding the values of the unknown variables that satisfy the equation through numerical methods. These methods involve approximating the solutions iteratively until a desired level of accuracy is achieved.
2. What are some commonly used numerical methods for solving algebraic equations?
Ans. Some commonly used numerical methods for solving algebraic equations include the Newton-Raphson method, the bisection method, the secant method, and the fixed-point iteration method. These methods employ iterative calculations to approximate the solutions of the equations.
3. How does the Newton-Raphson method work for solving algebraic equations?
Ans. The Newton-Raphson method is an iterative numerical method for finding the roots of an equation. It involves making an initial guess for the solution and then repeatedly improving the approximation by using the formula: \[x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}\] where \(x_n\) is the current approximation and \(f(x_n)\) and \(f'(x_n)\) are the function value and derivative at \(x_n\) respectively.
4. What is the bisection method for solving algebraic equations?
Ans. The bisection method is a numerical algorithm used for finding the roots of an equation within a given interval. It involves repeatedly dividing the interval in half and narrowing down the range where the root exists. The method relies on the intermediate value theorem and requires that the function changes sign within the interval.
5. Are there any limitations to numerical methods for solving algebraic equations?
Ans. Yes, there are some limitations to numerical methods for solving algebraic equations. These methods may fail to converge if the initial guess is far from the actual solution or if the equation has multiple roots in close proximity. Additionally, some methods may be computationally expensive for complex or highly nonlinear equations. It is important to choose the appropriate method based on the characteristics of the equation being solved.
556 videos|198 docs
Download as PDF
Explore Courses for Mathematics exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

MCQs

,

UGC NET

,

CSIR NET

,

study material

,

GATE

,

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM

,

shortcuts and tricks

,

Sample Paper

,

ppt

,

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM

,

Objective type Questions

,

GATE

,

Free

,

UGC NET

,

GATE

,

Viva Questions

,

video lectures

,

Numerical Solutions of Algebraic Equations - CSIR-NET Mathematical Sciences | Mathematics for IIT JAM

,

Extra Questions

,

Previous Year Questions with Solutions

,

UGC NET

,

past year papers

,

CSIR NET

,

mock tests for examination

,

pdf

,

practice quizzes

,

Exam

,

Semester Notes

,

CSIR NET

,

Important questions

,

Summary

;