1. Calculating Arbitrary Powers (y^x)
The fundamental mathematical formula for discrete compounding, future value growth, and geometric expansion relies on raising an initial base $y$ to a power $x$:
The general workflow follows four chronological steps:
Enter the Base Value ($y$)
Clear the existing calculation by pressing [CE/C].
Type the base number (e.g., 1.05). The display will show the base number
aligned
to the right.
Press the [yˣ] Key
Press [yˣ]. On the physical calculator, the screen
continues
to display the base 1.05, but internally the processor moves this number into
the primary
arithmetic accumulator register and waits for the exponent. On our online BA II
Plus Calculator,
you will see the visual operator 1.05** appear on the running expression row.
- › Press [yˣ]
Enter the Exponent Value ($x$)
Type the power to which the base should be raised. For example, to calculate $1.05^3$, type
3. The screen now displays 3.
Press [=] to Evaluate
Press [=] to trigger the calculation. The calculator completes the exponential evaluation and formats the final answer to your configured number of decimal places.
- › Press [=]
2. Calculating Negative Powers (y^{-x})
Negative exponents are ubiquitous in finance because they represent discounting:
For instance, finding the present value discount factor for a cash flow arriving 5 years in the future at an 8% discount rate requires evaluating:
Method A: The Physical Calculator Native Sequence (Using [+/−])
On a physical TI BA II Plus, you must not use the subtraction key [−] to make an exponent negative. Instead, use the sign toggle key [+/−].
- Type the base:
1.08 - Press the exponent operator: [yˣ]
- Type the positive magnitude of the exponent:
5 - Press the sign toggle: [+/−] (the LCD screen
immediately changes from
5to-5) - Press the evaluation key: [=]
Method B: Using Parentheses and Minus (Financial Calculator Online Friendly)
If you are practicing on our BA II Plus Financial Calculator Online using a standard computer keyboard or if you prefer algebraic syntax clarity, you can wrap the negative exponent inside parentheses using the subtraction key:
If you type 1.08 [yˣ] [−] 5 [=] without parentheses on a physical BA II Plus, the
calculator
treats [−] as a subsequent binary operator or drops the
power mode
entirely, resulting in an erroneous answer or a Error 1 syntax fault.
Always use [+/−] or enclose in
parentheses!
3. Fractional Exponents & n-th Roots ($\sqrt[n]{y}$)
How do you compute roots other than square roots? For example, how do you find the 4th root of 16 ($\sqrt[4]{16}$), the 3rd root (cube root) of 125, or the 7th root of an equity portfolio’s return multiplier?
By basic algebraic laws of exponents:
The #1 Exam Mistake: Forgetting Parentheses in Chain Mode
By default, the Texas Instruments BA II Plus Calculator from the factory in Chain (Chn) mode. In Chain mode, arithmetic operations are executed in strict left-to-right chronological order without algebraic operator precedence (BODMAS/PEMDAS).
Watch what happens if you forget parentheses when calculating $\sqrt[4]{16}$:
16 [yˣ] 1 [÷] 4 [=] ⟹ Output: 4.0000 ❌ (WRONG!)
Why did this happen? Because without parentheses, the calculator immediately evaluated $16^1 = 16$ as soon as you tapped [÷], and then divided that result by 4, yielding $16 / 4 = 4.00$. But $\sqrt[4]{16} = 2.00$!
The Correct Keystroke Sequence (Enclosed Fraction)
To instruct the calculator to evaluate the fraction before applying the power, you must wrap the fraction in the open and close parentheses keys:
Enter Base and Power Key
Type 16 and press [yˣ].
Open Parentheses and Input Fraction
Press [(]. Type 1, press
[÷], type 4, and press
[)]. When you press the closing parenthesis, the
LCD display
will momentarily show 0.25 (the evaluated fraction).
Press [=] to Evaluate the Root
Press [=]. The calculator computes $16^{0.25}$ and displays the mathematically correct result: 2.00.
4. Fast Squaring & Square Root Shortcuts
While you could theoretically calculate $5^2$ by typing 5 [yˣ] 2 [=], doing so wastes
time.
The BA II Plus provides two dedicated single-press hardware keys for second-order operations:
Key: Row 4, Column 3.
Action: Unary instantaneous operation.
Sequence: 5 [x²] ⟹ 25.00.
Notice that you never need to press [=]!
Key: Row 4, Column 2.
Action: Unary instantaneous operation.
Sequence: 49 [√x] ⟹ 7.00.
Instant evaluation on current screen value.
5. Natural Exponential (e^x) for Continuous Compounding
In modern portfolio theory, derivatives pricing (the Black-Scholes-Merton model), and continuous time finance, cash flows compound continuously rather than in discrete annual, quarterly, or monthly intervals. The continuous compounding multiplier is governed by Euler’s constant $e \approx 2.718281828$:
How to Access e^x on the BA II Plus
The e^x function is written in gold letters above the [LN] key (Row 6, Column 1). To access it, you must press the gold [2ND] key first.
Unlike modern graphing calculators where you type e^(0.08), the BA II Plus
Calculator uses an
operand-first convention:
Type the exponent value $x$ FIRST ➔ Press [2ND] ➔ Press [LN].
The evaluation happens instantly when you press [LN].
You do not
press [=].
Example 1: Continuous Growth Multiplier
Compute e^{0.08} (the growth factor for an 8% interest rate compounded continuously over one year):
- Type
0.08 - Press [2ND] (the
2NDflag lights up on the top left of the LCD screen) - Press [LN] (which activates $e^x$)
Interpretation: An 8% continuously compounded rate generates an effective annual rate (EAR) of 8.3287%.
Example 2: Negative Continuous Discount Factor ($e^{-r \cdot t}$)
Calculate the present value discount factor for a risk-free rate of 5% over 3 years: $e^{-(0.05 \times 3)} = e^{-0.15}$.
- Type
0.15 - Press [+/−] (screen shows
-0.15) - Press [2ND]
- Press [LN]
6. Chain (Chn) vs. AOS Mode: The Hidden Exponent Trap
Many students are surprised to discover that the exact same sequence of button presses can yield two completely different answers depending on the calculator’s internal operating format: Chain (Chn) vs. Algebraic Operating System (AOS).
| Expression | Keystroke Sequence | Chain (Chn) Result | AOS Result | Mathematical Reality |
|---|---|---|---|---|
| $2 + 3 \times 4^2$ | 2 [+] 3 [×] 4 [x²] [=] |
324.00 ❌ | 50.00 ✓ | $2 + 3(16) = 50$ |
| $5 \times 2^3$ | 5 [×] 2 [yˣ] 3 [=] |
1,000.00 ❌ | 40.00 ✓ | $5 \times 8 = 40$ |
| $16^{1/4}$ | 16 [yˣ] 1 [÷] 4 [=] |
4.00 ❌ | 4.00 ❌ | Parentheses required in both! |
In Chn mode, typing 5 [×] 2 [yˣ] 3 [=] computes $(5 \times 2) = 10$,
and then
raises $10^3 = 1000$. In AOS mode, the calculator recognizes that exponentiation
has higher
precedence than multiplication, computing $2^3 = 8$ first, and then $5 \times 8 = 40$.
To switch your calculator to AOS mode:
Press [2ND] [.]
(FORMAT)
➔ Press [↑] once to reach the calculation method
setting (displays Chn or AOS)
➔ Press [2ND] [ENTER] (SET) to toggle
➔ Press [2ND] [CPT] (QUIT).
For a full breakdown, read our dedicated guide: Difference Between
Chain and AOS Calculation Methods.
Practice Exponent Calculations Online Right Now
Launch BA II Plus Calculator ➔