အနုပညာ
အလှအပနှင့် ကျန်းမာရေး
လက်မှုအနုပညာ
ယဉ်ကျေးမှုနှင့် သမိုင်း
ဖျော်ဖြေရေး
ပတ်ဝန်းကျင်
အစားအစာနှင့် အချိုရည်
ပြောင်းပြန်အင်ဂျင်နီယာပညာ
သိပ္ပံပညာများ
အားကစား
နည်းပညာ
ဝတ်ဆင်နိုင်သောပစ္စည်းများ

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
1
Following the slope to the answer
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
2
Plot the curve
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.
Materials for this step:
Cardstock Assorted Pack (50 sheets)1 ခုTools needed:
Steel Ruler (30cm)
Graphite Pencil Set3
3
Slide down the tangents
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.
Tools needed:
Calculator4
4
Check the root
Check the root
Loading Jupyter Notebook...
Tools needed:
Desktop Computer
Calculator5
5
Compendium: fast, but handle with care
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- Placeholder
လိုအပ်သော ကိရိယာများ
4- Placeholder
- Placeholder
- Placeholder
- Placeholder
ဆက်စပ် အစီအစဉ်များ
ဤအစီအစဉ်များသည် အသိပညာမျှဝေသည် — နည်းပညာ၊ ပစ္စည်း သို့မဟုတ် မူများ
CC0 အများပိုင်
ဤအစီအစဉ်ကို CC0 အောက်တွင် ထုတ်ဝေထားသည်။ ခွင့်ပြုချက်မလိုဘဲ ကူးယူ၊ ပြင်ဆင်၊ ဖြန့်ဝေ နှင့် အသုံးပြုနိုင်သည်။
အစီအစဉ်မှတစ်ဆင့် ကုန်ပစ္စည်းများဝယ်ယူ၍ ဖန်တီးသူကို ပံ့ပိုးပါ ဖန်တီးသူ ကော်မရှင် ရောင်းချသူက သတ်မှတ်သည်၊ သို့မဟုတ် ဤအစီအစဉ်၏ ဗားရှင်းအသစ်ဖန်တီး၍ ဝင်ငွေခွဲဝေရန် သင့်အစီအစဉ်တွင် ချိတ်ဆက်မှုအဖြစ် ထည့်သွင်းပါ။

