モラル計算機
溶液のモル比,質量,モル質量,体積を求める。
結果はタイプすると更新されます。
この計算機の情報
the formula is 1 mol/L, then the concentration is 1 mol/L. The formula is 1 mol/L, and the formula is 1 mol/L. The formula is 1 mol/L, and the formula is 1 mol/L. The formula is 1 mol/L, and the formula is 1 mol/L. The formula is 1 mol/L, and the formula is 1 mol/L. The formula is 1 mol/L, and the formula is 1 mol/L. The formula is 1 mol/L, and the formula is 1MolarityMolarity is the most common way chemists express concentration: the number of moles of solute dissolved per litre of solution, M = moles / litres, with units of mol/L (also written M).
よくある質問
モル量とは何か。
溶液中のNaClのモル数は溶液のモル数に比例する。
グラムからモルをどうやって得る?
117gのNaClは117/58.44=2モルである。
目標モル量と体積に対してどれだけの溶質が必要か。
必要なモル数=モル量×リットルでの体積、質量=モル数×モル質量。0.1 M NaCl 250mLの場合、0.1×0.25=0.025mol、約1.46g。質量に「解く」を設定して計算機が計算する。
水分のモル量は1リットル当たりか溶液のモル量は1リットル当たりか。
溶液のリットル当りの量。溶質を溶かし、目標の容積に達するまで溶媒をマークまで加えます。1リットルの水に単に加えてしまうと容積が少し大きくなり濃度が低くなります。
モル量とモル数の違いは何か。
モル比は溶液のリットル当たりのモルで、体積が変化するため温度により少しずつ変化します。モル比は溶媒のキログラム当たりのモルで、温度に依存しません。このツールはモル比を計算します。
ストック溶液をどうやって希釈する?
2M のストックから 1 L の 0.5 M を作るには 0.5 × 1/2 = 0.25 L のストックを 1 L まで増やす必要がある。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/molarity/
curl
curl "https://calculator.free/api/v1/molarity/?solve=molarity&mass=58.44&molar_mass=58.44&volume=1"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/molarity/?" + new URLSearchParams({
"solve": "molarity",
"mass": "58.44",
"molar_mass": "58.44",
"volume": "1"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。