TI 87 Graphing Calculator
Advanced Quadratic Equation Solver & Function Grapher
What is a TI 87 Graphing Calculator?
The TI 87 graphing calculator is a conceptual reference to the powerful line of Texas Instruments graphing calculators designed for advanced mathematics, algebra, calculus, and engineering. While the TI-87 specifically was a prototype that evolved into the TI-92, modern students and professionals often use the term to describe high-end graphing utilities capable of symbolic manipulation, plotting functions, and solving complex equations.
These devices are essential tools for visualizing mathematical relationships. Unlike standard calculators that only process arithmetic, a graphing calculator allows users to input equations—such as quadratic functions—and instantly see the corresponding curve, identify intercepts, and determine maxima or minima. This capability is crucial for students tackling STEM subjects where understanding the behavior of functions is just as important as calculating the answer.
Quadratic Formula and Explanation
One of the most frequent uses for a graphing calculator is solving quadratic equations in the standard form:
ax² + bx + c = 0
To find the roots (the x-values where the graph crosses the horizontal axis), the TI 87 graphing calculator utilizes the Quadratic Formula:
x = (-b ± √(b² – 4ac)) / 2a
The term inside the square root, b² – 4ac, is known as the Discriminant (Δ). This value tells us how many real roots exist:
- If Δ > 0: Two distinct real roots.
- If Δ = 0: One real root (the vertex touches the x-axis).
- If Δ < 0: No real roots (the parabola does not touch the x-axis).
Variable Definitions
| Variable | Meaning | Unit | Typical Range |
|---|---|---|---|
| a | Quadratic Coefficient | Unitless | Any non-zero real number |
| b | Linear Coefficient | Unitless | Any real number |
| c | Constant Term | Unitless | Any real number |
| x | Unknown variable / Root | Unitless | Dependent on a, b, c |
Practical Examples
Here are two realistic examples of how to use this tool to solve problems typical of algebra coursework.
Example 1: Finding Intercepts
Problem: Find the x-intercepts of the function y = x² – 5x + 6.
Inputs: a = 1, b = -5, c = 6.
Calculation: The discriminant is (-5)² – 4(1)(6) = 25 – 24 = 1. Since Δ > 0, there are two roots.
Result: x = (5 ± 1) / 2. The roots are x = 3 and x = 2. The graph crosses the x-axis at (2,0) and (3,0).
Example 2: Determining the Vertex
Problem: A ball is thrown following the path y = -0.5x² + 2x + 1. Find the maximum height.
Inputs: a = -0.5, b = 2, c = 1.
Calculation: The vertex x-coordinate is -b/(2a) = -2 / (2 * -0.5) = 2. Plugging x=2 back into the equation gives y = 3.
Result: The vertex is at (2, 3). This represents the peak height of the ball.
How to Use This TI 87 Graphing Calculator
This online tool simulates the core functionality of solving and graphing quadratic equations. Follow these steps to get precise results:
- Enter Coefficient a: Input the value for the x² term. Ensure this is not zero, otherwise, it is not a quadratic equation.
- Enter Coefficient b: Input the value for the x term. Include negative signs if the term is subtracted.
- Enter Constant c: Input the remaining constant value.
- Click Calculate: The tool will instantly compute the roots, vertex, and discriminant.
- Analyze the Graph: The visual canvas below the results shows the parabola. The blue line represents your function, and the grey lines represent the axes.
Key Factors That Affect the Graph
When using a TI 87 graphing calculator, changing the input coefficients alters the shape and position of the parabola. Understanding these factors helps in predicting the graph's behavior:
- Sign of 'a': If 'a' is positive, the parabola opens upwards (like a smile). If 'a' is negative, it opens downwards (like a frown).
- Magnitude of 'a': A larger absolute value for 'a' makes the parabola narrower (steeper). A smaller absolute value makes it wider.
- Value of 'c': This is the y-intercept. Changing 'c' moves the graph up or down without changing its shape.
- Value of 'b': This affects the position of the vertex and the axis of symmetry. It shifts the graph left or right.
- The Discriminant: This determines if the graph touches or crosses the x-axis. A negative discriminant means the entire graph is either above or below the x-axis.
- Domain and Range: While the domain is always all real numbers for quadratics, the range is restricted by the vertex's y-value.
Frequently Asked Questions (FAQ)
What is the difference between a TI-87 and a TI-84?
The TI-87 was a prototype model that eventually led to the development of the TI-92. The TI-84 is the standard model used in most high schools. Both can solve quadratics, but the TI-92 (and the conceptual TI-87) often includes advanced Computer Algebra System (CAS) features for symbolic math.
Why does my calculator say "Non-Real Result"?
This happens when the discriminant (b² – 4ac) is negative. In the set of real numbers, you cannot take the square root of a negative number. The graph of the equation does not cross the x-axis.
Can I use this for linear equations?
No, this specific tool is designed for quadratic equations (polynomials of degree 2). If you enter '0' for coefficient 'a', the logic will fail because it is no longer a quadratic function.
How do I find the vertex without a calculator?
You can use the formula h = -b / (2a) to find the x-coordinate of the vertex. Then, substitute that value back into the original equation to solve for the y-coordinate (k).
What units does the TI 87 graphing calculator use?
Graphing calculators typically deal with unitless numbers unless you define them (e.g., x is time in seconds, y is height in meters). The calculator simply processes the numerical relationships.
Is the graph window adjustable?
This specific online tool uses a fixed standard window (-10 to 10) for simplicity, similar to the default "Zoom Standard" setting on a physical device.
What if my equation has fractions?
You can enter decimals (e.g., 0.5 instead of 1/2). The tool handles floating-point arithmetic efficiently.
Does this tool handle factoring?
It finds the roots, which are the values used to write the factored form a(x – r1)(x – r2) = 0.