分子量計算器
化学式のモル質量,元素ごとの質量分布。
結果はタイプすると更新されます。
この計算機の情報
molecular weight calculator is a simple and easy to use tool that can help you calculate the molecular weight of a compound. It is a simple and easy to use tool that can help you calculate the molecular weight of a compound. It is a simple and easy to use tool that can help you calculate the molecular weight of a compound. It is a simple and easy to use tool that can help you calculate the molecular weight of a compound. It is a simple and easy to use tool that can help you calculate the molecular weight of a compound. It is a simple and easy to use tool that can help you calculate the
よくある質問
分子量はどのように計算される?
各元素の原子量をその公式に含まれる原子の数で乗じて加算すると,水(H2O)は2×1.008+15.999=18.015g/molである。
どのような公式構文がサポートされていますか?
元素記号は任意の数値、ネスト括弧、水和物の前乗算子を含む。Ca(OH)2は1カルシウム、2酸素、2水素で読み取る。CuSO4.5H2Oは5水を含む。
分子量とモル質量の違いは何か。
数値的には同じ値です。分子量は分子の相対的な質量であり、モル質量はモル当たりのグラムで表されます。両者は原子量の和に等しい。
硫酸銅五水和物のような水和物をどうやって入力する?
水素化物の水
それは何%の組成を示しているのか。
水中では酸素が88.8%,水素が11.2%,グルコースでは炭素が40.0%,水素が6.7%,酸素が53.3%である。
なぜ私の公式が解析されませんでしたか?
元素記号は正しく大文字化しなければなりません (Co はコバルトですが CO は炭素と酸素です) 実際の元素のみが受け入れられます。解析エラーが見つかった場合は小文字記号、不一致の括弧、タイプミスをチェックしてください。
多原子イオンまたは基のモル質量を計算できるか?
はい - グループを括弧内に置き、Ca(OH)2や (NH4)3PO4のような乗算子を付けます。解析器は括弧を拡大し、囲まれた原子を乗算します。アンモニウムフォスファートは、3つのアンモニウム基のすべての和を正しく合成します。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/molecular-weight/
curl
curl "https://calculator.free/api/v1/molecular-weight/?formula=H2O"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/molecular-weight/?" + new URLSearchParams({
"formula": "H2O"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。