Wolfram Computation Meets Knowledge

pKa Using Acidity Constant

An acid dissociation constant is a quantitative measure of the strength of an acid in solution. pKa refers to the logarithm of the acid dissociation constant.

The log acidity constant equals the negative of the base 10 logarithm of the acidity constant.

Formula

QuantityVariable[Subscript["pK", "a"], "Unitless"] == -(Log[QuantityVariable[Subscript["K", "a"], "Unitless"]]/Log[10])

symbol description physical quantity
pKa log acidity constant "Unitless"
Ka acidity constant "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["pKa Using Acidity Constant"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["pKa Using Acidity Constant"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["pKa Using Acidity Constant"], {QuantityVariable[
\!\(\*SubscriptBox[\("pK"\), \("a"\)]\),"Unitless"] -> 3.85`}]
Out[3]=

Publisher Information