SHW 10, Calculus Exploration 4B: Newton-Raphson Method
Warm Up on your calculator (TI-83, 84 Plus):
Do [Y = ] and [CLEAR] out all fuctions.
Then set [Y1 = 10Xe^(-2X) - 1] and set [Y2 = 10e^(-2X) - 20Xe^(-2X)]
Next [QUIT] and then [CLEAR] the calculating window.
Now test to make sure the functions are entered correctly by first setting X to 0 as follows:
do 0 [STO] X and 0 -> X will appear in the window.
Press [ENTER] and you should get the value of X, namely 0.
Next evaluate the functions Y1 and Y2 at X = 0 as follows:
press [VARS], select Y-VARS, select Function, press [ENTER], and then select Y1
and press [ENTER]. Y1 should now appear in the calculating window, press [ENTER]
and you should get the value of the function Y1 for X = 0, i.e. Y1 = -1.
To test Y2 repeat theabove for Y2 and you should get the value of the function Y2 for X = 0,
Iteration 0 on your calculator (TI-83, 84 Plus):
Step 1. (You already did this in the warm up above. So, just do [Y = ])
Do [Y = ] and [CLEAR] out all fuctions.
Then set [Y1 = 10Xe^(-2X) - 1] and set [Y2 = 10e^(-2X) - 20Xe^(-2X)]
Set up Newton-Raphson formula as function Y3 as follows:
Note that in order to enter the Y1 function press [VARS],
select Y-VARS, select Function, press [ENTER], and then select Y1
Next [QUIT] and then [CLEAR] the calculating window.
Begin calculations for Newton-Raphson Iteration 0 :
do 2 [STO] X and 2 -> X will appear in the window.
Press [ENTER] and you should get the value of X, namely 2.
Next evaluate the Newton-Raphson function Y3 at X = 2 as follows:
press [VARS], select Y-VARS, select Function, press [ENTER], and then select Y3
and press [ENTER]. Y3 should now appear in the calculating window, press [ENTER]
and you should get the value of the function Y3 for X = 2, i.e. Y3 = .8467283322.
Evaluate your original funtion at the estimate you just obtained
by setting X = .8467283322 as follows:
do Y3 [STO] X and Y3 -> X will appear in the window. (Note to get Y3 do [VARS] etc.)
Press [ENTER] and you should get the new value of X, namely X = .8467283322.
Now evaluate your original function Y1 (Note to get Y1 do [VARS] etc.)
and you should get the value of Y1 at X = .8467283322, namely Y1 = .5569877912.
Since the new estimate is already set up, X = .8467283322 (to double check type X and
press [ENTER]), just repeat Step 5 above by evaluating the Newton-Raphson function
Y3 at X = .8467283322 and you should get Y3 = 1.283503952.
Now do Y3 [STO] X and Y3 -> X will appear in the window.
Press [ENTER] and you should get the new value of X, namely X = 1.283503952.
Now evaluate your original function Y1 and you should get the value of Y1 at
X = 1.283503952, namely Y1 = -.0147520804.
Since the new estimate is already set up, X = 1.283503952 (to double check type X and
press [ENTER]), just repeat Step 5 above by evaluating the Newton-Raphson function
Y3 at X = X = 1.283503952 and you should get Y3 = 1.271267071.
Now do Y3 [STO] X and Y3 -> X will appear in the window.
Press [ENTER] and you should get the new value of X, namely X = 1.271267071.
Now evaluate your original function Y1 and you should get the value of Y1 at
X = 1.271267071 , namely Y1 = .0000650504462.