The TI-36X Pro is the most popular NCEES-approved calculator for the FE and PE exams, and for good reason. It packs a numeric solver, polynomial solver, system of equations solver, matrix editor, and full statistics suite into a device that costs under $25. These built-in features can save you minutes per problem on exam day — if you know how to use them.
This tutorial walks through the TI-36X Pro features that matter most for engineering exams, using actual exam-style practice problems you might encounter on the FE or PE. Each section shows the exact keystrokes so you can follow along with your calculator in hand. If you are still deciding which calculator to buy, check out our complete calculator buying guide for the full list of NCEES-approved models.
1. The Numeric Solver
The numeric solver is arguably the most powerful feature on the TI-36X Pro. It can solve any single-variable equation numerically, which means you can skip the algebraic rearrangement and let the calculator do the heavy lifting. On the exam, this is perfect for equations that are tedious to solve by hand or that involve transcendental functions.
By hand: 3x² = 12, so x² = 4, so x = ±2.
Using the numeric solver:
Press enter to confirm the equation
Set an initial guess (try x = 1) → press enter to solve
Result: x = 2
The numeric solver finds one root at a time. To find the negative root, re-enter the solver and use an initial guess of x = −1 to get x = −2. On the exam, the answer choices will tell you which root they are looking for.
When to use it: Any time you have an equation in one variable that is not trivially solvable — exponential equations, trig equations, or anything where you would spend more than 30 seconds rearranging by hand. On the FE exam, this alone can save 2–3 minutes per problem.
2. The Polynomial Solver
The polynomial solver handles quadratic and cubic equations by factoring the characteristic polynomial. You enter the degree and coefficients, and the calculator returns all roots — including complex roots. This is essential for differential equations, controls, and structural analysis problems where you need eigenvalues or characteristic roots.
Setup: The characteristic equation is λ² − 7λ + 10 = 0 (from det(A − λI) = 0).
Using the polynomial solver:
Select degree: 2 (quadratic)
Enter coefficients: a2 = 1, a1 = (-) 7, a0 = 1 0
Press enter to solve
Result: x1 = 5, x2 = 2
So λ = 5 and λ = 2. You can verify: the eigenvalues should sum to the trace (4 + 3 = 7) and multiply to the determinant (12 − 2 = 10). Both check out.
When to use it: Quadratic or cubic equations from characteristic equations, vibration problems (natural frequencies), control system poles, or any problem where you need roots of a polynomial. The polynomial solver is faster than the quadratic formula because you do not have to worry about sign errors in the discriminant.
3. The System of Equations Solver
Many FE and PE exam problems reduce to a system of 2 or 3 simultaneous linear equations — circuit analysis (KVL/KCL), statics (equilibrium), or material balances. The system solver handles 2×2 and 3×3 systems directly from the coefficient matrix.
2x + 3y = 13
4x − y = 5
Using the system solver:
Select size: 2 (two equations, two unknowns)
Enter coefficients for equation 1: a1 = 2, b1 = 3, c1 = 1 3
Enter coefficients for equation 2: a2 = 4, b2 = (-) 1, c2 = 5
Press enter to solve
Result: x = 2, y = 3
Verify: 2(2) + 3(3) = 4 + 9 = 13 and 4(2) − 3 = 8 − 3 = 5. Both equations satisfied.
When to use it: Any problem that gives you simultaneous equations — mesh analysis in circuits, force equilibrium in statics, mass and energy balances in thermodynamics. The solver also handles 3×3 systems, which appear in three-mesh circuits and 3D statics problems.
4. The Matrix Editor
The matrix editor lets you enter, store, and operate on matrices directly. The most common exam use is computing determinants, but it also handles matrix multiplication and addition. For a 2×2 matrix, computing the determinant by hand is easy enough, but for 3×3 matrices the calculator eliminates arithmetic errors.
By hand: det(A) = (2)(4) − (1)(3) = 8 − 3 = 5.
Using the matrix editor:
Set dimensions: rows = 2, columns = 2
Enter values: [2, 1] then [3, 4]
Press 2nd quit to exit editor
2nd matrix → select math → select det
2nd matrix → select matrix [A] → ) enter
Result: 5
When to use it: Determinants, especially 3×3 matrices where cofactor expansion by hand is error-prone. Also useful for multiplying matrices in structural analysis stiffness problems or verifying inverse matrices.
5. Rectangular to Polar Conversion
Complex number conversions between rectangular (a + jb) and polar (r∠θ) form appear constantly on the FE exam — in circuit analysis (impedances, phasors), signal processing, and even basic math. The TI-36X Pro has dedicated conversion functions that eliminate the manual trigonometry.
By hand: |z| = √(9 + 16) = 5, θ = arctan(4/3) = 53.13°. So z = 5∠53.13°.
Using the R-to-P converter:
Enter: 3 , 4 ) enter
Result: r = 5 (magnitude)
2nd R↔P → select R→Pθ(
Enter: 3 , 4 ) enter
Result: θ = 53.13° (angle)
You need two separate calls: one for the magnitude (Pr) and one for the angle (Pθ). The reverse conversion (polar to rectangular) uses P→Rx and P→Ry.
When to use it: AC circuit analysis with phasors, impedance calculations, any problem involving complex numbers in polar form. On the FE Electrical exam, you might use this 10+ times. Make sure you know whether the problem expects degrees or radians for the angle — check your calculator mode.
6. Statistics and Distributions
The FE exam probability and statistics section includes problems on descriptive statistics (mean, standard deviation, regression) and probability distributions (normal, binomial). The TI-36X Pro can compute all of these from its data editor.
Using the statistics mode:
Enter values: L1 = 10, 12, 14, 11, 13 (press ↓ after each entry)
2nd stat → select 1-Var Stats
Set Data = L1, FRQ = ONE → press enter to calculate
Scroll through results:
Mean (x̄) = 12
Sample std dev (Sx) = 1.58
Population std dev (σx) = 1.41
Important: The exam almost always asks for the sample standard deviation (Sx, divides by n−1), not the population standard deviation (σx, divides by n). Read the problem carefully. If it says "sample" or gives you a sample of measurements, use Sx = 1.58.
The TI-36X Pro also has built-in normal distribution functions under 2nd stat → Distributions:
- normalcdf(lower, upper, μ, σ) — area under the normal curve between two values
- invNorm(area, μ, σ) — find the z-value for a given percentile
- binompdf / binomcdf — binomial probabilities
These replace the standard normal tables provided in the reference handbook and are often faster than table lookups, especially for non-standard values.
7. Logarithms and Exponentials
Many exam problems involve logarithms, and it is critical to know which button to press. The TI-36X Pro has two logarithm buttons, and mixing them up is one of the most common calculator errors on the exam.
- log = common log (base 10) — used for pH calculations, decibels, Richter scale
- ln = natural log (base e) — used for kinetics, decay, growth rates, time constants
Example: pH calculation. If [H+] = 0.001 M, then pH = −log(0.001):
Result: 3
Example: Half-life calculation. If a reaction has a half-life of 20 minutes and follows first-order kinetics, the rate constant k = ln(2)/20:
Result: 0.03466 min−¹
If you need a logarithm with a different base (say log base 2), use the change-of-base formula: log2(x) = ln(x) / ln(2). The TI-36X Pro also has a logBASE function under 2nd log that does this directly.
8. Engineering Notation and Scientific Notation
Engineering problems involve numbers with large or small magnitudes — resistances in megaohms, currents in milliamps, pressures in kilopascals. Entering these quickly using the EE key prevents digit-counting errors.
Display shows: 1.8E−5
Common examples:
- 47 kΩ → 4 7 EE 3 (47E3)
- 2.2 μF → 2 . 2 EE (-) 6 (2.2E−6)
- 3.5 MPa → 3 . 5 EE 6 (3.5E6)
You can also toggle the display format between normal, scientific, and engineering notation by pressing mode and selecting your preference. Engineering notation displays exponents in multiples of 3 (matching metric prefixes like kilo, mega, micro), which many engineers find more readable.
9. Numeric Integration and Derivative
The TI-36X Pro has built-in numeric integration (2nd ∫) and numeric derivative (2nd d/dx) functions. These compute definite integrals and point derivatives numerically.
Enter expression: 4 x ^ 3 + 6 x x²
Set lower bound: 0, upper bound: 1
Press enter to compute
Result: 3
Reality check: While these functions work, they are slow on the TI-36X Pro. A numeric integration can take 10–30 seconds to compute, and the exam clock does not stop while you wait. For most exam problems, applying the antiderivative by hand (power rule, substitution) and evaluating at the bounds is actually faster. Use the numeric integrator as a check when you have time, or as a last resort when you cannot find the antiderivative.
The numeric derivative is similarly useful as a check: if you computed f'(2) = 7 by hand, you can verify with 2nd d/dx to confirm.
10. Quick Tips for Exam Day
Beyond the specific features above, here are the calculator habits that separate well-prepared examinees from everyone else:
- Practice with the same calculator you will use on exam day. Do not practice on a phone app or different model and expect to be fluent with the TI-36X Pro under exam pressure. Muscle memory matters.
- Reset before the exam. Press 2nd reset enter to clear all memory and restore factory defaults. This ensures no leftover data or settings interfere with your calculations, and it satisfies the proctor if they ask you to clear your calculator.
- Stay in DEG mode. The vast majority of FE and PE exam problems use degrees. Only switch to RAD when a problem explicitly uses radians (rare outside of calculus-heavy problems). If you get a wildly wrong answer on a trig problem, the first thing to check is your angle mode.
- Use ans to chain calculations. After any computation, the result is stored in ans. You can use it in the next calculation by pressing ans or just starting with an operator (the calculator automatically inserts ans). This avoids rounding errors from re-entering intermediate results.
- Store intermediate results in memory variables. Press sto then a variable letter (x, y, z, t, a, b, c, or d) to save a value. Recall it later by pressing rcl and the variable letter. This is invaluable for multi-step problems where you compute an intermediate value (say, a Reynolds number) and need it in a later formula.
- Know your parentheses. The TI-36X Pro uses implied multiplication, which can cause unexpected order-of-operations results. When in doubt, add explicit parentheses. Entering 1 ÷ 2 π gives 1/(2π), but 1 ÷ 2 × π gives π/2 — a common trap.
- Know the second-function shortcuts. Frequently used second functions: 2nd sin = sin−¹, 2nd x² = √, 2nd EE = π, 2nd ans = entry recall (redo previous calculation).
- Bring fresh batteries. The TI-36X Pro uses a single CR2032 coin cell. Replace it a week before the exam so you know it will last the full 5+ hours. You cannot change batteries during the exam.
🔢 Calculator Buying Guide • 📐 Reference Handbook Guide • ✅ Exam Day Checklist • 📅 Study Schedules • 📕 Best Prep Books
Frequently Asked Questions
Is the TI-36X Pro allowed on the FE exam?
Yes. The TI-36X Pro is on the official NCEES list of approved calculators for all FE exam disciplines. You do not need to request permission or get any special approval — just bring it to the testing center on exam day. See our calculator guide for the full approved list.
Can I use the TI-36X Pro on the PE exam?
Yes. The same NCEES approved calculator list applies to all PE exams. The TI-36X Pro is approved for every PE discipline including Civil, Electrical, Mechanical, and Chemical.
Should I buy the TI-36X Pro or a Casio fx-115?
Both are NCEES-approved and fully capable. The TI-36X Pro has more built-in solvers (numeric solver, polynomial solver, system of equations solver), which can save significant time on computational problems. The Casio fx-115 has a slightly different interface that some people prefer. Choose whichever you are more comfortable with, but make sure to practice extensively with your chosen calculator before exam day. See our calculator buying guide for a detailed comparison.
What mode should my calculator be in for the exam?
DEG (degrees) mode for almost everything. The vast majority of FE and PE exam problems use degrees for angles. Only switch to RAD mode when a problem explicitly states radians or involves calculus expressions where radians are assumed. Always double-check your mode before starting a trig calculation.
Practice with Calculator-Guided Problems
Our practice app includes step-by-step TI-36X Pro keystroke walkthroughs for every computational problem. Practice with exam-realistic questions, a built-in timer, and detailed explanations that show you exactly which buttons to press. One-time purchase, lifetime access.
Try Free Practice Questions or try 20 free practice questions →