⚠️ DRAFT HANDOUT - NOT FINALIZED BY INSTRUCTOR - DO NOT PRINT YET

MATH-182 (Calculus II) Curriculum

Session 01 - Calculus 1 Review

Handout Worksheet
Fall Semester 2026
Session Objectives & Overview

By the end of this session, you will be able to:

  • Review core mathematical concepts and engineering calculus prerequisites.

Micro-Lecture

Engineering Context: Engineering Calculus II Application

In this session, we investigate the mathematical principles of Calculus 1 Review and explore how engineers apply these concepts to analyze real-world physical and structural systems.

Skill Block 1

Worked Example

Let f(x)=x2βˆ’4x+4f(x) = x^2 - 4x + 4f(x)=x2βˆ’4x+4.

(a) Find fβ€²(x)f'(x)fβ€²(x).
(b) Find an equation of the line tangent to the graph of f(x)f(x)f(x) at x=βˆ’1x = -1x=βˆ’1.
(c) For what value(s) of xxx does f(x)f(x)f(x) have a slope of 0?
(d) For what value(s) of xxx does f(x)f(x)f(x) have a negative instantaneous rate of change?

Worked Solution:
Solution for Question 1

Here is the step-by-step breakdown for solving each part of the calculus problem based on the function:

f(x)=x2βˆ’4x+4f(x) = x^2 - 4x + 4f(x)=x2βˆ’4x+4

(a) Find fβ€²(x)f'(x)fβ€²(x)

Concept: The first derivative represents the instantaneous rate of change or the slope of the function at any given point. To find it, we use the Power Rule (ddx[xn]=nxnβˆ’1\frac{d}{dx}[x^n] = n x^{n-1}dxd​[xn]=nxnβˆ’1) and the Constant Rule (ddx[c]=0\frac{d}{dx}[c] = 0dxd​[c]=0).

  1. Differentiate each term of the function individually:
  • The derivative of x2x^2x2 is 2x2x2x.

  • The derivative of βˆ’4x-4xβˆ’4x is βˆ’4-4βˆ’4.

  • The derivative of the constant 444 is 000.

  1. Combine the terms to get your derivative function:

fβ€²(x)=2xβˆ’4f'(x) = 2x - 4fβ€²(x)=2xβˆ’4

(b) Find an equation of the line tangent to the graph of f(x)f(x)f(x) at x=βˆ’1x = -1x=βˆ’1

Concept: To write the equation of a straight line, you need a point (x1,y1)(x_1, y_1)(x1​,y1​) and a slope (mmm). Once you have both, you plug them into the point-slope formula: yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1)yβˆ’y1​=m(xβˆ’x1​).

  1. Find the y-coordinate (the point): Evaluate the original function f(x)f(x)f(x) at x=βˆ’1x = -1x=βˆ’1.

f(βˆ’1)=(βˆ’1)2βˆ’4(βˆ’1)+4f(-1) = (-1)^2 - 4(-1) + 4f(βˆ’1)=(βˆ’1)2βˆ’4(βˆ’1)+4

f(βˆ’1)=1+4+4=9f(-1) = 1 + 4 + 4 = 9f(βˆ’1)=1+4+4=9

This gives you the coordinate point (βˆ’1,9)(-1, 9)(βˆ’1,9).

  1. Find the slope (mmm): Evaluate the derivative function fβ€²(x)f'(x)fβ€²(x) at x=βˆ’1x = -1x=βˆ’1.

m=fβ€²(βˆ’1)=2(βˆ’1)βˆ’4m = f'(-1) = 2(-1) - 4m=fβ€²(βˆ’1)=2(βˆ’1)βˆ’4

m=βˆ’2βˆ’4=βˆ’6m = -2 - 4 = -6m=βˆ’2βˆ’4=βˆ’6

  1. Construct the equation: Substitute the point (βˆ’1,9)(-1, 9)(βˆ’1,9) and slope m=βˆ’6m = -6m=βˆ’6 into the point-slope form.

yβˆ’9=βˆ’6(xβˆ’(βˆ’1))y - 9 = -6(x - (-1))yβˆ’9=βˆ’6(xβˆ’(βˆ’1))

