Admin 07 Jun 2026 22:10

 

Calculus 1300 Final Exam Review Problems

Comprehensive practice problems to help you prepare for your final examination

Introduction

This review page contains a collection of practice problems designed to help you prepare for the Calculus 1300 Final Exam. The problems cover all major topics from the course and are organized by concept. Each problem includes a complete solution that can be revealed by clicking the "Show Solution" button.

How to Use This Review

We recommend attempting each problem on your own before checking the solution. Try to solve as many problems as possible without relying on notes. This will help you identify which concepts you understand well and which need additional review.

Navigation

Limits and Continuity Derivatives and Differentiation Rules Applications of Derivatives Integration Applications of Integration Mixed Practice Problems

Limits and Continuity

Key Concepts

  • Definition of a limit
  • Properties of limits
  • One-sided limits
  • Continuity and discontinuity
  • Limits at infinity

Problem 1: Evaluate the following limit: lim(x3) (x - 9)/(x - 3)

Solution:

First, notice that the expression is undefined at x=3 because the denominator becomes zero.

Factor the numerator: x - 9 = (x+3)(x-3)

The limit becomes: lim(x3) [(x+3)(x-3)/(x-3)]

Cancelling the (x-3) factors gives: lim(x3) (x+3)

Now we can directly substitute x=3: 3+3 = 6

Therefore, lim(x3) (x - 9)/(x - 3) = 6

Problem 2: Determine where the function f(x) = (x - 4x + 3)/(x - 1) is discontinuous.

Solution:

Rational functions are discontinuous where the denominator equals zero.

Set x - 1 = 0, which gives x = 1.

To verify this is a true discontinuity (not a removable one), check if (x - 4x + 3) = 0 at x = 1.

Evaluating: 1 - 4(1) + 3 = 1 - 4 + 3 = 0

Since both numerator and denominator equal zero at x = 1, we should check if the discontinuity is removable.

Factor the numerator: x - 4x + 3 = (x - 1)(x - 3)

The function can be written as f(x) = [(x - 1)(x - 3)]/(x - 1) = x - 3 for x 1

This is a removable discontinuity at x = 1. The limit exists but the function is undefined there.

Derivatives and Differentiation Rules

Key Concepts

  • Definition of the derivative
  • Power rule, product rule, quotient rule
  • Chain rule
  • Derivatives of trigonometric functions
  • Higher-order derivatives

Problem 3: Find the derivative of f(x) = (3x - 2x)sin(x) using the product rule.

Solution:

For the product rule: If f(x) = u(x)v(x), then f'(x) = u'(x)v(x) + u(x)v'(x)

Let u(x) = 3x - 2x, so u'(x) = 6x - 2

Let v(x) = sin(x), so v'(x) = cos(x)

Applying the product rule:

f'(x) = (6x - 2)sin(x) + (3x - 2x)cos(x)

This can be simplified if needed: f'(x) = sin(x)(6x - 2) + cos(x)(3x - 2x)

Problem 4: Find the derivative of f(x) = sin(2x + 5x) using the chain rule.

Solution:

For the chain rule: If f(x) = g(h(x)), then f'(x) = g'(h(x))h'(x)

Let g(u) = sin(u), so g'(u) = cos(u)

Let h(x) = 2x + 5x, so h'(x) = 6x + 5

Applying the chain rule:

f'(x) = cos(2x + 5x)(6x + 5)

f'(x) = (6x + 5)cos(2x + 5x)

Applications of Derivatives

Key Concepts

  • Related rates
  • Optimization problems
  • Mean Value Theorem
  • L'Hpital's Rule
  • Curve sketching
  • Concavity and inflection points

Problem 5: A rectangular garden is to be fenced off with 120 feet of fencing. Find the dimensions of the garden with the maximum possible area.

Solution:

Let x be the width and y be the length of the rectangle.

Perimeter constraint: 2x + 2y = 120, so y = 60 - x

Area function: A = xy = x(60 - x) = 60x - x

To find the maximum, take the derivative and set it equal to zero:

A' = 60 - 2x = 0, which gives x = 30

Thus: y = 60 - 30 = 30

Therefore, the garden should be a square with dimensions 30 feet by 30 feet to maximize the area.

The maximum area is 30 30 = 900 square feet.

Problem 6: Use L'Hpital's Rule to evaluate: lim(x0) (sin(x)/x)

Solution:

Direct substitution gives 0/0, an indeterminate form, so we can apply L'Hpital's Rule.

Differentiate both numerator and denominator:

For the numerator sin(x), the derivative is cos(x)

For the denominator x, the derivative is 1

Applying L'Hpital's Rule:

lim(x0) (sin(x)/x) = lim(x0) (cos(x)/1) = cos(0)/1 = 1/1 = 1

Therefore, lim(x0) (sin(x)/x) = 1

Integration

Key Concepts

  • Antiderivatives and indefinite integrals
  • Definite integrals and the Fundamental Theorem of Calculus
  • Substitution method
  • Integration by parts
  • Basic integration formulas

Problem 7: Evaluate the following indefinite integral: (3x + 2x - 5)dx

Solution:

Using the power rule for integration: xdx = x^(n+1)/(n+1) + C

