go to jove.com

HIGH SCHOOL

Mathematics

Concept Videos

Calculus

This is a free preview. For full access

Applications of Differentiation

Newton’s Method for Finding Roots

Description

Newton’s Method is an iterative way to find the roots of real-valued, differentiable functions. A root is the value of x that makes a function equal to zero. This method is useful when an exact algebraic answer is hard to find.

The process starts with an initial guess. Newton’s Method then uses t...

Transcript

뉴턴의 방법은 실값 미분 가능 함수의 근사근을 찾는 반복적 기법입니다.

표준 대수적 방법으로는 너무 복잡한 비선형 방정식을 푸는 데 도움을 줍니다.

예를 들어, 뉴턴 방법은 자동차 대출 상환을 모델링하는 비선형 방정식에서 이자율을 추정할 수 있습니다. 이 방정식들은 y가 x의 f와 같다고 작성되며, 공식을 발전시키기 위해 종종 그래픽으로 보여집니다.

과정은 근의 대략적인 추정을 바탕으로 초기 추측으로 시작됩니다.

추정한 지점에서 함수의 기울기를 이용해 접선을 그립니다. 이 선의 x-절편은 실제 근에 더 가깝게 시각적으로 새로운 추정치가 됩니다.

이 ...