Datasets:
File size: 171,517 Bytes
501197d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 |
C 535
W53
917
Copy 1
EXPERIMENTAL ELECTRICAL TESTING
A COMPILATION, INCLUDING PRACTICAL ELECTRICAL MEASUREMENTS ACTUALLY PERFORMED BY STUDENTS
Weston electrical instrument company
MONOGRAPH B-4
AUGUST, 1917
SECOND EDITION
ISSUED FOR SCIENCE TEACHERS IN EDUCATIONAL INSTITUTIONS
"Everybody needs to know something about the working of electrical machinery, optical instruments, ships, automobiles, and saving devices, such as vacuum cleaners, fireless cookers, pressure cookers and electric irons, which are found in many American homes. We have, therefore, drawn up this book so that students may learn to think straight just as well by thinking about an electrical generator, as by thinking about a Gender tale."
From "Practical Physics." BLACK & DAVIS
WESTON ELECTRICAL INSTRUMENT CO.
NEWARK, N. J.
Monograph
COPYRIGHT, 1914.
BY
WESTON ELECTRICAL INSTRUMENT CO.
<watermark>QC535 WEB 1977 Copy1</watermark>
CONTENTS
SUBJECTS
| Argument | PAGE |
|---|---|
| General Laboratory Work | 5 |
| Resistance Measurements | 7 |
| A Current Measuring Apparatus | 11 |
| Testing Fuses | 17 |
| Induction | 22 |
| The Photometer | 26 |
| Incandescent Lamp Testing | 32 |
| Electroplating | 34 |
| The Use of the Electric Motor in Efficiency Tests | 38 |
| The Electrolytic Cell | 40 |
| The Weston Direct-current Movable-Coil System | 65 |
| The Weston Alternating- and Direct-current "Movable-Iron" System | 68 |
| Co-operators | 70 |
| An Appeal | 78 |
EXPERIMENTS
1. Resistance of a Conductor by the Substitution Method | 11 |
2. Comparative Resistance of Various Conductors | 13 |
3. Constructing and Testing a Lamp Bank Rheostat | 13 |
4. Test of Fuses | 17 |
5. The Fusing Capacity of an Electric Current | 21 |
6. Current Induced by Magnetism | 26 |
7. Currents Induced by Electromagnetism | 26 |
8. An Exercise in Photometry | 28 |
9. Practical Problems in Photography | 35 |
10. Electroplating with Copper | 35 |
11. The Electrochemical Equivalent of a Metal | 36 |
12. The Electric Disk Stove or Hot Plate | 41 |
13. Coolness of Objects by Means of an Electric Flattan | 47 |
14. Boiling an Egg by Means of Electricity | 47 |
15. The Immersion Heater | 48 |
16. Making a Battery with the Use of Electricity | 48 |
17. Testing a Nodon Valve with Dry Cells | 55 |
18. Testing a Nodon Valve with a Direct-current Service Line | 56 |
19. Testing a Nodon Valve with Alternating Current | 57 |
20. Efficiency Test with Two Nodon Valves in Series | 59 |
21. Efficiency Test with Two Nodon Valves in Series (Continued) | 59 |
22. Puncturing the Insulating Wall of a Nodon Valve | 59 |
23. Efficiency Test of a Commercial Electrolytic Rectifier | 62 |
<img>A page from a scientific textbook on electrical experiments.</img>
This is a scanned image of a blank page with a light brown background. The page appears to be from a book or document that has been scanned at a low resolution or has some form of damage or wear. There are no visible texts, images, or other markings on this particular page.
ARGUMENT
THE Weston Monographs were prepared with the definite object in view of attempting to co-operate with and assist science teachers in high schools and collegiate preparatory schools throughout this country.
Their context is exclusively on electrical subjects; and each deals with a particular theme.
For instance, B-1 dwells upon the manifest advantages of training students engaged in laboratory work by means of standard apparatus, and thus prepares them for the more advanced work after graduation. It also calls attention to the fact that it is inconsistent as well as unwise to attempt to perform modern progressive laboratory work by means of antiquated and obsolete apparatus. It shows what should be done.
B-2 contains a series of simple yet exceedingly instructive experiments, and presents suggestions that should be of great value in the preparation and simplification of an electrical course. It tells what could be done.
B-3 briefly describes several standard high grade and thoroughly reliable instruments, economical in price and particularly adaptable to high-school work.
In this Monograph B-4, we have compiled interesting and important data which will indicate some of the experiments which are actually being performed in progressive High Schools in these United States. We have accomplished this by reproducing the actual work of students, without their permission, together with sketches, data-sheets, reports and instructors' comments, as well as apparatus actually used.
We desire to explain as briefly as possible how B-4 has been produced.
Early in the Fall of 1913, we issued a letter to over 7000 science teachers on our list, in which we directed attention to the Monographs we had already issued, and requested suggest-
<page_number>5</page_number>
6
ARGUMENT
tions relating to experiments in electrical measurements which they would like to see embodied in future Monographs. We were immediately deluged with replies, and as soon as it was feasible we began preparing data relating to the experiments most in demand.
We then conceived the idea of asking science teachers to furnish us with these experiments, instead of preparing them ourselves; and wrote to a number of those who were fortunate enough to possess a modern equipment, inviting them to contribute some specified exercises.
In this way we hope to fulfill the requests of science teachers by publishing the work of other science teachers.
The experiments offered are reproduced verbatim; but we have in some instances either simplified or elaborated connection diagrams. Otherwise the authority for the execution of the work is vested in the contributor cited. Necessarily there was much repetition, and it obviously became practicable to print only such portions of the original as were necessary to gratify the request. It is therefore proper to gratefully acknowledge the assistance of those teachers whose work is not incorporated in this Monograph. Their tests were of great value to us and in many cases it was exceedingly difficult to make a choice.
Entirely aside from their intrinsic pedagogical value, the majority of these experiments have a significance which cannot fail to arrest the attention of the progressive instructor. They prove conclusively that the treatment given herein is toward the practical application of fundamental principles.
They indicate also that laboratory work requiring the use of instruments of precision may be successfully performed by young students of either sex.
In conclusion we desire to direct special attention to the Nodon Valve and Reutter experiments; because they are not only of great interest, but also because they possess utilitarian properties, in that they indicate how a teacher who has only alternating-current service available, may easily and cheaply transform to direct current; and thereby open up a greater realm of electrical experiments specially suited to the High School Laboratory.
WESTON ELECTRICAL INSTRUMENT COMPANY.
GENERAL LABORATORY WORK
In preparing the minds of beginners in experimental electrical work, and in directing their attention to the ethical as well as the material considerations involved, it would be to their advantage to hear the following comments, which are adapted from an introduction to a loose leaf manual in Electrical Measurements. We are indebted to their author, Prof. James Theron Rood, Ph.D., of Lafayette College, for permission to use them.
I. PREPARATION FOR LABORATORY WORK
A well-trained experimenter, in any department of science, may at once be known by his ability to make clear, concise statements of the laws and phenomena of that department in which he is especially interested.
An electrical laboratory is a place designed to help men to acquire new characteristics; it is of value to no man only in proportion as he acquires his knowledge with the proper spirit, imbued with the desire to do and learn. The first requisite is to come to the laboratory knowing fully what you are to do, and how you are to do it. Read in advance the direction sheets for the given experiments, look up the references, be prepared to get the most out of your performance of the given experiment. If you do not come so prepared, you are almost sure to fail. In making observations, observe the order which must be followed. Required observations are likely to be omitted, time may be wasted on useless readings, interesting and valuable phenomena may escape your attention or be wrongly interpreted, and you may finish with a confused instead of a clear conception of the method and the value of the test. Make yourself master of the experiment, in the preparation for it, in the performance of it, and in the writing of the report
<page_number>7</page_number>
8
GENERAL LABORATORY WORK
about it. The students who must continually run to an instruc-
tor for direction and advice can never rise very far.
II. PERFORMING THE EXPERIMENT
No general advice or directions can be given which will cover each and every experiment. Each test brings its own peculiarities, its own difficulties; but there are invariably certain things which mark the trained and careful experimenter. Some of these are given in what follows:
III. APPARATUS
All apparatus used in testing should be most carefully han-
dled. What company would retain an employee who misused
its instruments or machines?
Accidents may happen to even the most careful experimenters,
but whenever they do occur, they should be reported of
once. Please report injury to instrument back in its place without
reporting its injury is the work of a sneak. Such action may
result in the apparatus remaining unrepaired until a time when
a co-worker, needing the apparatus for immediate use, discovers
that it is injured and that it may have to be sent away for
repairs. He is thus kept back in his work when, had the injury
been known, suitable repairs might have been made before the
apparatus was again needed.
IV. DIAGRAMS
Before beginning any experiment, make a clear diagram of
the proper arrangement of all circuits to be used, with all
connections, instruments, resistors, switches, cut-outs etc.,
shown clearly and accurately. Use heavy lines for indicating conductors carrying large currents, such as elec-
tric power service wires, bus-bars, feeders for motors, etc.,
and light lines for potential circuits, such as leads to the
e.m.f. terminals of wattmeters, voltmeters, etc. Submit this
diagram to the instructor for his criticism and approval. Then
connect up according to this diagram. Make no changes in it
without the approval of the teacher.
GENERAL LABORATORY WORK <page_number>9</page_number>
V. INSTRUMENTS
Almost without exception all makes of ammeters have uninsulated metal binding-posts, while voltmeters have posts enclosed in insulation. The two kinds of meters can thus be at once told apart. Millivoltmeters are frequently used as ammeters by connecting shunts in the line, the potential drop across these shunts being proportional to the current; the readings of the meter when its leads are placed across the terminals of the shunt will be proportional to the current flowing, and may be read directly in amperes. When so used the values of the scale divisions of the meter will depend upon the particular shunt used, which will vary with each make. Every millivoltmeter must always be used both with its own shunt and its own leads. The shunt is always connected in the line and the millivoltmeter across the shunt. Remember, ammeters go in the line, voltmeters go across the line. Never lay instruments on the floor or on a chair. Always put them on a table and then pass the wires through holes in the edge of the table or else fasten them down with a clip or a rubber band. If any instrument is being pulled down onto the floor. If any instrument has a zero error reading, allow for it in your readings, or have it reset by means of its zero adjusting device. Never open or close a circuit at any ammeter binding post. Trace out the polarity of any D.C. circuit before connecting in an instrument. Be sure that the current flows through the instrument in the right direction. If it does not open the circuit before reversing any ammeter. Read all voltages at the CUT END, NOT AT THE METER. Read all meters to one-tenth of the smallest division. Look for any parallax when making a reading.
VI. ORDERLINESS
During the performance of all tests, see that all instruments, switches, lines, etc., are kept in an orderly condition and not allowed to become a confused mass. After finishing an experiment, see that all instruments, rheostats, lamps and other pieces of apparatus are replaced in their proper places in their cases. Coil up and put away all lengths of wire. Put everything
<page_number>10</page_number>
**GENERAL LABORATORY WORK**
back in its place and leave the apparatus as well as all the tables, etc., free from all wires and in perfect order ready for the next users. When finished replace covers on all motors or dynamos used. Next to success in the performance, orderliness in the handling of laboratory apparatus is the most important thing to be learned in a laboratory. Your care in this respect will be considered in determining your term grade.
**VII. REPORTS**
To be able to write a satisfactory report of an investigation is an art and accomplishment that should be the desire and pride of every engineer, in every walk of science. It is the keystone of all science. In its essence, an engineer's report is a why, a what, and a how of a thing done.
A good engineer must have knowledge, judgment and common sense. The laboratory, rightly used, is the best place for the development of such powers, and should be valued as such.
Let your laboratory motto be:
**WORK—OBSERVE—THINK**
EXPERIMENTAL ELECTRICAL TESTING
EXPERIMENT NO. 1
RESISTANCE MEASUREMENTS
The following experiments were selected from a number kindly contributed by Mr. William F. Evans, Instructor in Physics, Girls' High School, Brooklyn, N. Y.
They are copied from the laboratory note-book of the girl who did the work.
A modification of these methods is used in shop practice for a quick and accurate measurement of resistance wires in course of manufacture. To eliminate errors due to a variation in current, the wire and the rheostat are both connected with one pole of the cell, and a double-throw switch is used, so that the rheostat may be adjusted until the same deflection is obtained when current is passed through either circuit in rapid succession. Reference, "Laboratory Exercises," Fuller and Brownlee, page 270.
Resistance of a Conductor by the Substitution Method
Apparatus. Weston ammeter; dry cell; rheostat; 50 cm., No. 30 German silver wire; and leads.
(1) Connect up the cell, the ammeter and the unknown resistance in series, being sure that all contacts are clean and all connections tight. See Fig. 1.
(2) Substitute the resistance box (with all plugs removed) for the unknown resistance and then decrease the resistance of the circuit until the current is the same as before. See Fig. 2.
(3) What then is the resistance of the 50 cm. No. 30 G. S. wire?
<page_number>11</page_number>
<page_number>12</page_number>
EXPERIMENTAL ELECTRICAL TESTING
STUDENT'S REPORT
(1) I connected up as in diagram the cell, the ammeter, and the unknown resistance (50 cm. No. 30 German silver wire),
<img>D.C.AMMETER</img>
Fig. 1.—Resistance Measurements. (Reproduced from Student's Sketch.) Evan' Method.
Instrument Used is a Model 280, Weston Ammeter. Range 15 Ampere.
being sure that all contacts were clean and all connections tight.
The indicated current was 6 amperes.
(2) I substituted the resistance box for the unknown resistance with all plugs out, and reduced the resistance of the circuit by putting in plugs until the reading of the ammeter was the same as before Resistance was 1.8 ohms.
<img>D.C.AMMETER</img>
Fig. 2.—Resistance Measurements. (Reproduced from Student's Sketch.) Evan' Method.
Instrument Used is a Model 280, Weston Ammeter. Range 5 Ampere.
COMPARATIVE RESISTANCES OF CONDUCTORS 13
(3) The resistance then of 50 cm. of No. 30 G. S. wire is 1.8 ohms, because the reading was the same when the resistance box was connected as when the German silver wire was connected.
EXPERIMENT NO. 2
COMPARATIVE RESISTANCES OF CONDUCTORS
Apparatus. In preceding experiment; together with other wires of various sizes.
OBSERVATIONS
<table>
<thead>
<tr>
<td></td>
<td>Length of Conductor</td>
<td>Area of Cross-section</td>
<td>Amp.</td>
<td>Ohms</td>
</tr>
</thead>
<tbody>
<tr>
<td>(1)</td>
<td>50 cm. G. S. wire</td>
<td>05 sq.mm.</td>
<td>60</td>
<td>1.8</td>
</tr>
<tr>
<td></td>
<td>Varying Lengths....</td>
<td>50 cm. G. S. wire</td>
<td>10 sq.mm.</td>
<td>1.4</td>
<td>5.4</td>
</tr>
<tr>
<td></td>
<td>Varying Lengths....</td>
<td>150 cm. G. S. wire</td>
<td>05 sq.mm.</td>
<td>.20</td>
<td>5.6</td>
</tr>
<tr>
<td>(2)</td>
<td>50 cm. G. S. wire</td>
<td>05 sq.mm.</td>
<td>60</td>
<td>1.8</td>
</tr>
<tr>
<td></td>
<td>Varying Lengths....</td>
<td>50 cm. G. S. wire</td>
<td>10 sq.mm.</td>
<td>1.04</td>
<td>8</td>
</tr>
<tr>
<td></td>
<td>Varying Lengths....</td>
<td>50 cm. G. S. wire</td>
<td>15 sq.mm.</td>
<td>1.34</td>
<td>.5</td>
</tr>
<tr>
<td>(3)</td>
<td>50 cm. G. S. wire</td>
<td>05 sq.mm.</td>
<td>65</td>
<td>1.9</td>
</tr>
<tr>
<td></td>
<td>Varying material....</td>
<td>50 cm. brass wire</td>
<td>05 sq.mm.</td>
<td>2.25</td>
<td>.3</td>
</tr>
<tr>
<td></td>
<td>Varying material....</td>
<td>50 cm. copper wire</td>
<td>05 sq.mm.</td>
<td>370</td>
<td>.4</td>
</tr>
</tbody>
</table>
Description. I connected up the German silver wire as in preceding experiment. Then I substituted the resistance box as in preceding experiment. First I used 50 cm., then 100, last 150 cm. of German silver wire. Next I used wire with 05 sq.mm cross section; then 10 sq.mm, finally, 15 sq.mm.
After this I used 50 cm. of brass and 50 cm. of copper wire in place of the German silver wire.
March 21, 1883.
EXPERIMENT NO. 3
CONSTRUCTING AND TESTING A LAMP BANK RHEOSTAT
In commercial work, adjustable rheostats are extensively used; in fact, they are indispensable when current from service lines is employed for experimental purposes.
<page_number>14</page_number>
EXPERIMENTAL ELECTRICAL TESTING
For precision tests in laboratories, rheostat that are non-inductive and which have a negligible temperature coefficient are preferable and often necessary, but in general commercial testing adjustable lamp bank rheostats are most in demand for current regulation, or for building up a load.
The rheostat described in this experiment should appeal to the science teacher because it is simple in construction and yet permits a wide range of adjustment owing to the ingenuity of its design.
This rheostat was designed by Charles P. Rockwell, and constructed by him with the assistance of Gordon R. Mine, Barringer High School students, Newark, N. J. The tests made with it are their joint work.
<img>A Complex Lamp Bank diagram.</img>
Fig. 3—A Complex Lamp Bank.
Following is their own description:
This board was designed to allow any number of lamps, up to twelve, to be connected in multiple, series, or multiple series.
An oak board was obtained from the school shop. According to plan, Perkins 25 amp, double-pole single-throw switch and a fuse block were placed at the extreme right; four Perkins single throw, single-pole switches were placed next to these two for incoming and two for returning current. Two other Perkins switches placed next allowed current to cross over to different banks of lamps. Twelve sockets were screwed at equal distances from each other.
<img>A complex lamp bank diagram.</img>
Fig. 3—A Complex Lamp Bank.
TESTING A LAMP BANK RHEOSTAT <page_number>15</page_number>
The small cut-out switches were made by bending copper stripes into jaws for receiving copper strips as blades. Holes were bored to receive jaws which were sealed in place with sealing wax.
Connections were made and lamps were screwed in as shown in Fig. 3.
APPARATUS AND MATERIALS REQUIRED
1 Weston voltmeter.
1 Weston ammeter.
1 portable testing set.
1 oak board 18 × 40 ins.
1 Perkins knife switch, 25 amp., double pole, single throw.
6 Perkins knife switches, 25 amp., single pole, single throw.
Sheet copper for making 27 switches (jaws and blades) which may be replaced with Trumbull single-pole, single-throw switches.
1 Edison double-plug cut-out.
12 Bryant porcelain receptacles, keyless.
IV, V, VI, VII, VIII. C, D, E, F, G, H, K, L, M, N, O, P, S, T, U, V, W, X.
<page_number>Fig. 4.</page_number>
<img>A diagram showing a series of switches and fuses. The top row has three switches labeled "120 WATTS" and "750 WATTS". Below them are three fuses labeled "25 AMP." and "15 AMP.". The bottom row has two switches labeled "120 WATTS" and "750 WATTS".</img>
C.P. lamps.
2 fuses, mica cap, 15 amp.
15 ft. No. 14 (B. & S. gauge) bare copper wire.
Directions for Operating Switches:
Note: All switches not specified closed must be open. For all lamps in multiple: Close III,
<page_number>Fig. 5.</page_number>
<img>A diagram showing a series of switches and fuses. The top row has three switches labeled "120 WATTS" and "750 WATTS". Below them are three fuses labeled "25 AMP." and "15 AMP.". The bottom row has two switches labeled "120 WATTS" and "750 WATTS".</img>
12 carbon filament 32
16 EXPERIMENTAL ELECTRICAL TESTING
For all lamps in series. Close III, VI, IX. A, F, I, K, Q, V, Y, W, P, G.
FOR MULTIPLE SERIES GROUPING
Three groups in series, each group containing four lamps in multiple. Close all except IV, V, VII, VIII, IX.
Two groups in series, each group containing four lamps in multiple. Close all except III, V, VII, VIII, IX.
<img>A diagram showing three groups of lamps in series with multiple lamps.</img>
**Fig. 6. ARRANGEMENT**
<table>
<thead>
<tr>
<td>Multiple Watts</td>
<td>No. of Lamps</td>
<td>Series Watts</td>
<td colspan="3">MULTIPLE SERIES. See Fig. 4</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td>Groups of No. in Multi.</td>
<td>Watts</td>
</tr>
</thead>
<tbody>
<tr>
<td>124</td>
<td>1</td>
<td>125</td>
<td>2 in series</td>
<td>2 in multi.</td>
<td>128</td>
</tr>
<tr>
<td>248</td>
<td>2</td>
<td>60</td>
<td>2 in series</td>
<td>3 in multi.</td>
<td>185</td>
</tr>
<tr>
<td>368</td>
<td>3</td>
<td>35</td>
<td>2 in series</td>
<td>4 in multi.</td>
<td>296</td>
</tr>
<tr>
<td>485</td>
<td>4</td>
<td>27</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>585</td>
<td>5</td>
<td>20</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>665</td>
<td>6</td>
<td>15</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>845</td>
<td>7</td>
<td>125</td>
<td>3 in series</td>
<td>2 in multi.</td>
<td>80</td>
</tr>
<tr>
<td>935</td>
<td>8</td>
<td>9</td>
<td>3 in series</td>
<table border="1">
<tr><th colspan="4"></th><th colspan="4">MULTIPLE SERIES. See Fig. 5</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><th colspan="4">No. in Multi.</th></tr><tr><th colspan="4"></th><th colspan="4">Watts:</th></tr><tr><th colspan="4"></th><table border="1">
</table> < > < > < > < > < > < > < > < > < > < > < > < > < > < > < > < > < >
</table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table> </table>&nb
TEST OF FUSES
<page_number>17</page_number>
RESISTANCE PER LAMP
<table>
<thead>
<tr>
<th>Lamp No.</th>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
<th>6</th>
<th>7</th>
<th>8</th>
<th>9</th>
<th>10</th>
<th>11</th>
<th>12</th>
</tr>
</thead>
<tbody>
<tr>
<td>Res. Hot</td>
<td>112</td>
<td>112</td>
<td>116</td>
<td>116</td>
<td>139</td>
<td>139</td>
<td>236</td>
<td>236</td>
<td>236</td>
<td>118.5</td>
<td>118.5</td>
<td>123.5</td>
</tr>
<tr>
<td>Res. Cold</td>
<td>235</td>
<td>230</td>
<td>240</td>
<td>230</td>
<td>235</td>
<td>235</td>
<td>245</td>
<td>245</td>
<td>245</td>
<td>235</td>
<td>235</td>
<td>240</td>
</tr>
</tbody>
</table>
R (hot) was when filaments were incandescent.
Formula used $R = \frac{V^2}{W}$ or $R = \frac{118^2}{W}$.
R (cold) was when lamps were at room temperature ($22^\circ$ C.). Results were obtained by measurement with a portable testing set.
EXPERIMENT NO. 4
TEST OF FUSES
From Lafayette College, Department of Electrical Engineering, Laboratory Direction Sheets. Available through the courtesy of the author, Professor Foster H. Foster.
References: Bar, Direct Cur. Elec. Eng., p. 479; Swenson and Frankenfield, Vol. I, p. 342; Standard Handbook for Elec. Enga., p. 585; Foster's Handbook, pp. 4-5.
Purpose. Every electric circuit should be provided with some form of apparatus designed to prevent the flow of any excessive current which might start a fire or burn out any apparatus. The insurance companies require that all lighting and motor circuits shall be so fused or protected that the current-carrying wire shall never be overheated. Such protective devices are called cut-outs. They may be put into two classes, fuses and circuit-breakers. Fuses, according to their arrangement, may be divided into three classes, open, expulsion and enclosed. Circuits carrying large currents are more expensive than those carrying less current and occupy more space. They are better for circuits carrying large current, or where the circuit is liable to be opened or overloaded frequently, since they are more sure of opening the circuit.
Construction. Fuses are merely strips of metal of such shape and material as will fuse or "blow" before any excess current can flow for any length of time. The I. R. losses in the metal due to the current passing causes the strip to become
18 EXPERIMENTAL TESTING
heated. If the heat is generated faster than it can be radiated, the fuse material melts and the circuit is thus opened, provided the arc does not hold between the terminals of the fuse block on account of the melting vapor which may be left in the space between them.
This limit is the amount of current which a given fuse can safely break, unless there is provided some means of expelling the hot vapor (expulsion fuses), or of condensing it (enclosed fuses). In this last the vapor is supposed to be immediately condensed in the spaces between the granules of the non-inflammable, non-conducting material which fill the tubes. On account of the variations in the alloy of the different parts of the fuse wire, and on account of the direction of air currents, open fuses cannot be depended upon to always blow at the same current with the same length and diameter of fuse wire. For open fuses alloys of lead, antimony and bismuth are mostly used. Enclosed fuses are mostly of zinc. For large fuses copper is sometimes used, but it is liable to hold the arc through its vapor.
**Object.** The object of this experiment is to test some commercial fuse wire and to determine the relation (a) between length and the fusing current, (b) between diameters for this last, (all diameters of wires tested should be of the same make), (c) to investigate the construction and action of some types of enclosed fuses.
**Apparatus.** Various diameters of fuse wires, fuse block with adjustable terminals, adjustable resistor, Weston ammeter and inch scale, also line switch.
**Part I.** Set the terminals of the fuse block 1/4 inches apart in the clamp and insert a length of fuse wire. Connect the fuse block in series with an ammeter, adjustable resistor and switch; and connect the whole across the D.C. supply circuit. See that the resistance is set to allow only a small current to flow, close the switch and slowly increase the current until the fuse blows. Repeat with the same size of wire for fuse lengths of 2, 2½, 3, and 3½ inches. Repeat this series for all the different diameters of wire given you. Record make off wire, rated capacity, and blowing current. Calculate and record the percentage ratio between the rated capacity and the blowing current. Note carefully the construction of each fuse.
<img>A diagram showing a fuse block with adjustable terminals, an ammeter, an adjustable resistor, and a switch connected across a D.C. supply circuit.</img>
THE FUSING EFFECT OF AN ELECTRIC CURRENT 19
**Report.** Describe what you did. Plot curves showing (a) relation between length and fusing current for wires tested, (b) relation between diameter and fusing current for a given length of fuse. The form of curve for this last is usually:
$$d = (I/a)^{n}$$
where $d$=diameter of wire;
$I$=fusing current, and
$a$=constant depending on the composition of the wire.
Give good sketches of the construction of the enclosed fuses tested and give description of the details of each.
Questions: (a) Does the size or mass of the terminals of the fuse block affect the value of the fusing current?
(b) If so, how?
(c) Would this effect be proportional for all lengths of the fuse wire? Why?
(d) Why should the current in every case be increased slowly?
(e) Why should the enclosed fuses be given a preliminary heating before being blown?
EXPERIMENT NO. 5
**THE FUSING EFFECT OF AN ELECTRIC CURRENT**
The following experiment on fuses was supplied by Mr. Milton M. Flanders of the Bliss Electrical School, Takoma Park, Washington D. C. It is so clean-cut and practical that comments are superfluous. Sketch is a reproduction of the one sent in by the students performing the test.
TEST NO. A-400
**Heat**
A study of the fusing effect of an electrical current.
**Object of Test**
To determine the current and time required to melt fuses under various conditions.
20 EXPERIMENTAL ELECTRICAL TESTING
APPARATUS REQUIRED
<table>
<tr>
<td>1 ammeter (0-100)</td>
<td>Various fuses</td>
</tr>
<tr>
<td>1 rheostat</td>
<td>1 circuit breaker</td>
</tr>
<tr>
<td>1 stop watch</td>
<td>1 switch</td>
</tr>
<tr>
<td>1 thermometer</td>
<td>Connecting wires</td>
</tr>
</table>
CONDUCT OF TEST
I. Preparation. Set up the apparatus as per diagram, connecting to a source of low potential and high current, as a stor-
<img>A simple electrical circuit diagram with a rheostat, battery, ammeter, and stopwatch connected in series.</img>
Fog. 7.--STUDY OF THE FUSING EFFECT OF AN ELECTRICAL CURRENT. (Reproduced from Student's Sketch.) Flanders' Method.
Instrument Used was a Model L, Weston Ammeter. Range 100 Amperes.
Note.--For all ordinary laboratory work, fuses that will "blow" at 1 to 20 amperes will suffice, and an ammeter of lower range than the above will be preferable.
age battery. Close switch $S$ and after inspection by instructor, admit current and correct polarity of ammeter if necessary. See Fig. 7.
II. Operation. (a) Admit current to 200 per cent rating of fuse under test, holding this constant by means of the rheo-
stat $R$. Open switch $S$ and simultaneously start stop-watch.
Note the exact time required for the fuse to open the circuit.
Repeat at least three times.
(b) Repeat above on different fuses, as directed.
(c) Repeat above on increasing current, the rate of increase being 1 ampere per minute, and tabulate results.
THE FUSING EFFECT OF AN AMMETER CURRENT 21
(d) Repeat operation (a) with the fuse wire in contact with some foreign insulating substance.
(e) Repeat operation (a), first raising temperature of fuse 50° C., by means of a heating chamber.
TEST CHARTERIZATION. Results all results indicated below:
<table>
<thead>
<tr>
<td>Fuse.</td>
<td>Wire.</td>
<td>Length</td>
<td>Deg. C.</td>
<td>Rating Amps.</td>
<td>Time.</td>
<td>Note.</td>
</tr>
</thead>
<tbody>
<tr>
<td>Link</td>
<td>Shawmut</td>
<td>1.625</td>
<td>17.8</td>
<td>6</td>
<td>12</td>
<td>10<br>11<br>11<br>Avg.10.66+</td>
</tr>
</tbody>
</table>
REPORT ON TEST No. A-400
Instrument used: Weston Model 1, Ammeter No. 5378. Centigrade Thermometer No. 4.
DATA
OPERATION (a)
<table>
<thead>
<tr>
<td>Type.</td>
<td>Wire.</td>
<td>Length In.</td>
<td>Temp. Deg. C.</td>
<td>Rating Amps.</td>
<td>Amps</td>
<td>Time, Sec.</td>
<td>Remarks</td>
</tr>
</thead>
<tbody>
<tr>
<td>Daum</td>
<td>Shawmut</td>
<td>1.625</td>
<td>22</td>
<td>6</td>
<td>12</td>
<td>8.6</td>
<td>Average<br>Time</td>
</tr>
<tr>
<td>Daum</td>
<td>Shawmut</td>
<td>1.625</td>
<td>22</td>
<td>6</td>
<td>12</td>
<td>7.2</td>
<td></td>
</tr>
<tr>
<td>Daum</td>
<td>Shawmut</td>
<td>1.625</td>
<td>22</td>
<td>6</td>
<td>12</td>
<td>10.0</td>
<td>8.03+ sec.</td>
</tr>
<tr><hr></tr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><hr><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></table>
OPERATION (b)
<table>
<thead>
<tr>
<th>Type.</th>
<th>Wire.</th>
<th>Length In.</th>
<th>Temp. Deg. C.</th>
<th>Rating Amps.</th>
<th>Amps</th>
<th>Time, Sec.</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">Link<br>Link<br>Link<br></tr>
<tr>
<td rowspan="3">Shawmut<br>Shawmut<br>Shawmut<br></tr>
<tr>
<td rowspan="3">1.625<br>1.625<br>1.625<br></tr>
<tr>
<td rowspan="3">17.8<br>17.8<br>17.8<br></tr>
<tr>
<td rowspan="3">6<br>6<br>6<br></tr>
<tr>
<td rowspan="3">12<br>12<br>12<br></tr>
<tr>
<td rowspan="3">10<br>10<br>10<br></tr>
<tr>
<td rowspan="3">Average<br>Average<br>Average<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr>
<td rowspan="3">Time<br></tr>
<tr
<table cellspacing='0' cellpadding='0'>
</table
OPERATION (c)
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing='0' cellpadding='0'>
</table
<table cellspacing 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cellpadding = 'cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell;padding= cell.padding
<page_number>22</page_number>
**EXPERIMENTAL ELECTRICAL TESTING**
**Operation (d)**
<table>
<thead>
<tr>
<th>Type</th>
<th>Wire</th>
<th>Length Ins.</th>
<th>Temp. Deg. C</th>
<th>Rating Amps.</th>
<th>Amp.</th>
<th>Time, Sec.</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td>Link</td>
<td>Shawmut</td>
<td>1.035</td>
<td>17.8</td>
<td>6</td>
<td>12</td>
<td>21</td>
<td>Average</td>
</tr>
<tr>
<td>Link</td>
<td>Shawmut</td>
<td>1.035</td>
<td>17.8</td>
<td>6</td>
<td>12</td>
<td>19</td>
<td>Time</td>
</tr>
<tr>
<td>Link</td>
<td>Shawmut</td>
<td>1.035</td>
<td>17.8</td>
<td>6</td>
<td>12</td>
<td>22</td>
<td>20-0.0 sec.</td>
</tr>
</tbody>
</table>
Note.—In operation (d) the fuse wire was in contact with a marble block for 35 m. of its length.
**Operation (c)**
<table>
<thead>
<tr>
<th>Type</th>
<th>Wire</th>
<th>Length Ins.</th>
<th>Temp. Deg. C</th>
<th>Rating Amps.</th>
<th>Amp.</th>
<th>Time, Sec.</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td>Link</td>
<td>Shawmut</td>
<td>1.035</td>
<td>49</td>
<td>6</td>
<td>12</td>
<td>8.2</td>
<td>Average</td>
</tr>
<tr>
<td>Link</td>
<td>Shawmut</td>
<td>1.025</td>
<td>49</td>
<td>6</td>
<td>12</td>
<td>7.2</td>
<td>Time</td>
</tr>
<tr>
<td>Link</td>
<td>Shawmut</td>
<td>1.025</td>
<td>49</td>
<td>6</td>
<td>12</td>
<td>8.0</td>
<td>7.5 sec.</td>
</tr>
</tbody>
</table>
Note.—None of the above fuses would blow at rated current and normal temperature of surrounding air.
Above test performed by F. G. Shipley and L. T. Petit.
Instrument repairs are expensive!
Fuses are cheap!
Why not insist that students insert a fuse between the load and the ammeter in all tests, so that the ammeter cannot be burned out or overloaded?—Compiler's Note.
**INDUCTION**
We requested Mr. Geo. M. Turner of the Department of Physics and Chemistry, Masten Park High School, Buffalo, N.Y., to contribute some exercises on Induction, because the effects due to induction must often be taken into consideration in the study of electrical circuits, but we have found that it is difficult to obtain efficient results. In this respect, the effect of induction may be beneficial or harmful, but a knowledge of this phenomenon is always necessary before a student can make any progress in acquiring even an elementary knowledge of electrical measurements.
Mr. Turner intends to include the following experiments in his physics course and writes concerning them as follows:
<img>A diagram showing a circuit with a switch, two resistors, and a galvanometer connected in series.</img>
The galvanometer is connected in series with the two resistors R and R'. The switch S is closed and the galvanometer deflection is noted when the switch is opened.
When the switch is opened, the current through R' will decrease instantaneously to zero while that through R will continue to flow until it has been reduced to zero by the action of the electromotive force developed by R'. This change in current through R' will cause a change in the magnetic field around it which will induce an emf in R', causing a current to flow in the opposite direction to that previously flowing through it.
This induced current will tend to oppose the change in current through R' and thus will reduce the rate at which the current decreases through R'.
If R' is much smaller than R, then the induced current will be very large compared with that actually flowing through R'. In this case, the effect of induction will be negligible.
On the other hand, if R' is much larger than R, then the induced current will be very small compared with that actually flowing through R'. In this case, the effect of induction will be appreciable.
It is evident that if R' is equal to R, then no change in current will occur through either resistor when the switch is opened.
In order to determine whether or not induction affects the current flowing through a resistor, it is necessary to measure the time required for the current to fall from one value to another after the switch is opened.
This can be done by connecting a voltmeter across one end of each resistor and noting the time required for the voltage across each resistor to fall from one value to another after the switch is opened.
If induction does affect the current flowing through a resistor, then it will be observed that the time required for the voltage across each resistor to fall from one value to another after the switch is opened will be different for each resistor.
For example, if R' is much smaller than R, then it will be observed that the time required for the voltage across each resistor to fall from one value to another after the switch is opened will be different for each resistor.
If R' is much larger than R, then it will be observed that the time required for the voltage across each resistor to fall from one value to another after the switch is opened will be different for each resistor.
In conclusion, it can be stated that induction does affect the current flowing through a resistor, and that this effect can be measured by observing how long it takes for the voltage across each resistor to fall from one value to another after the switch is opened.
The following experiment shows how induction affects the current flowing through a resistor:
<video>A video showing a circuit with a switch, two resistors, and a galvanometer connected in series.</video>
The galvanometer is connected in series with the two resistors R and R'. The switch S is closed and the galvanometer deflection is noted when the switch is opened.
When the switch is opened, the current through R' will decrease instantaneously to zero while that through R will continue to flow until it has been reduced to zero by the action of the electromotive force developed by R'. This change in current through R' will cause a change in the magnetic field around it which will induce an emf in R', causing a current to flow in the opposite direction to that previously flowing through it.
This induced current will tend to oppose the change in current through R' and thus will reduce the rate at which the current decreases through R'.
If R' is much smaller than R, then the induced current will be very large compared with that actually flowing through R'. In this case, the effect of induction will be negligible.
On the other hand, if R' is much larger than R, then the induced current will be very small compared with that actually flowing through R'. In this case, the effect of induction will be appreciable.
It is evident that if R' is equal to R, then no change in current will occur through either resistor when the switch is opened.
In order to determine whether or not induction affects the current flowing through a resistor, it is necessary to measure the time required for the current to fall from one value to another after the switch is opened.
This can be done by connecting a voltmeter across one end of each resistor and noting the time required for the voltage across each resistor to fall from one value to another after the switch is opened.
If induction does affect the current flowing through a resistor, then it will be observed that the time required for the voltage across each resistor to fall from one value to another after the switch is opened will be different for each resistor.
For example, if R' is much smaller than R, then it will be observed that the time required for the voltage across each resistor to fall from one value to another after the switch is opened will be different for each resistor.
If R' is much larger than R, then it will be observed that the time required for
INDUCTION
<page_number>23</page_number>
"Your request for an experiment on Induction for the forthcoming Monograph received.
"It is my understanding that you desire an experiment that will include the center-scale millivoltmeter. As my pupils have not as yet used this instrument for their induction work, it would be impossible to furnish any results from their standpoint.
"Recently, I used the instrument in a series of induction tests, such as our high-school young people make, and found that while not as sensitive as the ordinary D'Arsonval Galvanometer used by many teachers, it was still useful for assisting in such experiments as our young people would need to do. The prompt return of the pointer to the zero reading and the ease of watching the scale made the millivoltmeter seem much better adapted for this work than was the galvanometer.
"Later I tried the millivoltmeter in connection with the 'shielding-bridge Wheatstone Bridge' of the wire type. With resistance about 10 ohms, the neutral point was all that could be desired, admitting of the exact location of the contact to within a millimeter. With resistances about a hundred ohms the instrument gave a width to the neutral point of between 2 and 3 millimeters. When the resistance was increased to 1000 to 4000 ohms, the neutral point was extended to approximately 10 millimeters. By increasing the battery power for the higher resistances, the width of the range over which the neutral point was reduced to 2 or 3 millimeters (for 4000 ohms).
"These results indicate an ampley instruement for such work in the hands of the high-school student, as his results need not vary as much as 1 per cent. It is very likely that many of the resistance boxes, used in the high-schools, will vary as much, or more than 1 per cent. Again, the prompt return of the pointer to zero reading proved of great assistance, and a marked time saver.
"In general, I am very much pleased with the results of the working of the instrument. It is my intention to order enough for our laboratory work early next year.
"Very sincerely,
"(Signed) Geo. M. TURNER.
"It may be proper for me to advise you that the customary (high school) slide wire bridge uses one meter of wire."
<page_number>24</page_number>
EXPERIMENTAL ELECTRICAL TESTING
EXPERIMENT NO. 6
CURRENTS INDUCED BY MAGNETISM
Object of Experiment
(1) To observe the effect of moving a magnetic pole into a coil of wire.
(2) To compare the effect of moving a magnetic pole into the coil with that of removing the pole from the coil.
(3) To observe the effect of moving unlike poles into a coil.
(4) To observe the effect of moving the coil instead of moving the magnet.
(5) To observe whether the induced current aids or opposes the movement between the coil and the magnet.
<img>Fig. 8.—Current Induced by Magnetism. Turner's Method.</img>
Instrument Required is Model 280, Weston Zero Center Millivoltmeter. Range 100-0-100 Millivolts.
APPARATUS
Weston millivoltmeter with zero in the center of the scale. Coil of wire (50 to 100 turns of No. 28 double-cotton covered wire).
Small bar magnet.
Connecting wires.
PROCEDURE
I
Preliminary. Before making the tests called for in this experiment it is desirable to find out the direction of thrust of the milli-
CURRENTS INDUCED BY MAGNETISM
25
voltmeter needle, when current enters it by the right-hand binding post. In order to determine this, a thin strip of zinc may be fastened to one end of a connecting wire and the other end attached to the left-hand binding post of the millivoltmeter. With the second wire attached to the right-hand binding post, the zinc and copper ends of the wires may be dipped in ordinary hydrant water, or (if this has not enough conductivity) into hydrant water with a few minute crystals of salt added.
The information gained by the thrust of the needle under these conditions serves to guide the direction of current flow through the millivoltmeter during the tests that follow. Of course, current entering the millivoltmeter by the left-hand binding post produces a thrust of the needle in a direction opposite to that caused by current entering by the right-hand binding post.
Connect the terminals of the coil to the millivoltmeter.
MANIPULATION
II
(a) While watching the millivoltmeter, the North pole of the bar magnet may be thrust into the center of the coil and held there. The movement of the needle, during the movement of the magnet, to left or right is noted. See Fig. 1.
(b) Upon removing the North pole, a movement of the needle in a direction opposite to that of the entering pole is observed.
(c) To show that a temporary current through the millivoltmeter is due to the relative motion between the coil and magnet, the coil may be moved toward and from the North pole of the magnet, with results similar to those observed under (a) and (b).
(d) When the South pole, instead of the North pole is used, a second series of observations is obtainable, which gives movements of the needle opposite to those of (a), (b) and (c).
(e) In order to show that the rate at which the lines of force (thrust out by the magnet) are cut by the wire of the coil, alters the deflection of the needle (and hence the electromotive force of the current produced), the magnet may be made to enter the coil at first slowly, then more rapidly.
<img>A diagram showing a coil with two wires connected to it, one on each side. A bar magnet is shown being inserted into one end of the coil.</img>
<page_number>26</page_number>
EXPERIMENTAL ELECTRICAL TESTING
(f) After a record has been made of the result of the observations of (a), (b), (c), (d), it is quite possible, by use of the preliminary information, bearing upon the movement of the millivoltmeter needle when the current enters the right-hand binding post, to determine whether the effect of the coil of wire is such as to produce a magnetic pole that helps or hinders the movement between the coil and magnet in each of the trials (a), (b), (c), (d).
EXPERIMENT NO. 7
CURRENTS INDUCED BY ELECTROMAGNETISM
Object of Experiment
(1) To observe the effect in a coil of wire, of moving another coil of wire, through which a current is flowing, toward the former and away from this coil.
(2) To observe the change of effect when the moving coil has a soft iron core.
(3) To observe the effect in a coil of wire of "making" and "breaking" the current in an adjacent coil of wire.
(4) To observe the change of effect when the two coils have a common soft iron core.
(5) To observe whether the induced current aids or opposes the movement.
APPARATUS
Weston millivoltmeter, with zero in the center of scale.
2 coils of wire 50 to 100 turns each of No. 28 D. C. C. wire.
2 dry cells.
Soft iron core.
Connecting wires.
Procedure
Connect up the apparatus as shown in the diagram, leaving the two coils apart. See Fig. 9.
(a) With current flowing through the coil $A$, it should be moved toward the coil $B$ until the two touch and have their
CURRENTS INDUCED BY ELECTROMAGNETISM 27
axes coincident. The direction of movement of the needle during the movement of the coil is noted.
(b) After allowing the needle to come to rest, the two coils may be separated and the direction of movement of the needle during closing of the circuit.
(c) By placing a soft iron core within the coil $A$ and repeating the movement to and from coil $B$, the change in the intensity of the thrust of the needle of the millivoltmeter and hence a change in the electromotive force in the circuit, is observable.
(d) With coils $A$ and $B$ side by side (axes coincident), the current through coil $A$ may be opened and closed by use of one of the wire ends at the battery. The direction, as well as
<img>A diagram showing a millivoltmeter with a needle pointing upwards, labeled "ZERO CENTER MODEL 380". A switch is shown on top left, labeled "+", and another switch is shown on top right, labeled "-". Below this, there are two coils, one labeled "A" and the other labeled "B". The bottom part shows a cross-section of a soft iron core.</img>
Fig. 9.—Current Induced by Electromagnetism. Turner's Method.
Instrument Required is Model 380, Weston Zero Center Millivoltmeter. Range 100-0-100 Millivolts.
the intensity of the thrust of the needle should be noted, both on closing and on opening the circuit. The intensity may be still further varied by the introduction of the soft iron core into the coils.
(e) While recalling the direction of thrust of the needle when current was made to enter the right-hand binding post of the millivoltmeter from the simple cell of the previous experiment, it is possible to trace out, by Ampère's hand rule for finding the polarity of a solenoid, whether the magnetic poles, formed by induction in $B$, assisted or hindered the movement of the magnetic poles in $A$; or whether, on making and breaking the circuit in (d) the polarity of $B$ and $A$ was such as to hinder making contact and prolong the contact when made, or the reverse.
<page_number>28</page_number>
EXPERIMENTAL ELECTRICAL TESTING
We hoped to obtain additional exercises on induction from other sources, showing for instance, the inductive effect of an electromagnet in shunt with a lamp and an instrument; so that students would have a clear conception of the commercial importance of induction phenomena. See “Practical Physics,” Black and Davis, page 312, and “Elements of Electricity,” Timble, Chapter 10.—COMPILER'S NOTE.
THE PHOTOMETER
In the realm of practical physics, the photometer plays a prominent part because it is the accepted apparatus for determining the candle-power or luminosity of electric lamps or other lighting devices as expressed in terms of a standard lamp or some other standard. The incandescent standard lamp and the standard candle is obsolete, and the amylacene standard lamp has also been relegated to oblivion; both giving place to the incandescent lamp of known illuminating power.
In view of the fact that the decrease in efficiency of an incandescent lamp is large when carrying an overload, and that the life of the filament is shortened enormously by an overload, stress should be laid upon the reason for marking a lamp so as to indicate its load capacity.
It gives us pleasure to find that many high schools use the photometer in their physics course, and that we are therefore able to present the results of tests made by high-school students.
EXPERIMENT NO. 8
AN EXERCISE IN PHOTOMETRY
Mr. Lewis H. Fee, Head of the Science Department of the Everett High School, Everett, Washington, contributed the following excellent exercise, together with the comments, directions and conclusions relating thereto, which we produce verbatim:
"The following laboratory problem is one of a list of those required of all regular physics students in the Everett High School. The following set of data is about an average of the results as a whole. No originality is claimed for the problem and the only excuse for its publication is to offer one of the
AN EXERCISE IN PHOTOMETRY
problems which show the correlation between the laboratory work in light and electricity.
**Directions.** Set up the apparatus as in the accompanying sketch. Have your setup checked by the instructor before closing the switch. Move the screen along the scale until the two sides are equally illuminated. Read the distance from the unknown lamp; and since the scale is 100 cm. long, if you subtract this reading from 100 you will have the distance from the standard. Make three or four determinations of this distance and use the average in the equation:
$$c.p.$$ of standard : $$c.p.$$ of unknown :: $$L_1$$ : $$P_1$$
where $$L =$$ distance from screen to standard lamp and $$l =$$ distance from screen to unknown lamp.
<img>
A sketch showing a home-made photometer.
</img>
Fig. 10.—An Exercise in Photometry. Fee's Method.
Instruments Used were Model 156 Weston Ammeters, and a Model 153 Weston Voltmeter. This outfit may also be used with direct current.
"This equation is derived from the well-known law, "The intensity of illumination varies inversely as the square of the distance." Since the intensity is the same at the screen, the intensity or c.p. of the source must vary directly as the square of the distance.
"The candle-power is measured at different voltages to show that there is a relation between the voltage and the candle-power. Lamps of different kinds and ages were used to gain some idea of economy in electric lighting.
"Apparatus.—A home-made photometer. (This photometer is merely a rectangular box 16×16×116 cm. with doors at either end for the insertion of the lamps and also one near the center for moving the screen. See Fig. 10.)
30
EXPERIMENTAL ELECTRICAL TESTING
"The screen is made of two cakes of paraffin separated by a piece of tinfoil and held before a window cut in a rectangular metal box 4 x 5 x 12 cm. The ends of this metal box are open towards the lamps that are placed in either end of the large box. It is 100 cm. from center to center of the lamp sockets.
"Two slide resistances.
"Two Weston A.C. ammeters, Model No. 156.
"One Weston A.C. voltmeter, Model No. 155.
"One standardized incandescent carbon lamp 31.03 c.p. at 108 volts.
RESULTS
<table>
<thead>
<tr>
<td></td>
<td>CARBON</td>
<td></td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td>Volts.</td>
<td>105</td>
<td>95</td>
<td>85</td>
</tr>
<tr>
<td>Ampere.</td>
<td>0.76</td>
<td>0.72</td>
<td>0.65</td>
</tr>
<tr>
<td>Distance to screen.</td>
<td>0.80</td>
<td>0.80</td>
<td>0.70</td>
</tr>
<tr>
<td></td>
<td>45.5 cm.</td>
<td>46.4 cm.</td>
<td>41.6 cm.</td>
</tr>
<tr>
<td></td>
<td>50.5 cm.</td>
<td>46.0 cm.</td>
<td>41.4 cm.</td>
</tr>
<tr>
<td>Approximate age in hours of use.</td>
<td>New</td>
<td>46.9 cm.</td>
<td>37.5 cm.</td>
</tr>
<tr>
<td>Rating.</td>
<td>100 watt</td>
<td>100 watt</td>
<td>100 watt</td>
</tr>
<tr>
<td>Candle-power.</td>
<td>32.69</td>
<td>23.01</td>
<td>15.98</td>
</tr>
<tr>
<td>Per cent increase in voltage.</td>
<td>-7.5</td>
<td>-7.5</td>
<td>-7.5</td>
</tr>
<tr>
<td>Per cent loss in e.p.</td>
<td>26</td>
<td>26</td>
<td>26</td>
</tr>
<table>
<thead>
<tr>
<td></td>
<td>CARBON</td>
<td></td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td>Volts.</td>
<td>105</td>
<td>95</td>
<td>85</td>
</tr>
<tr>
<td>Ampere.</td>
<td>0.99</td>
<td>0.90</td>
<td>0.79</td>
</tr>
<tr>
<td>Distance to screen.</td>
<td>46.6 cm.</td>
<td>45.5 cm.</td><td>36.3 cm.</td></tr><tr><th colspan="4"></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th></th><th></th><th></th><th></th></tr><tr><th>Ampere.</td><td>0.35</td><td>0.35</td><td>0.35</td></tr>
<tr>
<th>Distance to screen.</thalid
<th rowspan="2">New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
New
new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new new old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old old oldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldoldolldolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddolddo
<table>
<th>Ampere.</thalid
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="2">42.4 cm.
<th rowspan="rowspan=3" colspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<th>Ampere.</thalid
<th rowspan=3>New
<table>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot>
<tr>
<tfoot?>
```html
<html lang="">
<head lang="">
<meta charset="" />
<title>The screen is made of two cakes of paraffin separated by a piece of tinfoil and held before a window cut in a rectangular metal box 8 x 8 x 8cm.
The ends of this metal box are open towards the lamps that are placed in either end of the large box.
It is 100cm.from center to center of the lamp sockets.
Two slide resistances.
Two Weston A.C.ammeters, Model No.
One Weston A.C.voltmeter, Model No.
One standardized incandescent carbon lamp 31-03 c.p.at 108 volts.
Results.
Volts.
Amperes.
Distance to screen.
Approximate age in hours of use.
Rating.
Candle-power.
Per cent increase in voltage.
Per cent loss in e.p.
Volts.
Amperes.
Distance to screen.
Approximate age in hours of use.
Rating.
Candle-power.
Watts per c.p.
Per cent decrease in voltage.
Per cent loss in e.p.
Volts.
Amperes.
Distance to screen.
Approximate age in hours of use.
Rating.
Candle-power.
Watts per c.p.
Per cent increase in voltage.
Per cent loss in e.p.
Volts.
Amperes.
Distance to screen.
Approximate age in hours of use.
Rating.
Candle-power.
Watts per c.p.
Per cent decrease in voltage.
Per cent loss in e.p.<br />
Carbon<br />
Volts.<br />
Amperes.<br />
Distance to screen.<br />
Approximate age in hours of use.<br />
Rating.<br />
Candle-power.<br />
Watts per c.p.<br />
Per cent increase in voltage.<br />
Per cent loss in e.p.<br />
Volts.<br />
Amperes.<br />
Distance to screen.<br />
Approximate age in hours of use.<br />
Rating.<br />
Candle-power.<br />
Watts per c.p.<br />
Per cent decrease in voltage.<br />
Per cent loss in e.p.<br />
Volts.<br />
Amperes.<br />
Distance to screen.<br />
Approximate age in hours of use.<br />
Rating.<br />
Candle-power.<br />
Watts per c.p.<br />
Per cent increase in voltage.<br />
Per cent loss in e.p.<br />```
AN EXERCISE IN PHOTOMETRY
<table>
<tr>
<td>Volta</td>
<td>100</td>
<td>98</td>
<td>83</td>
</tr>
<tr>
<td>Ampere</td>
<td>0.40</td>
<td>0.40</td>
<td>0.40</td>
</tr>
<tr>
<td>Distance to screen</td>
<td>41.4 cm.</td>
<td>47.9 cm.</td>
<td>42.1 cm.</td>
</tr>
<tr>
<td></td>
<td>51.0 cm.</td>
<td>46.7 cm.</td>
<td>41.0 cm.</td>
</tr>
<tr>
<td></td>
<td>51.0 cm.</td>
<td>46.7 cm.</td>
<td>41.0 cm.</td>
</tr>
<tr>
<td>Approximate age in hours of use</td>
<td>500</td>
<td>500</td>
<td>500</td>
</tr>
<tr>
<td>Rating</td>
<td>40 watt</td>
<td>40 watt</td>
<td>40 watt</td>
</tr>
<tr>
<td>Candlepower</td>
<td>34,383</td>
<td>23,279</td>
<td>15,952</td>
</tr>
<tr>
<td>Watts per c.p.</td>
<td>1.22</td>
<td>1.59</td>
<td>2.17</td>
</tr>
<tr>
<td>Per cent decrease in voltage</td>
<td></td>
<td><u>9.5</u></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th></th><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u><u< td=""><br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></br/></<br/>
32 EXPERIMENTAL ELECTRICAL TESTING
EXPERIMENT NO. 9
PRACTICAL INCANDESCENT LAMP TESTING
(Prepared by the Compiler.)
The following experiments have a direct bearing on some of the problems encountered in the practical construction and testing of incandescent lamps.
They also serve to illustrate that a thorough mastery of the characteristics of Weston instruments is no insignificant accomplishment.
Mount a lamp socket with leads on a board having dimensions of about 3x6 inches.
Screw in a 32- or else a 6-c.p. common carbon filament 110-volt incandescent lamp.*
(1) Connect leads with a Wheatstone bridge or any portable test set, and measure the resistance of the lamp at room temperature. Record resistance and temperature.
(2) Substitute a 60- or a 40-watt, metallic filament lamp and repeat the test. Repeat this test.
Connect the leads with a d.c. service line†
Include in the circuit the carbon lamp, the 1.5 ampere range of a Weston Model 280 ammeter, and a snap or knife switch. Also connect a voltmeter of suitable range across the terminals of the socket.
(3) Close the switch and let the current flow for about five minutes. Then break and instantly remake the circuit, keeping your eye on the pointer. Note that it will overwing slightly before becoming steady. If so, repeat.
Notice the "dead beat" action of the pointer, and the rapidity with which it will assume its true position. Record in scale divisions the extent of the overwing. Record also voltage, and current consumed when pointer is steady.
*The "Gem" or G.E. Metallized Filament lamp will not serve for this experiment.
†Note—Direct current is necessary for these tests; but if only a.c. service is available, a rectifier may be used to good advantage.
<img>A diagram showing a Wheatstone bridge setup with a lamp socket, leads, and other components.</img>
PRACTICAL INCANDESCENT LAMP TESTING <page_number>33</page_number>
(4) Open the circuit and allow the lamp to cool for at least 5 minutes; then close the switch, watch the pointer, and study its action. Observe that there is now no visible overswing, but on the contrary a noticeable lag in its movement before it arrives at its position of maximum deflection. Why? Repeat test (3) and note that you get the same overswing as before.
Then open the switch, wait 5 minutes and repeat test (4). Record results.
(5) Substitute a 60- or a 40-watt metallic filament lamp and repeat tests (3) and (4). Record all results obtained. Describe the action of the pointer.
(6) Open the switch and insert the lamp almost up to its socket in a glass vessel containing water and cracked ice or snow. (A ½-gallon battery jar will do nicely.) Unless the leads and socket are waterproofed so that they remain dry, if water condenses between the sockets and the lamp, it will fully dry all parts. Measure the resistance of the filament by means of a Wheatstone bridge or any other test set. Record results, giving resistance, and temperature of solution. The latter should be near 0° C. Repeat (6), substituting the carbon filament lamp. Let this cool for at least 40 minutes before recording resistance and temperature.
(7) Compare these results with the most significant characteristic differences between these filaments as revealed by the bridge measurements, (1), (2) and (6).
(8) Apply Ohm's law. Determine the respective currents which will flow through the filaments at room temperature, and at the temperature of melting ice, according to this law, when $e$ equals voltage at the socket as previously recorded in tests (3) and (5), and $r$ equals values obtained by bridge measurements. Compare the calculated current obtained at room temperature with that obtained when current was steady; and if there are any differences state why.
(9) In any test, did any swing of the ammeter point indicate a current which was equal to or greater than the current which should flow, as obtained by calculation according to Ohm's law?
(10) Use any portable current indicator obtainable, in place of a Weston ammeter, and repeat tests (3) and (4) with it if
34 EXPERIMENTAL ELECTRICAL TESTING
possible. If the range of the instrument is too high to get results with one lamp, use several in parallel. Record results.
(11) Explain the characteristics of the Model 280 ammeter that may be the most satisfactory portable instrument for these tests. Base your answer on the data and conclusions you have obtained. Do not generalize, or attempt to describe the instru-
ment in detail.
(12) Answer the quiz question under photometer experiment,
and explain its correlation to test (4).
ELECTROPLATING
Department of Physics, State Normal School,
Bellingham, Washington.
Dec. 12, 1913.
WESTON ELECT. INSTR. Co.,
Newark, New Jersey.
GENTLEMEN,—In accordance with the request in your last
communication, I am mailing you a student's laboratory report
on the electro-deposition of copper. Although the student un-
stood the experiment thoroughly his discussion is somewhat meager. I have indicated my chief criticism:
I do not find in stereotyped forms of reports. I like to leave as much as possible for discussion of the student, call-
ing for additional discussion either orally or in writing if not enough is given.
In this experiment I usually find the current obtained from
the a.c. mains and Noden valve constant enough to justify
taking a number of ampere readings and striking an average.
In the second test of this report the current varied over so
great a range that it was necessary to take many readings. It is es-
sary to note the length of time that it stood at each value and
to compute the total number of ampere-seconds from the several
amperees and the corresponding times.
Very respectfully,
(Signed) H. C. PHILIPPI
*Mr. Philippi states: “This boy has had only one year's work in
Physics, taken as a sophomore in Normal School. Age 18 years.”
?Variation in current strength was probably due to rise in temperature
of the rectifier, or to partly exhausted solution.
ELECTROPLATING WITH COPPER 35
EXPERIMENT NO. 10*
**ELECTROPLATING WITH COPPER**
"In electroplating with copper, how long will it take one ampere of current to deposit one gram of copper? What is the electro-equivalent of copper?"
"The alternating current of the city lighting system is changed to a direct current by means of the electrolytic alternating current rectifier. See Fig. 11."
<img>A diagram showing an apparatus for electroplating with copper, including a rectifier and a voltmeter.</img>
Fig. 11.--ELECTROPLATING WITH COPPER. Philippi's Method. Apparatus includes an Electrolytic Rectifier and a Model 280 Weston Ammeter.
"The strength of the current is regulated by being run through the bank of incandescents.
"Difficulty was experienced in taking the second set of readings because of the inconstancy of the current, which fluctuated between 0.85 amp. and 1.1 amp.
RESULTS
<table>
<thead>
<tr>
<td></td>
<td>Trial (1)</td>
<td>Trial (2)</td>
</tr>
</thead>
<tbody>
<tr>
<td>Wt. of copper deposited...</td>
<td>453 gm.</td>
<td>508 gm.</td>
</tr>
<tr>
<td>Time of deposit...</td>
<td>20 min.</td>
<td>30 min.</td>
</tr>
<tr>
<td>No. of amperes...</td>
<td>1.15</td>
<td></td>
</tr>
<tr>
<td>Time 1 amp. will deposit 1 gm....</td>
<td>66.77</td>
<td>51.36</td>
</tr>
<tr>
<td>Electro-equivalent...</td>
<td>090283 gm.</td>
<td>0003245 gm.</td>
</tr>
</tbody>
</table>
*This experiment is of special importance because a Nodon valve was used in connection with it. See page 35--COMPLETENESS NOTE.*
<page_number>35</page_number>
36 EXPERIMENTAL ELECTRICAL TESTING
"No satisfactory average could be found for the amperage in the second trial owing to the variation in the current.
"The amount of any metal which a current of one ampere will deposit in one second is called the electro-equivalent of the metal. For one metal this amount is always the same. Consequently this is a very accurate way to measure electricity. (Current strength.)
March 6, 1913.
"Signed) L. O. GREENE."
Instructors' appended comments:
"The method of dealing with the varying current should have been explained.
"In which direction does the metal in a plating solution always travel? Upon which electrode is it deposited?"
Copper plating is of great commercial importance because iron and steel are always plated with copper before giving them a finishing cost of nickel.—Compiler's Note.
EXPERIMENT NO. 11
THE ELECTROCHEMICAL EQUIVALENT OF A METAL
Substantially the same experiment as the foregoing is given herewith. It was contributed by Mr. Arthur H. Killen, Instructor in Physics, Flushing High School, Flushing, New York. This experiment was performed and the report written by one of the senior students.* It was accompanied by a very creditable sketch which we reproduce. (See Fig. 12.)
Experiment: To find the electrochemical equivalent of a metal.
Object: To find the electrochemical equivalent of copper.
Apparatus: Two strips of copper, a copper sulphate solution plating bath, a Daniell cell, a Weston ammeter, wire, wire connectors.
*Mr. Killen informs us that the student's age was 15 years.
ELECTROCHEMICAL EQUIVALENT OF A METAL 37
Work Done. I carefully weighed a strip of copper which was to be plated. I connected, in series, the Daniell cell, the Weston ammeter and the two strips of copper (the one carefully weighed and another of equal weight) placed in the copper sulphate solution electroplating bath. At intervals of one minute, I took readings of the Weston ammeter during forty minutes and averaged them to find the ampere or current strength during the forty minutes. I then removed the strip on which
<img>A diagram showing the setup for electroplating a metal strip. The diagram includes labels such as "Copper Strip," "Electrolyte Solution," "Connecting Wire," "Daniell Cell," "Weston Ammeter," and "Anode Cup." The diagram also shows a scale with measurements labeled "0" and "100." The text below the diagram reads: "Fig. 12 - The Electrochemical Equivalent of a Metal Strip. (Reproduced from Student's Sketch.) Killen's Method. Instrument Used was a Model 1, Weston Standard Ammeter. Range 2 Ampere."
The copper was deposited from the electroplating bath and carefully rinsed and dried it. I then reweighed it.
Observations:
<table>
<tr>
<td>Weight of strip to be plated</td>
<td>22.952 grams</td>
</tr>
<tr>
<td>Weight of strip to be plated after forty minutes</td>
<td>23.532 grams</td>
</tr>
<tr>
<td>Amount deposited in forty minutes</td>
<td>58 gram</td>
</tr>
<tr>
<td>Average ampere or current strength</td>
<td>73 ampere</td>
</tr>
<tr>
<td>Amount deposited by .73 ampere in one hour</td>
<td>.87 gram</td>
</tr>
<tr>
<td>Amount deposited by 1 ampere in one hour.</td>
<td>1.191 grams</td>
</tr>
<tr>
<td>Amount deposited by 1 ampere in one second.</td>
<td>.000308 gram</td>
</tr>
</table>
Conclusions: The electrochemical equivalent of copper is .000308 gram, that is .000308 gram of copper is deposited by one ampere in one second.
38 EXPERIMENTAL ELECTRICAL TESTING
Mathematical Work
1st weight of object to be plated........... 22.952 grams by .73 amp.
Weight of object to be plated after forty minutes.................. 23.532 grams by .73 amp.
Weight of deposit at end of 40 minutes............ .58 gram by .73 amp.
<table>
<tr>
<td>.58</td>
<td>.0145, wt. deposited in one minute by .73 ampere.</td>
</tr>
<tr>
<td>.40</td>
<td>.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=.0145=</td>
</tr>
<tr>
<td>.67</td>
<td>.87, wt. deposited in one hour by .73 ampere.</td>
</tr>
<tr>
<td>.87</td>
<td>.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87=+.87+<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/.<br>/..<img>A table showing calculations for electrical deposition of copper. The first row shows the initial weight (22.952 grams) and the time (forty minutes). The second row shows the final weight (23.332 grams) and the time (forty minutes). The third row shows the weight deposited in one minute (approximately .69 grams) and the time (one minute). The fourth row shows the weight deposited in one hour (approximately .69 grams) and the time (one hour).</img></td>
</tr>
<tr>
<td>.93</td>
<td>.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+-.93+</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td>
<td>.66</td>
</tr>
<tr>
<td>.66</td><table cellspacing="none" style="border-collapse: collapse;">
<tr><th colspan="2"></th></tr><tr><th colspan="2">Sylvanus Thompson gives .(Signed) HENRY GREENBERG, (A. H. K., Instructor.) THE USE OF THE ELECTRIC HEATER IN EFFICIENCY TESTS.* By ERNEST RAVELY SMITH, Syracuse North High School. We are living in an age of commercialism. The relation of output to input is the great factor which determines our investments whether large or small. What is so general about us cannot fail to enter our laboratories. The toys that have been used so long as equipment are rapidly disappearing, their purposes well served. In their places are coming the newer commercial appliances, such as the electric heater, with themselves instantly to the boy or girl as something worth while. Among the commercial offerings to the Physics laboratory, few have greater possibilities than the various types of electric heaters. The very fact that the electric stoves, flatirons, immersion heaters, etc., are taking their places among the things of our every day life makes the use of them in the laboratory both interesting and profitable.</table>*Reprinted from School Science and Mathematics, Vol. 13, 1913. Available through the courtesy of the author—Coxman's News.
THE ELECTRIC HEATER IN EFFICIENCY TESTS 39
Also they are the most adaptable of any of the laboratory equipment for work along efficiency lines, since all that is necessary for performing the experiment, besides the heater itself and the apparatus of current is the equipment found in every laboratory. Generally we use an electric stove, a voltmeter, and an ammeter of suitable ranges, a flat bottom aluminum sauce pan, a watch and a thermometer.
The ammeter is connected in series with the stove and the voltmeter shunted across its terminals, see Fig. 13. (A watt-meter may be used in place of these instruments.) While the kettle, and the kettle with the water are being weighed, the current is turned on through the stove, so that it may come up to
<img>A diagram showing a stove with a kettle on top, connected to a voltmeter and an ammeter.</img>
Fig. 13.—Instruments shown are Weston Model No. 1, Voltmeter AND AMMETER. Alternating Current Apparatus may be Substituted. the normal working temperature. In this way very little heat is absorbed by the stove itself during the actual tests.
The temperature of the known weight of water is now taken and the time plotted on the storage chart while the watch is started. Voltmeter and ammeter readings are taken every minute and their average readings used, since there is usually considerable variation in the potential of city currents. At the end of a given time (ten minutes), the temperature of the water is read after stirring, and the current is cut off.
From the average current and fall of potential through the stove, its resistance is computed. The heat developed in the stove can be calculated from the well-known formula, calories=0.24CtRc. The water equivalent of the kettle is found from its mass and specific heat. Then the heat absorbed is the mass
40 EXPERIMENTAL ELECTRICAL TESTING
of the water including the water equivalent of the kettle, multiplied by the change in temperature. The efficiency is now obtained by dividing the calories absorbed by the calories developed.
The efficiency tests that have been made in our school for the past three years have given results varying from 45 to 50 per cent with one stove and from 65 to 70 per cent with another.
This experiment may be varied in several details. The apparent efficiency will be raised from 10 per cent to 15 per cent by using a large amount of water in place of 400 or 300 grams. Covering the kettle with a jacket made of asbestos sheeting will raise the efficiency to 80 per cent or 4 per cent. Again enclosing the kettle and stove in an asbestos jacket will give a result some 5 per cent to 10 per cent higher. This jacket is easily made from asbestos sheeting. Another variation brings into use the heat of vaporization. The experiment is continued until part of the water has boiled away. The kettle and contents are then weighed. The heat absorbed is equal to that necessary to bring all the water to the boiling point and that required to vaporize the water lost by boiling. This method will give results slightly higher than the first.
The immersion heater (see Fig. 14) gives much higher results than the stove. Our tests have shown an efficiency varying from 90 per cent to 98 per cent. The heater is tested in the same way as the stove. For general use about a laboratory this device is very satisfactory as it will heat water more quickly than gas and may be used with any kind of a dish.
The flatiron makes an excellent stove. In fact, many manufacturers furnish a stand to hold it inverted, as well as a dish shaped iron. The efficiency of this is not as high as the immersion heater or stove, ranging from 40 per cent to 60 per cent, depending largely upon the shape of the kettle.
<img>The image shows a diagram of an immersion heater, labeled "THE IMMERSION HEATER." It depicts a kettle with steam rising from it, indicating that it is being heated.</img>
Fig. 14.—The Immersion Heater
THE ELECTRIC DISK STOVE OR HOT PLATE <page_number>41</page_number>
In laboratories having electricity but no stove, an incandescent bulb may be used for efficiency tests. If the experiment is performed first with a covered opaque calorimeter, and then with a glass jar, the relative amounts of energy given off at heat and light may also be determined.
In any of the above experiments the cost of electricity may be easily computed. If the pupil has found, earlier in his work, the cost of using a gas stove or burner for a similar length of time, he now has data for an interesting comparison.
Usually I have five pupils working on one of five or six for these experiments. While one student is performing this experiment the other members of the class are working on an experiment for which we have individual apparatus. One pupil from each squad weights the kettle and water, another reads the thermometer, another has charge of the wiring, while others read the voltmeter and ammeter or hold the watch. This insures the constant attention of all members of the class since he has complete knowledge to do which is definitely vitally important in the experiment. Of course, the entire experiment may be performed by two pupils, if desirable, or made a class exercise, letting several pupils make the readings for the class. Which-ever way it is done, it furnishes one of the most instructive as well as popular experiments in our laboratory.
EXPERIMENT NO. 12
THE ELECTRIC DISK STOVE OR HOT PLATE*
Contributed by Mr. H. C. Philpoy, Head of Science Department, State Normal School, Bellingham, Washington.
Object: To determine the efficiency of an electric disk stove or hot plate.
Apparatus: Electric disk stove; Weston voltmeter; Weston ammeter; two-quart copper tea-kettle; thermometer; balance and weights; watch. See Fig. 15.
*Contributor states: The results are those actually obtained by members of my class."---COMPLER'S NOTE
<page_number>42</page_number>
EXPERIMENTAL ELECTRICAL TESTING
For convenience in making connections the plug and flexible cord are removed from the stove, the stove mounted upon a board and its terminals permanently attached to binding posts in the board. The connections are, of course, those of any electrical power test. Before making the test which is to
<img>
A diagram showing a stove with a circular top, connected to two ammeters and a voltmeter. The ammeters are labeled "A.C. AMMETER" and "A.C. VOLTMETER", and the voltmeter is labeled "A.C. LINE". The stove is labeled "STOVE".
</img>
Fig. 13.—Efficiency Test of an Electric Dark Stove or Hot Plate.
(Reproduced from Students' Sketch.)
Instruments used were Model 186 Weston A. C. Ammeter, range 10 amperes, and Model 187 Weston A. C. Voltmeter, range 50 volts.
These instruments may also be used with direct current.
become a matter of record, it is well to make a preliminary test to get the stove into a steady thermal state. With the two-quart kettle, it will be found convenient to use about four pounds of water and allow current from 110-volt lighting mains to pass for about ten minutes. If the current runs much above five or six amperes, the time must be shortened.
COST OF OPERATING AN ELECTRIC FLAT IRON 43
RESULTS OBTAINED BY 8 STUDENTS
<table>
<thead>
<tr>
<td></td>
<td>Trial (1)</td>
<td>Trial (2)</td>
<td>Trial (3)</td>
</tr>
</thead>
<tbody>
<tr>
<td>Weight of water used</td>
<td>4.4 lb.</td>
<td>4.4 lb.</td>
<td>4.4 lb.</td>
</tr>
<tr>
<td>Weight of tea-kettle</td>
<td>1.0 lb.</td>
<td>1.0 lb.</td>
<td>1.0 lb.</td>
</tr>
<tr>
<td>Water equivalent of tea-</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>kettle</td>
<td>0.1 lb.</td>
<td>0.1 lb.</td>
<td>0.1 lb.</td>
</tr>
<tr>
<td>Initial temperature Fahr.</td>
<td>66.2°</td>
<td>50.0°</td>
<td>59.9°</td>
</tr>
<tr>
<td>Final temperature...</td>
<td>128.3°</td>
<td>123.5°</td>
<td>123.5°</td>
</tr>
<tr>
<td>Air in room</td>
<td>65.0°</td>
<td>65.8°</td>
<td>62.9°</td>
</tr>
<tr>
<td>Average voltage applied.</td>
<td>107.0</td>
<td>107.0</td>
<td>107.0</td>
</tr>
<tr>
<td>Average current in amp.</td>
<td>4.4</td>
<td>4.5</td>
<td>4.5</td>
</tr>
<tr>
<td>Time current ran.</td>
<td>10 min.</td>
<td>10 min.</td>
<td>10 min.</td>
</tr>
<tr>
<td>Heat gained (B.T.U.)...</td>
<td>283.5</td>
<td>287.1</td>
<td>283.0</td>
</tr>
<tr>
<td>Towel weight used...</td>
<td>530</td>
<td>530</td>
<td>530</td>
</tr>
<tr>
<td>Energy input ( watt-sec.)...</td><td colspan="3">318,000<br>(Joule)...</td><td colspan="3">318,000<br>(Joule)...</td><td colspan="3">318,000<br>(Joule)...</td></tr>
<tr>
<td>Hint operation... energy 1055 watt-sec.... 1 R.T.U.. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361 B.T.U.. </td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr>
<td>Efficiency of ironing towel... Average efficiency... Cost per hr. to operate this stove at life per hr. hr.. ... 94.9% ... 94.4% ... 5.3c.</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr style="background-color: #e6e6e6;">
<td colspan="10" style="text-align: center;">EXPERIMENT NO. 13</th colspan="1"></table>
COST OF OPERATING AND EFFICIENCY OF AN ELECTRIC FLAT IRON
Contributed by Mr. T. H. Balsas, Barringer High School, Newark, N. J.
Object: To determine (1) Cost of ironing roller towels. (2) Efficiency of an electric flatiron.
Apparatus. Electric flatiron weighing 5.8 pounds rated as weighing 6 pounds and using 110 volts and 4.2 amperes, ironing board 38" x 14½", having no padding but covered with a roller towel stretched over the surface, dampened towels, Weston watmeter (150 volts and 5 amperes), fuse blocks and connections, salient poles, and a voltmeter as shown in Fig's 16 and 17.
Performed by ELIZABETHA ARCULARIOU. Assisted by RUTH A. HUSK and KATHERINE VAN ALLEN.
MANIPULATION
Directions. Sprinkle towels in preparation for ironing.
Connect up iron and watmeter as shown in diagram, Fig. 17. Let the current run 2½ minutes to heat the iron. Iron rapidly so
44
EXPERIMENTAL ELECTRICAL TESTING
as to waste as little heat as possible. To find the number of calories required to evaporate water, allow 80 calories per gram to heat from room temperature to temperature of evaporation, and 536 calories to evaporate water. Let $A$ represent output in calories=loss of weight × (536+80). To find heating power of current, let $B$ represent input in calories = watts × sec × 24. To find efficiency use $A + B$. To find cost allow 10 cents per K.W. hr. Cost = watts × 1000 × hr × 10c.
<img>
WATTMETER
ELECTRIC IRON
</img>
TO LINE
Fig. 17.—Beals' Wattmeter Meter. (Reproduced from Connection Chart.)
Instrument used was a Model 210 Weston Wattmeter. Ranges 5 and 10 Amperes and 75 and 150 volts.
**Method. General Principle:** After the towels were dampened and weighed, the ironing was commenced. The wattmeter was read at regular intervals and recorded. When the towels were ironed they were weighed again. The length of time taken for ironing was also noted. The average number of watts was found, and the loss of weight in grams due to evaporation was determined. Throughout the experiments readings were taken as recorded below:
**Case I.** A wet towel was used. In finding the efficiency no allowance was made for evaporation or absorption.
$$\text{Cost} = \frac{\text{watts}}{1000} \times \text{hr} \times 10c$$
Fig. 16. - Test of an Electric Felt Box at the Bannerman High School.
<page_number>10</page_number>
**COST OF OPERATING AN ELECTRIC FLAT IRON**
**Case II.** Conditions the same as in Case I.
**Case III.** Five towels were dampened the evening before as for ordinary ironing. In finding the efficiency no allowance was made for evaporation during the night.
**Case IV.** A very damp towel was used. In finding the efficiency allowances were made: (1) For evaporation, due to the heat of the room, that would have taken place in the 8½ minutes without ironing. (2) For absorption of moisture by towel covering board. (3) For evaporation (while airing 4 minutes) due to head of towel, above normal temperature.
No allowance was made for heating the iron. The temperature of the room was 22° F at 7 a.m., but it is interesting to know that the relative humidity for the day was 55 per cent, but this was not used.
**DATA AND CALCULATIONS**
No allowances for correction
<table>
<thead>
<tr>
<th rowspan="2">Case</th>
<th colspan="2">I</th>
<th rowspan="2">II</th>
<th rowspan="2">III</th>
</tr>
<tr>
<th>I</th>
<th>II</th>
</tr>
</thead>
<tbody>
<tr>
<td>Condition of towel...</td>
<td>1 wet</td>
<td>1 very wet</td>
<td>5 slightly wet</td>
</tr>
<tr>
<td>Weight wet...</td>
<td>413.0 g</td>
<td>421.2 g</td>
<td>1255.4 g.</td>
</tr>
<tr>
<td>Weight dry...</td>
<td>386.0 g</td>
<td>390.8 g</td>
<td>1195.4 g.</td>
</tr>
<tr>
<td>Lose of weight...</td>
<td>130.5 g</td>
<td>132.9 g</td>
<td>74.8 g.</td>
</tr>
<tr>
<td>Watts average...</td>
<td>80.0</td>
<td>81.4</td>
<td>525.6</td>
</tr>
<tr>
<td>Time required for ironing...</td>
<td>13.5 min.</td>
<td>15.0 min.</td>
<td>8.5 min.</td>
</tr>
<tr>
<td>Efficiency...</td>
<td>80.1%</td>
<td>80.6%</td>
<td>70%</td>
</tr>
<tr>
<td>Cost of ironing towels...</td>
<td>$0.012</td>
<td>$0.013</td>
<td>$0.067</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th rowspan="2">Case</th>
<th colspan="2">Allowance for corrections</th>
<th rowspan="2">rv</th>
</tr>
<tr>
<th>I</th>
<th>II</th>
</tr>
</thead>
<tbody>
<tr>
<td>Condition of towel...</td>
<td></td><td></td><td>very damp</td>
</tr>
<tr>
<td>Time to heat iron...</td><td></td><td></td><td>7 min.</td>
</tr>
<tr>
<td>Watts - average...</td><td></td><td></td><td>531.0</td>
</tr>
<tr>
<td>Weight wet...</td><td></td><td></td><td>382.9 g.</td>
</tr>
<tr>
<td>Weight dry...</td><td></td><td></td><td>148.5 g.</td>
</tr>
<tr>
<td>Lose of weight by ironing...</ td>< td></ td>< td></ td>< td></ td
</tr>
<!-- Missing data -->
</tbody>
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<!-- Missing data -->
<table>
<tr>
<td>Efficiency.</td>
<td>Case I.</td>
<td>$\frac{139.5 \times (536 + 80)}{531 \times 13.5 \times 60 \times 24}$ = 85932</td>
<td>= 83.2%.</td>
</tr>
<tr>
<td></td>
<td>Case II.</td>
<td>$\frac{152.9 \times (536 + 80)}{541.3 \times 15 \times 60 \times 24}$ = 94186.4</td>
<td>= 80.6%</td>
</tr>
<tr>
<td></td>
<td>Case III.</td>
<td>$\frac{74.8 \times (536 + 80)}{535 \times 8.5 \times 60 \times 24}$ = 46076.8</td>
<td>= 70.4%</td>
</tr>
<tr>
<td></td>
<td>Case IV.</td>
<td>$\frac{(148.5 - 13.7 - 15.3) \times (536 + 78)}{531 \times 10 \times 60 \times 24}$ = 73373</td>
<td>= 96.0%</td>
</tr>
</table>
Conclusion. It seems to me that the reason why the efficiency is lower in Case III is because the amount of moisture to be evaporated is not so great in this case as in the others. Certainly the cost of ironing depends upon the quantity of water used in sprinkling.
The cost of ironing five towels moistened as in ordinary ironing was found to be 0.7 cent.
Comparisons have been checked by George Y. Sonow.
It may be of interest to observe that the above method of measuring efficiency by the amount of water evaporated has been used at the Barringer High School to obtain the efficiencies of an electric toaster and an electric stove, and conversely to obtain the latent heat of vaporization.
The highest efficiencies were obtained when there was contact, as in the case of the electric flat iron, and the lowest when the heating was obtained by radiation, as in the electric toaster.
Domestic electrical contrivances are not of course primarily designed to serve as a means of affording physical quantities which may be readily determined with scientific exactness; but rather to permit useful work to be performed with expedition, convenience and minimum cost.
Hence individual results obtained from different sources may disagree, without however detracting from their educational value.
BOILING AN EGG BY MEANS OF ELECTRICITY 47
EXPERIMENT NO. 14
**BOILING AN EGG BY MEANS OF ELECTRICITY**
Contributed by Mr. Enver R. Sturn, Vice-Principal of the Syracuse North High School.
Object. To find the cost of boiling an egg by means of electricity and incidentally to determine the efficiency of the stove.
**Apparatus.** Small disc stove; Model 155 Weston Voltmeter; Model 155 Weston ammeter; aluminum kettle; thermometer; platform balance and weights; eggs; watch and source of A.C. current.
**Results.**
<table>
<tr>
<td>Weight of kettle</td>
<td>215.4 grams</td>
</tr>
<tr>
<td>Weight of kettle and cold water</td>
<td>1222.6 grams</td>
</tr>
<tr>
<td>Temperature of cold water</td>
<td>23.8° C.</td>
</tr>
<tr>
<td>Weight of kettle and contents after boiling</td>
<td>1151 grams</td>
</tr>
<tr>
<td>Temperature of boiling water for day</td>
<td>99.45° C.</td>
</tr>
<tr>
<td>Temperature change of water</td>
<td>75.69° C.</td>
</tr>
<tr>
<td>Fall of potential through stove</td>
<td>112 volts</td>
</tr>
<tr>
<td>Current through stove</td>
<td>0.51 amps.</td>
</tr>
<tr>
<td>Resistance of stove ($R = \frac{V}{I}$)</td>
<td>21.09 ohms</td>
</tr>
<tr>
<td>Heat developed in stove in 20 minutes=24 $C^{\circ}Rt$=24×(5.31)×2×1.09×20×60=171,336 cal.</td>
<td></td>
</tr>
<tr>
<td>Water equivalent of kettle ($M \times S$)=47.4 grams</td>
<td></td>
</tr>
<tr>
<td>Heat absorbed by water coming to the boil-</td>
<td>79,780.6 cal.</td>
</tr>
<tr>
<td>point, 954.0°C=75.69° C.</td>
<td></td>
</tr>
<tr>
<td>Heat used in boiling away 71.6 grams of water</td>
<td>38,449.2 cal.</td>
</tr>
<tr>
<td>$71.6 \times .357$</td>
<td></td>
</tr>
<tr>
<td>Total heat absorbed by water Output</td>
<td>118,829.7 cal.</td>
</tr>
<tr>
<td>Efficiency of stove= $\frac{Input}{Output}$</td>
<td>69%</td>
</tr>
<tr>
<td>Kilowatt-hours of work Input=171,336 Kilowatt-hours at $8c$ per kwt hr= $1/2$ $kwt$. $hr.$</td><td>$198 kwt$. $hr.$</td>
</tr>
</table>
Cost of operating stove to boil egg for 3 minutes at $8c$ per kwt hr... $16$ cts.* December 8, 1913.
(Signed) DELPHINE BE QUILLARD.
*Several eggs might have been cooked at a very slight increase over the above cost for one, as the dish and quantity of water were sufficiently large.—Enver R.'s Note.
48 EXPERIMENTAL ELECTRICAL TESTING
**Manipulations.** The small electric stove was connected to the n.c. main and an ammeter put in series with it and a voltmeter shunted across its terminals. I found the weight of the kettle empty and filled to the brim full of water. After taking the temperature of the water, the kettle was placed on the stove and the current turned on. Readings of the voltmeter and of the ammeter were taken every minute. When the water began to boil the egg was put in and the boiling continued for three minutes.
The kettle and hot water were weighed again. From the barometer reading, the temperature of boiling water for the day was calculated, and some computations as indicated in the tabulation were made. The cost of boiling the egg was found to be 1.6 cents and the efficiency of the stove 60 per cent.
**EXPERIMENT NO. 13**
THE IMMERSION HEATER
The experiment was repeated, using a smaller dish and an immersion heater. See Fig. 14.
<table>
<tr>
<td>Results:</td>
<td></td>
</tr>
<tr>
<td>Weight of dish.</td>
<td>145.2 grams</td>
</tr>
<tr>
<td>Weight of dish and cold water.</td>
<td>455.0 grams</td>
</tr>
<tr>
<td>Temperature of water.</td>
<td>23.8 °C.</td>
</tr>
<tr>
<td>Weight of kettle and contents after boiling egg</td>
<td></td>
</tr>
<tr>
<td>3 minutes (4.5 minutes).</td>
<td>425.0 grams</td>
</tr>
<tr>
<td>Temperature of boiling water for day</td>
<td>99.45 °C.</td>
</tr>
<tr>
<td>Temperature of kettle.</td>
<td>75.0 °C.</td>
</tr>
<tr>
<td>Fall of potential through heater.</td>
<td>111.0 volts</td>
</tr>
<tr>
<td>Current through heater</td>
<td>6.06 amps</td>
</tr>
<tr>
<td>Resistance of heater</td>
<td>18.31 ohms</td>
</tr>
<tr>
<td>Heat developed in 45 minutes</td>
<td></td>
</tr>
<tr>
<td>$24 \times (6.06)^2 \times 18.31 \times 4.5 \times 0.0$</td>
<td>43,501.5 cal.</td>
</tr>
<tr>
<td>Heat absorbed by water in coming to boiling point</td>
<td></td>
</tr>
<tr>
<td>Heat used in heating away 30 gms of water</td>
<td></td>
</tr>
<tr>
<td>Total heat absorbed</td>
<td>40,643.6 cal.</td>
</tr>
<tr>
<td>Efficiency of heater</td>
<td>93.4%</td>
</tr>
</table>
<table border="1">
<tr><th>Work done by heater</th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></th><th></table>
<table border="1">
<tr><td colspan="2">Work done by heater $=111 \times 6.06 \times 4.5$</td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></td><td colspan="2"></<td colspan="2"></table>
<table border="1">
<tr><td colspan="2">Cost of boiling egg at $8$ per kgw. hr.</table>
<table border="1">
<tr><td colspan="2">December 8, 1913<br>(Signed) DELPHINE Be QUILGAM.</table>
See Fig. 15 (Philippi's arrangement) for suitable diagram of connections containing instruments used.—Compiler's Note.
<img>A diagram showing connections between various electrical components, including a small electric stove, a voltmeter, an ammeter, and other instruments, arranged in a circuit.</img>
MAKING COCOA AND CANDY
EXPERIMENT NO. 16
MAKING COCOA AND CANDY WITH THE AID OF ELECTRICITY
Contributed by F. H. Beals.
Object. To find the cost of making Cocoa and Candy (Fondant) and of boiling water on the electrical disk stove; also determining the efficiency of the stove.
<img>
A diagram showing a Voltmeter and Ammeter connected to a power source.
</img>
TO LINE
FUSE BLOCK
TO LOAD
FIG. 18.--BEALS' A. C. VOLTMEETER AND AMMETER METHOD. (Reproduced from Connecticut Monthly.)
Instruments used were Model 150 Weston A. C. Voltmeter, range 150 Volts and Model 150 Weston Ammeter, range 10 amperes.
Apparatus. Weston Voltmeter and Ammeter, Disk Stove, Double Boiler, Thermometer, Graduate. See Fig. 18.
Performed by Helen Burnett and Marion Butler.
<table>
<tr>
<td>Making Cocoa,
Experiment A.</td>
<td>Making Fondant Candy,
Experiment B.</td>
<td>Balling Water,
Experiment C.</td>
</tr>
<tr>
<td>Ingredients<br>Cocoa, 8 level tea-spoonfuls<br>Sugar, 6 level tea-spoonfuls<br>Cold water, 2 cups (300 c.c.)<br>Milk, 2 cups (300 c.c.)</td>
<td>Ingredients<br>Sugar, 1 cup (2 oz.)<br>Water, 1 cup (90 c.c.)<br>Butter, 1/2 teaspoonful</td>
<td>Case I<br>1000 c.c. of water in the lower part of the boiler upon the disk-stove.<br>Place 250 c.c. of water in the upper boiler and perform experiment.</td>
</tr>
<tr>
<td>Method<br>Pour the cold milk and water into the metal boiler on the electric stove. Make the electrical connections as shown on diagram and record time and turn on current.<br>Mix the cocoa and sugar well together with a few spoonfuls of cold water and air to make a thick paste.<br>Pour some of the hot mixture into the boiler and wash out all the cocoa into the boiler. Bring to a boil and heat three min.</td>
<td>Sugar mixtures until dissolved, boil uncovered until a drop of the mixture at end of a spoon spins a thin thread. When a thick, jelly-like consistency is dropped into cold water.<br>Pour off current, first, then water. Pour the mixture upon a plate or a tray or a flatter plate. When sufficiently cool so that it does not adhere to the finger tips, place in the center, beat with wood- spoons until mixture becomes too hard to beat, then knead until smooth. When it becomes sufficiently soft, roll into emulsions balls for bonbons.</td>
<td>Case II<br>Ingredients<br>Cocoa, 8 level table-spoonfuls<br>Sugar, 6 level table-spoonfuls<br>Water, 2 cups (500 c.c.)<br>Milk, 2 cups (300 c.c.)<br>Melted butter</td>
<td>1000 c.c. of water in the lower part of the boiler upon the disk-stove.<br>Place 250 c.c. of water in the upper boiler and obtain other necessary data.</td>
</tr>
</table>
MAKING COCOA AND CANDY 51
<table>
<tr>
<td colspan="3">Outer Parts of Double Boiler.</td>
<td colspan="3">Both Parts of D. B.</td>
</tr>
<tr>
<td colspan="3">Cocoa, Experiment A.</td>
<td colspan="3">Candy, Experiment A.</td>
</tr>
<tr>
<td colspan="3">Water, Experiment C.</td>
<td colspan="3"></td>
</tr>
</table>
<table>
<thead>
<tr>
<th>Time required to heat plate...</th>
<th>2 min.</th>
<th>2 min.</th>
<th>2 min.</th>
<th>2 min.</th>
<th>2 min.</th>
</tr>
</thead>
<tbody>
<tr>
<td>Volta (average)..................</td>
<td>114.8</td>
<td>114.8</td>
<td>114.8</td>
<td>114.8</td>
<td>114.8</td>
</tr>
<tr>
<td>Tomato................................</td>
<td>130.9</td>
<td>130.9</td>
<td>130.9</td>
<td>130.9</td>
<td>130.9</td>
</tr>
<tr>
<td>Watt's-volta impressor............</td>
<td>612.2</td>
<td>612.2</td>
<td>612.2</td>
<td>612.2</td>
<td>612.2</td>
</tr>
<tr>
<td>Copper equivalent of half-impregnated water.................................</td>
<td>625.5</td>
<td>625.5</td>
<td>625.5</td>
<td>625.5</td>
<td>625.5</td>
</tr>
<tr>
<td>Copper equivalent of half-impregnated water.................................</td>
<td>637.9</td>
<td>637.9</td>
<td>637.9</td>
<td>637.9</td>
<td>637.9</td>
</tr>
<tr>
<td>Copper equivalent of half-impregnated water.................................</td>
<td>643.9</td>
<td>643.9</td>
<td>643.9</td>
<td>643.9</td>
<td>643.9</td>
</tr>
<tr>
<td>Copper equivalent of half-impregnated water.................................</td>
<td>657.8</td>
<td>657.8</td>
<td>657.8</td>
<td>657.8</td>
<td>657.8</td>
</tr>
<tr>
<td>Copper equivalent of half-impregnated water.................................</td>
<td>670.0</td>
<td>670.0</td>
<td>670.0</td>
<td>670.0</td>
<td>670.0</td>
</tr>
<tr>
<td>Copper equivalent of half-impregnated water.................................</td>
<td>684.0</td>
<td>684.0</td>
<td>684.0</td>
<table><tbody><tr><th>Copper equivalent of half-impregnated water (20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 3000 c.c.)<br>(20, 300
<page_number>52</page_number>
EXPERIMENTAL ELECTRICAL TESTING
The cost of making 2 quarts of cocoa was about 2.7 cents; for making over ½ pound of candy, 1.16 cents.
Instructor's Note. The second year of science for girls at Barnard School included the course for boys, one-fifth of the girls' year being devoted to cooking. The work in electricity for girls is correlated with this branch of domestic science. All the electrical experiments, except Case II above, were performed in the physical laboratory; the second method of making cocoa seemed to the Cooking Department more satisfactory.
There can be no doubt that the exercises in electrical heating and cooling have touched the daily life and experience of the girls who have done them. They are incomparably superior to the old, conventional experiments of the physical laboratory, so far as the girls are concerned.
AN ELECTROLYTIC CURRENT RECTIFIER <page_number>53</page_number>
**AN ELECTROLYTIC CURRENT RECTIFIER**
(Prepared by the Compiler)
In the following pages we devote considerable space to a description of an apparatus known as a Nodon Valve or Electrolytic Current Rectifier.
We were extremely surprised at being unable to find a single High School text-book which gave even a cursory reference to this subject; and although we do not manufacture apparatus of this type, we are publishing the results of our experiments.
We do so because there are many schools which are limited to alternating-current line service, the character of which necessarily is adapted to the performance of many experiments requiring direct current, which should form part of a High School course.
In addition apart from its practical value as a means of transforming alternating current into pulsating direct current, the apparatus merits the careful consideration of all science teachers because it may be easily and cheaply constructed; and forms the basis of an experiment that should be included in every laboratory schedule.
That there has been demand for some such device is testified to by the numerous inquiries we have received for information pertaining to a simple form of rectifier; and it is a great pleasure to present the results of our investigations.
While our work is not exhaustive, it furnishes ample material for exercises, and when practicable we should be glad to receive reports from instructors who decide to include the rectifier as part of their courses.
Students are certain to become interested in a method of converting “a.c.” into “d.c.,” and especially will this be the case when it is explained how often some type of converter is used in practical work, when it becomes necessary, for instance, to charge an automobile storage battery at once, and no “d.c.” is available.
The Nodon valve form of rectifier has been selected for description, because it is extremely simple in construction, and a “valve” can be made in a few minutes at a trifling cost.
54 EXPERIMENTAL ELECTRICAL TESTING
It cannot be ranked as an efficient form of rectifier, and no such claim is made for it; but fortunately great efficiency in transformation is not a matter of vital importance in school laboratories, the main desideratum being to obtain direct-current service when required.
Although also somewhat erratic in its behavior, in that the pulsating direct current it furnishes is not always steady, it would be difficult to find a single piece of apparatus which is more interesting and instructive than a Nodon Valve, when used in connection with accurate measuring instruments.
THE NODON VALVE
Small Nodon Valves are inexpensive and are very easily made. All that is required is a jar containing a plate or rod of aluminum partly immersed in a saturated solution of bicarbonate of soda, and an inactive conductor.
Sheet aluminum $\frac{1}{\text{inch}}$ thick costs less than $1.00 per square foot at retail. If it be too tough to bend easily, aluminum may be softened by heating over a Bunsen flame. In order to obtain good results it is of great importance that the aluminum employed is practically pure. Much of the commercial aluminum used in manufacturing condensers, etc., is adulterated with zinc.
We found that such material gave low efficiency, in some cases even causing the pointer of the direct-current instrument to vibrate (to an extent likely to damage the meter).
For experimental purposes, several of these valves were constructed at the Weston laboratories. They consisted of glass jars 6 inches in diameter and 7 inches in height, containing plates of aluminum and lead. The lead plates were 10 by 2½ inches in area, and $\frac{1}{\text{inch}}$ inch in thickness. The aluminum plates were 1 inch by 10 inches, also of $\frac{1}{\text{inch}}$ inch thickness.
It was found that the dimensions of the electrodes, jars, etc., were of no special consequence, and that equally good results were obtained when lead iron or carbon were used for the inactive pole.
AN ELECTROLYTIC CURRENT RECTIFIER <page_number>55</page_number>
EXPERIMENT NO. 17
TESTING A NODON VALVE WITH DRY CELLS
When the aluminum pole of one of these valves was connected with the carbon pole of a battery of two dry cells, and a voltmeter was included in the circuit, the latter indicated 1+ volts. See Fig. 19 (e.m.f. of cells was app. 2.8 volts). The pointer rapidly dropped to nearly zero, finally becoming stationary at 0.11 volt. When the test was repeated with a milliammeter, the initial current was 0.40 ampere, which finally dropped to 0.0015 ampere, where it remained.
<img>
A L
D.C.VOLTMETER
DRY CELLS
</img>
Fig. 19.—Testing a Nodon Valve with Dry Cells.
The initial current is of course affected by resistance of instrument and leads, the dimensions of the valve, etc.
The Action of a Nodon Valve
The reason why a Nodon valve permits a flow of current practically in only one direction is substantially as follows:
When a direct current is passed through a solution made of bicarbonate of soda, ammonium phosphate or any similar alkali, by means of two pieces of immersed iron, lead or carbon, it will be found that gas bubbles form on the plates, and will rise freely to the surface. If alternating current be used instead, almost no gas is formed. In either case the liquid acts as a resistor, which can be shown by connecting an ammeter in series and changing the position of the valve. The temperature of the solution is raised by the passage of the current.
When, as stated in Experiment No. 17, a strip of aluminum takes the place of one of these lead or carbon plates, it will be
56 EXPERIMENTAL ELECTRICAL TESTING
found that the current will still flow freely when the circuit is completed with the (+) plus pole of the battery connected with the lead or carbon.
But, if the + pole is connected with the aluminum, the initial current rapidly diminishes. This is partly due to the fact that gas bubbles form on the aluminum plate and rise to the surface of the liquid as they are crowded off by others. These gases are oxygen and hydrogen. In this respect, the valve resembles that of an ordinary simple cell consisting, for instance, of plates immersed in a solution of salt and water. But there is another and more complex action taking place. Substantially, the aluminum is attacked by these gases, which combine with it to some extent, and form upon its surface a non-conducting layer of hydroxide of aluminum. If the alu- minium plate could be completely covered with this hydroxide, it would practically become a non-conductor, and almost all electric current would be stopped.
The fact is, however, that when a direct current is used as stated, some current continues to flow from the aluminum to the lead, "seeping" through the hydroxide layer (so to speak).
When alternating current is used instead (with a single valve) the latter may be said to open and close successively for each cycle so that one-half of each alternating current wave is checked, the other half passing through and having a pulsating direct effect. The valve, however, is not perfect in its action, and may be said to "kick."
EXPERIMENT NO. 18
TESTING A NODON VALVE WITH A DIRECT-
CURRENT SERVICE LINE
When one of these valves was connected with a source of direct current (110 volts) in series with a lamp bank and an ammeter, the following results were obtained at the instant the circuit was closed. Plus (+) to lead pole, 1.95 amperes. Plus (+) to aluminum pole, 1.01 amperes.
When the circuit had remained closed for thirty seconds with + to aluminum, the current was reduced to 0.15 ampere, and at the end of two minutes the total current flowing as indicated by a direct-current milliammeter was 0.020 ampere.
AN ELECTROLYTIC CURRENT RECTIFIER <page_number>57</page_number>
EXPERIMENT NO. 19
TESTING A NODON VALVE WITH ALTERNATING CURRENT
When alternating current is used in connection with a Nodon Valve, it is assumed as already explained, that pulsating direct current is obtained, since current is not supposed to flow from the aluminum to the lead.
While this is not strictly the case, there is enough interference to produce a current which is sufficiently direct to be measurable by means of a direct-current movable-coil permanent-magnet ammeter or voltmeter.
But such an instrument will respond only to the direct current pulsations, and since a Nodon Valve will by no means rectify
<img>A diagram showing a Nodon Valve connected to a direct-current ammeter (D.C. Ammeter) and an alternating-current ammeter (A.C. Ammeter). The diagram also shows a source of alternating current (T.A.C. LINE).</img>
**Fig. 20.—Testing a Nodon Valve with Alternating Current.**
Instrumental values of a Model 260 Weston Ammeter range 5 amperes, and a Weston Model 155 A. C. Ammeter, range 5 amperes.
the current entirely, the results obtained when the so-called direct current is tested with accurate instruments will seem perplexing and apparently paradoxical.
For instance, when both an alternating- and a direct-current-ammeter were connected in series with a Nodon Valve, a lamp bank and a source of 110-volt alternating current (see Fig. 20), the following results were obtained:
<table>
<thead>
<tr>
<td colspan="8">Time in Minutes</td>
</tr>
<tr>
<td>A. C. Line,<br>110 Volts.</td>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>10</td>
</tr>
<tr>
<td>D. C. Inst.......</td>
<td>0.03</td>
<td>0.59</td>
<td>0.61</td>
<td>0.63</td>
<td>0.67</td>
<td>0.67</td>
<td>0.69 ampere</td>
</tr>
<tr>
<td>A. C. Inst.......</td>
<td>1.80</td>
<td>1.30</td>
<td>1.23</td>
<td>1.23</td>
<td>1.23</td>
<td>1.24</td>
<td>1.25 ampere</td>
</tr>
</table>
<page_number>TI T2</page_number>
58 EXPERIMENTAL ELECTRICAL TESTING
EXPERIMENT NO. 20
EFFICIENCY TEST OF A NODON VALVE
In order to further investigate this matter, instruments were added to the circuit until the general arrangement was as shown on Fig. 21. The apparatus consisted of a Weston Standard Wattmeter connected with the a.c. line, directly indicating the power consumed. The instruments used for measuring the direct current were one Model 280 Voltmeter and one Model TO AC LINE
<img>A diagram showing a wattmeter, a d.c. voltmeter, an a.c. voltmeter, and an ammeter connected to a circuit.</img>
WATTMETER D.C.VOLTMETER A.C.VOLTMETER D.C.AMMETER A.C.AMMETER
Fig. 21-Efficiency Test of a Nodon Valve.
280 Ammeter, which indicate with direct current only; one Model 155 Voltmeter and one Model 155 Ammeter. The Model 155 instruments are of the "movable-iron" type and are operative with either direct or alternating current. Following are the results obtained:
<table>
<thead>
<tr>
<td>Line Voltage, 110 A. C.</td>
<td>Volts.</td>
<td>Amp.</td>
<td>Watts</td>
</tr>
</thead>
<tbody>
<tr>
<td>Direct current instruments:</td>
<td>36.5</td>
<td>0.9</td>
<td>32.8+</td>
</tr>
<tr>
<td>Alternating current instruments:</td>
<td>84.0</td>
<td>1.65</td>
<td>105.6</td>
</tr>
</tbody>
</table>
WATTS ON A.C. LINE=150.0
AN ELECTROLYTIC CURRENT RECTIFIER 59
EXPERIMENT NO. 21
EFFICIENCY TEST WITH TWO NODON VALVES IN SERIES
Two valves were then employed in series (lead to aluminum) but there was no important difference in efficiency, as shown by the following data:
<table>
<thead>
<tr>
<td></td>
<td>WATTS ON A.C. LINE=138</td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>Volts.</td>
<td>Amp.</td>
<td>Watts.</td>
</tr>
<tr>
<td>Direct current instruments:</td>
<td>27.5</td>
<td>0.94</td>
<td>28.85</td>
</tr>
<tr>
<td>Alternating current instruments:</td>
<td>46.5</td>
<td>1.55</td>
<td>72.07</td>
</tr>
</tbody>
</table>
EXPERIMENT NO. 22
PUNCTURING THE INSULATING WALL OF A NODON VALVE
We have already found by Experiment No. 20 that a direct-current and an alternating-current ammeter connected in series with each other and operated through a Nodon valve will not give corresponding indications. The reason for this is fully explained in due course.
But now we have an interesting little experiment (original, we believe) may be easily performed, which consists in "punching a hole in the insulating wall." All that is required for this operation is an alternating-current outfit as shown on Fig. 20 and a piece of stiff iron wire, one end of which is bent at right angles to form a hook about 2 inches long. The end of this hook should have a sharp point.
If about eight lamps (16 c.p.) is touched below the surface of the liquid with this iron point, the direct-current ammeter instantly drops to nearly zero, and the total current increases, as indicated by the alternating-current ammeter and the improved luminosity of the lamp. See Fig. 22.
If about eight lamps (16 c.p.) are connected in multiple for a load instead of only one, so that the current will be about
60 EXPERIMENTAL ELECTRICAL TESTING
three amperes, the point of the hook will adhere to the aluminum to some extent, as if it were fused in by the action of the current.
Bubbles are freely from the hook while in contact with the aluminum, indicating that the aluminum hydroxide will not adhere to the iron; and hence, since the point of the hook has been forced through the layer, it conducts current from the aluminum through the liquid to the lead, changing the apparatus into a simple liquid resistor.
Only one valve should be used to get the best effect in this test.
**Construction and Arrangement of the Electrolytic Current Rectifier**
It is obvious that the only effect produced by one or more Noden valves in series, is to impede the flow of an alternating current in one direction. The resultant direct current cannot have an efficiency greater than 50 per cent of the total alternating current, and is actually only about 25 per cent or less. It is possible, however, to obtain greater efficiencies by using four valves in the form of a parallelogram and connecting the alternating current in such a manner that both halves of the current will be utilized to produce a direct current.
One of these rectifiers was purchased for experimental purposes and tested in the Weston laboratories. It consisted of four porcelain jars, each about 3/4 inches in diameter and 11 inches in height--provided with an insulated top and binding posts.
Each jar contained a rod of aluminum and two plates of lead, the latter being connected together. The solution used was bicarbonate of soda. The general design was such that a large percentage of the alternating current was converted into direct current.
<img>A diagram showing a hook with a point attached to it, which is inserted into a hole in a piece of metal. The hook is labeled "hook" and the point is labeled "point." The piece of metal is labeled "alum." The diagram also shows a line drawn between the hook and the point, indicating that they are connected. The diagram is labeled "Fig. 22.--FUNCTIONING THE INSULATING WALL OF A NODEN VALVE."</img>
<page_number>22</page_number>
AN ELECTROLYTIC CURRENT RECTIFIER <page_number>61</page_number>
The Theoretical Operation of the Electrolytic Current Rectifiers
The current from an a.c. source enters at $a$, see Fig. 23, is checked at $b$, but may flow through the lead plate $b$ to $c$ to $d$. is again checked at $i$, but may flow through the instrument (or load) to $e$, continue through $f$ and $g$ out to $h$, constituting half a cycle. The other half operates through $h$, is checked at
<img>A diagram showing the operation of an electrolytic current rectifier. It includes two AC lines, a D.C. voltmeter, and a D.C. current meter. The circuit is shown with arrows indicating the direction of current flow.</img>
<page_number>Fig. 23.—The Electrolytic Current Rectifier.</page_number>
$q$, but follows $j$ and $i$ to $d$, is checked at $c$ and flows through the instrument to $e$, etc.
A rather surprising feature of these rectifiers is that the direct-current voltage of the apparatus when the voltmeter is connected as shown on Fig. 23 is sometimes 20 per cent higher than the a.c. line voltage. This is only the case, however, when the direct current used is negligibly small.
62 EXPERIMENTAL ELECTRICAL TESTING
EXPERIMENT NO. 23
EFFICIENCY TESTS OF A COMMERCIAL ELECTROLYTIC CURRENT RECTIFIER
In order to obtain some data in relation to efficiency, a test was made having a continuous run of two hours. See Fig. 24. Following are the results obtained:
A.C. LINE. VOLTAGE=110
<table>
<thead>
<tr>
<th>Water on A.C. Line</th>
<th colspan="3">Pulsating Direct Current.</th>
<th>Ton of Solution</th>
<th>Efficiency</th>
</tr>
<tr>
<td></td>
<td>Volts.</td>
<td>Amp.</td>
<td>Watts</td>
<td>Time</td>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td>320</td>
<td>85.0</td>
<td>1.70</td>
<td>144.5</td>
<td>0 hrs.</td>
<td>23° C.<br>32° F.<br>42° C.</td>
<td>45 1/2%</td>
</tr>
<tr>
<td>360</td>
<td>85.0</td>
<td>1.70</td>
<td>144.5</td>
<td>2 hrs.</td>
<td></td>
<td>32 1/2%</td>
</tr>
<tr>
<td>450</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<img>A diagram showing a wattmeter connected to a direct current circuit with a switch labeled "D.C." and "A.C." below it, and a voltmeter labeled "D.C." and "A.C." next to it. The diagram also shows a switch labeled "TO A.C. LINE" at the bottom.</img>
Fig. 24-Efficiency Test of an Electrolytic Current Rectifier.
When the apparatus was connected directly with the a.c. line and direct current was drawn, 45 watts were consumed. When nothing but a high resistance was connected with the direct-current binding posts, it indicated 133 volts.
Alternating-current voltmeters and ammeters were also used in making this test. Their indications taken simultaneously
AN ELECTROLYTIC CURRENT RECTIFIER 63
with the direct current observations averaged 11 per cent higher.
Some experimenters state they have obtained greater efficiency by introducing a transformer in the circuit so as to reduce the voltage to 50 or below.
Following is the result of a test made under such conditions:
<table>
<tr>
<td colspan="7">A.C. VOLTAGE=55</td>
</tr>
<tr>
<td rowspan="2">Water on<br>A. C. Line</td>
<td colspan="3">Pulsing Direct Current.</td>
<td>Ton. of Solution</td>
<td>Efficiency</td>
</tr>
<tr>
<td>Volts.</td>
<td>Ampl.</td>
<td>Watts.</td>
<td>Hours.</td>
<td></td>
</tr>
<tr>
<td>88.0</td>
<td>25.1</td>
<td>1.27</td>
<td>31.88</td>
<td>0</td>
<td>25 C O</td>
<td>36.2%</td>
</tr>
<tr>
<td>80.0</td>
<td>22.0</td>
<td>1.10</td>
<td>24.20</td>
<td>1</td>
<td>28 C O</td>
<td>30.2%</td>
</tr>
<tr>
<td>76.0</td>
<td>20.1</td>
<td>1.05</td>
<td>21.10</td>
<td>2</td>
<td>30.0 C</td>
<td>27.7%</td>
</tr>
</table>
Note.—It should be distinctly understood that it is not claimed that either of the results obtained is conclusive. On the contrary, it is quite probable that increased efficiency may be obtained. It is also likely that some modifications of the apparatus including a water jacket or some other contrivance for keeping the temperature from rising unduly would have advantages.
Caution.—It is safest to include a lamp bank or some other resistor in the line when the rectifier is first used or after it has been idle for even a short time. There is often a current surge of 20 or more amperes when the circuit is first closed. This is due to the fact that the hydroxide has not had time to form. This surge also causes a strong pulsating current to develop at times, and under these are put in both lines, damage may be done to apparatus in circuits.
These rectifiers may be used to charge small storage batteries, but care should be taken to connect an ammeter in circuit together with a rheostat or bank of lamps, in order to regulate the current.
The top part of the jars as well as the cover to which the elements are fastened should be dipped in hot paraffin before setting up, so as to prevent the solution from creeping.
The liquid should occasionally be renewed, since it seems to deteriorate.
64 EXPERIMENTAL ELECTRICAL TESTING
Instrument Indications in Connection with a Rectifier
The reason for the difference between the indications of the direct- and alternating-current Weston instruments when used to measure the output of an electrolytic rectifier, is explained in an article by Albert Noden, in Vol. 3, of the Transactions of the International Electrical Congress at St. Louis, 1904, entitled "Electrolytic Rectifier Measurements," page 510.
This experimental research includes charts showing the wave form of the rectified current as obtained by means of the ondograph or oscillograph.
If this rectified current is measured by a Weston alternating-current ammeter, the result is that the instrument readings represent the effective current, which will be the square root of the mean square value of the pulsating current.
Whereas, if a direct-current ammeter is used, its indications depend upon the arithmetic mean value of the instantaneous values of the pulsating current. If the transformation were perfect the difference between the indication of the two types of instruments would be 11 per cent.
The fact is, however, that the transformation is not perfect. The results obtained with a single valve prove this, and even when four valves are used in series to obtain a constant form, there is a loss due to leakage as well as to resistance. This can be directly proven by measuring the pulsating current by means of an induction meter which will not indicate with direct current. It can be simultaneously shown that the direct-current instrument responds only to the direct-current pulsations; the alternating-current instrument gives combined effect of direct and alternating current; and the induction meter indicates only the alternating-current pulsations; its indication being approximately the difference between the other indications.
In charging storage cells and in running direct-current motors as well as in the electro-deposition of metals, the above statements should be taken into consideration, since it is obvious that the only effective current for such work obtained from rectifiers of this type will be due to the direct-current pulsations. An article on this subject, "The Rectifier Electrolytic Current Rectifier," by Donald McNicol, will be found in the August, 1913 number of the "Electrician and Mechanic".
WESTON DIRECT-CURRENT MOVABLE-COIL SYSTEM 65
THE WESTON DIRECT-CURRENT MOVABLE-COIL SYSTEM
(Prepared by the Compiler)
This system consists primarily of a coil which can rotate freely in a strong magnetic field produced by means of a permanent magnet. As current is flowing through it, this coil acquires magnetic properties and tends to assume a position which will reduce the distance between its poles and the oppositely magnetized poles of the permanent magnet. Springs which also serve as current conductors tend to oppose the movement of the coil.*
The Milliammeter
An instrument which consists only of a coil, a magnet, a core and an elastic metallic conductor for controlling the movement of the coil, in short a "system" as described above is in its simplest form a milliammeter. All Weston direct-current movable-coil systems are fundamentally uncalibrated millimeters, although they differ widely in their constructional details, in the number of turns of wire in their movable coils, and in mechanical details. This is the case because all systems of this type are operated by means of a small current; and the extent of the deflection produced depends upon the strength of this current.
The Millivoltmeter
The system as described, is also an uncalibrated potential indicator or millivoltmeter, because a definite electromotive force is needed to overcome the resistance of the movable coil and force a current through it. If, therefore, we consider the system in its simplest form as consisting only of a movable coil, a core, a magnet, and a pair of springs directly connected to a
*See also Monograph B-2.
66 EXPERIMENTAL ELECTRICAL TESTING
pair of binding posts by means of leads of negligible resistance, then it follows that, for any deflection of the movable coil at a fixed temperature, the electromotive force required to produce that deflection. And since the resistance of the movable coil and spring will always be the same at a fixed temperature, it also follows that under the given conditions the electromotive force required to overcome the resistance of the movable coil, etc., and produce any desired current, will always be the same unless extra resistance is added to the circuit.
The Movable-Coil Constant
The movable-coil constant is the component of current and e.m.f. pertaining to a particular system, that is to say, a system of a certain type or class, and under normal conditions such constants are fixed and unchangeable. For instance, if the current, when obtained with full scale deflection, is 0.1 ampere, and (r) the resistance of the movement is 6 ohms, then the e.m.f. required will be $E = I \times r$, in this instance being
$$6 \times 0.1 = 0.6 \text{ volts}$$
and the power required to produce a full-scale deflection will be
$$0.01 \times 0.6 = 0.006 \text{ watt}.$$
The Voltmeter
To extend the range of such an instrument for voltage measurements, it will be necessary to add a resistor to the circuit, and the resistance of such a resistor in ohms per volt is found by the formula $R = -\frac{I}{V}$.
For instance, to obtain a 1-volt range, the added resistance in this instance will be:
$$R = -\frac{I}{V} = -\frac{0.1}{1} = -0.1 \text{ ohms}.$$
Necessarily, to make a 100-volt instrument of the movement, a total resistance of 10,000 ohms will be required, and all other ranges will have a directly proportionate resistance.
WESTON DIRECT-CURRENT MOVABLE-COIL SYSTEM 67
The Ammeter*
In attempting to use the movement already referred to for current measurements, it will be apparent immediately that no current greater than 0.10 ampere should be passed through it. If therefore a larger current than this is to be measured, some contrivance must be attached which will permit a larger current to flow, and yet limit the quantity flowing through the movement. This is most easily accomplished by means of a divided or shunted circuit.
For instance, if a resistor is constructed of insulated wire having the same resistance as the movement, and is connected directly between the binding posts of the instrument, and the binding posts are then connected with a source of current, it may be deduced that such a current will split; and since the resistor has the same resistance as the movable coil, the current will split evenly, half of it going through the movement and half through the resistor. But, the movement will only respond to the current flowing through it, and not to the current flowing through the resistor. Since these currents are alike, it follows that the pointer will indicate half of the total current flowing. In other words, its ampere range of the instrument has been doubled.
To determine how to still further extend the ampere range of the instrument it is only necessary to refer to the laws relating to divided circuits. The current flowing through two parts of a divided circuit will be directly proportional to the resistances of these circuits. If, for instance, the shunt coil measured 0.01 ohm, and the movement measured 0.05 ohms, then one would be as .06 is to 6, that is, the current through the shunt would be 100 times as great as that passing through the movement. For it must not be forgotten that the voltage at the binding posts is the same for the movement as it is for the shunt coil; and that
*For data relating to Weston movable systems, see also "Elements of Electrical Measurements," page 38; "Practical Physics," Black and Davis, page 281; "Laboratory Manual," Black and Davis, page 64; "High School Physics," Carhart and Chute, page 32; "Electricity," Swope, page 18; "Electrical Instruments and Testing," Schneider and Hargrave, Chap. 4 and "Lemons in Practical Electricity," Swope, Lesson 18.
<img>A diagram showing a divided circuit with a resistor in parallel with a movable coil.</img>
<page_number>68</page_number>
EXPERIMENTAL ELECTRICAL TESTING
consequently the less the resistance of the shunt the greater will be the current flowing through it. A point could therefore be reached where the shunt would be so low a resistance that it would carry practically all of the current, and thus prevent any flow through the movement to make it operative. Such a shunt would be described in practice as not having enough "drop," meaning that the potential difference between its extremes would be insufficient for the purpose for which it was intended.
In practical work the shunts are usually constructed to have a standard drop of 50 or 100 millivolts. The resistance of the system is increased by using a high temperature coefficient material in series, so as to increase the drop required to produce a full scale deflection to 50 or 100 millivolts or some other value, according to the type of instrument, and the drop of the shunt.
THE WESTON ALTERNATING- AND DIRECT-
CURRENT "MOovable IRON" SYSTEM
(Prepared by the Compiler)
The direct-current movable-coil system described in the preceeding article is inoperative with alternating current, because its field is produced by a permanent magnet of fixed polarity. Consequently when an alternating current is passed through the movement, the polarity of the movable coil is thereby continually reversed, and the movement oscillates instead of being deflected. The effect of an alternating current when applied to a direct-current movement can be plainly seen by the vibration of the pointer, but of course there is no continuous motion in one direction by means of which an alternating current could be measured.
The movable element of the Weston movable-iron system consists of a small curved piece of iron fastened to a light pivoted shaft. This shaft is also provided with a truss form of pointer made of thin aluminum tubing, to which is attached a balance cross and a small vane. The shaft moves in jeweled bearings.
*Experiments of this kind if protracted, neither improve the sharpness of the pivot nor lengthen the life of the pointer of a d.c. instrument.
<img>Fig. 25.—Phantom View of Weston Models 151, 155, 156, 159, 160.
Moving Parts of "Movable-Iron" Voltmeters.</img>
<img>Fig. 26.—Phantom View of Weston Models 151, 155, 156, 159, 160.
Moving Parts of "Movable-Iron" Ammeters.</img>
[API_EMPTY_RESPONSE]
THE WESTON “MOVABLE-IRON” SYSTEM <page_number>69</page_number>
Near this movable element and concentric with it is a small curved tongue of soft iron which is rigidly held by a suitable support. (See Figs. 25 and 26.)
Surrounding the field coil, made up either of a large number of turns of insulated wire when the instrument is to be used for the measurement of e.m.f. or else of one or more turns of heavy conducting material, when designed for the measurement of current.
**Principle of Operation.** When a direct current is passed through the field, the movable element and the fixed tongue of iron become magnetized by induction; but since they are within the field, their juxtaposed ends will have like polarities. Consequently, these poles will repel each other. The only resultant motion possible is the rotation of the movable element.
When alternating current is used, the polarity of the field coil will be alternately North and South, the number of reversals depending upon the frequency.
The polarities of the movable and fixed iron parts of the system will also reverse correspondingly, but although the juxtaposed poles are continuously reversing polarities, they will have like polarities in relation to each other, and therefore will necessarily repel each other continuously, thereby imparting a rapid series of impulses to the movable element, causing a deflection in one direction only.
This deflection is opposed and therefore controlled by the action of a delicate spiral spring; hence the extent of the rotation depends upon the strength of the current flowing through the field coil.
The peculiar shapes as well as the relative positions of the iron parts are features which are the outcome of much theoretical work and numerous experiments. As a result, the instrument is almost entirely free from hysteresis or lag; that is to say, the magnetization, demagnetization, and remagnetization of the iron, will be practically perfect.
If the instrument is designed for current measurements, it is so arranged that all of the current passes through the field coil. This is also the case when intended for the measurement of e.m.f., but an adjusted resistor lies in series with the field coil.
70 EXPERIMENTAL ELECTRICAL TESTING
The resistance of the instrument is thereby increased, and the quantity of current which may flow is regulated. Precisely as in direct-current movable-needle instruments, the amount of current which will flow, depends upon the e.m.f. of the circuit across which the instrument is connected.
The vane or damper moves in a fan-shaped pocket which is shown in Fig. 26 with the cover removed. When this vane is enclosed it damps the movement of the system without mechanical friction. That is to say, the vane does not touch any part of the receptacle but moves through confined air.
The scales of these instruments are open and fairly uniform throughout four-fifths of the total range of deflection.*
CO-OPERATORS
We extend our hearty thanks to all physics instructors who have assisted in the preparation of this monograph, either by their encouraging approval of our previous efforts, or by their suggestions and direct contributions.
Among many others, we are especially indebted to the science teachers whose names we append, with occasional extracts from their communications:
AXES, C. G., Instructor in Physics, High School, Berkeley, Cal.
"B I would be glad if you can spare me two extra copies of monograph B-2 for class use."
ANDERSON, A. P., Instructor, Department of Physics, Minneapolis, Minn.
"There can be no possible question as to the service you are rendering schools. Possibly I expect to profit by it."
BAER, C. E., Department of Science, The Lincoln High School, Seattle, Washington.
"Please send all Monographs or other literature descriptive of such of your instruments as may practically be used in our modern high schools.
I am on a committee of Seattle Physics teachers, appointed to outline a revision course in electricity from beginning to end, and need your co-operation."
*See Monograph B-3 for additional information relating to these instruments.
**CO-OPERATORS**
<page_number>71</page_number>
BARBER, Fred D., Illinois State Normal University, Normal, Ill.
BARRETT, J. T., Department of Physics, Lawrenceville School, Lawrenceville, N. J.
"Personally I was glad to see you entering a field where 'Tim Students' Instruments had been the only low-priced supplies available."
BEALS, Frederick H. Department of Physics, Barringer High School, Newark, N. J. Formerly Prof. of Physics, Occidental College, Los Angeles, Cal. (Deceased.)
"I hope you will continue the good work of issuing monographs containing information on the use of apparatus in the physics laboratory and from workshops, exercises more nearly touching daily experiences than those which have heretofore been customary in schools. The problems of the works-day, especially that of which we have a reality in the school laboratory."
BLACK, Prop. N. Heney, A.M., Science Master, Roxbury Latin School, Boston, Mass.
"I have yours of the 20th inst., and am much interested in your efforts to give the schools a really good electrical measuring instrument, and at the same time to make it so simple that any boy can understand and solve practical electrical problems. You may be interested to know that last year when I gave a course in electricity to a class of high school boys, your voltmeter and ammeter was the only form of electrical direct-reading instrument, which I felt enough confidence in to illustrate. (See Fig. 3.)"
BAYNTON, W. P., Professor of Physics, University of Oregon, Eugene, Oregon.
"You see monographs are of interest to me personally, and also of value, as I am called on to advise present and prospective teachers in physics in the High Schools of this State."
BURGIN, Bryan O., Department of Science, Albany High School, Albany, N. Y.
BURNS, Elmer E., Instructor in Physics, Joseph Medill High School, Chicago, III.
"I have read the monograph carefully and do not see any way in which it could be improved."
CABY, W. G., Professor in Physics, Wesleyan University, Middletown, Conn.
"The idea of issuing these monographs is a good one."
72 EXPERIMENTAL ELECTRICAL TESTING
CLARK, M. G., Superintendent of Public Schools, Sioux City, Iowa.
"I am just in receipt of 'Elementary Electrical Testing,' and wish to take this opportunity to congratulate you upon the work which you have done in dealing with practical problems of industrial life directed to the school. If industrial problems are not included in your course, I think you will find them most valuable and well presented to the schools a challenge which they could not ignore.
To what extent and in what way could I secure more copies of this monograph?"
COLTON, Geo., Professor of Physics, Hiram College, Hiram, Ohio.
"I appreciate the monographs which your company is sending out and can make use of some things in them in the laboratory work of my students."
DOWD, Mr. J. E., Classical High School, Worcester, Mass.
"I will state that your monograph proved of great service and value to me in teaching the principles involved in the tests made, and the topics dealt with offered much information about them."
DRAPER, Jason T., Master in Science, High School, Holyoke, Mass.
"I plan to equip my laboratory at once with whatever is needed to carry out all that is outlined in your monographs in Elementary Testing."
EASTMAN, Earl, Science Department, High School, Atlantic City, N. J.
"I find your monograph B-2 very helpful."
ECKERT, Albert C., Eastern High School, Bay City, Mich.
"Your monographs have proven a help to me. I have adopted several of the experiments you describe in my laboratory course."
EDWARDS, Ray L., Professor Physics Department, Park College, Parkville, Mo.
"I was very glad to receive the monographs B-1, B-2 and B-3."
EGGEN, H. O., Instructor in Physics, Santa Ana High School, Santa Ana, Cal.
"Your monographs will be helpful to me both in selecting instruments and in selecting experiments."
EVANS, Wm. F., Girls' High School, Brooklyn, N. Y.
FEE, Lewis H., Head of Science Department, Everett High School, Everett, Wash.
CO-OPERATORS
<page_number>73</page_number>
FISCHER, H. F., Professor University of California, Berkeley, Cal.
FOERSTE, AUGUST F., Instructor in Physics, Steele High School, Dayton, Ohio.
FLANDERS, M. M., Bliss Electrical School, Takoma Park, Washington, D. C.
"I would like any technical data you will furnish in regard to principle of operation of your soft-iron instruments."
FOX, JOHN E., Western State Normal School, Kalamazoo, Mich.
"I think your plan an excellent one and shall be glad to suggest some materials for future monographs which will be of interest to physics teachers."
GARDINER, F., Headmaster of the Yeates School, Lancaster, Pa.
"I should like to see experiments in efficiency tests, on the small transformer, electric cooking utensils and current capacity test on commercial fuses."
GLENN, EARL R., Carter H. Harrison Technical High School, Chicago, Ill.
"I have read the literature you sent with great interest and profit. Science instructors owe much to the company you represent."
GORTON, F. R., Professor of Physics, Michigan State Normal College, Ypsilanti, Mich.
"Your communication regarding the publication of B-4 compilation of laboratory exercises is at hand. I think the subject matter excellent but feel that the experimental part is too full in some points and deficient in others. I shall be glad to see the publication."
GRAHAM, PHO. W. P., College of Applied Science, Syracuse University, Syracuse, N. Y.
GRIPPIN, CHAS. E., Head of Science Department, San Bernardino High School, San Bernardino, Cal.
"I think at the present time the greatest need in the teaching of electricity in our high schools is an apparatus for the demonstration of alternating-current phenomena. Your plan of co-operation appeals to me as being especially desirable."
<page_number>74</page_number>
EXPERIMENTAL ELECTRICAL TESTING
HAMMOND, H. E., Physics Department, Kalamazoo Public Schools, Kalamazoo, Mich.
"I believe that you are doing a good work in putting out these monographs, and I think that there ought to be a response in a business way, for Weston instruments do what they are intended to do."
HATHAWAY, F. R., Physics Director, Classical High School, Salem, Mass.
"I received the two monographs and hope to take advantage of the suggestions contained therein, in teaching electricity this coming winter."
HEDBICK, W. M., Instructor in Physics, McKinley Manual Training School, Washington, D. C.
"I like the monographs very much and their aid has persuaded one of the teachers to try the drop of potential along a wire, that I was not able to before. I am sure that the teachers will find them of great assistance to the physics Teachers' Asso't in your instructive monographs."
HULL, PROF. G. F., Wilder Laboratory, Dartmouth College, Hanover, N. H.
"You are doing a great service to scientific teachers in sending out this literature."
INGVALSON, Edward, Instructor in Physics, Lanesboro Public Schools, Lanesboro, Minn.
"There is certainly need of reform as far as Lab measuring apparatus is concerned, and I believe you are doing much good in circulating such literature as you mentioned. The lab apparatus we have is a horror. Most teachers teach with this but are handicapped by improving conditions."
KELBERER, C. M., Department of Physics and Chemistry, Petersburg High School, Petersburg, Ill.
"Perhaps some of your exercises would be suggestive if you were to describe a method for making efficiency tests of commercial electric heating units such as disk stove, percolator, etc., I have found such exercises very conducive to interest in my class work."
KILLEN, A. H., Instructor in Physics, Flushing High School, Flushing, N. Y.
LYON, Leslie W., Department of Physical Science, Burling-ton High School, Burlington, Iowa.
"I would particularly like to have discussed the measurement of electric power in such experiments as determining the efficiency of electric lights, electric iron, heating plates, etc."
CO-OPERATORS
<page_number>75</page_number>
MARBLE, MILTON M., Department of Physics, New Haven High School, New Haven, Conn.
"Please send with instruments, 25 copies of Monograph B-2 for students' use, and oblige."
MARVELL, SUMNER E., New Bedford High School, New Bedford, Mass.
"I found your monographs helpful in the physics work of the school. I have always felt that a closer contact between our teaching and commercial apparatus would be of great assistance to us."
McKENZIE, MONROE R., Professor of Physics, Parsons College, Fairfield, Iowa.
MOORE, PROF. J. C., Master in Science, Worcester Academy, Worcester, Mass.
"I wish to say that the monographs especially B-2 and B-3 are exceptionally useful to those teachers. We hope that you will continue to send them and suggest practical work in electrical measurement. You will doubtless be glad to receive further suggestions on the equipment, instruc-
tory for electrical work, separate from our regular physics laboratory."
MOORE, J. COLIN, Instructor in Electricity, Lake High Manual Training School, Chicago, Ill.
"I shall be glad to make some suggestions for experiments which may be of use to others."
NYE, ARTHUR W., Department of Electrical Engineering,
University of Southern California, Los Angeles, Cal.
"I received the monographs early in the summer and was favorably impressed with them. I hope that you will continue their publication and that you will also publish some dealing with high-grade electrical instru-
ments. I am interested in getting information about really high grade practical engineering electrical measurements."
PACE, MISS LILLIAN, Central High School, Washington, D. C.
"I have always thought that something of the sort sent out by makers of instruments which we use would be most acceptable and am glad you have entered in this work. It will give me pleasure to co-operate with you and make suggestions."
PEER, J. C., Department of Electricity and Chemistry, Technical High School, Harrisburg, Pa.
"Your experiment on the Heating Effect of current is especially good. I should like to see you add one on Chemical Effect, using the copper vol-
<page_number>1</page_number>
76 EXPERIMENTAL ELECTRICAL TESTING
amateur to standardize an ammeter. Keep up the good work started in these monographs.
PHILIPPI, H. C., Department of Physics, State Normal School.
Bellingham, Wash.
"I should be glad to have you discuss in future monographs any practical electrical measurements suitable for high-school work or for the first two years of college physics."
POND, ETHEL C., Physics Teacher, Sycamore High School,
Sycamore, Ill.
"I consider publications such as yours the most valuable help a physics teacher can give his students, and I wish to express my appreciation."
POCHE, CHARLZ D., The Northern Normal and Industrial School,
Aberdeen, South Dakota.
"I remember on getting your monographs of at once being struck with the need of just such things in perfecting our electrical course."
RANDALL, J. A., Pratt Institute, Brooklyn, N. Y.
RAYCLIFFE, R. F., Department of Physics and Chemistry,
Central Normal School, Danville, Ind.
"Monograph B-2 is very valuable to us, especially in that it gives ample examples of the student's point of view. This is a phase of the work we wish to develop."
REED, HAROLD B., East High School, Cleveland, Ohio.
"Have read the monographs with the greatest interest. They are a real contribution. Shall try out several of these experiments this year. Shall be glad to do anything possible to help along a good cause."
RIAL, DAVID, Instructor in Physics, State Normal School,
Manfield, Pa.
ROOD, JAMES T., Professor of Physics and Engineering,
Lafayette College, Easton, Pa.
"Your idea that these monographs shall have so much intrinsic merit that they will be carefully kept in the matter of value, is frankly admirable. Practically true."
ROBERTSON, JOHN J., Physics Laboratory, Eastern High
School, Washington D. C.
"I hope to be able to take some work on efficiency tests of small transformers and probably also in electric cooking utensils. I should be very glad to have about half a dozen copies of Monograph B-2 sent me which could use one of my classes in their electrical experiments this year."
CO-OPERATORS
<page_number>77</page_number>
SMITH, ERNEST REELEY, Instructor in Physics, Syracuse High School, Syracuse, N. Y.
TURNER, GEO. M., Masten Park High School, Buffalo, N. Y.
"Our work with the triple-range voltmeters and double-range ammeters Model 300 and 301 has been very successful. I have had no complaint by any pupil either by accident or intent. It is our purpose to extend their use during the course in electrical work of the present school year."
TWING, H. L., Head of Physics and Electrical Engineering, Los Angeles High School, Los Angeles, Cal.
"You are making a move in the right direction in developing instru-
ments of this kind. I would like to see a text on elementary
electricity covering the first year's work and also a manual to accompany it.
In it I am going to feature your instruments and recommend their use.
I do this because they are the best that the world has to offer."
Twiss, G. R., Professor of Physics, Ohio State University,
Columbus, Ohio.
"Replying to your letter of January 21st, which has been overlooked because of the delay of some of your examinations, I would say that I am very much interested in your enterprise looking to the publication of mono-
graphs on physics. I have seen many such pamphlets published in Eng-
land, and that have direct commercial and industrial bearings. I think that if wide publicity is given to such experiments that will be done in the high schools I shall be able to get a good deal of material to repel the high schools. I should be glad to receive all the pamphlets of this character that you have sent me and I shall be glad to send you copies of other material of similar interest that you may issue from time to time."
Vawter, C. E., Professor of Physics, Virginia Polytechnic Institute, Blacksburg, Va.
"I have four of your miniature instruments and I consider them the
greatest find that I have made for my electrical work in a long time. I
shall get more."
WAUCHOPE, PROF. J. A., Department of Physics, Mechanics
Arts High School, St. Paul, Minn.
"I sincerely hope you will continue the publication of the mono-
graphs. I shall be glad to send you copies and I am sure must be to many
other teachers. This is excellent work that you are doing."
WEBSTER, EVANS, Head of Physics Department, English High
School, City of Lynn, Mass.
"What we need most in our elementary laboratories is a galvanometer in portable form for use with the slide wire bridge, and which can be used without any difficulty over a period of years. The galva-
nometers usually found (made by ... ) are the most expensiving pieces of apparatus to put in the hands of students that I know of."
<page_number>78</page_number>
EXPERIMENTAL ELECTRICAL TESTING
WOOD, LYNN H., Professor Department of Physical Science, Union College, College Point View, Nebraska.
"We have received your monographs B-1, B-2 and B-3. We appreciate them very much. For a long time the work in electricity in our science department has been altogether too theoretical, and we welcome any change that will make the practical side more prominent. We hope to repeat many of the experiments which you give in these monographs."
WYLLIE, R. M., Professor of Physics, Marshall College, Huntington, W. Va.
"Most high schools buy their equipment as you know, to fit their particular course. If the laboratory manuals which are put out by the school companies are used with this equipment, they will be found useful. Chute, Gorton, or Hoarley's new book only contained cuts of your miniature instruments and precise directions for their use in the experiments in electricity; you would find many schools turning yours and using them."
AN APPEAL
If our monographs are of service to the reader, if we have succeeded in bringing him in touch with the earnest efforts of others, then, from a utilitarian standpoint, it would seem that the most suitable return any physics instructor can make, will be to reciprocate with new material or helpful suggestions, through the medium of our publications.
[API_EMPTY_RESPONSE]
LIBRARY OF CONGRESS
<img>barcode 0 005 915 058 3</img>
<page_number>774</page_number> |