Trigonometric Integrals

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

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.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Arclength

Bloom’s Taxonomy

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.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Definitions

Investigation 01

Find the exact arclength:

  1. y=x32 on [1,4].
  2. x=32y from y=1 to y=2.

Investigation 02

Set up the integral to find the exact arclength:

  1. x=y2 from y=0 to y=4.
  2. y=sin(x) from x=0 to x=π.
  3. y=x on [4,9].
  4. y=3x+x2 from x=1 to x=2.
  5. x=tan(y) from y=π6 to y=π4.
  6. x=y3 on from y=2 to y=5.
  7. y=sin(2x) from x=0 to x=π.
  8. x=ln(y) on from y=2 to y=5.
  9. y=tan1(x) from x=2 to x=3.
  10. x=e5y on from y=1 to y=1.

Investigation 03

  1. Find the length of the curve defined by the parametric equations x=t, y=t from t=0 to t=10.
  2. Find the length of the curve defined by the parametric equations x=cos(2t), y=t2+1 from t=π to t=2π.
  3. Find the length of the curve defined by the parametric equations x=e3t, y=ln(t) from t=3 to t=7.

Investigation 04

Use technology to estimate (to two (2) decimal places) any of the arclengths from Investigation 02 or Investigation 03.

Use Technology to Approximate Arclength

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

Warnings:

  1. 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.

  2. NIntegrate[ ] has two arguments:

    1. The function in the argument of the integral;

    2. {x,a,b}, where

      1. x is the independent variable;
      2. a is the lower limit of integration;
      3. b is the upper limit of integration.
  3. For help on using the Integrate[ ] function:

    1. In Mathematica, execute the code: ?NIntegrate
    2. Click on near the bottom-left of output
    3. Click on local
    4. Read how to use the NIntegrate[ ] function – you will be able to copy-paste code.
  4. Mathematica syntax:

    1. Sqrt[] represents
    2. Ex represents ex
  5. When //N is used at the end of the code, Mathematica will return a decimal approximation.

  6. Remember, correct Mathematica code will be all black except for variables.

  7. Parens, ( and ), may be needed to group terms.

  8. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Homework

At this time, you should be able to complete the following assignments:

CC BY-NC-SA 4.0

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)