πŸ”¬ Science

Free Gravitational Force Calculator – Find Force Instantly

Calculate gravitational force between two masses instantly with this free Gravitational Force Calculator. Enter mass and distance for accurate physics results.

⚑ Free to use πŸ“± Mobile friendly πŸ•’ Updated: June 06, 2026
≑ƒº« Gravitational Force Calculator
===JS_START=== function calculate() { const G = 6.67430e-11; let m1 = parseFloat(document.getElementById("i1").value); let m2 = parseFloat(document.getElementById("i2").value); let r = parseFloat(document.getElementById("i3").value); const u1 = document.getElementById("i1-unit").value; const u2 = document.getElementById("i2-unit").value; const u3 = document.getElementById("i3-unit").value; if (isNaN(m1) || isNaN(m2) || isNaN(r) || m1 <= 0 || m2 <= 0 || r <= 0) { document.getElementById("result-section").style.display = "block"; document.getElementById("res-label").textContent = "Invalid Input"; document.getElementById("res-value").textContent = "β€”"; document.getElementById("res-sub").textContent = "Please enter positive numbers"; document.getElementById("result-grid").innerHTML = ""; document.getElementById("breakdown-wrap").innerHTML = ""; return; } // Convert masses to kg if (u1 === "g") m1 /= 1000; if (u1 === "lb") m1 *= 0.453592; if (u2 === "g") m2 /= 1000; if (u2 === "lb") m2 *= 0.453592; // Convert distance to meters if (u3 === "km") r *= 1000; if (u3 === "cm") r /= 100; if (u3 === "mi") r *= 1609.34; const force = G * m1 * m2 / (r * r); const forceN = force; const forceLbf = force * 0.224809; const forceDyne = force * 1e5; let primaryValue, label, colorClass; if (force < 1e-10) { primaryValue = force.toExponential(4); label = "Gravitational Force (N)"; colorClass = "red"; } else if (force < 1e-3) { primaryValue = force.toExponential(4); label = "Gravitational Force (N)"; colorClass = "yellow"; } else { primaryValue = force.toLocaleString(undefined, {maximumFractionDigits: 6}); label = "Gravitational Force (N)"; colorClass = "green"; } const primarySub = ` ${forceLbf.toFixed(6)} lbf | ${forceDyne.toExponential(4)} dyn`; showResult(primaryValue, label, [ {label: "Mass 1 (kg)", value: m1.toExponential(4), cls: "green"}, {label: "Mass 2 (kg)", value: m2.toExponential(4), cls: "green"}, {label: "Distance (m)", value: r.toExponential(4), cls: "yellow"}, {label: "Force (lbf)", value: forceLbf.toFixed(6), cls: forceLbf < 0.001 ? "red" : forceLbf < 1 ? "yellow" : "green"}, {label: "Force (dyn)", value: forceDyne.toExponential(4), cls: forceDyne < 1 ? "red" : forceDyne < 1000 ? "yellow" : "green"}, {label: "G constant", value: "6.67430e-11", cls: ""} ]); const breakdown = `
StepCalculationResult
1F = G Γ— m Γ— m / rβ–“β€”
2F = 6.67430e-11 Γ— ${m1.toExponential(4)} Γ— ${m2.toExponential(4)} / (${r.toExponential(4)})β–“β€”
3F = 6.67430e-11 Γ— ${(m1*m2).toExponential(4)} / ${(r*r).toExponential(4)}β€”
4F = ${forceN.toExponential(6)} N${primaryValue} N
`; document.getElementById("breakdown-wrap").innerHTML = breakdown; document.getElementById("result-section").style.display = "block"; } function setUnit(type) { document.getElementById("toggle-metric").classList.remove("active"); document.getElementById("toggle-imperial").classList.remove("active"); if (type === "metric") { document.getElementById("toggle-metric").classList.add("active"); document.getElementById("i1-unit").value = "kg"; document.getElementById("i2-unit").value = "kg"; document.getElementById("i3
πŸ“Š Gravitational Force vs. Distance Between Two 100 kg Masses

What is Gravitational Force Calculator?

A Gravitational Force Calculator is a specialized digital tool designed to compute the attractive force between two objects with mass, based on Newton's law of universal gravitation. This free online utility eliminates manual complex calculations, allowing students, engineers, and science enthusiasts to instantly determine the gravitational pull between planets, satellites, or everyday objects. Understanding gravitational force is critical for fields ranging from astrophysics and aerospace engineering to civil engineering and education, as it governs everything from planetary orbits to the weight we feel on Earth.

Physics teachers use it to demonstrate inverse-square law concepts in classrooms, while astronomers rely on it to model celestial interactions and predict satellite trajectories. Even hobbyists exploring rocketry or astronomy benefit from quick, accurate force estimates without needing to derive formulas manually. This tool transforms abstract physics into tangible, interactive learning experiences.

Our free Gravitational Force Calculator provides instant results with a clean interface, supporting multiple unit systems (metric and imperial) and offering step-by-step breakdowns of the calculation process. It's designed for both quick checks and deep educational understanding.

How to Use This Gravitational Force Calculator

Using our gravitational force calculator is straightforward, even for those new to physics. Follow these five simple steps to compute the gravitational attraction between any two objects with precision and ease.

  1. Enter Mass of Object 1: Input the mass of the first object in the designated field. You can choose from units like kilograms (kg), grams (g), pounds (lb), or tons. For example, entering Earth's mass as 5.97 Γ— 10^24 kg is typical for planetary calculations. Ensure you use scientific notation for very large or very small numbers by typing "5.97e24".
  2. Enter Mass of Object 2: Input the mass of the second object using the same unit selector for consistency. If calculating force between Earth and a 100 kg person, enter "100" and select "kg". The calculator automatically converts both masses to kilograms internally for accurate computation.
  3. Set the Distance Between Centers: Enter the distance separating the centers of the two masses. For Earth's surface calculations, use the planet's radius (6,371 km). For satellites, use orbital altitude plus Earth's radius. Choose from meters, kilometers, miles, or astronomical units (AU) for interplanetary distances.
  4. Select Your Units for Result: Choose the desired output unit for the gravitational force – newtons (N), pound-force (lbf), or dynes. The calculator will display the result in your selected unit along with equivalent values in other common units for reference.
  5. Click Calculate and Review: Press the "Calculate" button to instantly see the gravitational force. The tool also displays the formula used, intermediate steps (mass product, distance squared), and the final result. You can adjust any input and recalculate immediately for "what-if" scenarios.

For best results, always use consistent units for mass and distance. The calculator includes built-in unit converters, but double-checking your inputs against known values (like Earth's mass or the Moon's distance) helps validate your entries. Use the "Clear" button to reset all fields for a new calculation.

Formula and Calculation Method

The Gravitational Force Calculator operates on Newton's Law of Universal Gravitation, a fundamental principle in physics that describes the attractive force between any two masses in the universe. This formula is essential for understanding planetary motion, tidal forces, and even the behavior of galaxies.

Formula
F = G Γ— (m0 Γ— m1) / r^2

Where F represents the gravitational force in newtons, G is the universal gravitational constant (6.67430 Γ— 10^1 Nm^2/kg^2), m0 and m1 are the masses of the two objects in kilograms, and r is the distance between their centers in meters. This inverse-square law means that doubling the distance reduces the force to one-quarter of its original value.

Understanding the Variables

Mass (m0 and m1): These are the quantities of matter in each object, measured in kilograms. Larger masses produce stronger gravitational attraction. For everyday objects like a 70 kg person and a 500 kg car, the force is tiny (about 0.00000037 N) because their masses are small relative to planetary scales. For celestial bodies like Earth (5.97Γ—10^2 kg) and the Moon (7.35Γ—10^2^2 kg), the force is enormous (about 1.98Γ—10^2x N), which holds the Moon in orbit.

Distance (r): This is the straight-line distance between the centers of the two objects, measured in meters. The distance is squared in the denominator, making it the most sensitive variable. For example, if you double the distance between Earth and a satellite, the gravitational force drops to one-quarter. This explains why geostationary satellites (36,000 km altitude) experience much weaker gravity than the International Space Station (400 km altitude).

Gravitational Constant (G): This is a fundamental constant of nature, approximately 6.67430Γ—10^1 Nm^2/kg^2. It was first measured by Henry Cavendish in 1798 using a torsion balance. The small value of G explains why gravitational forces are negligible between everyday objects but dominate at astronomical scales.

Step-by-Step Calculation

To manually compute gravitational force, follow these steps: First, multiply the two masses together (m0 Γ— m1). Second, square the distance between their centers (r^2). Third, divide the product of masses by the squared distance. Finally, multiply that result by the gravitational constant G. For example, calculating Earth-Moon force: (5.97e24 kg Γ— 7.35e22 kg) = 4.39e47 kg^2; distance squared = (3.84e8 m)^2 = 1.47e17 m^2; division gives 2.99e30 kg^2/m^2; multiplied by G (6.67e-11) yields 1.99e20 N. The calculator performs all these steps instantly, handling scientific notation and unit conversions automatically.

Example Calculation

Let's explore a realistic scenario that demonstrates the practical application of gravitational force calculations. This example will show how the calculator helps in understanding satellite mechanics.

Example Scenario: A communications satellite with a mass of 5,000 kg is being placed into a circular orbit around Earth at an altitude of 35,786 km (geostationary orbit). Earth's mass is 5.97 Γ— 10^2 kg and its radius is 6,371 km. Calculate the gravitational force acting on the satellite.

First, determine the distance from Earth's center to the satellite: Earth's radius (6,371 km) + orbital altitude (35,786 km) = 42,157 km. Convert to meters: 42,157,000 m. Now apply the formula: F = (6.67430 Γ— 10^1) Γ— (5.97 Γ— 10^2 Γ— 5,000) / (42,157,000)^2. The product of masses = 2.985 Γ— 10^2 kg^2. Distance squared = 1.777 Γ— 10^1 m^2. Dividing gives 1.68 Γ— 10^1^3 kg^2/m^2. Multiply by G: F approx 1,121 N.

This result means the satellite experiences a gravitational force of about 1,121 newtons, which is equivalent to the weight of a 114 kg object on Earth's surface. This force provides the necessary centripetal acceleration to keep the satellite in its geostationary orbit, matching Earth's rotation period. The calculator shows that at this altitude, gravity is only about 2% of what it is at Earth's surface.

Another Example

Consider a more down-to-earth scenario: two bowling balls (each 7.26 kg) placed 1 meter apart on a frictionless surface. Using the calculator: F = (6.67430e-11) Γ— (7.26 Γ— 7.26) / (1)^2 = 6.67430e-11 Γ— 52.7076 = 3.52 Γ— 10 N. This incredibly small force (about 3.5 billionths of a newton) explains why we never notice gravitational attraction between everyday objects. For comparison, the gravitational force between Earth and a 70 kg person standing on its surface is about 686 N – roughly 200 billion times stronger than the bowling ball attraction. This stark contrast illustrates why gravity dominates at planetary scales but is negligible between small objects.

Benefits of Using Gravitational Force Calculator

Our free Gravitational Force Calculator offers substantial advantages over manual calculations, making it an indispensable tool for anyone working with physics, astronomy, or engineering. Here are the key benefits that set it apart from traditional methods.

  • Instantaneous Results with Zero Errors: Manual gravitational calculations are prone to arithmetic mistakes, especially when dealing with scientific notation (like 6.67430e-11) and large exponents. The calculator eliminates human error entirely, delivering precise results in milliseconds. For complex multi-body problems or iterative design work, this speed is invaluable, saving hours of tedious computation.
  • Built-in Unit Conversion System: Unlike manual methods requiring unit consistency, this tool automatically converts between kilograms, grams, pounds, and tons for mass, and between meters, kilometers, miles, and astronomical units for distance. This flexibility means you can enter data in whatever units you have available – whether from a NASA specification sheet in pounds or a textbook in grams – and get correct results without manual conversion.
  • Educational Step-by-Step Breakdown: The calculator doesn't just show the final answer; it displays the intermediate steps – mass product, distance squared, division, and multiplication by G. This transparency helps students understand the inverse-square relationship and the relative contribution of each variable. Teachers can use these breakdowns for classroom demonstrations or homework verification.
  • Handles Extreme Values Effortlessly: Gravitational calculations span an enormous range – from micro-newtons between dust particles to 10^2x newtons between planets. The calculator's scientific notation support and 15-digit precision handle these extremes flawlessly. You can compute the force between two electrons (10x N range) or between supermassive black holes (10x N range) without any loss of accuracy.
  • Free and Accessible Anywhere: Unlike expensive scientific software or limited mobile apps, this web-based calculator is completely free with no registration required. It works on any device with a browser – desktop, tablet, or smartphone – making it ideal for field work, late-night study sessions, or quick checks during lectures. No downloads, no ads, no data collection.

Tips and Tricks for Best Results

To get the most accurate and meaningful results from your gravitational force calculations, follow these expert recommendations. Proper input technique and awareness of common pitfalls will ensure your calculations are both correct and insightful.

Pro Tips

  • Always measure distance from the center of mass, not the surface. For spherical objects like planets, use radius plus altitude. For irregular objects, estimate the center of mass location. Using surface-to-surface distances will underestimate the force by a significant margin.
  • Use scientific notation for very large or small numbers to avoid rounding errors. For example, enter Earth's mass as "5.97e24" rather than "5970000000000000000000000", which could cause overflow or truncation. Most calculators accept "e" notation (e.g., 1.6e-19 for electron mass).
  • Cross-check your inputs against known reference values. Earth's mass is 5.972Γ—10^2 kg, the Moon's mass is 7.342Γ—10^2^2 kg, and the average Earth-Moon distance is 384,400 km. Using these benchmark values helps verify you've entered units correctly and the tool is functioning as expected.
  • For multi-body problems (e.g., a satellite influenced by Earth, Moon, and Sun), calculate each pair separately and then vector-add the forces. Our calculator handles two-body calculations perfectly, but you'll need to compute Earth-satellite, Moon-satellite, and Sun-satellite forces individually, then combine them considering direction.

Common Mistakes to Avoid

  • Using Surface Distance Instead of Center Distance: This is the most frequent error. For a person standing on Earth, the distance is Earth's radius (6,371 km), not zero. Using zero would cause division by zero. Always add the object's radius to the surface distance. For Earth, the correct distance from center to surface is 6,371,000 meters.
  • Mixing Unit Systems Without Conversion: Entering mass in pounds and distance in kilometers without converting to consistent units leads to wildly incorrect results. Always ensure both masses are in the same unit (preferably kg) and distance is in meters. Use the calculator's built-in unit selectors rather than manual conversion to avoid factor errors.
  • Forgetting the Inverse-Square Relationship: A common conceptual mistake is assuming that doubling the distance halves the force. In reality, doubling distance reduces force to one-quarter (1/2^2). Tripling distance reduces force to one-ninth (1/3^2). Always square the distance change factor, not just double it.
  • Ignoring Significant Figures: While the calculator provides high precision, your inputs likely have limited accuracy. If you only know Earth's mass to three significant figures (5.97Γ—10^2 kg), reporting the result to 15 decimal places is misleading. Round your final answer to match the least precise input value.

Conclusion

The Gravitational Force Calculator is an essential tool for anyone exploring the fundamental force that governs the cosmos, from the fall of an apple to the dance of galaxies. By automating Newton's law of universal gravitation, it provides instant, error-free calculations that would otherwise require tedious manual work and risk of mistakes. Whether you're a student grappling with inverse-square concepts, an engineer designing satellite orbits, or an amateur astronomer modeling planetary interactions, this free online tool delivers accurate results with educational transparency.

We encourage you to experiment with different mass and distance combinations to develop an intuitive feel for gravitational forces. Try calculating the force between you and a friend standing a meter apart, then compare it to the force between Earth and the Moon. The dramatic differences will deepen your appreciation for the scale of our universe. Bookmark this calculator for your physics homework, professional projects, or personal curiosity – and share it with classmates and colleagues who might benefit from quick, reliable gravitational force computations.

Frequently Asked Questions

A Gravitational Force Calculator is a digital tool that computes the gravitational attraction between two objects based on their masses and the distance between their centers. It measures the force in Newtons (N) using Newton's Universal Law of Gravitation. For example, it can calculate that the Earth (5.97Γ—10^2 kg) pulls a 70 kg person with approximately 686 N of force at sea level.

The calculator uses Newton's Law of Universal Gravitation: F = G Γ— (m0 Γ— m1) / r^2, where G is the gravitational constant (6.67430Γ—10^1 Nm^2/kg^2), m0 and m1 are the two masses in kilograms, and r is the center-to-center distance in meters. For instance, the force between two 1,000 kg objects 1 meter apart is calculated as 6.67430Γ—10 N.

There is no single "normal" range because gravitational force varies enormously with mass and distance. For everyday objects, forces are typically extremely tiny (e.g., 3.3Γ—10 N between two 50 kg people 1 meter apart). For astronomical bodies, forces are colossal (e.g., 3.54Γ—10^2^2 N between Earth and Moon). A healthy check is that Earth’s gravity on a 70 kg person should yield about 686 N at sea level.

The calculator is mathematically exact to the precision of your inputs and the gravitational constant (G = 6.67430Γ—10^1 Β± 0.00015Γ—10^1 Nm^2/kg^2). For typical classroom problems, it is accurate to 4-5 significant figures. However, for real-world precision (e.g., satellite orbits), it does not account for local gravitational anomalies, Earth's rotation, or tidal effects, making it about 99.5% accurate for Earth surface calculations.

This calculator assumes both objects are perfect spheres with uniform mass distribution, which is rarely true for irregular bodies like mountains or asteroids. It also ignores relativistic effects, which become significant near massive objects like black holes. Additionally, it cannot handle non-point masses at close range (e.g., calculating force between two touching 1 kg spheres requires integration, not the point-mass formula).

Professional methods use complex models like the Earth Gravitational Model (EGM2008) with thousands of spherical harmonics to account for Earth's irregular shape and density variations. This simple calculator uses only the point-mass formula, which is accurate to about 0.5% for Earth's surface gravity. Professional tools are thousands of times more precise for mapping gravity anomalies for GPS and geophysics.

No, this is false. While the calculator shows a larger gravitational force for heavier objects (e.g., 9.8 N on a 1 kg mass vs. 98 N on a 10 kg mass), the acceleration due to gravity (a = F/m) is identical at 9.8 m/s^2 for both in a vacuum. The calculator computes force, not acceleration, so a 10 kg object does not fall faster on Earth unless air resistance is considered separately.

Spacecraft engineers use this calculator to estimate the gravitational pull of planets for trajectory planning. For example, when designing a Mars mission, they calculate the force between the spacecraft and Mars (mass 6.39Γ—10^2^3 kg) at a given orbital altitude to determine required thrust. It is also used by physics students to verify that the Sun's gravitational pull on Earth (about 3.54Γ—10^2^2 N) keeps our planet in orbit.

Last updated: June 06, 2026 Β· Bookmark this page for quick access

πŸ”— You May Also Like

Force Calculator
Free online Force Calculator. Compute F=ma instantly. Solve for force, mass, or
Science
Net Force Calculator
Free online Net Force Calculator finds the resultant force magnitude and directi
Science
Gravitational Potential Energy Calculator
Calculate gravitational potential energy instantly with our free online tool. En
Science
Centrifugal Force Calculator
Free centrifugal force calculator to find force, mass, radius, or velocity insta
Science
Pv Nrt Calculator
Free Pv nRT calculator to solve the ideal gas law instantly. Enter any four vari
Science
Lewis Structure Calculator
Free Lewis Structure Calculator to draw molecular diagrams instantly. Enter any
Science
Vector Projection Calculator
Free vector projection calculator computes the projection of one vector onto ano
Science
Stoichiometry Calculator
Free stoichiometry calculator for chemistry. Balance equations & find mole ratio
Science
Compound Inequality Calculator
Free Compound Inequality Calculator solves and graphs inequalities instantly. En
Science
Ap Physics C Mechanics Score Calculator
Free AP Physics C Mechanics score calculator to predict your exam results instan
Science
3 Phase Power Calculator
Free 3 phase power calculator to compute voltage, current, and power factor inst
Science
Mole Ratio Calculator
Calculate mole ratios from chemical equations instantly with this free online mo
Science
Average Acceleration Calculator
Free calculator to compute average acceleration from velocity and time. Enter in
Science
Theoretical Yield Calculator
Free Theoretical Yield Calculator to determine the maximum product mass from a c
Science
Coulomb'S Law Calculator
Free Coulomb's Law calculator computes electrostatic force between two charges i
Science
Wedding Videography Calculator
Free wedding videography calculator to estimate your total cost instantly. Enter
Science
Impulse Calculator
Free impulse calculator computes force, time, and momentum change instantly. Ide
Science
Kva Calculator
Free KVA calculator to convert amps, volts, and watts to kilovolt-amps. Easily c
Science
Mass Percent Calculator
Free mass percent calculator to find the composition of each element in a compou
Science
Ap Physics C Calculator
Free AP Physics C calculator to solve kinematics, dynamics, and E&M problems ins
Science
Power Series Calculator
Free power series calculator for math, physics & engineering. Compute radius, in
Science
Average Atomic Mass Calculator
Calculate the weighted average atomic mass of any element instantly. Free tool u
Science
Gradient Calculator
Free online gradient calculator to find slope and steepness of a line or functio
Science
Titration Calculator
Calculate titration endpoints, pH values, and molar concentrations for acids and
Science
Pv=Nrt Calculator
Free online Pv=Nrt calculator. Quickly solve for pressure, volume, moles, or tem
Science
Whip Calculator
Calculate whip speed and crack force instantly with this free Whip Calculator. P
Science
Magnitude Calculator
Free online magnitude calculator for 2D & 3D vectors. Get instant results with s
Science
Amp Calculator
Free online Amp Calculator. Easily convert watts and volts to amps. Perfect for
Science
Partial Pressure Calculator
Calculate partial pressure for any gas mixture instantly with this free Dalton's
Science
Czech Dph Calculator English
Free Czech DPH calculator in English to quickly add or remove VAT. Enter your am
Science
Ap Physics 2 Score Calculator
Free AP Physics 2 score calculator. Instantly convert your raw multiple-choice a
Science
Nernst Equation Calculator
Free Nernst Equation Calculator to solve cell potential instantly. Input tempera
Science
Generator Wattage Calculator
Free generator wattage calculator to determine the right size for your needs. In
Science
Dimensional Analysis Calculator
Free Dimensional Analysis Calculator. Convert units and verify equations instant
Science
Ap Physics Score Calculator
Free AP Physics score calculator to estimate your exam grade instantly. Enter yo
Science
Ap Chemistry Calculator
Free AP Chemistry calculator to solve molarity, gas laws, and stoichiometry inst
Science
Muriatic Acid Pool Calculator
Free muriatic acid pool calculator to safely lower pH and alkalinity. Enter pool
Science
Amps To Kw Calculator
Convert amps to kilowatts instantly with our free Amps To kW Calculator. Get acc
Science
Moles To Grams Calculator
Convert moles to grams instantly with this free online calculator. Ideal for che
Science
Empirical Formula Calculator
Find the simplest whole-number ratio of elements in any compound. Free empirical
Science
Kinematics Calculator
Free kinematics calculator to solve motion equations instantly. Enter initial ve
Science
Rotation Calculator
Free Rotation Calculator: rotate points or shapes by any angle around a center.
Science
Water Potential Calculator
Calculate water potential instantly with this free tool. Enter solute concentrat
Science
Hp To Amps Calculator
Free HP to amps calculator converts horsepower to amps for single and three-phas
Science
Ap Physics 1 Score Calculator
Free AP Physics 1 score calculator. Instantly predict your 1-5 exam score based
Science
Spring Constant Calculator
Free spring constant calculator using Hooke’s Law. Enter force and displacement
Science
Watts To Volts Calculator
Use our free Watts to Volts calculator for instant electrical conversions. Enter
Science
Kd Calculator
Free Kd calculator for binding affinity. Quickly compute the dissociation consta
Science
Limiting Reactant Calculator
Find the limiting reactant in any chemical reaction with this free calculator. G
Science
Buoyancy Calculator
Free buoyancy calculator to instantly find the buoyant force on any submerged ob
Science
Ap Physics 1 Calculator
Free AP Physics 1 calculator to solve kinematics, forces, and energy problems in
Science
Vector Magnitude Calculator
Calculate the magnitude of any 2D or 3D vector for free. Get instant, accurate r
Science
Fault Current Calculator
Free online Fault Current Calculator for electrical systems. Quickly compute sho
Science
Acuvue Oasys Multifocal Calculator
Free Acuvue Oasys multifocal calculator to find your ideal lens parameters insta
Science
Buffer Calculator
Free Buffer Calculator to determine pH and buffer capacity for chemical solution
Science
Center Of Mass Calculator
Free online Center of Mass Calculator. Compute the centroid for 2D shapes or poi
Science
Boyle'S Law Calculator
Free Boyle's Law calculator to solve gas pressure and volume problems instantly.
Science
Superheat Calculator
Free superheat calculator to find HVAC superheat values instantly. Enter refrige
Science
Percent Composition Calculator
Free percent composition calculator. Instantly find the mass percentage of each
Science
Snell'S Law Calculator
Free Snell's Law calculator to find the refraction angle instantly. Enter n1, n2
Science
Atomic Number Calculator
Instantly calculate atomic numbers and identify elements with our free tool. Ent
Science
Pvwatts Calculator
Use our free PVWatts Calculator to estimate solar panel energy production and sa
Science
Friction Calculator
Free friction calculator to compute normal force and friction easily. Enter mass
Science
Electron Configuration Calculator
Instantly find electron configurations for any element. Free online tool uses Au
Science
Instantaneous Velocity Calculator
Calculate instantaneous velocity for free using position-time functions. Get ste
Science
Ideal Gas Law Calculator
Free online Ideal Gas Law Calculator. Quickly solve for pressure, volume, moles,
Science
Enthalpy Calculator
Calculate enthalpy change for chemical reactions instantly with this free Enthal
Science
Wedding Photography Price Calculator
Free wedding photography price calculator to estimate your total cost instantly.
Science
Ap Physics C Score Calculator
Free AP Physics C score calculator to predict your exam results instantly. Enter
Science
Ap Chem Calculator
Free AP Chem Calculator for stoichiometry, molar mass, and equilibrium. Solve ex
Science
Specific Heat Calculator
Free specific heat calculator. Quickly find heat capacity, mass, or temperature
Science