Admin 12 Jun 2026 01:10

 

MATH 165 (Calculus I) Test 2 Review Sheet - Cohen

Introduction

This review sheet covers the key topics for Test 2 in MATH 165 (Calculus I) as outlined by Professor Cohen. Test 2 focuses on differentiation techniques, applications of derivatives, and related rates problems. This material builds upon the fundamental limits and derivatives covered in Test 1.

Test Format and Weighting

  • Test 2 will consist of approximately 8-10 problems
  • The test is designed to be completed in 75 minutes
  • No calculators or formula sheets are permitted
  • All work must be shown for full credit
  • Partial credit may be awarded for correct approaches even with calculation errors

Key Topics Covered

  1. Differentiation Rules
  2. Chain Rule and Composite Functions
  3. Implicit Differentiation
  4. Related Rates Problems
  5. Applications of Derivatives
  6. Curve Sketching Using Derivatives

Differentiation Rules Review

Master the following basic differentiation rules:

Power Rule

d/dx [x^n] = nx^(n-1)

Constant Multiple Rule

d/dx [cf(x)] = cf'(x)

Sum/Difference Rules

d/dx [f(x) g(x)] = f'(x) g'(x)

Product Rule

d/dx [f(x)g(x)] = f'(x)g(x) + f(x)g'(x)

Quotient Rule

d/dx [f(x)/g(x)] = [f'(x)g(x) - f(x)g'(x)]/[g(x)]

Chain Rule

d/dx [f(g(x))] = f'(g(x))g'(x)

Differentiating Specific Functions

Trigonometric Functions

  • d/dx [sin(x)] = cos(x)
  • d/dx [cos(x)] = -sin(x)
  • d/dx [tan(x)] = sec(x)
  • d/dx [sec(x)] = sec(x)tan(x)
  • d/dx [csc(x)] = -csc(x)cot(x)
  • d/dx [cot(x)] = -csc(x)

Exponential and Logarithmic Functions

  • d/dx [e] = e
  • d/dx [ln(x)] = 1/x

Chain Rule Applications

The chain rule is essential for differentiating composite functions. Remember to work from the outside in:

Example 1: Chain Rule Application

Find the derivative of: f(x) = sin(x + 2x).

Solution:

Let g(x) = x + 2x and h(x) = sin(x)

Then f(x) = h(g(x))

f'(x) = h'(g(x))g'(x)

f'(x) = cos(x + 2x)(3x + 2)

Example 2: Multiple Chain Rules

Find the derivative of: f(x) = ln(sin(x))

Solution:

f'(x) = (1/sin(x))cos(x)2x

f'(x) = [2xcos(x)]/[sin(x)]

f'(x) = 2xcot(x)

Implicit Differentiation

Remember the key steps for implicit differentiation:

  1. Differentiate both sides with respect to x
  2. When differentiating y terms, add dy/dx (use chain rule)
  3. Solve for dy/dx

Example 3: Implicit Differentiation

Find dy/dx for: x + y = 25

Solution:

2x + 2ydy/dx = 0

2ydy/dx = -2x

dy/dx = -x/y

Example 4: More Complex Implicit Differentiation

Find dy/dx for: sin(xy) + x = y

Solution:

cos(xy)[xdy/dx + y] + 2x = 3ydy/dx

xcos(xy)dy/dx + ycos(xy) + 2x = 3ydy/dx

xcos(xy)dy/dx - 3ydy/dx = -ycos(xy) - 2x

dy/dx[xcos(xy) - 3y] = -ycos(xy) - 2x

dy/dx = [-ycos(xy) - 2x]/[xcos(xy) - 3y]

Related Rates Problems

Strategy for solving related rates problems:

  1. Draw a diagram if appropriate
  2. Identify what is changing and at what rate
  3. Identify what you need to find when
  4. Write an equation relating the quantities
  5. Differentiate with respect to time (t)
  6. Substitute and solve

Example 5: Related Rates

A balloon is rising at a rate of 3 m/s. A boy is standing 30 meters away from the point where the balloon was released. How fast is the distance between the boy and the balloon increasing when the balloon is 40 meters high?

Solution:

Let y be the height of the balloon, x be the distance between the boy and the launch point (constant at 30m), and s be the distance between the boy and the balloon.

We have: s = x + y = 30 + y

Differentiating with respect to time (t):

2sds/dt = 2ydy/dt

When y = 40: s = (30 + 40) = (900 + 1600) = 2500 = 50m

Given dy/dt = 3 m/s:

250ds/dt = 2403

100ds/dt = 240

ds/dt = 2.4 m/s

Applications of Derivatives

Finding Maxima and Minima

To find local extrema:

  1. Find critical points by setting f'(x) = 0 or where f'(x) is undefined
  2. Use the First Derivative Test or Second Derivative Test to classify critical points

Example 6: Finding Extrema

Find all local maximum and minimum values of f(x) = x - 3x + 1

Solution:

f'(x) = 3x - 3 = 3(x - 1) = 3(x-1)(x+1)

Set f'(x) = 0: x = 1 and x = -1

Using the first derivative test:

