The Calculator Minimalist Programming Club
|
03-03-2019, 04:27 PM
Post: #21
|
|||
|
|||
RE: The Calculator Minimalist Programming Club
(03-03-2019 11:55 AM)Csaba Tizedes Wrote: One application on my TI-57 LCD - maybe it is enough for membership: For those interested here's the program for the TI-57II: Code: LBL 0 23.00 00 ![]() We can solve this differential equation by separating the variables: \(\int_{p_0}^{p_b} \frac{dp}{p}=C \int_{T_0}^{T_b} \frac{dT}{T^2}\) This leads to: \(\log(p_b) - \log(p_0) = C \left (\frac{1}{T_0} - \frac{1}{T_b} \right )\) Which allows us to solve for \(T_b\): \(\begin{align*} \frac{1}{T_b} &= \frac{1}{T_0} - \frac{\log(p_b) - \log(p_0)}{C} \\ &= \frac{1}{T_0} + \frac{\log(p_0) - \log(p_b)}{C} \\ &= \frac{1}{T_0} + \frac{\log(\frac{p_0}{p_b})}{C} \\ \end{align*}\) Given the following values we can calculate the temperature \(t_b = T_b - 273.15\) of the boiling point: \(\begin{matrix} T_0 =&100 + 273.15 \\ p_0 =&101325 \\ p_b =&200000\\ C =& 4889 \end{matrix}\) 100 + 273.15 = 1/x + (101325 ÷ 200000) lnx ÷ 4889 = 1/x - 273.15 = 120.42637 Cheers Thomas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)