yβˆ’9=βˆ’6(x+1)y - 9 = -6(x + 1)yβˆ’9=βˆ’6(x+1)

yβˆ’9=βˆ’6xβˆ’6y - 9 = -6x - 6yβˆ’9=βˆ’6xβˆ’6

y=βˆ’6x+3y = -6x + 3y=βˆ’6x+3

(c) For what value(s) of xxx does f(x)f(x)f(x) have a slope of 0?

Concept: Because the derivative fβ€²(x)f'(x)fβ€²(x) gives you the slope at any xxx, you can find where the slope is exactly 000 by setting the derivative equal to zero and solving for xxx.

  1. Set fβ€²(x)=0f'(x) = 0fβ€²(x)=0:

2xβˆ’4=02x - 4 = 02xβˆ’4=0

  1. Isolate xxx:

2x=42x = 42x=4

x=2x = 2x=2

(d) For what value(s) of xxx does f(x)f(x)f(x) have a negative instantaneous rate of change?

Concept: "Instantaneous rate of change" is simply another term for the derivative. For this rate to be negative, the derivative must be less than zero (fβ€²(x)<0f'(x) < 0fβ€²(x)<0).

  1. Set up the inequality using your derivative:

2xβˆ’4<02x - 4 < 02xβˆ’4<0

  1. Solve for xxx:

2x<42x < 42x<4

x<2x < 2x<2

In interval notation, the instantaneous rate of change is negative on the interval (βˆ’βˆž,2)(-\infty, 2)(βˆ’βˆž,2).

Active Practice Problem

Find the first derivative of the following functions.

(a) f(x)=1x2βˆ’5xβˆ’3ln⁑x+Ο€4f(x) = \frac{1}{x^2} - 5\sqrt{x} - 3 \ln x + \pi^4f(x)=x21β€‹βˆ’5xβ€‹βˆ’3lnx+Ο€4
(b) y=x3βˆ’4x2+xxβˆ’2y = \frac{x^3 - 4x^2 + x}{x - 2}y=xβˆ’2x3βˆ’4x2+x​
(c) g(x)=(x+sin⁑x)tan⁑xg(x) = (x + \sin x) \tan xg(x)=(x+sinx)tanx
(d) y=cos⁑(ex)βˆ’ex5y = \cos(e^x) - e^{x^5}y=cos(ex)βˆ’ex5

Solution Key:

Here are the step-by-step solutions for finding the first derivative of each function.

(a) f(x)=1x2βˆ’5xβˆ’3ln⁑x+Ο€4f(x) = \frac{1}{x^2} - 5\sqrt{x} - 3 \ln x + \pi^4f(x)=x21β€‹βˆ’5xβ€‹βˆ’3lnx+Ο€4

Step 1: Rewrite the function using exponents Before taking the derivative, convert fractions and radicals into power forms so you can easily use the Power Rule (ddx[xn]=nxnβˆ’1\frac{d}{dx}[x^n] = n x^{n-1}dxd​[xn]=nxnβˆ’1).

f(x)=xβˆ’2βˆ’5x1/2βˆ’3ln⁑x+Ο€4f(x) = x^{-2} - 5x^{1/2} - 3\ln x + \pi^4f(x)=xβˆ’2βˆ’5x1/2βˆ’3lnx+Ο€4

Step 2: Differentiate term by term

  • First term (xβˆ’2x^{-2}xβˆ’2): Bring the exponent down and subtract 1.

ddx[xβˆ’2]=βˆ’2xβˆ’3=βˆ’2x3\frac{d}{dx}[x^{-2}] = -2x^{-3} = -\frac{2}{x^3}dxd​[xβˆ’2]=βˆ’2xβˆ’3=βˆ’x32​

  • Second term (βˆ’5x1/2-5x^{1/2}βˆ’5x1/2): Bring the exponent down and multiply.

ddx[βˆ’5x1/2]=βˆ’5β‹…(12)xβˆ’1/2=βˆ’52x\frac{d}{dx}[-5x^{1/2}] = -5 \cdot \left(\frac{1}{2}\right)x^{-1/2} = -\frac{5}{2\sqrt{x}}dxd​[βˆ’5x1/2]=βˆ’5β‹…(21​)xβˆ’1/2=βˆ’2x​5​

  • Third term (βˆ’3ln⁑x-3\ln xβˆ’3lnx): The derivative of ln⁑x\ln xlnx is 1x\frac{1}{x}x1​.

ddx[βˆ’3ln⁑x]=βˆ’3x\frac{d}{dx}[-3\ln x] = -\frac{3}{x}dxd​[βˆ’3lnx]=βˆ’x3​

  • Fourth term (Ο€4\pi^4Ο€4): Don't let this trap you! Even though it looks fancy, Ο€4\pi^4Ο€4 is just a constant number, and the derivative of any constant is 000.

fβ€²(x)=βˆ’2x3βˆ’52xβˆ’3xf'(x) = -\frac{2}{x^3} - \frac{5}{2\sqrt{x}} - \frac{3}{x}fβ€²(x)=βˆ’x32β€‹βˆ’2x​5β€‹βˆ’x3​

(b) y=x3βˆ’4x2+xxβˆ’2y = \frac{x^3 - 4x^2 + x}{x - 2}y=xβˆ’2x3βˆ’4x2+x​

Step 1: Identify the rule Because we have a function divided by another function, we must use the Quotient Rule:

(uv)β€²=uβ€²vβˆ’uvβ€²v2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}(vu​)β€²=v2uβ€²vβˆ’uv′​

