Trigonometric IntegralsExpected Educational ResultsBloom’s TaxonomyArclengthBloom’s TaxonomyDefinitionsInvestigation 01Investigation 02Investigation 03Investigation 04Use Technology to Approximate ArclengthHomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Find the exact arclength:
Set up the integral to find the exact arclength:
Use technology to estimate (to two (2) decimal places) any of the arclengths from Investigation 02 or Investigation 03.
NOTE: On all Assessments, if you are asked for a decimal approximation for arclength, you may use technology to estimate the arclength without showing any work.
Mathematica
x1(* Estimate the arclength of x=cos(3y) from y=0 to y=pi *)2NIntegrate[Sqrt[(-3Sin[3y])^2+1], {y, 0, Pi}]3
4(* Alternatively *)5Integrate[Sqrt[(-3Sin[3y])^2+1], {y, 0, Pi}]//NWarnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: https://www.jjw3.com/Common_Mathematica_Code.html.
NIntegrate[ ] has two arguments:
The function in the argument of the integral;
For help on using the Integrate[ ] function:
Mathematica syntax:
When
Remember, correct Mathematica code will be all black except for variables.
Parens,
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
At this time, you should be able to complete the following assignments:
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Created: Tuesday, 29 September 2020 12:20 EDT Last Modified: Wednesday, 02 March 2022 - 03:19 (EST)