<?php
$page_name = "Pullys 1 - Basic";
$menu_type = "erudition";
$menu_name = "Basic Pullys";
$blog_num = 5;
$page_rate = 8;
$page_tags = array("outdoors");
$page_date = "July 27, 2011";
include_once("./files/head.php");


echo "<p>So I have had a really hard time finding decent pages about pullys on the net.  Actually that's not true, I had a hard time finding PICTURES with the basic info.  Thus I'm putting up my research as I find it.  Here are the super simple systems, and then some basic piggy back systems.</p>\n";

echo "<br />\n";
echo "<center>\n";
echo "<table>\n";
  echo "<tr>\n";
	echo "<th>Ratio</th>\n";
    echo "<th>Image</th>\n";
	echo "<th>Blurb</th>\n";
    echo "<th colspan=2 class=\"spacer\">&nbsp;</th>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  //1 to 1 pully
    echo "<td><strong>1:1</strong></td>\n";
    echo "<td><img src=\"./images/math/1_to_1.gif\" width=43 height=150></td>\n";
    echo "<td>Super simple.  It's really just a redirect and not a pully system at all.  Pullys only do work if they travel when you pull the rope.  This is a bear hang.</td>\n";
	echo "<td colspan=3 class=\"spacer\">&nbsp;</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  //2 to 1 pully and redirect
    echo "<td><strong>2:1</strong></td>\n";
    echo "<td><img src=\"./images/math/2_to_1.gif\" width=33 height=150></td>\n";
    echo "<td>You have to pull twice as much rope to move the load, but with half the strength.</td>\n";
    echo "<td><img src=\"./images/math/2_to_1_redirect.gif\" width=53 height=150></td>\n";
    echo "<td>A 2:1 system with a redirect.  Maybe you want to pull down instead of pulling straight up?  Redirects can be any angle, I just didn't want ginormous pictures.</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  //3 to 1 pully and redirect
    echo "<td><strong>3:1</strong></td>\n";
    echo "<td><img src=\"./images/math/3_to_1.gif\" width=63 height=150></td>\n";
    echo "<td>3 to 1, blah blah blah...The second pully is attached to the load, the first to the tree/cable/roof/cloud/etc.</td>\n";
    echo "<td><img src=\"./images/math/3_to_1_redirect.gif\" width=83 height=150></td>\n";
    echo "<td>You have to pull 3x the rope...so your 15ft high bear hang now needs 60ft of rope (15x3 + 15 so you can actually reach the end from the ground!).  But on the plus side, your 60lbs of food feels like 20.</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  //4 to 1 pully and redirect
    echo "<td><strong>4:1</strong></td>\n";
    echo "<td><img src=\"./images/math/4_to_1.gif\" width=73 height=150></td>\n";
    echo "<td>The rope doesn't actually have to zig-zag on a different pully every time it goes to the load, you could use a double pully (2 wheels on 1 axle) to save space.</td>\n";
    echo "<td><img src=\"./images/math/4_to_1_redirect.gif\" width=93 height=150></td>\n";
    echo "<td>4 single pullys or, 2 doubles.  </td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  //5 to 1 
    echo "<td><strong>5:1</strong></td>\n";
    echo "<td><img src=\"./images/math/5_to_1.gif\" width=103 height=150></td>\n";
    echo "<td>I didn't draw the redirect...do you really need it at this point?</td>\n";
	echo "<td colspan=3 class=\"spacer\">&nbsp;</td>\n";
  echo "</tr>\n";
echo "</table>\n";
echo "</center>\n";

echo "<h3 style=\"page-break-before:always\">Piggy-back Systems</h3>\n";
echo "<p>Are we following so far? Well that was the simple stuff, now for a bit harder.  Piggy-back systems...well...piggy back.  you take 2 simple systems like a 2:1 and a 3:1 and mush them together to get 6:1 (2x3=6).  The pictures will help I hope.</p>\n";

echo "<br />\n";
echo "<center>\n";
echo "<table>\n";
  echo "<tr>\n";
	echo "<th>Ratio</th>\n";
    echo "<th>Image</th>\n";
	echo "<th>Blurb</th>\n";
    echo "<th colspan=2 class=\"spacer\">&nbsp;</th>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  //4 to 1 piggy pully
    echo "<td><strong>4:1</strong></td>\n";
    echo "<td><img src=\"./images/math/4_to_1_piggy.gif\" width=43 height=150></td>\n";
    echo "<td>A 2:1 riding on a 2:1.  Pull the red rope and green also moves, but at half speed, the load appears to move at 1/4 speed (if my undeerstanding is correct) ...Please don't quote me yet.</td>\n";
    echo "<td><img src=\"./images/math/4_to_1_piggy_redirect.gif\" width=63 height=150></td>\n";
    echo "<td>Redirected.</td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
  //6 to 1 piggy pully
    echo "<td><strong>6:1</strong></td>\n";
    echo "<td><img src=\"./images/math/6_to_1_piggy.gif\" width=73 height=150></td>\n";
    echo "<td>A 3:1 riding on a 2:1.</td>\n";
    echo "<td><img src=\"./images/math/6_to_1_piggy_redirect.gif\" width=93 height=150></td>\n";
    echo "<td>I believe That the green rope moves at 1/2 the speed (and distance) of the red rope, and the load at 1/6th.  The redirect doen't make a difference (that I do know).</td>\n";
  echo "</tr>\n";
echo "</table>\n";
echo "</center>\n";

include_once("./files/close.php");

?>