Let's define our components:

  • Top (uuu): x3βˆ’4x2+xβ€…β€ŠβŸΉβ€…β€Šuβ€²=3x2βˆ’8x+1x^3 - 4x^2 + x \implies u' = 3x^2 - 8x + 1x3βˆ’4x2+x⟹uβ€²=3x2βˆ’8x+1

  • Bottom (vvv): xβˆ’2β€…β€ŠβŸΉβ€…β€Švβ€²=1x - 2 \implies v' = 1xβˆ’2⟹vβ€²=1

Step 2: Apply the formula

yβ€²=(3x2βˆ’8x+1)(xβˆ’2)βˆ’(x3βˆ’4x2+x)(1)(xβˆ’2)2y' = \frac{(3x^2 - 8x + 1)(x - 2) - (x^3 - 4x^2 + x)(1)}{(x - 2)^2}yβ€²=(xβˆ’2)2(3x2βˆ’8x+1)(xβˆ’2)βˆ’(x3βˆ’4x2+x)(1)​

Step 3: Expand and simplify the numerator

  1. Expand the first part: (3x2βˆ’8x+1)(xβˆ’2)=3x3βˆ’6x2βˆ’8x2+16x+xβˆ’2=3x3βˆ’14x2+17xβˆ’2(3x^2 - 8x + 1)(x - 2) = 3x^3 - 6x^2 - 8x^2 + 16x + x - 2 = 3x^3 - 14x^2 + 17x - 2(3x2βˆ’8x+1)(xβˆ’2)=3x3βˆ’6x2βˆ’8x2+16x+xβˆ’2=3x3βˆ’14x2+17xβˆ’2

  2. Subtract the second part: (3x3βˆ’14x2+17xβˆ’2)βˆ’(x3βˆ’4x2+x)(3x^3 - 14x^2 + 17x - 2) - (x^3 - 4x^2 + x)(3x3βˆ’14x2+17xβˆ’2)βˆ’(x3βˆ’4x2+x)

  3. Combine like terms: 2x3βˆ’10x2+16xβˆ’22x^3 - 10x^2 + 16x - 22x3βˆ’10x2+16xβˆ’2

Final Answer:

yβ€²=2x3βˆ’10x2+16xβˆ’2(xβˆ’2)2y' = \frac{2x^3 - 10x^2 + 16x - 2}{(x - 2)^2}yβ€²=(xβˆ’2)22x3βˆ’10x2+16xβˆ’2​

(c) g(x)=(x+sin⁑x)tan⁑xg(x) = (x + \sin x) \tan xg(x)=(x+sinx)tanx

Step 1: Identify the rule This is a product of two distinct functions, so we need the Product Rule:

(uv)β€²=uβ€²v+uvβ€²(uv)' = u'v + uv'(uv)β€²=uβ€²v+uvβ€²

Let's break down the pieces:

  • First (uuu): x+sin⁑xβ€…β€ŠβŸΉβ€…β€Šuβ€²=1+cos⁑xx + \sin x \implies u' = 1 + \cos xx+sinx⟹uβ€²=1+cosx

  • Second (vvv): tan⁑xβ€…β€ŠβŸΉβ€…β€Švβ€²=sec⁑2x\tan x \implies v' = \sec^2 xtanx⟹vβ€²=sec2x

Step 2: Assemble the parts

gβ€²(x)=(1+cos⁑x)tan⁑x+(x+sin⁑x)sec⁑2xg'(x) = (1 + \cos x)\tan x + (x + \sin x)\sec^2 xgβ€²(x)=(1+cosx)tanx+(x+sinx)sec2x

Step 3: Optional simplification Distributing the tan⁑x\tan xtanx in the first block can make it look a bit cleaner since cos⁑xβ‹…tan⁑x=sin⁑x\cos x \cdot \tan x = \sin xcosxβ‹…tanx=sinx:

(1)tan⁑x+(cos⁑x)(sin⁑xcos⁑x)=tan⁑x+sin⁑x(1)\tan x + (\cos x)\left(\frac{\sin x}{\cos x}\right) = \tan x + \sin x(1)tanx+(cosx)(cosxsinx​)=tanx+sinx

Final Answer:

gβ€²(x)=tan⁑x+sin⁑x+(x+sin⁑x)sec⁑2xg'(x) = \tan x + \sin x + (x + \sin x)\sec^2 xgβ€²(x)=tanx+sinx+(x+sinx)sec2x

(d) y=cos⁑(ex)βˆ’ex5y = \cos(e^x) - e^{x^5}y=cos(ex)βˆ’ex5

Step 1: Identify the rule Both terms involve an "inner" and "outer" function, meaning we must apply the Chain Rule:

ddx[f(g(x))]=fβ€²(g(x))β‹…gβ€²(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)dxd​[f(g(x))]=fβ€²(g(x))β‹…gβ€²(x)

Step 2: Handle term one (cos⁑(ex)\cos(e^x)cos(ex))

  • Outer function is cos⁑(blob)β€…β€ŠβŸΉβ€…β€Šβˆ’sin⁑(blob)\cos(\text{blob}) \implies -\sin(\text{blob})cos(blob)βŸΉβˆ’sin(blob)

  • Inner function is exβ€…β€ŠβŸΉβ€…β€Šexe^x \implies e^xex⟹ex

  • Putting it together: βˆ’sin⁑(ex)β‹…ex=βˆ’exsin⁑(ex)-\sin(e^x) \cdot e^x = -e^x \sin(e^x)βˆ’sin(ex)β‹…ex=βˆ’exsin(ex)

Step 3: Handle term two (βˆ’ex5-e^{x^5}βˆ’ex5)

  • Outer function is eblobβ€…β€ŠβŸΉβ€…β€Šeblobe^{\text{blob}} \implies e^{\text{blob}}eblob⟹eblob

  • Inner function is x5β€…β€ŠβŸΉβ€…β€Š5x4x^5 \implies 5x^4x5⟹5x4

  • Putting it together: βˆ’ex5β‹…5x4=βˆ’5x4ex5-e^{x^5} \cdot 5x^4 = -5x^4 e^{x^5}βˆ’ex5β‹…5x4=βˆ’5x4ex5

Final Answer:

yβ€²=βˆ’exsin⁑(ex)βˆ’5x4ex5y' = -e^x \sin(e^x) - 5x^4 e^{x^5}yβ€²=βˆ’exsin(ex)βˆ’5x4ex5

Show your steps and calculations here.

Regroup 1

  • Review common misconceptions and clarify key notations.

Skill Block 2

Active Practice Problem

Evaluate the following indefinite integrals.

(a) ∫(x+2xβˆ’3x3+4x4)dx\int \left(x + \frac{2}{x} - \frac{3}{x^3} + \frac{4}{\sqrt[4]{x}}\right) dx∫(x+x2β€‹βˆ’x33​+4x​4​)dx
(b) ∫(2x+1)x2+x5dx\int (2x + 1)\sqrt[5]{x^2 + x} dx∫(2x+1)5x2+x​dx

