Description Usage Arguments Value Author(s) Examples
This function calculates and plots the titration curve for a mixture of two monoprotic weak base using a monoprotic strong acid as the titrant. The calculation uses a single master equation that finds the volume of titrant needed to achieve a fixed pH, as outlined in R. de Levie's Principles of Quantitative Chemical Analysis (McGraw-Hill, 1997).
| 1 2 3 | 
| conc.base1 | Molar concentration of the first monoprotic weak base analyte; defaults to 0.10 M. | 
| conc.base2 | Molar concentration of the second monoprotic weak base analyte; defaults to 0.10 M. | 
| conc.acid | Molar concentration of the strong acid titrant; defaults to 0.10 M. | 
| pka1 | The pKa value for the first monoprotic weak base analyte's conjugate weak acid; defaults to a pKa of 6, or a pKb of 8. | 
| pka2 | The pKa value for the second monoprotic weak base analyte's conjugate weak acid; defaults to a pKa of 9, or a pKb of 5. | 
| pkw | The pKw (or pKs) value for the solvent; defaults to water as a solvent with a pKw of 14. | 
| vol.base | Initial volume, in mL, of the solution that contains the weak base; defaults to 50.00 mL. | 
| plot | Logical; if TRUE, plots the titration curve. | 
| eqpt | Logical; if TRUE, draws a vertical line at the titration curve's equivalence point. | 
| overlay | Logical; if TRUE, adds the current titration curve to the existing titration curve. | 
| ... | Additional arguments to pass to  | 
A two-column data frame that contains the volume of titrant in the first column and the solution's pH in the second column. Also produces a plot of the titration curve with options to display the equivalence point and to overlay titration curves.
David T. Harvey, DePauw University. harvey@depauw.edu
| 1 2 3 4 5 6 7 8 | 
      volume    ph
1 0.01817927 10.99
2 0.04077655 10.98
3 0.06339670 10.97
4 0.08605100 10.96
5 0.10875074 10.95
6 0.13150725 10.94
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.