See what the tutor actually gives you.
Ten real topics students search every day, algebra to WWI, each with a sample conversation and the whiteboard it produces. Scroll through, or use the arrows.
Physics
High school ยท University
For steady, incompressible, and inviscid flow along a streamline, the energy per unit volume remains constant:
Breakdown of terms
- โ Static pressure of the fluid (units: Pa or )
- โ Dynamic pressure (kinetic energy component)
- โ Hydrostatic pressure (potential energy component)
Variables defined
- (rho) โ Fluid density ()
- โ Fluid velocity ()
- โ Acceleration due to gravity (approx )
- โ Height above a reference level (m)
Algebra
High school
For any equation in the form , the solutions are:
Worked example: solve
- , ,
- Discriminant:
- , so or
When to use it: any quadratic that doesn't factor cleanly. The discriminant also tells you how many real solutions exist before you finish solving.
Biology
High school AP ยท University
Eight-step cycle in the mitochondria that oxidizes acetyl-CoA, the entry point for the energy released by cellular respiration overall:
Net yield per turn
- NADH โ 3 produced, feeds the electron transport chain
- FADHโ โ 1 produced, same pathway
- ATP โ 1 produced directly via substrate-level phosphorylation
Chemistry
High school
Unbalanced:
Balance one element at a time
- Carbon: 3 C on the left needs 3 on the right
- Hydrogen: 8 H on the left needs 4 on the right
- Oxygen: count on the right first (), then fix the left
Balanced equation
Rule of thumb: balance carbon and hydrogen first, oxygen last. It's usually the one that needs a fraction before you clear it.
Economics
High school ยท University
A price ceiling is a legal maximum price set below the market equilibrium price.
What happens at that price
- Quantity demanded rises (it's cheaper, more people want it)
- Quantity supplied falls (producers earn less, so they supply less)
- The gap between the two is the shortage
Key idea: the shortage isn't a flaw in the market. It's the direct, predictable result of not letting price rise to clear it: the further below equilibrium the ceiling is set, the bigger the shortage.
Calculus
University ยท AP Calc
For a composite function :
Worked example: differentiate
- Outer function: , derivative
- Inner function: , derivative
- Combine:
How to spot it: if you can describe the function as "something happening to something else," you need the chain rule.
History
High school
The assassination of Archduke Franz Ferdinand triggered the war, but four longer-term forces made Europe ready to ignite:
- Militarism โ an arms race and glorification of military strength across major powers
- Alliances โ a web of defense treaties meant Austria-Hungary vs. Serbia became all of Europe
- Imperialism โ competition over colonies bred resentment between rival empires
- Nationalism โ ethnic pride and independence movements destabilized multi-ethnic empires
Why it matters: any one of these alone probably doesn't cause a world war. It's the combination that turned a regional assassination into a continental war within weeks.
Computer Science
University ยท AP CS
A recursive function calls itself on a smaller version of the same problem, until it hits a base case that stops the recursion.
function factorial(n):
if n == 0: return 1 # base case
return n * factorial(n-1) # recursive case
Tracing factorial(4)
- factorial(4) = 4 ร factorial(3)
- factorial(3) = 3 ร factorial(2)
- factorial(2) = 2 ร factorial(1)
- factorial(1) = 1 ร factorial(0)
- factorial(0) = 1 โ base case hit, now it unwinds: 1ร1ร2ร3ร4 = 24
The two things every recursive function needs: a base case that stops it, and a recursive case that makes real progress toward that base case.
Statistics
High school ยท University
For a data set: 2, 4, 4, 4, 5, 5, 7, 9
Steps
- Mean:
- Squared differences: 9, 1, 1, 1, 0, 0, 4, 16
- Average of those:
What it means: most values in this set sit within about 2 points of the mean (5). A small means tightly clustered data, a large one means spread out.
English
High school ยท University
Weak: "There are many themes in The Great Gatsby." (states a fact, takes no position)
Strong: "Fitzgerald uses Gatsby's parties to expose the emptiness beneath the wealth of the 1920s American elite." (arguable, specific, previews the evidence)
Three things every strong thesis needs
- Takes a position โ something a reasonable person could disagree with
- Is specific โ names the actual text/evidence, not just a vague topic
- Previews the argument โ hints at how you'll prove it, not just what you believe
Quick test: if your thesis could be the answer to "so what?", it's probably still too vague.
That's what it gives you for free.
Every plan gets the voice tutor and the whiteboard, on any subject. Try it on whatever you're actually stuck on right now.