/**
*  1/19/05 (A. Gonzalez) Chapter No., Book No. and Title Added
*  6/20/05 Modified: (J. Lucca) Removed frames from quizzes.
*  7/7/05 Modified: (J. Lucca)
*     Can turn off HISTOGRAM and randomize_questions on any ch##.htm page
*     by setting them here to false. Both default to true in quiz.js.
*  12/1/05 Modified: (J. Lucca)
*     Can turn off histogram SECTIONS and/or TYPES on any ch##.htm page
*     by setting them here to false. Both default to true in quiz.js.
*/

//////////////////////////////////////////////////////////////////////////////
// HISTOGRAM AND RANDOMIZE OPTIONAL SETTINGS
//    Can turn off per quiz or leave defaults (as set in quiz.js) as true.
//      randomize_questions=true; HISTOGRAM=true; SECTIONS=true; TYPES=true;
//////////////////////////////////////////////////////////////////////////////
//HISTOGRAM = false
//SECTIONS = false
TYPES = false

/**
* Required settings for all Gradebooks:
*    chapter_no, book_no, book_title
*
* Required when HISTOGRAM = true:
*    At least a section_title[] with its matching q#section for each question
*    or a type_title[] with its matching q#type for each question.
*    Without at least one of these you won't get any histograms.
*/

// ////////////////////////////////////////////////////////////////////////////
// BEGIN PASTE - Paste any existing quiz javascript questions
//               between this comment and one just like it near bottom of page
// ////////////////////////////////////////////////////////////////////////////


// General settings
var chapter_no = "12"
var book_no = 97422
var book_title = "Physics for Engineers and Scientists 3rd Edition"
quiz_name = "Physics for Engineers and Scientists 3rd Edition, Chapter 12 Quiz"
var confirm="/college/physics/om/_content/_index/confirm.htm"
number_answers = new Array(5, 4, 5, 5, 5);

var number_questions = number_answers.length;

// Sections
section_title = new Array()   //Leave at least this line! Can delete ones under.
section_title[1] = "12.1 Motion of a Rigid Body"
section_title[2] = "12.2 Rotation about a Fixed Axis"
section_title[3] = "12.3 Motion with Constant Angular Acceleration"
section_title[4] = "12.4 Motion with Time-Dependent Angular Acceleration"
section_title[5] = "12.5  Kinetic Energy of Rotation; Moment of Inertia"

// Types
type_title = new Array();     //Leave at least this line! Can delete ones under.

q1 = "<img src='../../_images/_quiz/_ch_12/figure_12-03a.jpg' width='175' height='175' alt='Fan'><img src='../../_images/_quiz/_ch_12/figure_12-03b.jpg' width='175' height='175' alt='Roulette wheel'><img src='../../_images/_quiz/_ch_12/figure_12-03c.jpg' width='175' height='175' alt='Compact disc'><img src='../../_images/_quiz/_ch_12/figure_12-03d.jpg' width='175' height='175' alt='Swinging door'><img src='../../_images/_quiz/_ch_12/figure_12-03e.jpg' width='175' height='175' alt='Merry-go-round'><br>Which of the rotating bodies above does <i>not </i>rotate about an axis through its center of mass?";
q1a = "Fan";
q1b = "Roulette wheel";
q1c = "Compact disc";
q1d = "Swinging door";
q1e = "Merry-go-round";
q1section = "1";
q1answer = "d";
q1type = "";
q1review = "The axis of rotation is through the hinges, along the edge of the door.";
q2 = "<img src='../../_images/_quiz/_ch_12/figure_12-01.jpg' width='180' height='250' alt='Hammer'><br>Consider the motion of the hammer shown in the figure above. Taking into account only the rotational motion, which end of the hammer has the larger speed <i>v </i>around the axis? The larger centripetal acceleration <i>a</i><sub>centripetal</sub>?";
q2a = "Head end; head end";
q2b = "Head end; handle end";
q2c = "Handle end; head end";
q2d = "Handle end; handle end";
q2section = "2";
q2answer = "d";
q2type = "";
q2review = "Since the rotation is about an axis through the center of mass (near the hammer head), the end of the handle is furthest from the axis. Thus both the speed <i>v</i> = <i>&omega;R</i> and the centripetal acceleration <i>a</i><sub>centripetal</sub> = <i>&omega;</i><sup>2</sup><i>R</i> are largest at the end of the handle, since <i>R</i> is largest there (and <i>&omega;</i> is a constant for all points on a rigid body).";
q3 = "A grinding wheel accelerates uniformly for 3 seconds after being turned on. In the first second of motion, the wheel rotates 5 times. In the first two seconds of motion, the total number of revolutions is:";
q3a = "6";
q3b = "10";
q3c = "15";
q3d = "20";
q3e = "25";
q3section = "3";
q3answer = "d";
q3type = "";
q3review = "For constant acceleration and starting from rest, the angular position is <i>&Phi;</i> = 1/2<i>at</i><sup>2</sup>. Since this is proportional to <i>t</i><sup>2</sup>, the angular position will be four times greater in twice the time. Thus the total number of revolutions in the first two seconds is 4 &times; 5 = 20.";
q4 = "A car on a circular roadway accelerates from rest beginning at <i>t </i>= 0, so that its angular acceleration increases in proportion to the time <i>t</i>. With what power of time does its centripetal acceleration increase?";
q4a = "<i>t</i>";
q4b = "<i>t </i><sup>2</sup>";
q4c = "<i>t </i><sup>3</sup>";
q4d = "<i>t </i><sup>4</sup>";
q4e = "<i>t </i><sup>5</sup>";
q4section = "";
q4answer = "d";
q4type = "";
q4review = "If the angular acceleration <i>a</i> increases in proportion to the time <i>t</i>, then the angular velocity <i>&omega;</i> = &int; <i>a dt</i> increases in proportion to <i>t</i><sup>2</sup>. The centripetal acceleration is given by <i>a</i><sub>centripetal</sub> = <i>v</i><sup>2</sup>/<i>R</i> = <i>&omega;</i><sup>2</sup><i>R</i>, and so increases in proportion to the fourth power of the time.";
q5 = "<img src='table_12-3a.jpg' alt='Table 12.3'><br>According to the table above, the moment of inertia of a hoop about its symmetry axis is <i>I</i><sub>CM</sub> = <i>MR</i><sup>2</sup>.What is the moment of inertia if you twirl a large hoop around your finger, so that in essence it rotates about a point on the hoop, about an axis parallel to the symmetry axis?";
q5a = "5<i>MR</i><sup>2</sup>";
q5b = "2<i>MR</i><sup>2</sup>";
q5c = "3/2 <i>MR</i><sup>2</sup>";
q5d = "<i>MR</i><sup>2</sup>";
q5e = "1/2 <i>MR</i><sup>2</sup>";
q5section = "5";
q5answer = "b";
q5type = "";
q5review = "Since the axis is shifted by a distance <i>d</i> = <i>R</i>, the parallel-axis theorem gives <i>I</i> = <i>I</i><sub>CM</sub> + <i>Md</i><sup>2</sup> = <i>MR</i><sup>2</sup>  + <i>MR</i><sup>2</sup> = 2<i>MR</i><sup>2</sup> for rotation about a point on the hoop.";
