This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
electrical_systems [2022/04/04 15:35] scox |
electrical_systems [2026/02/26 16:02] (current) scox |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <canvas sample1 140,140> | + | Interactives Sandbox |
| - | jQuery( function() { draw1(); }); | + | * http:// |
| + | * http:// | ||
| + | |||
| + | Finished Interactives | ||
| + | * http:// | ||
| + | |||
| + | |||
| + | ====Power Up!==== | ||
| + | This was a great interactive from AAAS that asked students to select power plants to achieve a given amount of power, while limiting cost and environmental impact. | ||
| + | |||
| + | I have code that mimics the original interactive, | ||
| + | |||
| + | ====Power Strip==== | ||
| + | Apollo 13 | ||
| + | 1:16 "You can't even run a vacuum cleaner on 12 Amps!" | ||
| + | |||
| + | ===Essential Ideas=== | ||
| + | * Measurement: | ||
| + | * Ohm's Law: | ||
| + | |||
| + | ===Core Concepts=== | ||
| + | - Producing Electrical Energy | ||
| + | * Case Study: Generators | ||
| + | * Case Study: Batteries | ||
| + | - Energy Efficiency | ||
| + | - Voltage & Current | ||
| + | * Ohm's Law | ||
| + | * Case Study Parallel & Series | ||
| + | - Power & Energy | ||
| + | * Case Study: Power Tools | ||
| + | * Case Study: Electric Bill | ||
| + | - Alternating Current | ||
| + | * Case Study: Fuses | ||
| + | * Case Study: Electrocution | ||
| + | |||
| - | function draw1() { | ||
| - | var canvas1 = jQuery('# | ||
| - | if ( !canvas1 || !canvas1.getContext ) return false; | ||
| - | var ctx1 = canvas1.getContext(' | ||
| - | ctx1.fillStyle = " | ||
| - | ctx1.fillRect (10, 10, 55, 50); | ||
| - | ctx1.fillStyle = " | ||
| - | ctx1.fillRect (30, 30, 55, 50); | ||
| - | } | ||
| - | </ | ||