
Education Journalist | Study Abroad Lead
Newton's Method or Newton–Raphson technique is a root-finding process in quantitative analysis that gives gradually improved estimations to the roots (or zero) of a real-valued variable. The simplest version begins with a single-variable expression f specified for a real variable x, its derivation f′, and a predicted value x0 for a root of f. This method was used by Newton to solve both arithmetic and logical problems, yielding Taylor expansion in the latter instance.
| Table of Content |
Key Terms: Newton’s Method, Newton’s Formula, Derivative, Function, Tangent line, Root, Equation
Newton’s Method Formula Definition
[Click Here for Sample Questions]
Vaguely resembling outcomes to equations is done using Newton's method formula. Newton's technique is a formula for finding the roots of a polynomial problem by iterating from one root to the next.
Determining the roots by this approach takes a long time for coefficients of greater degree, but for polynomials of lower degree, the results are quite quick and near to the true roots of the formula. The formula for Newton's technique is presented under next Sub topic, along with cases that have been solved.
The aim is to open with a guess that is pretty close to the correct root, then use calculus to represent the value by its tangent line, and then use elementary algebra to estimate the x-intercept of this line segment. The approach can be executed because this x-intercept is usually a better approach to the underlying function's base than the initial guess.
Also Read: Relation Between Kilogram and Newton
Newton’s Method Formula
[Click Here for Sample Questions]
The approach begins with a function f expressed over actual figures x, its derivative f', and a predicted value x0 for the function's root. An improved estimate x1 will arise if the value meets the conditions given in the formula's analysis and the best assertion is close.
Resolving a problem f(x) = 0 in principle is difficult, yet we can solve it in basic circumstances like identifying quadratic roots. If the value is difficult, we can use an iterative approach, sometimes known as a numerical method, to determine the solution. Newton's Method is a straightforward method.
The Newton's technique formula is as follows:
x0 = x0 - f (x0)f' (x0)
Here,
f(x0) is a function at x0,
f'(x0) is the very first derivative of the function at x0,
x0 is the Starting value.
Also Read: Newton’s second law
Newton’s Method Formula Example
[Click Here for Sample Questions]
The quantitative method is used to solve an equation f(x)=0 is Newton's technique for determining problems. It is centered on the tangent lines to a curve and is founded on the morphology of a curve. As a result, it necessitates the study of calculus, particularly differentiation.
The following is a rough outline of Newton's approach. We're looking for an answer to f(x)=0. To put it another way, we're looking for the dotted image spot below.
We begin with a first guess, x1. We compute f. (x1). If f(x1)=0, we are extremely fortunate and have found a solution. However, f(x1) is almost certainly not zero. Assume that f(x1)=y1.
The trick to Newton's method is to create a line segment to the graphs y=f(x) at the spot where you want to find the answer (x1,y1). See the list below.
Since the tangent line near x1 is a decent linear estimate to f(x), our second guess, x2, is the place where the tangent line crosses the x-axis, as seen earlier.
Then we continue in the same manner. We estimate y2=f(x2), and if the result is zero, we're done. If not, we create the tangent line to y=f(x) at (x2,y2), and the position where this tangent line crosses the x-axis is our next best guess, x3. See the chart below.
x1,x2,x3 are rapidly approaching the red resolution point in the diagram!
Following in this manner, we arrive at x1,x2,x3,x4,..., which approximate a solution. Newton's approach is a form for coming up with a solution.
Newton's approach, as we'll see, seems to be a very effective approach for approximating an equation solution – whenever it fits.
Also Read: Banking of Roads
Things to Remember
- The growth of Newton 's approach is quadratic in broad sense: as the method approaches the root, the disparity between the root and the approach increases squared at each stage.
- The derivative must be determined directly using Newton's approach.
- It's possible that an analytical formula for the derivative isn't readily available or that evaluating it would be too expensive.
- While using Newton's method, it's critical to evaluate the statement of quadratic completion. In particular, the assumptions used in the proof should be examined.
Also Read:
Sample Questions
Ques. Beginning with x0 = 5, use Newton's method formula to determine the next root of the above equation x3 7x2 + 8x 3. (3 Marks)
Ans. To be found: Root of the presented equation
Presented= x0 = 5
By Applying Newton's method formula,
x1= x0 − f(x0)/f′(x0)
x1= 5 − f(5)/f′(5)
x1= 5 - (-13)/(13) = 6
Therefore, next root of presented equation is 6.
Ques. Beginning with x0 = -3.5 and use Newton's method formula to determine the next root of the above problem x3x2 -15x+1. (3 Marks)
Ans. To be found: Root
Presented = x0 = -3.5
By Applying Newton's method formula,
x1= x0 − f(x0) / f′(x0)
x1= -3.5 − f(-3.5) / f′(-3.5)
x1= -3.5 - (-1.625)/(28.75) = -3.443
Therefore, next root of the presented equation is 3.443.
Ques. Utilizing Newton's technique, find the positive root of the problem x2 – 2 = 0. Start with x0 = 2 and work your way up to x1. (4 Marks)
Ans. Presented Values are,
f(x) = x2 – 2 = 0, x0 = 2
Newton’s Method formula=
To compute this we will to evaluate out the first derivative f'(x)
f'(x) = 2x
So, at x0 = 2,
f(x0) = 22 – 2 = 4 – 2 = 2
f'(x0) = 2 × 2 = 4
Ques. Solve the quadratic equation 2x2+ x – 300 = 0. using factorisation. (3 Marks)
Ans. 2x2+ x – 300 = 0
2x2 – 24x + 25x – 300 = 0
2x (x – 12) + 25 (x – 12) = 0
(x – 12)(2x + 25) = 0
So,
x-12=0; x=12
(2x+25) = 0; x=-25/2 = -12.5
H, 12 and -12.5 are two roots of the given equation.
Ques. Rohit and Nikhil have a total of 45 marbles. After every other of them has lost 5 marbles, the total amount of marbles they have now is 124. How did they figure out just how many marble they started with? (4 Marks)
Ans. Let's say Rahul possessed x marbles.
The amount of marbles Rohan possessed then became 45 – x.
After eliminating 5 marbles, the sum of marbles left with Rahul is equal to x – 5.
After dropping 5 marbles, Rohan's remaining marbles are 45 – x – 5 = 40 – x.
124 is the sum of the total of marbles.
The quadratic equation is represented by this. As a result of evaluating the given equation for x, we obtain:
x = 36 and x = 9 are two different ways of expressing the same thing.
As a result, Rahul had 36 marbles while Rohan had 9, or vice versa.
Ques. A man of 50 kg enters a lift on the topmost floor of a building. What is the mass of the man while the elevator descends at a pace of 1.5/ms2? (4 Marks)
Ans. Let’s Apply Newton's second law to evaluate this problem.
F=ma
When the elevator is at halt, we will get
F=mg=(50kg)⋅(10m/s2)=500N
Therefore, Because the elevator is neutralising some of the gravitational pull, the usually acknowledged to be lighter as the elevator accelerates downhill. Defining as an equation, we have:
F=m(g−a)
Where g is an accelerating value because of gravity and a is the acceleration of life.
By Applying in our equation, we come to the solution:
Ques. What are the Failures of Newton’s Method Formula? (2 Marks)
Ans. The guesses x1,x2,x3.. could lead to a different root. If the variable f has much more than one root, it's likely that our estimations will be near a distinct root than the one we're seeking for. This happens most commonly when the approximation x0 is not nearly enough from the intended root.
It's possible that the assumptions won't go close enough to a root. We show an illustration of a variable and a predicted value x0 where the succeeding approaches never reach a root since they oscillate between two values.
Ques. A 70kg skydiver has leapt out of an airplane two miles just above earth's crust. He has attained top speed after 20 seconds, which means he is not actively accelerating. What is the impact of the airflow on the body of a skydiver? (2 Marks)
Ans. This quiz will put your knowledge of maximum velocity and Newton's second law to the test. So because skydiver is at top speed, the air force equals the gravitational force, culminating in net zero push and no velocity. To determine the air force, we only need to compute the gravitational force on the skydiver:
Ques. A 2000kg automobile travelling at v collides head-on with a 6000kg truck travelling at v. Which vehicle is subjected to the most force? Which is the one that accelerates the most? (2 Marks)
Ans. As per the equation F = ma, the automobile and the truck feel equal and opposite forces, but because the car has a lower mass, it will accelerate faster than the truck.
The velocity will be reduced as the mass increases.
For Latest Updates on Upcoming Board Exams, Click Here: https://t.me/class_10_12_board_updates
Check-Out:






Comments