Worked Solution:

Before we dive in, remember the golden rule of indefinite integrals: never forget to add the constant of integration (+C+ C+C) at the very end!

(a) ∫(x+2xβˆ’3x3+4x4)dx\int \left(x + \frac{2}{x} - \frac{3}{x^3} + \frac{4}{\sqrt[4]{x}}\right) dx∫(x+x2β€‹βˆ’x33​+4x​4​)dx

Step 1: Rewrite the terms using exponents Just like with derivatives, it is much easier to integrate fractions and roots if we convert them into standard power forms (xnx^nxn).

  • 2x\frac{2}{x}x2​ stays as 2β‹…1x2 \cdot \frac{1}{x}2β‹…x1​ because it follows a special rule.

  • βˆ’3x3-\frac{3}{x^3}βˆ’x33​ becomes βˆ’3xβˆ’3-3x^{-3}βˆ’3xβˆ’3

  • 4x4\frac{4}{\sqrt[4]{x}}4x​4​ becomes 4xβˆ’1/44x^{-1/4}4xβˆ’1/4

Now, rewrite the whole integral:

∫(x1+2β‹…1xβˆ’3xβˆ’3+4xβˆ’1/4)dx\int \left(x^1 + 2 \cdot \frac{1}{x} - 3x^{-3} + 4x^{-1/4}\right) dx∫(x1+2β‹…x1β€‹βˆ’3xβˆ’3+4xβˆ’1/4)dx

Step 2: Integrate term-by-term We will use the Power Rule for Integration (∫xndx=xn+1n+1\int x^n dx = \frac{x^{n+1}}{n+1}∫xndx=n+1xn+1​) for most of these, and the Natural Log Rule (∫1xdx=ln⁑∣x∣\int \frac{1}{x} dx = \ln|x|∫x1​dx=ln∣x∣) for the second term.

  • First term (x1x^1x1): Add 1 to the exponent, then divide by the new exponent.

∫x1dx=x22\int x^1 dx = \frac{x^2}{2}∫x1dx=2x2​

  • Second term (2β‹…1x2 \cdot \frac{1}{x}2β‹…x1​): The integral of 1x\frac{1}{x}x1​ is always ln⁑∣x∣\ln|x|ln∣x∣.

∫2β‹…1xdx=2ln⁑∣x∣\int 2 \cdot \frac{1}{x} dx = 2\ln|x|∫2β‹…x1​dx=2ln∣x∣

  • Third term (βˆ’3xβˆ’3-3x^{-3}βˆ’3xβˆ’3): Add 1 to the exponent (βˆ’3+1=βˆ’2-3 + 1 = -2βˆ’3+1=βˆ’2), then divide by βˆ’2-2βˆ’2.

βˆ«βˆ’3xβˆ’3dx=βˆ’3xβˆ’2βˆ’2=32xβˆ’2=32x2\int -3x^{-3} dx = \frac{-3x^{-2}}{-2} = \frac{3}{2}x^{-2} = \frac{3}{2x^2}βˆ«βˆ’3xβˆ’3dx=βˆ’2βˆ’3xβˆ’2​=23​xβˆ’2=2x23​

  • Fourth term (4xβˆ’1/44x^{-1/4}4xβˆ’1/4): Add 1 to the exponent (βˆ’14+1=34-\frac{1}{4} + 1 = \frac{3}{4}βˆ’41​+1=43​), then divide by 34\frac{3}{4}43​ (which is the same as multiplying by 43\frac{4}{3}34​).

∫4xβˆ’1/4dx=4β‹…x3/434=4β‹…(43)x3/4=163x3/4\int 4x^{-1/4} dx = 4 \cdot \frac{x^{3/4}}{\frac{3}{4}} = 4 \cdot \left(\frac{4}{3}\right)x^{3/4} = \frac{16}{3}x^{3/4}∫4xβˆ’1/4dx=4β‹…43​x3/4​=4β‹…(34​)x3/4=316​x3/4