(3x + 2x - 5)dx = 3xdx + 2xdx - 51dx

= 3(x/3) + 2(x/2) - 5x + C

= x + x - 5x + C

Problem 8: Evaluate the definite integral: [0,1] xe^(x)dx using the substitution method.

Solution:

Let u = x, so du/dx = 2x, which means du = 2xdx or (1/2)du = xdx

Change of limits: when x = 0, u = 0 = 0; when x = 1, u = 1 = 1

Converting the integral:

[0,1] xe^(x)dx = (1/2)[0,1] e^u du

= (1/2)[e^u] = (1/2)(e - e) = (1/2)(e - 1)

Therefore, [0,1] xe^(x)dx = (e - 1)/2

Applications of Integration

Key Concepts

  • Area between curves
  • Volumes of revolution
  • Arc length
  • Area in polar coordinates
  • Work problems

Problem 9: Find the area bounded by the curves y = x and y = 2x - x.

Solution:

First, find the points of intersection by setting the equations equal:

x = 2x - x

2x - 2x = 0

2x(x - 1) = 0

So, x = 0 or x = 1

To determine which curve is on top, test a point between 0 and 1, like x = 0.5:

For y = x: y = (0.5) = 0.25

For y = 2x - x: y = 2(0.5) - (0.5) = 1 - 0.25 = 0.75

Therefore, y = 2x - x is on top between x = 0 and x = 1.

The area is: A = [0,1] [(2x - x) - x]dx

= [0,1] (2x - 2x)dx

= [x - (2/3)x]

= (1 - 2/3) - 0 = 1/3

The area bounded by the curves is 1/3 square units.

Problem 10: Find the volume of the solid obtained by rotating the region bounded by y = x, y = 0, and x = 4 about the x-axis.

Solution:

When rotating about the x-axis, we can use the disk method.

The volume formula is: V = [a,b] [f(x)]dx

In this case, f(x) = x, with limits from x = 0 to x = 4.

V = [0,4] (x)dx

= [0,4] x dx

= [x/2]

= (4/2 - 0/2)

= (16/2)

= 8

Therefore, the volume of the solid is 8 cubic units.

Mixed Practice Problems

Problem 11: Find the equation of the tangent line to the curve y = x - 3x + 2 at the point where x = 1.

Solution:

First, find the y-coordinate when x = 1:

y = 1 - 3(1) + 2 = 1 - 3 + 2 = 0

So the point is (1, 0).

Next, find the derivative of y:

y' = 3x - 3

Evaluate the derivative at x = 1:

y'(1) = 3(1) - 3 = 3 - 3 = 0

So the slope of the tangent line is 0.

The equation of the tangent line with slope 0 passing through (1, 0) is:

y - 0 = 0(x - 1)

y = 0

Therefore, the tangent line is the x-axis (y = 0).

Problem 12: Evaluate the limit: lim(x) (3x + 2x - 5)/(5x - x + 8)

Solution:

For limits at infinity of rational functions, the behavior is determined by the highest power terms.

Divide both numerator and denominator by x:

lim(x) (3x + 2x - 5)/(5x - x + 8)

= lim(x) (3 + 2/x - 5/x)/(5 - 1/x + 8/x)

As x , terms with x in the denominator approach 0:

= (3 + 0 - 0)/(5 - 0 + 0) = 3/5

Therefore, lim(x) (3x + 2x - 5)/(5x - x + 8) = 3/5

Problem 13: Evaluate the integral: (ln(x)/x)dx

Solution:

Let u = ln(x), so du/dx = 1/x, which gives du = dx/x

The integral becomes:

(ln(x)/x)dx = u du = u/2 + C

Substituting back:

= [ln(x)]/2 + C

Tips for Exam Success

  • Practice a variety of problems, focusing on areas where you struggle
  • Time yourself when solving problems to build speed
  • Review the fundamental formulas and rules before the exam
  • Understand the conceptual meaning behind calculations, not just the procedures
  • Check your work whenever possible, especially for algebra errors
  • Get adequate rest before the exam to ensure optimal cognitive performance
  • Approach each problem systematically, identifying what's given and what's needed
  • Don't spend too much time on one problem; move on and return if time permits
  • Show your work clearly, as partial credit may be available for correct methods
  • Read each question carefully to ensure you're addressing what's being asked
```

Reference Files For Calculus 1300 Final Exam Review Problems
Screenshoot
File Name
finalreview.pdf

File Size
1.72 MB

File Type
PDF

File Site
Description
This file is just a reference file for Calculus 1300 Final Exam Review Problems. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Calculus 1300 Final Exam Review Problems and Reference File Download Link


admin
Admin
2026-06-07 22:10:16

Practice Problems For Calculus II Final Exam and Reference File Download Link


admin
Admin
2026-06-08 03:32:15

Math 113 Calculus III Final Exam Practice Problems Spring 2003 and Reference File Download...


admin
Admin
2026-06-13 01:28:11

Die-Hard Final Exam Review Exercises Calculus II and Reference File Download Link


admin
Admin
2026-06-08 06:30:21

Calculus I Final Exam Review and Reference File Download Link


admin
Admin
2026-06-08 16:30:32