For x < -1, f'(x) = 3(positive)(negative) = negative

For -1 < x < 1, f'(x) = 3(negative)(positive) = negative

For x > 1, f'(x) = 3(positive)(positive) = positive

The derivative changes from negative to positive at x = 1, so there is a local minimum at x = 1.

There is no sign change at x = -1, so no extremum at x = -1.

The local minimum value is f(1) = 1 - 3 + 1 = -1.

Absolute Extrema on Closed Intervals

To find absolute maximum and minimum on interval [a,b]:

  1. Find critical numbers of f in (a,b)
  2. Evaluate f at the critical numbers
  3. Evaluate f at the endpoints a and b
  4. The largest value is the absolute maximum; the smallest is the absolute minimum

Example 7: Absolute Extrema on Closed Interval

Find the absolute maximum and minimum of f(x) = x - 3x + 2 on the interval [0,3]

Solution:

f'(x) = 3x - 6x = 3x(x - 2)

Critical points: x = 0, x = 2

Evaluating f at critical points and endpoints:

f(0) = (0) - 3(0) + 2 = 2

f(2) = (2) - 3(2) + 2 = 8 - 12 + 2 = -2

f(3) = (3) - 3(3) + 2 = 27 - 27 + 2 = 2

The absolute maximum is 2 at x = 0 and x = 3

The absolute minimum is -2 at x = 2

Curve Sketching Using Derivatives

Use the following information to sketch the graph of a function:

  • Domain and range
  • x and y intercepts
  • Symmetry (even, odd, periodic)
  • Asymptotes (vertical and horizontal)
  • Intervals of increase/decrease (first derivative)
  • Local maxima and minima
  • Intervals of concavity (second derivative)
  • Points of inflection

Example 8: Curve Sketching

Sketch the graph of f(x) = x - 3x - 24x + 10

Solution:

f'(x) = 3x - 6x - 24 = 3(x - 2x - 8) = 3(x-4)(x+2)

Critical points: x = -2 and x = 4

f''(x) = 6x - 6 = 6(x-1)

Inflection point: x = 1

Analyzing intervals:

  • For x < -2: f'(x) > 0, f is increasing
  • For -2 < x < 4: f'(x) < 0, f is decreasing
  • For x > 4: f'(x) > 0, f is increasing
  • For x < 1: f''(x) < 0, f is concave down
  • For x > 1: f''(x) > 0, f is concave up

Using the second derivative test:

  • At x = -2: f''(-2) = 6(-2) - 6 = -18 < 0, so x = -2 is a local maximum
  • At x = 4: f''(4) = 6(4) - 6 = 18 > 0, so x = 4 is a local minimum

Calculating specific points:

  • f(-2) = (-2) - 3(-2) - 24(-2) + 10 = -8 - 12 + 48 + 10 = 38
  • f(1) = (1) - 3(1) - 24(1) + 10 = 1 - 3 - 24 + 10 = -16
  • f(4) = (4) - 3(4) - 24(4) + 10 = 64 - 48 - 96 + 10 = -70

Using this information, we can sketch a graph that increases to (-2,38), then decreases through (1,-16) to (4,-70), and then increases without bound.

Practice Problems

Problem 1: Find the derivative of f(x) = ln(cos(x))

Problem 2: Find dy/dx for sin(x)y = x

Problem 3: A spherical balloon is being inflated at a rate of 10 cm/s. How fast is the radius increasing when the radius is 5 cm?

Problem 4: Find all local extrema of f(x) = x - 4x + 10

Problem 5: Find the absolute maximum and minimum of f(x) = x - 3x + 12 on the interval [-2,3]

Problem 6: Determine the intervals of increase/decrease and concavity for f(x) = x - 6x + 9x

Problem 7: A point is moving along the graph of y = x. When the point is at (2,4), the x-coordinate is increasing at a rate of 5 units per second. How fast is the y-coordinate changing at that instant?

Problem 8: Find the equation of the tangent line to the curve defined by x + 2xy + y = 4 at the point (1,1)

Additional Study Tips

  • Practice deriving from scratch without looking at notes
  • Focus on understanding conceptually rather than just memorizing
  • Pay attention to domain restrictions when solving problems
  • Double-check your work by plugging back into original equations
  • For related rates, clearly define your variables before starting
  • Try to identify patterns in similar problems
  • Make sure you know the derivatives of all basic functions
  • Practice working at a speed that allows you to complete problems in time

Common Mistakes to Avoid

  • Forgetting the chain rule on composite functions
  • Mixing up the order in the quotient rule
  • Not simplifying answers completely
  • Forgetting to differentiate both sides in implicit differentiation
  • Not checking domain restrictions
  • Confusing local and absolute extrema
  • Missing critical points where a derivative is undefined
  • Algebraic errors when solving equations

Formula Sheet to Remember

Derivative Rules:

  • Power Rule: d/dx [x] = nx
  • Product Rule: d/dx [fg] = f'g + fg'
  • Quotient Rule: d/dx [f/g] = [f'g - fg']/g
  • Chain Rule: d/dx [f(g)] = f'(g)g'

