Gear Ratio and Output Speed from Teeth Count Calculator
Calculates gear ratio GR = T₂/T₁, output RPM = input RPM / GR, output torque = input torque × GR × η, and pitch line vel...
Calculates gear ratio GR = T₂/T₁, output RPM = input RPM / GR, output torque = input torque × GR × η, and pitch line vel...
Find the volume of a pyramid with a square base from its base length and height.
Calculates SNR = 10·log₁₀(P_signal/P_noise) in dB, and SNDR if distortion power is known. SNR > 40 dB is considered high...
Calculates fuel needed = distance / efficiency, and total cost = fuel × price per litre. Supports L/100km or MPG with ei...
GMROI = Gross Margin ($) / Average Inventory Cost ($). A ratio > 1 means every dollar in inventory earns more than $1 in...
Multiply two complex numbers in rectangular form, returning the real and imaginary parts of the product, plus its modulu...
Evaluate a degree-4 polynomial at a given x using Horner's method — far fewer multiplications than naïve evaluation. Ret...
Compute the t-statistic and degrees of freedom for a one-sample t-test from the sample mean, the population mean under H...
Calculates spectral efficiency η = R_b / B (bit/s/Hz), where R_b is the bit rate and B is the bandwidth. Shannon limit:...
Compute the XP needed to reach a target level on a quadratic XP curve, XP(n) = a · (n − 1)^p + b · (n − 1). Defaults rep...
Compute DNA concentration in ng/μL from a spectrophotometer absorbance reading at 260 nm and the cuvette dilution factor...
Calculates Days Sales Outstanding DSO = (Accounts Receivable / Annual Revenue) × 365. Lower DSO = faster collection. Als...
Every "X% of Y" problem, every "what percent of", every percent-change question — written out the way you'd actually say them.
Standard deviation is "average distance from the average". That one sentence covers 90% of everything you ever need to remember about it.