예술
뷰티 및 웰니스
공예
문화 및 역사
엔터테인먼트
환경
음식 및 음료
그린 퓨처
역공학
SCHOOL PROJECTS
과학
스포츠
기술
웨어러블
Newton's Method — Chase a Root Down Tangent Lines You Draw
Mark

작성자

Mark

2. 7월 2026FI
19
0
0
0
0

Newton's Method — Chase a Root Down Tangent Lines You Draw

A hands-on maths project: plot a curve on grid paper, draw the tangent line where it starts, slide down it to the axis, and repeat -- watching your guesses march onto the solution. This is Newton's method; a Python cell checks your root, and a compendium shows its power and its pitfalls.
초급
30 minutes

안내

1

Following the slope to the answer

How do you solve an equation with no tidy formula? Around 1669 Isaac Newton gave an answer: guess, draw the tangent line to the curve there, and follow it down to where it crosses zero -- that landing point is a much better guess. Repeat, and you zoom in. You will do it with a ruler.
2

Plot the curve

Rule a grid on card (your graph paper). Plot the curve y = x-cubed minus 2x minus 5 for x from 1.5 to 3 by working out a few points and joining them smoothly. It crosses the x-axis somewhere near x = 2 -- that crossing is the solution you are hunting.

이 단계의 재료:

Cardstock Assorted Pack (50 sheets)Cardstock Assorted Pack (50 sheets)1

필요한 도구:

Steel Ruler (30cm)Steel Ruler (30cm)
Graphite Pencil SetGraphite Pencil Set
3

Slide down the tangents

Start at x = 2. Lay your ruler along the curve there to draw the tangent line, and mark where that straight line crosses the x-axis -- read off the new x. Move to that x on the curve, draw the new tangent, and mark where IT crosses. After just two or three tangents your marks pile up on the root, near x = 2.095.

필요한 도구:

CalculatorCalculator
4

Check the root

Loading Jupyter Notebook...

필요한 도구:

Desktop ComputerDesktop Computer
CalculatorCalculator
5

Compendium: fast, but handle with care

What your tangents teach. (1) Each step replaces the guess with x minus f(x) divided by the slope f'(x); near the root the accuracy doubles every step, dazzlingly fast. (2) Heron's ancient square-root trick is just Newton's method applied to 'x squared minus S'. (3) It needs a derivative (the slope) and a reasonable starting guess -- start in a bad spot, or near a flat part of the curve, and the tangents can fly AWAY from the root instead of toward it. (4) Given a good start, it is the default way computers solve equations in engineering, physics, computer graphics and the training of machine-learning models.

재료

1

필요 도구

4

You can swap these in

Can't get one of the materials? Swap it for an equivalent — these work just as well.

관련 블루프린트

이 블루프린트들은 지식을 공유합니다 — 기술, 재료 또는 원리

CC0 퍼블릭 도메인

이 블루프린트는 CC0로 공개되었습니다. 어떤 목적으로든 자유롭게 복사, 수정, 배포 및 사용할 수 있습니다.

제품 구매를 통해 메이커를 지원하세요. 판매자가 설정한 메이커 커미션 을 받거나, 이 블루프린트의 새로운 반복을 만들어 연결로 포함시킬 수 있습니다.

토론

(0)

로그인 하여 토론에 참여하세요

댓글 로딩 중...