appliedchemlabwork_tayra.D1.calc_left#

appliedchemlabwork_tayra.D1.calc_left(x: ndarray[tuple[Any, ...], dtype[floating[Any]]], a: float | floating[Any], b: float | floating[Any]) ndarray[tuple[Any, ...], dtype[floating[Any]]][source]#

Calculates the value which is proprtional to k and t.

Parameters:
xNDArray[floating[Any]]

The reduced concentration of the reactant.

afloating[Any]

The initial concentration of the reactant ester.

bfloating[Any]

The initial concentration of the base.

Returns:
valNDArray[floating[Any]]

The value of the formula.

Notes

The value \(v\) is equivalent to

\[v ={} \ln \frac{a \left( b -{} x \right)}{b \left( a -{} x \right)}\]