In an Acid-Base reaction, there is always going to be an acid, a base, a conjugate acid, and a conjugate base. When provided with the pKa values for the acid and the conjugate acid, it is possible to determine which side will exist in a greater concentration, i.e. is more favorable.
To determine which side is more favorable, use the equation:
If the products are favored, then K > 1. If the reactants are favored, the K < 1. If neither side is favored, the K = 1.
Write a function that recieves the pKa values of the acid and conjugate acid, respectively, as an array and outputs which side of the reaction is more favorable. If the reactants are favored, the function should yield "reactants", and vise versa. If the pKa for both the acid and the conjugate acid are equal, the the function should output "neither side is favored"
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers15
Suggested Problems
-
Remove any row in which a NaN appears
8779 Solvers
-
322 Solvers
-
944 Solvers
-
1521 Solvers
-
Find out missing number from a vector of 9 elements
322 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!