Subject: Mathematics
Book: Maths Mastery
Newton-Raphson is an iterative method for finding roots of f(x)=0. Starting with an initial guess x₀, iterate x_{n+1}= xₙ – (f(xₙ)/f′(xₙ)). For example, to solve x²–2=0, guess x₀=1.5, evaluate f′(x)=2x. Each iteration refines the approximation to √2. Newton’s method is used extensively in engineering, computing, or advanced math for polynomial or transcendental equations. While it requires calculus knowledge, even a basic introduction helps you appreciate computational root-finding strategies in real-world scenarios, from solving circuit equations to optimizing designs.
A sum of money triples itself in 12 years at simple interest. What is the rate of interest per annum?
View QuestionWhat is the sum of the first 50 positive integers?
View QuestionIf a = 4 and b = 5, what is the value of (a+b)^2?
View QuestionIf a:b = 5:7 and b:c = 6:11, what is a:c?
View QuestionWhat is the slope of a line passing through the points (2, 3) and (4, 7)?
View QuestionA man invests Rs. 5000 at 5% per annum simple interest. What is the total amount after 3 years?
View QuestionWhat is the 7th term of the arithmetic progression 3, 6, 9, 12,...?
View QuestionThe ratio of two numbers is 3:5, and their sum is 64. What are the numbers?
View QuestionIf two complementary angles differ by 30°, what are the angles?
View QuestionIf the sides of a triangle are 6 cm, 8 cm, and 10 cm, what is the area of the triangle?
View Question