<?php
$page_name = "Potential Energy of Kids";
$menu_type = "bad math";
$menu_name = "Ep of Kids";
$blog_num = 63;
$page_rate = 9;
$page_tags = array("random");
$page_date = "January 7, 2012";
include_once("./files/head.php");

echo "<div class=\"leftpic\"><img src=\"./images/bad_math/ep_kids_03.jpg\" width=200 height=175></div>\n";
echo "<p>This is a list of the factors (in my experience) of what winds kids up, or calms them down.  Enjoy!</p>\n";

echo "<h3>The Equation</h3>\n";
echo "<h3 class=\"equation\">Ep = SLICKFEW</h3>\n";


echo "<h3>Variables</h3>\n";
echo "<p>These are the main variables affecting a childs energy level.  As you can see, they are quite complex with many interacting variables.</p>\n";
echo "<ul>\n";
  echo "<li>S = Sugar\n<ul>\n";
    echo "<li>Sx = Time to next sugar intake: Time in minutes until next known sugar serving.</li>\n";
    echo "<li>Sn = Amount of Sugar: How much sugar was consumed.</li>\n";
    echo "<li>St = Time since last sugar intake: Time in minutes since the last sugar serving.</li>\n";
  echo "</ul>\n</li>\n";
  echo "<li>L = Light\n<ul>\n";
    echo "<li>Lo = Light outside: How bright it is outside</li>\n";
    echo "<li>Li = Light inside: How bright it is inside</li>\n";
    echo "<li>L&#8710; = Delta Light: Difference between outside and inside light levels</li>\n";
  echo "</ul>\n</li>\n";
  echo "<li>I = Inactivity\n<ul>\n";
    echo "<li>Ix = Time to next rest: Time in minutes until next known rest break.</li>\n";
    echo "<li>In = Rest time: Time in minutes of quiet/rest.</li>\n";
    echo "<li>It = Time since last rest: Time in minutes since the last break.</li>\n";
  echo "</ul>\n</li>\n";
  echo "<li>C = Temperature\n<ul>\n";
    echo "<li>Cb = Temperature below zero: absolute value of the temperature in Celcius</li>\n";
    echo "<li>Ca = Temperature above 15: absolute value of the temperature in Celcius</li>\n";
    echo "<li>C&#8710; = Delta Temperature: Difference between inside and outside temperature</li>\n";
  echo "</ul>\n</li>\n";
  echo "<li>K = Other Kids\n<ul>\n";
    echo "<li>Kn = Number of other kids: Number of other kids in sight and/or hearing</li>\n";
    echo "<li>Kd = Distance from other kids: Number of other kids in sight and/or hearing</li>\n";
    echo "<li>Kv = Volume of other kids</li>\n";
    echo "<li>Ka = Age of kids: Average age of kids present</li>\n";
  echo "</ul>\n</li>\n";
  echo "<li>F = Food\n<ul>\n";
    echo "<li>Fx = Time to next meal: Time in minutes until next known meal.</li>\n";
    echo "<li>Fn = Meal: Size of meal.</li>\n";
    echo "<li>Ft = Time since last meal: Time in minutes since the last meal.</li>\n";
  echo "</ul>\n</li>\n";
  echo "<li>E = Environment\n<ul>\n";
    echo "<li>Ev = Volume of environment</li>\n";
    echo "<li>Em = Environment: 1-10 amount of misc. distractions</li>\n";
    echo "<li>Ea = Amusement: How new/engrossing something is (chaotic unpredictable variable)</li>\n";
    echo "<li>Et = Time since last change: Time in minutes since the last large environmental change.</li>\n";
  echo "</ul>\n</li>\n";
  echo "<li>W = Water\n<ul>\n";
    echo "<li>Wt = Time since last drink of water</li>\n";
    echo "<li>Wd = Distance to water</li>\n";
  echo "</ul>\n</li>\n";
echo "</ul>\n";


echo "<h3>1. Sugar</h3>\n";
echo "<div class=\"rightpic\"><img src=\"./images/bad_math/ep_kids_01.jpg\" width=275 height=100></div>\n";
echo "<p>Sugars in all forms (glucose, fructose, etc) have an unproportionally large effect on children, well in excess of what is expected.</p>\n";
echo "<p><strong>More sugar = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This is to be expected, if not the relative scales involved.\n";
  echo "<br /><strong>Longer time since sugar = less energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This is also expected, but is not nessessarily a linear equation, possibly sinusoidal.\n";
  echo "<br /><strong>More energy as a next sugar is expected</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Once again, this is not expected, but energy levels clearly peak just before consumption.\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Again, ignorance of approaching refuelings negates this phenomenon.\n";
echo "</p>\n";
echo "<h3 class=\"equation\">S = Sn / ( St + Sx )</h3>\n";


echo "<h3>2. Light</h3>\n";
echo "<div class=\"leftpic\"><img src=\"./images/bad_math/ep_kids_07.gif\" width=175 height=175></div>\n";
echo "<p>On top of producing and using energy from fuels, sound, and radiated waste energy, children are able to convert light into energy.</p>\n";
echo "<p><strong>More light = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - There is a recorded anomally when an instant lack of all light causes a large brief temporary spike in energy levels.  This may just be a side effect of Et (time since last environmental change).\n";
  echo "<br /><strong>Bright light outside = more energy</strong>\n";
  echo "<br /><strong>More light outside than inside = more energy</strong>\n";
echo "</p>\n";
echo "<h3 class=\"equation\">L = L&#8710; + Lo + Li</h3>\n";


