summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.29/Ex9_15_29.sce
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH15/EX9.15.29/Ex9_15_29.sce')
-rw-r--r--3428/CH15/EX9.15.29/Ex9_15_29.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3428/CH15/EX9.15.29/Ex9_15_29.sce b/3428/CH15/EX9.15.29/Ex9_15_29.sce
new file mode 100644
index 000000000..6bb5ce6c2
--- /dev/null
+++ b/3428/CH15/EX9.15.29/Ex9_15_29.sce
@@ -0,0 +1,15 @@
+//Section-9,Example-4,Page no.-E.57
+//To calculate the transport number of H+ and Cl- ions.
+clc;
+Cl_1=0.175 //Mass of Cl- ions before electrolysis
+M_Cb=20.175 //Mass of cathode solution before electrolysis
+Cl_2=0.146 //Mass of Cl- ions after electrolysis
+M_Ca=18.466 //Mass of cathode solution after electrolysis
+M_b=M_Cb-Cl_1 //Mass of water before electrolysis
+M_a=M_Ca-Cl_2 //Mass of water after electrolysis
+M_1=(M_a*Cl_1)/M_b
+L=(M_1-Cl_2)
+t_no1=(L/(0.2508*(35.5/108)))
+disp(t_no1,'Transport number of Cl- ions')
+t_no2=1-t_no1
+disp(t_no2,'Transport number of H+ ions')