pH 計算器

[H⁺],pH,pOH,[OH⁻]の間を変換し,酸性度を分類した。

mol/L
pH
酸性度
[H⁺] (mol/L)
酸化物
分類

結果はタイプすると更新されます。

この計算機の情報

pH scale is a scale that measures the acidity of a solution. It is used to measure the pH of a solution. The pH scale is a scale that measures the acidity of a solution. It is used to measure the pH of a solution. The pH scale is a scale that measures the acidity of a solution. It is used to measure the pH of a solution. It is used to measure the pH of a solution. It is used to measure the pH of a solution. It is used to measure the pH of a solution. It is used to measure the pH of a solution. It is used to measure

よくある質問

pHの式は何ですか。

pHは水素イオン濃度の負の10基対数で,pH=−log10[H⁺]である。

pHとpOHはどのように関係しているのか。

25°CでpH+pOH=14で,pH3の溶液はpOH11で,水酸化物濃度は[OH−]=10−11mol/Lであった。

pHスケールは何を意味するのか。

7 より小さい値は酸性、7 以上の値は中性、7 以上の値は塩基性 (アルカリ性) です。このスケールは通常 0-14 で、非常に強い酸や塩基はこの範囲の外にある場合があります。計算機は酸性、中性、塩基性の順に値を分類します。

なぜpHは対数的なのか。

水素イオン濃度は数オーダーの範囲にわたり,対数スケールで数を管理できる。

pH値から[H⁺]をどのように見つけるか。

定義を逆にします: [H⁺] = 10^(−pH)。pH が 3 なら [H⁺] = 10⁻³ = 0.001 mol/L になります。pH 値からモードを選択すると、計算機は濃度を返します。

pHは温度により変化するか。

はい。中性点は 7 で、pH + pOH = 14 のルールは 25 ℃ で成り立ちます。高温では水がイオン化され、中性pH は 7 以下に下がり、合計はわずかに下がります。このツールは標準的な 25 ℃ 値を使用します。

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/ph/

curl

curl "https://calculator.free/api/v1/ph/?mode=conc&conc=1e-07&phval=7"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/ph/?" + new URLSearchParams({
    "mode": "conc",
    "conc": "0.0000001",
    "phval": "7"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。