How do you graph an exponential function on a TI-84/T184 calculator?
Press Y=, type your function (e.g., Y1 = 2^X), then press GRAPH. Adjust the window if needed (WINDOW key) to see the curve properly.
How do you adjust the viewing window for an exponential function?
Use the WINDOW key:
- Xmin/Xmax for horizontal range (e.g., -5 to 5)
- Ymin/Ymax for vertical range (e.g., -1 to 10)
This ensures you can see the important part of the curve.
How do you find the value of an exponential function at a specific x-value using the graphing calculator?
After typing the function in Y=, press 2nd → TRACE (CALC) → value. Enter the x-value and the calculator shows f(x).
How do you graph a logarithmic function?
In Y=, type your function (e.g., Y1 = log(X) or ln(X)), then GRAPH. Make sure Xmin > 0 because log functions are undefined for x ≤ 0.
How do you evaluate a logarithmic function at a specific point on a graphing calculator?
Use 2nd → TRACE → value. Enter the x-value (must be >0), and the calculator displays log(x) or ln(x).
How do you solve equations like 2^x = 8 using a graphing calculator?
Enter two functions:
- Y1 = 2^X
- Y2 = 8
Press GRAPH, then 2nd → TRACE → intersect to find where they meet. This gives the solution for x.
How do you solve equations like log(X) = 3 using a graphing calculator?
Enter two functions:
- Y1 = log(X)
- Y2 = 3
Press GRAPH, then 2nd → TRACE → intersect. The x-value at the intersection is the solution.
How can you check solutions to exponential or logarithmic equations using your calculator?
Plug the solution back into the original equation using the CALC → value feature. Compare left-hand side and right-hand side.
How do you explore transformations (shifts, stretches) of exponential and logarithmic functions on a graphing calculator?
Modify the function in Y=:
- Vertical shift: Y1 = 2^X + 3
- Horizontal shift: Y1 = 2^(X-2)
- Vertical stretch: Y1 = 3*2^X
Then GRAPH and observe the changes.
How do you use the table function to see multiple values for exponential/log functions quickly?
Press 2nd → TABLE. Adjust TblStart and ΔTbl in the TBLSET menu. This allows you to see f(x) for multiple x-values without entering each individually.
How can you estimate the solution to an equation visually before calculating it precisely?
Graph both sides as functions, look at the intersection point, and estimate the x-value. Then use CALC → intersect for exact value.
Practice card: Graph Y = 3^X and find Y when X = 2.
Enter Y1 = 3^X, GRAPH, then 2nd → TRACE → value, enter X=2. Result: Y=9.
Practice card: Graph Y = ln(X) and find X where Y = 1.
Enter Y1 = ln(X), Y2 = 1, GRAPH, 2nd → TRACE → intersect. X ≈ 2.718.
Practice card: Solve 2^(X-1) = 16 using the graphing calculator.
Enter Y1 = 2^(X-1), Y2 = 16, GRAPH, 2nd → TRACE → intersect. X = 5.
Practice card: Graph Y = log(X-2) + 3 and describe the transformations.
Horizontal shift right 2, vertical shift up 3. Use GRAPH to visualize.