Skip to main content

Math & Science Tools

Scientific calculators, graphing tools, statistics solvers, and physics simulators that show intermediate steps — so you understand the method, not just the answer.

The scientific calculator, graphing calculator, and statistics calculator are the tools students and researchers reach for most. What sets them apart from similar tools is the step display: most show the formula used, the substituted values, and the intermediate steps on the way to the answer. For students, that's the difference between checking work and understanding it.

Beyond those three, the category covers engineering tools — the Ohm's law calculator, beam deflection calculator, AC circuit analyzer, and projectile motion simulator. Sixteen tools total, from high school algebra through undergraduate physics and electrical engineering.

137 Foundry — custom app building studio

Math & Science Tools

16
AC Circuit Analyzer
Impedance, resonance, Q factor, and Bode-plot filter design for RLC circuits
Beam Deflection & Load Calculator
Maximum deflection, stress, shear, and safety factor for common beam profiles and materials
Boiling Point Calculator
Find the boiling point of water at any altitude or pressure.
Density Calculator
Calculate density, mass, or volume with 100+ material database.
Graphing Calculator
Plot and explore mathematical functions interactively
Matrix Workbench
Determinant, inverse, eigenvalues, RREF, LU decomposition, and Ax=b solver
Ohm's Law Calculator
Calculate voltage, current, resistance, and power instantly.
PID Tuner & Step Response Simulator
Suggested Kp, Ki, Kd gains via Ziegler-Nichols, Cohen-Coon, and IMC with a live step plot
Pipe Flow & Pressure Drop Calculator
Darcy-Weisbach and Hazen-Williams pressure drop, Reynolds, friction factor, pump power
Projectile Motion Calculator
Calculate trajectory, range, height, and flight time with animation.
Resistor Color Code Calculator
Decode color bands to resistance values or encode values to colors.
Scientific Calculator
Trig, algebra, primes, and base conversion in one powerful tool
Statistical Power Calculator
Required sample size for t-tests, proportions, ANOVA, and chi-squared at any power and alpha
Statistics Calculator
Descriptive stats, distributions, hypothesis testing, and regression
Tree Age Estimator
Estimate tree age from trunk diameter using ISA growth factors
Unit-Aware Equation Solver
Type an equation with units, get dimensional consistency and any-variable solution

Getting More from Math & Science Tools

Choosing the right tool for your problem

For standard arithmetic, trigonometry, logarithms, and complex expressions, the scientific calculator handles it all with conventional operator precedence. For visualizing functions — graphing a parabola, comparing sin(x) and cos(x), finding intersections — the graphing calculator supports multiple simultaneous functions, adjustable domains, and zoom. Statistics problems (standard deviation, variance, t-tests, regression) go to the statistics calculator; if you're designing a study rather than analyzing existing data, the statistical power and sample size calculator is the right starting point.

For electrical work, the Ohm's law calculator and resistor color code calculator cover the two most common benchtop lookups. Physics problems — trajectories, force, motion — are handled by the projectile motion simulator. The matrix workbench covers linear algebra for engineering and data science applications.

What these tools won't tell you

All calculations use IEEE 754 double-precision floating-point arithmetic — the same standard used by Python, Excel, and most scientific software. That gives roughly 15-16 significant decimal digits of precision, which is more than enough for coursework and most engineering. For problems requiring arbitrary precision, you need a computer algebra system.

The projectile motion simulator assumes ideal conditions: no air resistance, uniform gravity, flat terrain. Real trajectories diverge from the simulation above about 100 meters at typical speeds. The statistics tools don't check whether your data meets the assumptions of the test you're running — normality, independence, homoscedasticity — those are your responsibility to verify before interpreting results.

Showing the work: a real differentiator

Wolfram Alpha and Symbolab give you answers. Many tools in this category give you the answer and the path to it — the substituted formula, the intermediate values, the final simplification. That's not decoration; it's pedagogically different. A student who can verify each step builds intuition that transfers to new problems. An engineer who can trace a calculation back to its inputs can defend it to a client or a code review.