echo "<h3>3. Inactivity</h3>\n";
echo "<div class=\"rightpic\"><img src=\"./images/bad_math/ep_kids_06.gif\" width=160 height=137></div>\n";
echo "<p>Children posses some very unique characteristics when it comes to inactivity/rest vs time.</p>\n";
echo "<p><strong>More rest = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This is to be expected and is not of much concern.\n";
  echo "<br /><strong>Longer time since rest = less energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This is also expected.\n";
  echo "<br /><strong>More energy as a rest period approaches</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This is not expected, one would expect a continuation of the trend stated above.\n";
    echo "<br />&nbsp;&nbsp;&nbsp;Observations of this unique phenomenon also seems to indicate a violation of the second law of thermo dynamics (energy can not be created or destroyed)\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Also of note is how ignorance of approaching recharge periods negates this phenomenon.\n";
echo "</p>\n";
echo "<h3 class=\"equation\">I = In / ( It + Ix )</h3>\n";


echo "<h3>4. Temperature</h3>\n";
echo "<div class=\"leftpic\"><img src=\"./images/bad_math/ep_kids_08.gif\" width=60 height=180></div>\n";
echo "<p>Temperature has an unusual effect in that the zero to 15 degree area actually depresses engery levels causeing a double curve in results.</p>\n";
echo "<p><strong>Temperature above 15C = more energy</strong>\n";
  echo "<br /><strong>Temperature below 0C = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - There seems to be no lower limit, possibly due to being kept inside as the temperature keeps dropping.\n";
  echo "<br /><strong>Greater difference between inside and outside temperatures = more engery</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This is a situational effect and only seems to work if the children are inside.\n";
echo "</p>\n";
echo "<h3 class=\"equation\">C = ( |Cb| + Ca ) * C&#8710;</h3>\n";


echo "<h3>5. Other Children</h3>\n";
echo "<div class=\"rightpic\"><img src=\"./images/bad_math/ep_kids_09.jpg\" width=150 height=150></div>\n";
echo "<p>Children are remarkable in the fact that they can operate on the waste energy radiating from other children.</p>\n";
echo "<p><strong>More children = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This could be considered unusual except that it is a well know anecdotal fact by almost every adult.\n";
echo "<br /><strong>More noise = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Children convert noise and other sounds into useable enrgy seemlessly.\n";
echo "<br /><strong>Close proximity of other children = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This may not in fact be more energy so much as a more effecient transfer between children.\n";
echo "<br /><strong>Average age of children is close to 8 = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - This is the most complicated effect.  The average age of children placed on a bell curve with a mean value of 8.\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Under 8 starts tapering off, we believe it is due to a smaller generator mass and therefore overall lower maximum output.\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Over 8 also starts tapering off, we believe it is due to a the inertia of a larger generating mass.  The endurance of older children is much greater however, again suspected to be linked with the inertia of the system.\n";
echo "</p>\n";
echo "<h3 class=\"equation\">K = Ka * ( Kn + Kv ) / Kd</h3>\n";


echo "<h3>6. Food</h3>\n";
echo "<div class=\"rightpic\"><img src=\"./images/bad_math/ep_kids_04.jpg\" width=200 height=150></div>\n";
echo "<p>Much like sugar, but with a lesser maximum peak balanced by a longer period of effect.</p>\n";
echo "<p><strong>More food = more energy</strong>\n";
  echo "<br /><strong>Longer time since food = less energy</strong>\n";
  echo "<br /><strong>More energy as a next meal is expected</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Once again, this is not expected, but energy levels clearly peak just before consumption.\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - As usual, ignorance of approaching refuelings negates this phenomenon.\n";
echo "</p>\n";
echo "<h3 class=\"equation\">F = Fn / ( Ft + Fx )</h3>\n";


echo "<h3>7. Environment</h3>\n";
echo "<div class=\"leftpic\"><img src=\"./images/bad_math/ep_kids_02.gif\" width=175 height=175></div>\n";
echo "<p>Environmental effects are very hard to qualify and are a lot more random in occurance.</p>\n";
echo "<p><strong>More noise = more energy</strong>\n";
  echo "<br /><strong>Newer = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Brand new object and distractions always create more energy, at least for a while.\n";
  echo "<br /><strong>more time since last variable change = less energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Change increases energy, lack of it will cause entrophy.\n";
  echo "<br /><strong>Other un-mentioned, un-forseen, or completely random affects</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - The un-quantifiable factors, one-offs, and intangables like blue moons, fire drills, or squirrels.\n";
echo "</p>\n";
echo "<h3 class=\"equation\">E = ( Ev / ( Ea + Et) ) + Em</h3>\n";


echo "<h3>8. Water</h3>\n";
echo "<div class=\"rightpic\"><img src=\"./images/bad_math/ep_kids_05.jpg\" width=150 height=150></div>\n";
echo "<p>Water in small amounts merely sustaines energy, while in excess quantities it becomes a catalyst for explosive amounts of energy.</p>\n";
echo "<p><strong>Less distance to water = more energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Maximum energy peaks with total immersion.\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - The size of body does not matter, lakes and puddles elicit similar levels.\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - Rain or snow seems to have the same effect as water bodies.\n";
  echo "<br /><strong>Longer time since water = less energy</strong>\n";
    echo "<br />&nbsp;&nbsp;&nbsp; - A lack of water creates a false seeming of energy.  In reality it's just grouchiness.\n";
echo "</p>\n";
echo "<h3 class=\"equation\">W = Wd / Wt</h3>\n";

include_once("./files/close.php");
?>