Common Derivatives:

  • d/dx [sin(x)] = cos(x)
  • d/dx [cos(x)] = -sin(x)
  • d/dx [tan(x)] = sec(x)
  • d/dx [e] = e
  • d/dx [ln(x)] = 1/x
  • d/dx [sin(x)] = 1/(1-x)
  • d/dx [tan(x)] = 1/(1+x)

Test Day Preparation

  • Get a good night's sleep before the test
  • Arrive early with all necessary materials (ID, pen, pencil)
  • Read through the entire test before beginning
  • Manage your time wisely - spend appropriate time on each problem
  • Show all your work clearly
  • Check your answers if time permits
  • If you get stuck, move on and come back later
  • Breathe and stay calm throughout the test

Answers to Practice Problems

Problem 1:

Using the chain rule twice:

f'(x) = (1/cos(x))(-sin(x))2x

f'(x) = -[2xsin(x)]/cos(x)

f'(x) = -2xtan(x)

Problem 2:

Differentiating both sides with respect to x:

cos(x)y + sin(x)2ydy/dx = 3x

2ysin(x)dy/dx = 3x - cos(x)y

dy/dx = [3x - cos(x)y]/[2ysin(x)]

Problem 3:

The volume of a sphere is V = (4/3)r

Differentiating with respect to time:

dV/dt = 4rdr/dt

Given dV/dt = 10 cm/s and r = 5 cm:

10 = 4(5)dr/dt

10 = 100dr/dt

dr/dt = 10/(100) = 1/(10) 0.032 cm/s

Problem 4:

f'(x) = 4x - 12x = 4x(x - 3)

Critical points: x = 0 and x = 3

Using the second derivative test:

f''(x) = 12x - 24x

f''(0) = 12(0) - 24(0) = 0 (inconclusive)

f''(3) = 12(3) - 24(3) = 108 - 72 = 36 > 0, so x = 3 is a local minimum

Using the first derivative test for x = 0:

For x < 0: f'(x) < 0

For x > 0 but small: f'(x) < 0

The derivative does not change sign at x = 0, so there is no extremum at x = 0

The local minimum value is f(3) = (3) - 4(3) + 10 = 81 - 108 + 10 = -17

Problem 5:

f'(x) = 3x - 6x = 3x(x - 2)

Critical points in [-2,3]: x = 0 and x = 2

Evaluating f at critical points and endpoints:

f(-2) = (-2) - 3(-2) + 12 = -8 - 12 + 12 = -8

f(0) = (0) - 3(0) + 12 = 12

f(2) = (2) - 3(2) + 12 = 8 - 12 + 12 = 8

f(3) = (3) - 3(3) + 12 = 27 - 27 + 12 = 12

The absolute maximum is 12 at x = 0 and x = 3

The absolute minimum is -8 at x = -2

Problem 6:

f'(x) = 3x - 12x + 9 = 3(x - 4x + 3) = 3(x-1)(x-3)

f''(x) = 6x - 12 = 6(x-2)

Critical points: x = 1 and x = 3

Inflection point: x = 2

Intervals of increase: x < 1 and x > 3

Intervals of decrease: 1 < x < 3

Concave down: x < 2

Concave up: x > 2

Problem 7:

Given: y = x, dx/dt = 5 when x = 2

Need: dy/dt when x = 2

dy/dt = d/dt[x] = 2xdx/dt

When x = 2, dy/dt = 2(2)(5) = 20

Therefore, the y-coordinate is changing at a rate of 20 units per second

Problem 8:

Using implicit differentiation:

2x + 2(xdy/dx + y) + 2ydy/dx = 0

2x + 2xdy/dx + 2y + 2ydy/dx = 0

2xdy/dx + 2ydy/dx = -2x - 2y

dy/dx(2x + 2y) = -2(x + y)

dy/dx = -2(x + y)/[2(x + y)] = -1 when x + y 0

At the point (1,1), the slope is -1

Using point-slope form: y - y = m(x - x)

y - 1 = -1(x - 1)

y - 1 = -x + 1

y = -x + 2

Therefore, the equation of the tangent line is y = -x + 2

Reference Files For MATH 165 (CALCULUS I) TEST 2 REVIEW SHEET (COHEN)
Screenshoot
File Name
review2.pdf

File Size
0.14 MB

File Type
PDF

File Site
Description
This file is just a reference file for MATH 165 (CALCULUS I) TEST 2 REVIEW SHEET (COHEN). Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

MATH 165 (CALCULUS I) TEST 2 REVIEW SHEET (COHEN) and Reference File Download Link


admin
Admin
2026-06-12 01:10:16

Hallelujah Leonard Cohen and Reference File Download Link


admin
Admin
2026-06-13 02:06:10

Hilbert Scheme Of Locally Cohen Macaulay Curves and Reference File Download Link


admin
Admin
2026-06-13 19:42:11

Math 1272 Calculus II Final Exam Review and Reference File Download Link


admin
Admin
2026-06-08 20:40:21

- **Sheet 1**: "harga Satuan Upah Dan Bahan" - **Sheet 2**: "pagar Beton" - **Sheet 3**:...


admin
Admin
2026-05-30 02:15:06