document.write( "Question 208577: Hi, I was hoping to get some help with this problem......\r
\n" );
document.write( "\n" );
document.write( "The gravitational attraction between two masses varies inversely as the square of the distance between them. The force of attraction is 4 lbs when the masses are 3ft apart, What is the attraction when the masses are 6ft apart?\r
\n" );
document.write( "\n" );
document.write( "Thank you so much!!! \n" );
document.write( "
Algebra.Com's Answer #158430 by Theo(13342)![]() ![]() You can put this solution on YOUR website! variation equations can be found here: \n" ); document.write( "http://www.purplemath.com/modules/variatn.htm \n" ); document.write( "----- \n" ); document.write( "stick with the basic definitions of directly proportional or inversely proportional and this website should help. i'll explain the difference below. \n" ); document.write( "----- \n" ); document.write( "if y is directly proportional to x, then y = k*x where k is a constant of proportionality. \n" ); document.write( "----- \n" ); document.write( "if y is inversely proportional to x, then y = k/x where k is a constant of proportionality. \n" ); document.write( "----- \n" ); document.write( "let's see how these work in practice. \n" ); document.write( "if you want to know how it applies to your problem and skip the tutorial, then just jump to the bottom, otherwise continue. \n" ); document.write( "----- \n" ); document.write( "y is directly proportional to x with a constant factor of 1 \n" ); document.write( "y = x \n" ); document.write( "x = 1,2,3 means y = 1,2,3 \n" ); document.write( "----- \n" ); document.write( "y is directly proportional to x with a constant factor of 10 \n" ); document.write( "y = 10x \n" ); document.write( "x = 1,2,3 means y = 10,20,30 \n" ); document.write( "----- \n" ); document.write( "y is directly proportional to x with a constant factor of .5 \n" ); document.write( "y = .5x \n" ); document.write( "x = 1,2,3 means y = .5,1,1.5 \n" ); document.write( "----- \n" ); document.write( "y is directly proportional to x with a constant factor of -10 \n" ); document.write( "y = -10x \n" ); document.write( "x = 1,2,3 means y = -10,-20,-30 \n" ); document.write( "----- \n" ); document.write( "in all of the above, an increase in the value of x resulted in an increase in the value of y if you disregard the direction of the increase (just look at absolute values). \n" ); document.write( "----- \n" ); document.write( "now let's look at the same examples using inverse proportion. \n" ); document.write( "----- \n" ); document.write( "y is inversely proportional to x with a constant factor of 1 \n" ); document.write( "y = 1/x \n" ); document.write( "x = 1,2,3 means y = (1),(1/2),(1/3) \n" ); document.write( "----- \n" ); document.write( "y is inversely proportional to x with a constant factor of 10 \n" ); document.write( "y = 10/x \n" ); document.write( "x = 1,2,3 means y = (10/1),(/10/2),(10/3) \n" ); document.write( "----- \n" ); document.write( "y is inversely proportional to x with a constant factor of .5 \n" ); document.write( "y = .5/x \n" ); document.write( "x = 1,2,3 means y = (.5/1),(.5/2),(.5/3) \n" ); document.write( "----- \n" ); document.write( "y is inversely proportional to x with a constant factor of -10 \n" ); document.write( "y = -10/x \n" ); document.write( "x = 1,2,3 means y = (-10/1),(-10/2),(-10/3) \n" ); document.write( "----- \n" ); document.write( "in all of the above, an increase in the value of x resulted in a decrease in the value of y if you disregard the direction of the increase (just look at absolute values). \n" ); document.write( "----- \n" ); document.write( "with direct proportion, the absolute value of y increases as the absolute value of x increases, and decreases as the absolute value of x decreases. \n" ); document.write( "if abs(x) goes up, abs(y) goes up, if abs(x) goes down, abs(y) goes down. \n" ); document.write( "----- \n" ); document.write( "with inverse proportion, the absolute value of y decreases as the absolute value of x increases, and increases as the absolute value of x decreases. \n" ); document.write( "if abs(x) goes up, abs(y) goes down, if abs(x) goes down, abs(y) goes up. \n" ); document.write( "----- \n" ); document.write( "NOW TO YOUR PROBLEM \n" ); document.write( "----- \n" ); document.write( "The gravitational attraction between two masses varies inversely as the square of the distance between them. \n" ); document.write( "----- \n" ); document.write( "The force of attraction is 4 lbs when the masses are 3ft apart. \n" ); document.write( "----- \n" ); document.write( "What is the attraction when the masses are 6ft apart? \n" ); document.write( "----- \n" ); document.write( "let d = distance between them. \n" ); document.write( "let g = the gravitational attraction between them. \n" ); document.write( "----- \n" ); document.write( "since this is an inverse relationship, the general form of our equation should be: \n" ); document.write( "g = k/d^2 \n" ); document.write( "where g is the gravitational attraction between them and d is the distance between them and k is the constant of proportionality. \n" ); document.write( "----- \n" ); document.write( "the problem states that the force of attraction is 4 pounds when the masses are 3 feet apart. \n" ); document.write( "putting this in our equation, we get: \n" ); document.write( "4 = k/3^2 \n" ); document.write( "to solve for k, we multiply both sides of this equation by 3^2 to get: \n" ); document.write( "4 * 3^2 = k \n" ); document.write( "this means that k = 4 * 9 = 36 \n" ); document.write( "----- \n" ); document.write( "we now know what k is and we can solve further. \n" ); document.write( "----- \n" ); document.write( "the question is what is the attraction when the masses are 6 feet apart. \n" ); document.write( "k = 36 \n" ); document.write( "d = 6 \n" ); document.write( "formula is: \n" ); document.write( "g = 36/d^2 \n" ); document.write( "this becomes: \n" ); document.write( "g = 36/36 \n" ); document.write( "this becomes: \n" ); document.write( "g = 1 \n" ); document.write( "this says that the gravitational attraction between them is 1 pound. \n" ); document.write( "----- \n" ); document.write( "at 3 feet it's 4 pounds and at 6 feet it's 1 pound. as they get further apart the gravitational attraction gets weaker. \n" ); document.write( "----- \n" ); document.write( "let's go back to the original equation to see if we got it right. \n" ); document.write( "what is the gravitational pull at 3 feet? \n" ); document.write( "k = 36 \n" ); document.write( "d = 3 \n" ); document.write( "g = 36/9 = 4 \n" ); document.write( "this means the value of k is confirmed as good. \n" ); document.write( "----- \n" ); document.write( "a word about units. \n" ); document.write( "----- \n" ); document.write( "g is in pounds and d is in feet. \n" ); document.write( "k = g*d^2 means that k is in square feet pounds. \n" ); document.write( "----- \n" ); document.write( "our equation of 4 = 36 / 9 is really: \n" ); document.write( "4 pounds = 36 square feet pounds / 9 square feet \n" ); document.write( "when you divide 36 square feet pounds by 9 square feet, the square feet part of the equation cancels out and you are left with 4 pounds. \n" ); document.write( "----- \n" ); document.write( "you don't normally track the types of units as you go along, but sometime it helps to understand what is going on. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |