Mastering Your Calculator for Sections 1-5
Your Casio FX-991DE X is a powerful tool
This session is organized into 5 parts matching the course sections you’ve completed.
Important: Exams often require you to show your work, so use the calculator to check, not replace understanding
| Part | Section | Topics |
|---|---|---|
| 1 | Mathematical Foundations | Fractions, powers, roots, logarithms |
| 2 | Equations | Polynomial solver, systems of equations |
| 3 | Functions | f(x)/g(x), value tables |
| 4 | Advanced Functions | Exponential, trigonometric |
| 5 | Differential Calculus | Derivatives |
The MENU Screen
MENU screen showing available applications
Before we begin, let’s configure the calculator:
Settings menu
The natural display mode shows fractions and roots as you write them on paper!
Keyboard layout with key functions
In Section 01, you learned:
Now let’s see how your calculator handles these!
Two ways to enter fractions:
Mixed fraction: \(3\frac{1}{2}\)
3 → 1 → 2Improper fraction: \(\frac{7}{2}\)
7 → 2Use the arrow keys to move between numerator and denominator fields.
Example: Calculate \(\frac{2}{3} + 1\frac{1}{2}\)

Result: \(\frac{13}{6}\)
To convert between improper and mixed fractions:
So far, nothing is really new, right?
A time-saving feature:
This is very useful when you made a small mistake or want to try different values!
This only works as long as you don’t click the ON button, change the computation mode, or reset the data!
Using the percent function:
Press SHIFT then ANS to access percentage calculations.
Example: What is 15% of 240?
Enter: 240 × 15 SHIFT ANS =
Result: 36
Example: Increase 200 by 8%
Enter: 200 + 200 × 8 SHIFT ANS =
Result: 216
You can always just use 0.08 for 8% as well!
Powers and roots can also be easily computed using a calculator:
Example 1: Calculate \(5^3 + \sqrt[4]{16}\)
Enter: 5 ^ 3 + SHIFT x^ 4 → 16 =
Result: 127
Example 2: Calculate \((2^3 + \sqrt[3]{27}) \times \sqrt[5]{32}\)
Enter: ( 2 ^ 3 + SHIFT x^ 3 → 27 ) × SHIFT x^ 5 → 32 =
Result: 128
For very large or small numbers:
Use the ×10ˣ button to enter scientific notation.
Example 1: Enter \(6.022 \times 10^{23}\)
Enter: 6.022 10ˣ 23 =
Example 2: Calculate \(\frac{1.5 \times 10^8}{3 \times 10^4}\)
Enter: 1.5 10ˣ 8 ÷ 3 10ˣ 4 =
Result: \(5 \times 10^3 = 5000\)
Your calculator handles all three logarithm types:
| Function | Access |
|---|---|
| \(\log_{10}(x)\) | SHIFT + (-) button |
| \(\ln(x)\) | ln button |
| \(\log_a(b)\) | log (log button) |
Example: Calculate \(\log_2(32)\)
Enter: log 2 → 32 =
Result: 5 (because \(2^5 = 32\))
Store values for repeated use:
Example: Store 3.14159 in A
3.14159 → STO → A2 × ALPHA A = gives 6.28318Ans automatically stores your last result!
Using your last result efficiently:
The Ans button recalls your last calculation result.
Example: Calculate \(5 + 3\), then multiply by 2:
5 + 3 = → Result: 8× 2 = → Calculator shows Ans × 2 = 16Chain calculations become much faster with Ans!
Evaluate expressions with different values:
The CALC button lets you enter an expression with variables.
3A + B)Example: Evaluate \(3A + B\) for \(A = 5\), \(B = 10\)
3 ALPHA A + ALPHA B → CALC → 5 = 10 =Factor integers into prime factors:
Example: Find the prime factorization of 84
84 = then SHIFT + FACTWorks for integers up to 10 digits. Useful for simplifying fractions!
Greatest Common Divisor and Least Common Multiple:
Access GCD and LCM functions via ALPHA + * or ALPHA + /.
| Function | Syntax | Example |
|---|---|---|
| GCD | GCD(a; b) | GCD(24; 36) = 12 |
| LCM | LCM(a; b) | LCM(24; 36) = 72 |
Example: Find GCD(48, 180)
ALPHA + * then GCD(48; 180) =Useful for simplifying fractions: \(\frac{48}{180} = \frac{48 \div 12}{180 \div 12} = \frac{4}{15}\)
Try these on your calculator:
Calculate: \(\frac{5}{8} + \frac{3}{4} - \frac{1}{2}\)
Evaluate: \(\sqrt{144} + 3^4 - 2^5\)
Find: \(\log(1000) + \ln(e^2)\)
Verify: \(\log_3(81) = 4\)
Find the prime factorization of 360
Calculate GCD(72, 120) and LCM(72, 120)
Use CALC to evaluate \(2x^2 + 3x - 5\) for \(x = 4\)
In Section 02, you learned to solve:
The calculator has powerful equation-solving modes!
From MENU:
Solve \(x^2 + 2x - 2 = 0\)
SOLVE function in action
The calculator shows:
Press = repeatedly to cycle through all solutions.
After the two x-values, it also shows you the vertex!
Solve the system:
\[\begin{cases} x - y + z = 2 \\ x + y - z = 0 \\ -x + y + z = 4 \end{cases}\]
Press MENU → A → 1 → 3 Unbekannte
Enter coefficients in matrix form!
Press = for solution: \(x=1, y=1, z=2\)
From Section 02: Find equilibrium where supply equals demand
\[\begin{aligned} Q_d &= 100 - 2P \quad \text{(Demand)} \\ Q_s &= 20 + 3P \quad \text{(Supply)} \end{aligned}\]
Rewrite as system: \[\begin{cases} Q + 2P = 100 \\ Q - 3P = 20 \end{cases}\]
Calculator solution: \(P = 16\), \(Q = 68\)
Newton’s method for solving any equation:
SOLVE (accessed via SHIFT + CALC) uses Newton’s approximation method to find solutions.
x² + B = 0)Newton’s method for solving any equation:
Example: Solve \(x^2 - 2 = 0\) (find \(\sqrt{2}\))
ALPHA x² - 2 → SHIFT CALC → initial guess: 1 =SOLVE uses numerical methods, so:
Try these equation problems:
Solve: \(x^2 - 5x + 6 = 0\)
Solve: \(2x^2 + 3x - 5 = 0\)
Solve the system: \[\begin{cases} 3x + 2y = 18 \\ x - y = 1 \end{cases}\]
Find break-even: \(P(x) = -x^2 + 10x - 16 = 0\)
Use SOLVE to find where \(x^3 - 5x + 3 = 0\) (start with \(x = 1\))
In Section 03, you learned:
Your calculator can store and evaluate function definitions!
Register a function for repeated use:
Once defined in Tabellen mode, the function is stored for evaluation.
Once f(x) is defined in Tabellen mode:
The calculator generates a table showing function values:
Example: \(f(x) = x^2 - 4x + 3\)
This helps verify zeros and critical points!
Evaluating composite functions step-by-step:
For \(f(g(x))\), work from inside out:
Example: \(f(x) = 2x + 1\), \(g(x) = x^2\)
Try these function exercises:
Define \(f(x) = 3x^2 - 12x + 9\) and find \(f(0)\), \(f(1)\), \(f(2)\), \(f(3)\)
For \(f(x) = x + 2\) and \(g(x) = x^2\), calculate \(f(g(2))\) and \(g(f(2))\)
Create a table for \(f(x) = -x^2 + 4x\) from \(x = 0\) to \(x = 4\)
In Section 04, you learned:
This section is shorter, as many concepts require understanding, not just calculation.
Key buttons for exponential functions:
| Operation | Keys |
|---|---|
| \(e^x\) | SHIFT + ln |
| \(10^x\) | SHIFT + log |
| \(x^n\) | Use x^ key |
Examples:
Make sure angle mode is set correctly!
Check indicator: D = Degrees, R = Radians
| Function | Keys |
|---|---|
| \(\sin(x)\) | sin |
| \(\cos(x)\) | cos |
| \(\tan(x)\) | tan |
| \(\sin^{-1}(x)\) | SHIFT + sin |
Example: \(\sin(30°) = 0.5\)
Try these calculations:
Calculate: \(e^3\) and \(e^{-1}\)
Find: \(\sin(45°)\), \(\cos(60°)\), \(\tan(30°)\)
What angle has \(\sin(\theta) = 0.5\)?
Convert \(45°\) to radians
In Section 05, you learned:
This is the most important calculator section, numerical derivatives!
Access via template keys:
In Math mode, calculus templates are available via SHIFT + specific keys:
| Function | Access |
|---|---|
| Derivative | SHIFT + ∫ (d/dx template) |
| Summation | SHIFT + x (Σ template) |
| Product | ALPHA + x (Π template) |
This can sometimes be really helpful!
Syntax: \(\frac{d}{dx}(f(x))\Big|_{x=a}\)
The calculator computes the derivative at a specific point.
Example: Find \(f'(\frac{\pi}{2})\) for \(f(x) = \sin(x)\)
sin(x) → set x = π/2 → press =Let’s try this together with the proper function.
To find \(f'(2)\) for \(f(x) = x^3 - 3x^2 + 2\):
x^3 - 3x^2 + 2Result: \(f'(2) = 0\)
This confirms \(x = 2\) is a critical point!
Use derivatives to check if \(f'(c) = 0\):
Example: For \(f(x) = x^3 - 6x^2 + 9x\)
| Point | \(f'(x)\) value | Interpretation |
|---|---|---|
| \(x = 1\) | 0 | Critical point! |
| \(x = 2\) | -3 | Decreasing |
| \(x = 3\) | 0 | Critical point! |
\(f'(c) = 0\) means critical point, but check second derivative or sign changes for max/min!
It cannot determine the derivative function for you. It only computes specific values!
Essential derivative exercises:
For \(f(x) = x^2 - 4x + 3\), find \(f'(0)\), \(f'(2)\), \(f'(4)\)
Verify that \(x = 2\) is a critical point of \(f(x) = x^2 - 4x + 5\)
For \(f(x) = x^3 - 3x\), find where \(f'(x) = 0\)
For \(R(t) = 100t - 2t^2\) (revenue over time), find:
\(C(x) = 500 + 20x + 0.1x^2\) is a cost function, find marginal cost at \(x = 50\)
| Problem Type | Calculator Mode/Function |
|---|---|
| Quadratic/cubic equations | MENU → A → 2 (Polynom-Gleich.) |
| Systems of equations | MENU → A → 1 (Gleichungssyst.) |
| Numerical equation solving | SHIFT + CALC (SOLVE) |
| Evaluate with variables | CALC button |
| Value tables | MENU → 9 (Tabellen) |
| Derivatives at a point | SHIFT + ∫ (d/dx template) |
| Prime factorization | SHIFT + FORMAT → Primfakt. |
| GCD/LCM | Function menu (GCD, LCM) |
Try to avoid the following if possible.
Calculator is useful for:
Exams typically require you to show:
Combine everything you’ve learned today:
A company’s profit function is \(P(x) = -0.5x^2 + 30x - 200\)
Using your calculator:
Find the break-even points (where \(P(x) = 0\))
Find the production level that maximizes profit (where \(P'(x) = 0\))
Calculate the maximum profit \(P(x_{max})\)
Complete the Calculator Training Tasks 01 worksheet to reinforce these skills!
Calculator Training - Casio FX-991DE X | Dr. Nikolai Heinrichs & Dr. Tobias Vlćek | Home