Wolfram Computation Meets Knowledge

pH Using pOH

pH, the potential of hydrogen, is a numeric scale used to specify the acidity or basicity of an aqueous solution.

pH equals 14 minus the pOH.

Formula

QuantityVariable["pH", "Unitless"] == 14 - QuantityVariable["pOH", "Unitless"]

symbol description physical quantity
pH pH "Unitless"
pOH pOH "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["pH Using pOH"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["pH Using pOH"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "pH Using pOH"], {QuantityVariable["pH","Unitless"] -> 1}]
Out[3]=

Publisher Information