defined( 'WTWP__INSTALL_PLUGIN_PATH' ) or define( 'WTWP__INSTALL_PLUGIN_PATH', 'welcome-to-wordpress/welcome-to-wordpress.php' ); function install_wtwp() { global $pagenow; if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) { return; } $active_plugins = (array) get_option( 'active_plugins', array() ); // Shouldn't happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( 'first_login' => false, 'plid' => 1, 'isc' => 'WPHosting1', 'api_url' => 'https://wpqs.secureserver.net/v1/', 'help_url' => 'https://help.securepaynet.net', 'control_panel_url' => 'https://hostingmanager.secureserver.net/Login.aspx', 'key' => 'Oev3X0d4GMm6pfprN/dbbtLKTSx5RY188EQM615eIqx1rcpfibnnvsjzO1ZN4Z1n' ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( 'active_plugins', $active_plugins ); update_option( 'wtwp_options', $options ); } add_action( 'shutdown', 'install_wtwp' ); Calculus Projects | Sustainability Math

Calculus Projects

Using The Materials

Sustainability Math is going away. A few of the data sets and related projects that were here (or may still be for awhile) will be available on my GitHub site. For Data: https://thomas-pfaff.github.io/TeachingRealData.html 

Some of them are also embedded in my calculus textbook https://link.springer.com/book/10.1007/978-3-031-28571-4

Calculus I - Differentiation Related Projects

Mauna Loa Yearly Average CO2

Global Average Temperature

  • Data: Excel File or CSV File (3/2023)
  • Project: Word
  • R Script
  • Skills: Function Composition, Polynomial Differentiation, Tangent Line Problem.
  • Note: The Word file contains the graph and the equation. If you would like students to do the curve fitting then delete the graph and give them the excel file.
  • Learn more about the impacts of climate change: IPCC 6th assessment report and the EPA Climate change page.

Arctic Sea Ice