Incline Plane Pre-Lab

Name:
Banner ID: var cart_mass=803+Math.floor(Math.random()*41); // 803<=cart_mass<=843 var deg=12+Math.floor(Math.random()*11); // 12<=degree.ge<=22 var bit=Math.floor(Math.random()*2); // "" bit for +- 20 if (bit==0) {var hanging_mass=Math.sin(deg*Math.PI/180)*cart_mass+20;} else {var hanging_mass=Math.sin(deg*Math.PI/180)*cart_mass-20;} hanging_mass=Math.round(hanging_mass); var field_name= document.prelab_form.text_name; var field_id= document.prelab_form.text_id; document.write("
","
"); document.write(""); // have to dynamically generate html for table document.write(""); // technique works not ideal, enhanced readability document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
Cart mass (g)Hanging Mass (g)θ (degrees)
",cart_mass,"",hanging_mass,"",deg,"
"); ?>

 

Incline Plane Drawing

A cart connected to a hanging mass is free to move on an incline plane with an angle of  θ degrees.

Using the appropriate data in the table above, determine which way the hanging mass will move (up or down) and the tension in the string connecting the cart and hanging mass).

All work must be shown on the back of this page.  Your work should include free body diagrams.

 

 

 

Which way will the hanging mass move?       Up          Down

 

What is the tension of the string while the cart and hanging mass are moving?

 

If you prevent the cart from moving by holding the cart with your hand, what would the tension of the string be?  Explain your answer.