document.write( "Question 1152608: find the function for the graph below:
\n" );
document.write( "http://prntscr.com/r3nv49\r
\n" );
document.write( "\n" );
document.write( "a. f(t)=3sin6t
\n" );
document.write( "b. f(t)=6cos3t
\n" );
document.write( "c. f(t)=-3sin3t
\n" );
document.write( "d. f(t)=3sin3t \n" );
document.write( "
Algebra.Com's Answer #774660 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: C. f(t) = -3sin(3t) \n" ); document.write( "=========================================================== \n" ); document.write( "Work Shown:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can immediately rule out choice B because plugging t = 0 into f(t) = 6*cos(3t) yields the following \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(t) = 6*cos(3t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(0) = 6*cos(3*0)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(0) = 6*cos(0)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(0) = 6*1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(0) = 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But the graph does not go through (0,6) and instead it goes through (0,0). \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we know for sure its some sine function.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "General form of sine \n" ); document.write( "y = A*sin(B(x-C))+D \n" ); document.write( "|A| = amplitude \n" ); document.write( "B = 2pi/T, with T being the period \n" ); document.write( "C = phase shift \n" ); document.write( "D = midline\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The graph shows a period of 2pi/3. This is the red portion of the graph which constitutes one full cycle. The graph repeats this red portion infinitely in both directions. \n" ); document.write( " ![]() \n" ); document.write( "Note: You don't have to start with t = 0 to trace out a full period, though it's common practice to do so. An alternative is to use the roots instead. Or you could go from one peak to an adjacent neighboring peak (or from one valley point to its adjacent neighboring valley). There are many ways to find the period. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since T = 2pi/3 is the period, this makes, \n" ); document.write( "B = 2pi/T \n" ); document.write( "B = 2pi/(2pi/3) \n" ); document.write( "B = (2pi/1)/(2pi/3) \n" ); document.write( "B = (2pi/1)*(3/2pi) \n" ); document.write( "B = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertical distance from the midline to either a peak or valley is 3 units, so the amplitude of the graph is 3. This means either A = 3 or A = -3. In this case, A = -3 because the y values on the interval from t = 0 to t = 2pi/6 = pi/3 is negative. Put another way, the y values just after t = 0 are negative.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The phase shift is zero, so C = 0. The midline is also zero, so D = 0. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using
\n" ); document.write( "y = A*sin(B(x-C))+D \n" ); document.write( "y = -3sin(3(x-0))+0 \n" ); document.write( "y = -3sin(3x) \n" ); document.write( "so we arrive at the final answer f(t) = -3sin(3t)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------- \n" ); document.write( "Another way to look at it\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Effectively, we start with the parent function y = sin(x) and transform it to y = -3sin(3x) after reflecting it over the x axis, vertically stretching it by a factor of 3, followed finally by a horizontal compression by a factor of 3. This is shown by these graphs below. \n" ); document.write( " ![]() \n" ); document.write( "y = sin(x) is the parent function (green) \n" ); document.write( "y = -sin(x), shown in red, is the reflection of that parent function over the x axis \n" ); document.write( "y = -3sin(x), shown in blue, is the result of vertically stretching the red function by a factor of 3 \n" ); document.write( "y = -3sin(3x), shown in orange, is the result of horizontally compressing the blue curve by a factor of 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: the period of sine is 2pi radians (360 degrees). Going from 2pi radians to 2pi/3 radians means we have divided by 3. This \"division by 3\" operation is visually represented by a horizontal compression by a factor of 3. \n" ); document.write( " \n" ); document.write( " |