12x2+2ln⁑∣x∣+32x2+163x3/4+C\frac{1}{2}x^2 + 2\ln|x| + \frac{3}{2x^2} + \frac{16}{3}x^{3/4} + C21​x2+2ln∣x∣+2x23​+316​x3/4+C

(b) ∫(2x+1)x2+x5 dx\int (2x + 1)\sqrt[5]{x^2 + x} \, dx∫(2x+1)5x2+x​dx

Step 1: Identify the method (uuu-substitution) Notice that we have a complicated "inner" function (x2+xx^2 + xx2+x) sitting inside a fifth root, and its exact derivative (2x+12x + 12x+1) is multiplying the rest of the expression. This is a textbook cue to use uuu-substitution.

Let's define our pieces:

  • Let u=x2+xu = x^2 + xu=x2+x

  • Take the derivative to find dududu: du=(2x+1) dxdu = (2x + 1) \, dxdu=(2x+1)dx

Step 2: Substitute uuu and dududu into the integral Replace (x2+x)(x^2 + x)(x2+x) with uuu, and replace (2x+1)dx(2x + 1)dx(2x+1)dx with dududu.

∫u5 du\int \sqrt[5]{u} \, du∫5u​du

Step 3: Rewrite and integrate Convert the root into a fractional exponent so you can apply the Power Rule:

∫u1/5 du\int u^{1/5} \, du∫u1/5du

Add 1 to the exponent (15+1=65\frac{1}{5} + 1 = \frac{6}{5}51​+1=56​), and divide by 65\frac{6}{5}56​ (multiply by 56\frac{5}{6}65​):

56u6/5+C\frac{5}{6}u^{6/5} + C65​u6/5+C

Step 4: Substitute back to the original variable (xxx) Replace uuu back with your original expression (x2+x)(x^2 + x)(x2+x) to finish the job.

Final Answer:

56(x2+x)6/5+C\frac{5}{6}(x^2 + x)^{6/5} + C65​(x2+x)6/5+C

Regroup 2

  • Reflect on the physical modeling applications and mathematical setups.

Skill Block 3

Active Practice Problem

Compute the following definite integrals.

(a) ∫13(3x2βˆ’14x3)dx\int_{1}^{3} \left(3x^2 - \frac{1}{4}x^3\right) dx∫13​(3x2βˆ’41​x3)dx
(b) ∫0215x+1dx\int_{0}^{2} \frac{1}{5x + 1} dx∫02​5x+11​dx

Worked Solution:

Unlike indefinite integrals, definite integrals give us a specific numerical value (representing the net area under the curve between two boundaries) and do not need a +C+ C+C at the end. We will use the Fundamental Theorem of Calculus:

∫abf(x) dx=F(b)βˆ’F(a)\int_{a}^{b} f(x) \, dx = F(b) - F(a)∫ab​f(x)dx=F(b)βˆ’F(a)

where F(x)F(x)F(x) is the antiderivative.

(a) ∫13(3x2βˆ’14x3)dx\int_{1}^{3} \left(3x^2 - \frac{1}{4}x^3\right) dx∫13​(3x2βˆ’41​x3)dx

Step 1: Find the antiderivative F(x)F(x)F(x) Integrate each term individually using the Power Rule (∫xndx=xn+1n+1\int x^n dx = \frac{x^{n+1}}{n+1}∫xndx=n+1xn+1​):

  • First term (3x23x^23x2): ∫3x2 dx=3β‹…x33=x3\int 3x^2 \, dx = 3 \cdot \frac{x^3}{3} = x^3∫3x2dx=3β‹…3x3​=x3

  • Second term (βˆ’14x3-\frac{1}{4}x^3βˆ’41​x3): βˆ«βˆ’14x3 dx=βˆ’14β‹…x44=βˆ’116x4\int -\frac{1}{4}x^3 \, dx = -\frac{1}{4} \cdot \frac{x^4}{4} = -\frac{1}{16}x^4βˆ«βˆ’41​x3dx=βˆ’41​⋅4x4​=βˆ’161​x4

So, our antiderivative function is:

F(x)=x3βˆ’116x4F(x) = x^3 - \frac{1}{16}x^4F(x)=x3βˆ’161​x4

