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 Solvers16
Suggested Problems
-
2371 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
698 Solvers
-
Sum of odd numbers in a matrix
622 Solvers
-
Electrical Diode Current Calculation
1290 Solvers
-
595 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!