document.write( "Question 1207554: Using Desmos calculator design a roller coaster.\r
\n" );
document.write( "\n" );
document.write( "• use only quadratic functions
\n" );
document.write( "• create one full loop
\n" );
document.write( "• start and end your roller coaster slightly a above the ground level (x-axes will
\n" );
document.write( "indicate the ground level)
\n" );
document.write( "• make at least one \"function\" below the ground level \n" );
document.write( "
Algebra.Com's Answer #847943 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! To create a roller coaster on Desmos using only quadratic functions, we'll need to piece together multiple functions, each defining a specific section of the track. Here's a basic outline:\r \n" ); document.write( "\n" ); document.write( "Initial Climb: A quadratic function that starts at ground level and rises to a peak. \n" ); document.write( "First Drop: A quadratic function that descends from the peak, going below ground level. \n" ); document.write( "Loop: Two quadratic functions, one for the upward part of the loop and one for the downward part. \n" ); document.write( "Final Drop and Leveling Off: A quadratic function that descends from the loop and levels off slightly above ground level. \n" ); document.write( "Here's a possible set of equations:\r \n" ); document.write( "\n" ); document.write( "f(x) = -0.05(x-10)^2 + 10 // Initial climb \n" ); document.write( "g(x) = -0.1(x-20)^2 + 15 // First drop \n" ); document.write( "h(x) = 0.05(x-30)^2 - 5 // Upward part of the loop \n" ); document.write( "i(x) = -0.05(x-40)^2 + 5 // Downward part of the loop \n" ); document.write( "j(x) = -0.02(x-50)^2 + 1 // Final drop and leveling off \n" ); document.write( "To input these functions into Desmos:\r \n" ); document.write( "\n" ); document.write( "Go to https://www.desmos.com/calculator \n" ); document.write( "In the expression bar, type each function one by one, pressing Enter after each. \n" ); document.write( "You can adjust the coefficients to fine-tune the shape of the roller coaster. For example, increasing the coefficient of the squared term will make the curve steeper, while decreasing it will make it flatter.\r \n" ); document.write( "\n" ); document.write( "Remember to experiment and have fun! You can create more complex roller coasters by adding more functions and adjusting the parameters.\r \n" ); document.write( "\n" ); document.write( "Tip: To visualize the roller coaster better, you can adjust the viewing window in Desmos. Click on the wrench icon in the top right corner and adjust the x-min, x-max, y-min, and y-max values. \n" ); document.write( " |