Where other tools treat the working as an optional extra, these tools treat it as the point. It's the clearest reason to use this category over a quick Google calculation — the answer and the understanding arrive together.

Honey-Do Tracker — home maintenance for landlords and property managers

Who Are These Tools For?

Students

Check homework, visualize functions, and walk through problems step by step without paying for a CAS subscription.

Engineers & Electricians

Solve Ohm's law problems, calculate circuit parameters, and run quick structural or fluid dynamics estimates at your workbench.

Researchers & Scientists

Handle statistical tests, unit conversions, and formula evaluations without opening MATLAB or a full computing environment.

Honey-Do Tracker — home maintenance for landlords and property managers

Math & Science vs Dev & Tech — Equations vs Encodings

Math & Science tools handle numerical and symbolic computation: algebra, calculus, statistics, physics, circuit analysis. The inputs are equations, values with units, or data sets. The goal is a numerical or graphical answer.

Dev & Tech tools handle data manipulation and encoding: JSON, regex, base64, hashing, network addressing. The inputs are structured data or encoded strings. The goal is a formatted, decoded, or validated output. They overlap at pure math utilities like the matrix workbench and at statistics — a statistician and a data engineer might both use the statistics calculator, but for very different downstream purposes.

Frequently Asked Questions

Yes — you can graph multiple functions simultaneously, each in a distinct color. The tool supports adjustable x and y domains, zoom, pan, and cursor tracing to read values along each curve. You can also plot parametric equations and data points from a table.

Yes. It supports t-tests (one-sample, independent, and paired), chi-square tests, one-way ANOVA, and linear regression. It returns the test statistic, degrees of freedom, and p-value. Interpreting those results in the context of your study design — including your alpha level and hypothesis — is still on you.

All tools use IEEE 754 double-precision floating-point arithmetic, which provides approximately 15-16 significant decimal digits. This is more than sufficient for coursework, engineering, and most research. Differences from arbitrary-precision computing only become relevant for specialized numerical analysis or cryptographic work.

Yes. Enter complex numbers in a+bi form. The calculator handles addition, subtraction, multiplication, division, powers, roots, and common functions (sin, cos, ln, exp) over the complex field. Results are returned in both a+bi and polar form.

No — it models idealized projectile motion with constant gravity and no air resistance. That's accurate for short, low-speed trajectories (a basketball thrown across a gym) but diverges significantly for high-velocity or long-range scenarios. For aerodynamic modeling, you need a tool that incorporates drag coefficient and cross-sectional area.

Both are supported — select the number of bands before entering colors. 4-band resistors give 2 significant digits of resistance value; 5-band give 3 significant digits, which is standard for precision resistors with 1% tolerance or tighter.

Key Terms

Standard deviation
A measure of how spread out values are around the mean. A small standard deviation means most values cluster close to the average; a large one means they're spread wide.
Variance
The square of the standard deviation — the average of the squared differences from the mean. Less intuitive to read than standard deviation but mathematically convenient for further calculations.
p-value
In hypothesis testing, the probability of observing results as extreme as yours if the null hypothesis were true. A p-value below 0.05 is often treated as statistically significant, though that threshold is context-dependent.
Scientific notation
A way of writing very large or very small numbers as a decimal between 1 and 10 multiplied by a power of 10. 6.02 × 10²³ is Avogadro's number in scientific notation.
Ohm's law
V = IR: voltage equals current times resistance. The fundamental relationship governing DC circuits, rearranged as I = V/R or R = V/I depending on what you're solving for.
Derivative vs integral
A derivative measures the rate of change of a function at a point — the slope. An integral measures the accumulated total under a curve — the area. They are inverse operations: the fundamental theorem of calculus.
IEEE 754
The technical standard defining how computers represent floating-point numbers. Double precision (64-bit) gives ~15-16 significant decimal digits and is the default in most programming languages and scientific software.
137 Foundry — custom app building studio