Will output optimal graduation mark based on current students, phi, and tau values. Instructions on how to run are found in Introduction to Graduation.
Leaderboards for highest τ and publication multi of each theory, highest positive and negative ρ of each lemma, highest overall and minigame stars, and a monthly updated cross platform F(t) rankings.
Get confused with all the variables in T1-T8, MF, BaP, FP, and TC? Get tired in calculating the ratio of to other variables? Tired of checking the sim for purchasing variable? Here introduce a convenient tool to instantly check which variables to buy next! All u need is the levels of the variables at the current stage, and it will calculate automatically for u! Made by Hackzzzzzz.
Centralized sheet with all currently finished and in-development Custom Theories. All future official Custom Theories will be on this sheet before they become official. Message @a_spiralist or @jooo_1265 on the Exponential Idle Discord for updating, fixing, and general sheet editing.
If you want to track your daily tau gains and contribute to daily tau rates graphs, request for access on this sheet. F(t) and Tau graphs available.
Will output optimal graduation mark based on current students, phi, and tau values. Instructions on how to run are found in Introduction to Graduation.
Leaderboards for highest τ and publication multi of each theory, highest positive and negative ρ of each lemma, highest overall and minigame stars, and a monthly updated cross platform F(t) rankings.
Get confused with all the variables in T1-T8, MF, BaP, FP, and TC? Get tired in calculating the ratio of to other variables? Tired of checking the sim for purchasing variable? Here introduce a convenient tool to instantly check which variables to buy next! All u need is the levels of the variables at the current stage, and it will calculate automatically for u! Made by Hackzzzzzz.
Centralized sheet with all currently finished and in-development Custom Theories. All future official Custom Theories will be on this sheet before they become official. Message @a_spiralist or @jooo_1265 on the Exponential Idle Discord for updating, fixing, and general sheet editing.
If you want to track your daily tau gains and contribute to daily tau rates graphs, request for access on this sheet. F(t) and Tau graphs available.
Let’s start by defining which variables we’re discussing. We will discuss the main-game variables, (
$x-\xi$
We can split the progression through the game into three sections:
From 0 to ee4310, this section includes the unlocking of all of the variables, finishing with the unlocking of
$\xi$
at ee791. It also includes the purchase of
$y$
power upgrades, of which we will discuss more later.
From ee9160 to ee47362, this is the range when we buy supremacy upgrades known as “psi3” upgrades.
Finally, the final section is after ee47362, where we see the title of strongest variable change hands a few more times with a final change at ~ee70000.
To visualize the power of each variable throughout the game, I’ve created a script in Python that can compute the power of all variables at any given
$f(t)$
To create the graphs seen shortly, I repeated this computation at many different
$f(t)$
$f(t)$
Something to note about the program is that it computes the base power,
$x$
$x_8$
$f(t)$
$x_8$
$x_8$
), NOT the upgrades bought in theories.
. It does this by simulating the purchase of all of the variable levels it can afford. It then computes the power the variable has at its current level. It does this for every variable.
points, then graphed the power of each variable across an interval.
, not which is used in the main equation to compute after is bought as an upgrade. Because of how is computed in-game, it can’t be well represented in these graphs. However, this has no effect on which variable is strongest, so it doesn’t matter given the purpose of this guide extension.
The cost of the first levels of each variable range from Free to an expensive ee791. Here’s a table with the cost of the first level of each variable:
And here’s a graph of variable power up to the purchase of the final variable at ee791:
Computed every ee1 from ee1 to ee850.
And the percentage graph:
Computed every ee1 from ee1 to ee850. A bit more spiky ;)
. The initial purchase of variables through can be seen.
range, but instead of the power of each variable, it graphs the percentage of total power each variable has at any given .
You may have noticed the abrupt jumps in the above graphs. We’ll now discuss why that occurs.
After we supremacy for the first time at ee50, we are given a currency
$\psi$
$y$
$0.2$
$y$
$y^{1.2}$
$y^{9.0}$
$40$
Because the power each variable has is propagated down all of its lower variables (ex.
$z \rightarrow y \rightarrow x$
The cost of each upgrade from
$y^{1.2}$
$y^{1.8}$
$\psi = 1.5 \times 2^{2(x-1)}$
The cost model changes after this, and from
$y^{2.0}$
$y^{4.0}$
$\psi = 0.488281 \times 2^{3(x-1)}$
The cost model changes one final time, and from
$y^{4.2}$
$y^{9.0}$
$\psi = 0.0000000794093 \times 2^{5(x-1)}$
With all of these calculations in place, here is the new variable power graph, now ranging up to ee5000:
Computed every ee1 from ee1 to ee5000.
Each small jump present in the graph marks the purchase of an added
$0.2$
$y$
And finally, here is the percentage of total power for each variable:
Computed every ee1 from ee1 to ee5000.
Very spiky!
(psi). With this new currency, we can buy upgrades to increase the exponent on . Each upgrade raises the exponent by , so the initial supremacy at ee50 turns into . These upgrades continue all the way up to at ~ee4310, for a total of levels.
), the change in exponent affects how strong all of the variables are.
through is calculated using this formula, where x is the level you are buying starting at 1:
through is this formula:
to is this formula:
to the exponent of .
These upgrades help delay the decay players would otherwise experience from ee20k-ee50k as their theories slow down and they gain less
$\tau$
The first psi3 upgrade increases
$z$
$z^{1.04}$
$z^{1.08}$
$s$
$1.08$
$\eta$
$1.08$
To illustrate the effect these purchases have, let’s use an example.
Let’s say these are the current equations for your first five variables:
$x = 4.7893e7y^9 + 2^3 \times 165.2$
$y = 19891z^{1.08} + 2^{419} \times 87522$
$z = 18082s^{1.04} + 2^{376} \times 70017$
$s = 16433u + 2^{341} \times 56007$
$u = 14933v + 2^{323} \times 48973$
And let’s say that shortly afterward you purchased a new psi3 level:
$x = 4.7893e7y^9 + 2^3 \times 165.2$
$y = 19891z^{1.08} + 2^{419} \times 87522$
$z = 18082s^{1.08} + 2^{376} \times 70017$
$s = 16433u + 2^{341} \times 56007$
$u = 14933v + 2^{323} \times 48973$
With this new level, the power of
$s$
$u$
$x$
$0.04$
$s$
$x$
$y$
$z$
But don’t just take my word for it. Let’s look at the data from the program around this upgrade.
Computed every ee1 from ee13000 to ee15000. For the purpose of this visualization, only the four variables discussed are plotted.
As can be seen in the image, both
$y$
$z$
$s$
$u$
$\xi$
This leads to an interesting effect where every two psi3 upgrades one of the variable’s power stops getting boosted from the upgrade, so we see a line separate from the rest every two jumps:
Computed every ee1 from ee1 to ee50000. This took a while to run…
And here’s a rather interesting plot with the percentage of total power each variable has.
Computed every ee1 from ee1 to ee50000.
at around ee4310, we don’t have anything to buy with until ee9160 , when we can finally afford the first Psi3 upgrade. This time, instead of 40 levels to buy, there’s only 24 upgrades. However, each upgrade is separated by e20, so the last level, bought with e570, is all the way up at ee47362 .
.
's exponent to , and the second upgrade increases it further to . The third and fourth upgrades increase 's exponent to , and so on until the final upgrade increases 's exponent to .
and will increase, because in their propagation down to they get boosted by the added on 's exponent. However, the power of , , and will get no boost, because they are downstream of the added exponent.
and get no boost, as we expected. Furthermore, both and get an equal boost from the upgrade, as will the subsequent variables all the way down to .
We’ve made it. The end of the supremacy upgrades is upon us. What’s next?
Well, now is when
$f(t)$
Computed every ee5 from ee35000 to ee80000.
Immediately after the final supremacy upgrade, we gain a lot less
$x$
$f(t)$
$17 f(t)$
for an
$e1$
increase in
$x$
Shortly afterward, during the period up to ~ee52000,
$\xi$
$77 f(t)$
for an
$e1$
increase in
$x$
Fortunately,
$\xi$
$\eta$
$f(t)$
$\eta$
$45 f(t)$
for an
$e1$
increase in
$x$
Finally, at ee70000,
$\eta$
$y$
$y$
$y$
$22 f(t)$
for an
$e1$
increase in
$x$
$17 f(t)$
Class: strat;
Caption:
$F(t)$
needed for e1 x increase
Range
Psi3
y
A plot with only
$y$
,
$\eta$
, and
$\xi$
to illustrate the difference in their scaling and where each variable becomes dominant.
decay really hits. Let’s take a look at an updated graph.
per . During the psi3 upgrades, we need an average of .
is the most powerful variable. Unfortunately for us, its scaling is absolutely terrible, and it takes , around 4.5 times worse than during the psi3 upgrades.
is quickly dethroned by , which is the most powerful variable from ee52000 all the way until ee70000 . For , it takes . This is the section where all current endgame and top players are.
is dethroned by , which will remain the strongest variable for the rest of the game. dominates the endgame because for it only takes , which is intriguingly close to the the psi3 upgrades offered long ago in our distant past. Currently, all top leaderboard players are in this range thanks to a significant buff to Custom Theories.
Needed to Gain e1 x;
At ee48000, the supremacy equation we recommend using skips most of the psi3 supremacy upgrades. In fact, it only supremacies at
$e52, e411, e511, e531, e551,$
$e571d\psi$
$d\psi$
Computed every ee10 from ee1 to ee50000
Very interesting! So it looks like we should be buying
$y$
$\psi$
$y$
$y$
$y$
After we reach ee52000, we are recommended to use a new supremacy equation. This equation only supremacies at e52, e511, and e571
$d\psi$
Computed every ee10 from ee1 to ee50000
Once again, it looks like we should be buying
$y$
$y$
$\psi$
Finally, somewhere between ee58000 and ee60000 (we aren’t entirely sure where within this range) we switch to our final supremacy equation. This supremacy equation only supremacies at e52
$d\psi$
$d\psi$
Computed every ee10 from ee1 to ee50000
There we go! Now we should buy
$y$
$\psi$
becomes the most powerful variable, as long as you are past ee48000, you should still buy during graduation recovery. Why? Well, it has to do with the supremacy equations we begin adopting at ee48000.
and . It doesn’t buy any of the psi3 upgrades until e410. Let’s take a look at what that does to the power of the variables:
until the supremacy at e410. When we were buying every psi3 upgrade, it wasn’t worth buying because the other variables were stronger than it. However, these variables were only stronger than because they had been boosted by the psi3 upgrades, none of which affect 's power.
. Let’s see what that does to the power:
during graduation recovery. This time, we should be buying until the e510 supremacy.
and e571 .
all the way up to e570.
More than just the regular percentage total power plots, I also tried logging the percentage so we can see more than just 0% power for almost all of the variables, creating fascinating results. Ignore the initial xi/
$\xi$
Computed every ee1 from ee1 to ee120.
Computed every ee1 from ee1 to ee1000.
Computed every ee1 from ee1 to ee3000.
Computed every ee1 from ee1 to ee20000.
Computed every ee10 from ee1 to ee75000.
So many stories told in one plot!
line in the first image; it’s a remnant that only shows up in these logged plots.