Wolfram Computation Meets Knowledge

Monoprotic Strong Acid-Strong Base Titration

A monoprotic strong acid–base titration is the determination of the concentration of an acid or base by exactly neutralizing the acid or base with an acid or base of known concentration.

The acid concentration times the volume of acid to neutralize requires a quantity equal to the base concentration times the volume of the base.

Formula

QuantityVariable[Row[{"[", Superscript["H", "+"], "]"}], "Molarity"]*QuantityVariable[Subscript["V", "a"], "Volume"] == QuantityVariable[Row[{"[", Superscript["OH", "-"], "]"}], "Molarity"]*QuantityVariable[Subscript["V", "b"], "Volume"]

symbol description physical quantity
[H+] acid concentration "Molarity"
Va volume of acid "Volume"
[OH-] base concentration "Molarity"
Vb volume of base "Volume"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Monoprotic Strong Acid-Strong Base Titration"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Monoprotic Strong Acid-Strong Base Titration"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Monoprotic Strong Acid-Strong Base Titration"], {QuantityVariable[
   Row[{"[", Row[{"H", "+"}], "]"}],"Molarity"] -> 
   Quantity[0.2`, "Molar"], QuantityVariable[
\!\(\*SubscriptBox[\("V"\), \("a"\)]\),"Volume"] -> 
   Quantity[50.`, "Milliliters"]}]
Out[3]=

Publisher Information