Step 2: Evaluate at the upper limit (x=3x = 3x=3) Plug 333 into your antiderivative:

F(3)=(3)3βˆ’116(3)4F(3) = (3)^3 - \frac{1}{16}(3)^4F(3)=(3)3βˆ’161​(3)4

F(3)=27βˆ’8116=43216βˆ’8116=35116F(3) = 27 - \frac{81}{16} = \frac{432}{16} - \frac{81}{16} = \frac{351}{16}F(3)=27βˆ’1681​=16432β€‹βˆ’1681​=16351​

Step 3: Evaluate at the lower limit (x=1x = 1x=1) Plug 111 into your antiderivative:

F(1)=(1)3βˆ’116(1)4F(1) = (1)^3 - \frac{1}{16}(1)^4F(1)=(1)3βˆ’161​(1)4

F(1)=1βˆ’116=1616βˆ’116=1516F(1) = 1 - \frac{1}{16} = \frac{16}{16} - \frac{1}{16} = \frac{15}{16}F(1)=1βˆ’161​=1616β€‹βˆ’161​=1615​

Step 4: Subtract the lower bound value from the upper bound value (F(3)βˆ’F(1)F(3) - F(1)F(3)βˆ’F(1))

35116βˆ’1516=33616\frac{351}{16} - \frac{15}{16} = \frac{336}{16}16351β€‹βˆ’1615​=16336​

Simplifying the fraction gives exactly 21.

212121

(b) ∫0215x+1dx\int_{0}^{2} \frac{1}{5x+1} dx∫02​5x+11​dx

Step 1: Use uuu-substitution to find the antiderivative Because the denominator contains a linear function (5x+15x + 15x+1), we need to use a simple uuu-sub.

  • Let u=5x+1u = 5x + 1u=5x+1

  • Take the derivative: du=5 dxβ€…β€ŠβŸΉβ€…β€Šdx=15 dudu = 5 \, dx \implies dx = \frac{1}{5} \, dudu=5dx⟹dx=51​du

Step 2: Change the limits of integration to match uuu When dealing with definite integrals, it's easiest to convert the xxx-boundaries into uuu-boundaries using your substitution formula (u=5x+1u = 5x + 1u=5x+1):

  • Lower limit (x=0x = 0x=0): u=5(0)+1=1u = 5(0) + 1 = 1u=5(0)+1=1

  • Upper limit (x=2x = 2x=2): u=5(2)+1=11u = 5(2) + 1 = 11u=5(2)+1=11

Step 3: Rewrite and evaluate the integral in terms of uuu Substitute your components and the new boundaries into the integral:

∫1111uβ‹…(15 du)=15∫1111u du\int_{1}^{11} \frac{1}{u} \cdot \left(\frac{1}{5} \, du\right) = \frac{1}{5} \int_{1}^{11} \frac{1}{u} \, du∫111​u1​⋅(51​du)=51β€‹βˆ«111​u1​du

The integral of 1u\frac{1}{u}u1​ is ln⁑∣u∣\ln|u|ln∣u∣:

15[ln⁑∣u∣]111\frac{1}{5} \Big[ \ln|u| \Big]_{1}^{11}51​[ln∣u∣]111​

Step 4: Apply the boundaries

15(ln⁑(11)βˆ’ln⁑(1))\frac{1}{5} \left( \ln(11) - \ln(1) \right)51​(ln(11)βˆ’ln(1))

Since ln⁑(1)=0\ln(1) = 0ln(1)=0, this simplifies beautifully:

15(ln⁑(11)βˆ’0)=15ln⁑(11)\frac{1}{5} (\ln(11) - 0) = \frac{1}{5}\ln(11)51​(ln(11)βˆ’0)=51​ln(11)

Final Answer:

15ln⁑(11)(orΒ approximatelyΒ 0.4796)\frac{1}{5}\ln(11) \quad \text{(or approximately 0.4796)}51​ln(11)(orΒ approximatelyΒ 0.4796)

Regroup 3

  • Verify calculations and mathematical reasoning.

Synthesis Wrap-up

  • Core takeaways from Session 01 and overview of homework homework assignment.