EasyManua.ls Logo

Texas Instruments TI-85 User Manual

Texas Instruments TI-85
28 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #25 background imageLoading...
Page #25 background image
:Input H
:Disp “N”
:Input N
:0 J
:Lbl 1
:X P
:Y Q
:Pt-On(X,Y)
:P X
:Q Y
:X + HY
1
X
:Y + HY
2
Y
:J + 1 J
:If J N
:Goto 1
:Stop
Program EVAL
Output: f(x)
Input: f(x) as Y
1
, x
:Lbl 1
:Disp “X=”
:Input X
:Disp Y
1
=”
:Disp Y
1
:Goto 1
Program MSUM
Output: Riemann sum
n
X
k=1
f(¯x
k
) x where ¯x
k
is the
mid point of each subinterval.
Input: f(x) as Y
1
, A as a and B as b where [a, b] is the
given interval, N as n
:Disp “A”
:Input A
:Disp “B”
:Input B
:Disp “N”
:Input N
:0 S
:(B A)/N H
:A + .5H X
:Lbl 1
:S + Y
1
S
:X + H X
:IF X < B
:Goto 1
:SH S
:Disp “MSUM”
:Disp S
:STOP
Program NDER2
Output: A numerical approximation to f
00
(c).
Input: f(x) as Y
1
, c
:Disp C
:Input C
:(nDeriv(Y
1
, X, C + .001)
nDeriv(Y
1
, X, C .001))/.002 T
:Disp “NUM 2ND DERIV”
:Disp T
Program NDER2G
Output: Graph of y = f
00
(x), where f
00
(x) is the nu-
merical approximation to f
00
(x) given by NDER2.
Input: f(x) as Y
1
. Set range variables as desired.
:(XmaxXmin)/94 H
:1 N
:ClrDraw
:FnOff
:Lbl 1
:Xmin+NH T
:(nDeriv(Y
1
, X, T + .001)
nDeriv(Y
1
, X, T .001))/.002 U
:Pt-On(T, U)
:N + 1 N
:If N 94
:Goto 1
Program NEWT
Output: Newton’s rule approximations to the solution
of f (x) = 0. Press the
ENTER key to see the next
iteration.
Input: f(x) as Y
1
, the initial guess x
1
.
:Disp “X1”
:Input X
:Lbl 1
:X Y
1
/nDeriv(Y
1
, X, X) R
:Disp R
:Pause
:R X
:Goto 1
54

Other manuals for Texas Instruments TI-85

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-85 and is the answer not in the manual?

Texas Instruments TI-85 Specifications

General IconGeneral
BrandTexas Instruments
ModelTI-85
CategoryCalculator
LanguageEnglish

Summary

Section 1.0 in Text: Graphing Basics

The Viewing Window Explained

Defines and illustrates the calculator's viewing screen boundaries (Xmin, Xmax, Ymin, Ymax).

Graphing in Standard Viewing Window

Instructions for graphing a function in the default viewing window settings.

Adjusting Viewing Window and Trace

Change Viewing Window Dimensions

Steps to adjust the viewing window parameters for graphing.

Using the TRACE Feature

How to use the TRACE feature to find points on a graph.

Section 1.1 in Text: Advanced Graphing

Piecewise Functions and Dot Mode

Graphing piecewise functions and using DOT mode for better display.

Section 1.2 in Text: Function Operations

The Root Operation for Zeros

Finding the x-intercept (zero) of a function using the calculator.

Finding Function Intersections

The Intersect Operation

Finding the point where two functions intersect.

Section 2.1 in Text: Statistics and Regression

STAT and LinReg for Data Analysis

Performing linear regression to find the best-fit line for data points.

Advanced Statistics and Table Generation

The TABLE Operation

Creating tables of function values by setting input parameters.

Function Evaluation and Program Execution

The Value Operation for Accuracy

Evaluating a function at specific x-values for high accuracy.

Executing Calculator Programs

Running user-defined or pre-loaded programs on the calculator.

Section 3.2 in Text: Tangents and Secants

Drawing Tangent Lines with DRAW

Using the DRAW menu to graph a tangent line to a function.

Section 5.2 in Text: Numerical Derivatives

nDeriv for First Derivatives

Calculating the numerical derivative of a function.

Chapter 12 Project: Predator and Prey Dynamics

Troubleshooting Calculator Issues

Related product manuals