Wolfram Computation Meets Knowledge

pOH

pOH, the potential of hydroxide ions, is a numeric scale used to specify the acidity or basicity of an aqueous solution.

pH equals the base 10 logarithm of the OH- concentration.

Formula

QuantityVariable["pOH", "Unitless"] == -(Log[Quantity[1, "Liters"/"Moles"]*QuantityVariable[Row[{"[", Superscript["OH", "-"], "]"}], "Molarity"]]/Log[10])

symbol description physical quantity
pOH pOH "Unitless"
[OH-] hydroxide ion concentration "Molarity"

Forms

Examples

Get the resource:

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

Get the formula:

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

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "pOH"], {QuantityVariable[
   Row[{"[", Row[{"OH", "-"}], "]"}],"Molarity"] -> 
   Quantity[0.1`, ("Moles")/("Liters")]}]
Out[3]=

Publisher Information