📐 Mathematics

Free Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Complete Calculus II course and personalized AI tutor. 📚 Curriculum Overview The hive covers the core pillars of a second-semester calculus course: Integration Theory & Techniques: Detailed exploration of the definite integral, the Fundamental Theorem of Calculus, and advanced integration methods including substitution and integration of transcendental functions (exponential, logarithmic, and inverse trigonometric). Applications of Integration: Real-world modeling such as determining distance from velocity, calculating hydraulic force, and finding the center of mass. Differential Equations: An introductory look at modeling change through basic differential equations. Sequences and Series: A deep dive into infinite series, convergence tests, and the power of representing functions as infinite polynomials (Power Series). Parametric & Polar Coordinates: Moving beyond the Cartesian plane to describe motion and curves using parametric equations and polar systems. 🎯 Learning Features Rigorous Foundation: Includes over 60 mathematical proofs to ensure a deep understanding of why calculus works. Practical Context: Examples range from iceboating physics to calculating the terminal speed of a skydiver. Structured Assessment: Each section includes "Check Your Learning" components and technology-based exercises (marked with [T]) for practice with CAS or graphing calculators.

401
Practice Questions
43
Study Notes
170
Flashcard Decks
2
Source Materials

Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Notes & Guides

43 AI-generated study notes covering the full Calculus II: Integral Calculus - Integration, Series, and Parametric Equations curriculum. Showing 10 complete guides below.

Study Guide1,058 words

Alternating Series: Convergence, Remainders, and Classification

Alternating Series

Read full article

Learning Objectives

After reviewing this study guide, you should be able to:

  • Use the Alternating Series Test to determine whether an alternating series converges.
  • Estimate the sum of an alternating series and calculate the error bound using the remainder theorem.
  • Explain and distinguish between absolute convergence and conditional convergence.

Key Terms & Glossary

  • Alternating Series: A series whose terms alternate between positive and negative values.
  • Alternating Series Test (AST): A convergence test specifically for alternating series based on decreasing term magnitude and a limit of zero.
  • **Partial Sum (Sn):ThesumofthefirstnS_n)**: The sum of the first n terms of an infinite series.
  • Absolute Convergence: A property of a series where the sum of the absolute values of its terms converges.
  • Conditional Convergence: A condition where an alternating series converges, but the series of its absolute values diverges.
  • **Remainder (Rn):TheerrorordifferencebetweenthetrueinfinitesumSR_n)**: The error or difference between the true infinite sum S and the nn-th partial sum SnS_n.

The "Big Idea"

So far, series analysis has primarily focused on positive terms. Alternating Series introduce terms that oscillate in sign (e.g., +,,+,,+, -, +, -, \dots). Because adding a negative term essentially subtracts from the accumulating total, alternating series have a "built-in" cancellation effect. This means an alternating series can converge much more easily than a series with strictly positive terms.

Understanding how these series converge—and whether their convergence relies solely on this cancellation effect (Conditional Convergence) or would happen regardless of signs (Absolute Convergence)—is foundational for mastering power series and Taylor series later in calculus.


Formula / Concept Box

ConceptMathematical FormulationDescription
Standard Formsn=1(1)n+1bn\sum_{n=1}^{\infty} (-1)^{n+1} b_n <br> or n=1(1)nbn\sum_{n=1}^{\infty} (-1)^n b_nWhere bn>0b_n > 0. The (1)n(-1)^n term dictates the alternating signs.
Alternating Series Test1. bn+1bnb_{n+1} \le b_n for all nn <br> 2. limnbn=0\lim_{n \to \infty} b_n = 0If both conditions are met, the alternating series converges.
Remainder Estimate$R_n

[!NOTE] The Alternating Series Test can only prove convergence. If limnbn0\lim_{n \to \infty} b_n \neq 0, the series diverges by the nn-th Term Test for Divergence, NOT the Alternating Series Test.


Hierarchical Outline

  • 1. Introduction to Alternating Series
    • Definition and standard forms.
    • The Alternating Harmonic Series vs. The Standard Harmonic Series.
  • 2. The Alternating Series Test (AST)
    • Condition 1: Decreasing magnitudes (bn+1bnb_{n+1} \le b_n).
    • Condition 2: Limit approaches zero (limnbn=0\lim_{n \to \infty} b_n = 0).
  • 3. Remainder and Error Estimation
    • Using partial sums (Sn)toapproximatethetruesum(SS_n) to approximate the true sum (S).
    • Bounding the error (Rnbn+1|R_n| \le b_{n+1}).
  • 4. Absolute vs. Conditional Convergence
    • Absolute Convergence: Series converges even when all terms are positive.
    • Conditional Convergence: Series converges only because of alternating signs.

Visual Anchors

1. Classification of Convergence (Mermaid Flowchart)

Loading Diagram...

2. The "Funnel" Effect of Partial Sums (TikZ Graph)

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Caption: The partial sums of an alternating series oscillate above and below the true sum S,squeezingcloserwitheachstep.ThisgeometryiswhytheerrorSSnisalwayssmallerthanthenextstepbn+1S, squeezing closer with each step. This geometry is why the error |S - S_n| is always smaller than the next step b_{n+1}.


Definition-Example Pairs

Term: Alternating Harmonic Series Definition: The specific sequence n=1(1)n+1n=112+1314+\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \dots Real-World Example: Imagine tuning a guitar string where you overshoot the perfect pitch by 1 Hz, then undershoot by 0.5 Hz, then overshoot by 0.33 Hz, perpetually zeroing in on the correct note.

Term: Absolute Convergence Definition: A series anisabsolutelyconvergentifan\sum a_n is absolutely convergent if \sum |a_n| converges. Real-World Example: Tracking the total mileage on your car's odometer. Whether you drive forward or backward (positive or negative displacement), the total distance accumulated is a finite, absolute sum.

Term: Conditional Convergence Definition: A series converges, but the series of its absolute values diverges. Real-World Example: A tightrope walker taking steps left and right. If they alternate directions, they stay balanced near the center (converge). If they took all those steps in one direction (absolute value), they would fall off the rope (diverge).


Worked Examples

Example 1: Testing for Convergence

Problem: Determine if the series n=1(1)n+1n\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} converges or diverges. Step-by-Step Solution:

  1. **Identify bn:Thenonalternatingpartisbn=1nb_n**: The non-alternating part is b_n = \frac{1}{n}.
  2. Check Condition 1 (Decreasing): Is bn+1bnb_{n+1} \le b_n? Yes, 1n+1<1n\frac{1}{n+1} < \frac{1}{n} for all n1n \ge 1.
  3. Check Condition 2 (Limit): limn1n=0\lim_{n \to \infty} \frac{1}{n} = 0.
  4. Conclusion: Since both conditions of the Alternating Series Test are met, the series converges.

Example 2: Estimating the Remainder

Problem: Approximate the sum of n=1(1)n+1n2\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n^2} using the 4th partial sum (S4S_4) and find the maximum error. Step-by-Step Solution:

  1. Calculate S4S_4: S4=114+19116=14436+169144=1151440.7986S_4 = 1 - \frac{1}{4} + \frac{1}{9} - \frac{1}{16} = \frac{144 - 36 + 16 - 9}{144} = \frac{115}{144} \approx 0.7986
  2. Identify the Error Bound: The error R4b5|R_4| \le b_5.
  3. Calculate b5b_5: b5=152=125=0.04b_5 = \frac{1}{5^2} = \frac{1}{25} = 0.04.
  4. Conclusion: The approximation is 0.7986\approx 0.7986, and we are guaranteed it is within $0.04 of the true infinite sum.

Example 3: Absolute vs. Conditional Convergence

Problem: Classify the convergence of n=1(1)nn\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}. Step-by-Step Solution:

  1. Check Absolute Convergence: Take the absolute value to get n=11n\sum_{n=1}^{\infty} \frac{1}{\sqrt{n}}. This is a pp-series with p=1/2p = 1/2. Since p1p \le 1, the absolute series diverges.
  2. Check AST for Conditional Convergence:
    • Is bn=1nb_n = \frac{1}{\sqrt{n}} decreasing? Yes, n+1>n    1n+1<1n\sqrt{n+1} > \sqrt{n} \implies \frac{1}{\sqrt{n+1}} < \frac{1}{\sqrt{n}}.
    • Is limn1n=0\lim_{n \to \infty} \frac{1}{\sqrt{n}} = 0? Yes.
  3. Conclusion: The series diverges absolutely but converges by the AST. Therefore, it is conditionally convergent.

Checkpoint Questions

  1. Recall: What are the two specific conditions a series must meet to pass the Alternating Series Test?
  2. Apply: If you want to estimate an alternating series to an error of less than $0.001, how do you determine which partial sum SnS_n to stop at?
  3. Distinguish: Can a series be absolutely convergent but fail to be conditionally convergent? Why or why not?
  4. Analyze: If limnbn=5\lim_{n \to \infty} b_n = 5 in an alternating series, what test do you use to prove it diverges?

Answers to Checkpoint Questions (Click to expand)
  1. The magnitudes of the terms must be decreasing (bn+1bn)b_{n+1} \le b_n), and thelimitofthetermsmustapproachzero(limnbn=0the limit of the terms must approach zero (\lim_{n \to \infty} b_n = 0).
  2. Set the formula for the next term, bn+1b_{n+1}, to be less than or equal to $0.001, and solve for nn.
  3. Conditional convergence strictly means it converges but diverges when you take the absolute value. If it is absolutely convergent, it converges in both forms, so it by definition cannot be conditionally convergent.
  4. You use the nn-th Term Test for Divergence. Since the limit of the terms does not equal zero, the series must diverge.

Muddy Points & Cross-Refs

[!WARNING] Common Pitfall: A frequent mistake is assuming that if limnbn0\lim_{n \to \infty} b_n \neq 0, the Alternating Series Test proves divergence. The AST can only prove convergence. If the limit is not zero, you must cite the n-th Term Test for Divergence to formally conclude the series diverges.

  • Cross-Reference: The mechanics of absolute convergence will be critical when determining the Radius of Convergence for Power Series in future units. Keep these tests sharp!
  • Cross-Reference: Remember the pp-series test (from the Integral Test module) when checking for Absolute Convergence. It's the fastest way to evaluate the absolute form of a fractional algebraic sequence.
Study Guide834 words

Approximating Areas: Left and Right Endpoint Methods

Approximating Areas

Read full article

Learning Objectives

  • Identify the need for rectangular approximations to find the area under a curve.
  • Calculate the interval width, Δx,foragivenpartitionofsizen\Delta x, for a given partition of size n.
  • Formulate and compute left-endpoint (Ln)andrightendpoint(RnL_n) and right-endpoint (R_n) approximations.
  • Explain why increasing the number of rectangles (nn) improves the area estimate.

Key Terms & Glossary

  • Partition: The division of an interval [a,b][a, b] into smaller, non-overlapping subintervals.
  • Subinterval Width (Δx\Delta x): The constant horizontal length of each individual rectangle in the approximation.
  • Left-Endpoint Approximation (LnL_n): An area estimate where rectangle heights are determined by the function's value at the left edge of each subinterval.
  • Right-Endpoint Approximation (RnR_n): An area estimate where rectangle heights are determined by the function's value at the right edge of each subinterval.

The "Big Idea"

Finding the exact area under a complex curve directly is nearly impossible. However, we can slice that complex area into simple geometric shapes—like rectangles—whose areas are easy to calculate (A=width×heightA = \text{width} \times \text{height}). By summing these rectangular areas, we obtain a reasonable estimate of the total curved region. The foundational "Big Idea" of calculus is that as we divide the region into smaller and smaller slices (letting the number of rectangles nn grow larger and larger), our estimate becomes increasingly accurate, eventually converging on the exact true area.

[!IMPORTANT] Increasing nn makes the rectangles thinner. This allows them to "hug" the true shape of the curve more precisely, minimizing the "wasted" or "over-estimated" empty space!

Formula / Concept Box

ConceptMathematical FormulaPurpose
Subinterval WidthΔx=ban\Delta x = \frac{b - a}{n}Determines how wide each rectangular slice will be across the interval [a,b][a, b].
Grid Pointxi=a+iΔxx_i = a + i\Delta xIdentifies the exact xx-coordinates used for evaluating endpoints.
Right-Endpoint SumRn=i=1nf(xi)ΔxR_n = \sum_{i=1}^{n} f(x_i) \Delta xApproximates area using heights evaluated at the right side of each slice.
Left-Endpoint SumLn=i=1nf(xi1)ΔxL_n = \sum_{i=1}^{n} f(x_{i-1}) \Delta xApproximates area using heights evaluated at the left side of each slice.

Hierarchical Outline

  • 1. Setting Up the Approximation
    • Defining the bounds: Identify the interval starting point aa and ending point bb.
    • Slicing the area: Choose nn, the number of equal rectangles to place under the curve.
    • Calculating width: Use Δx=(ba)/n\Delta x = (b-a)/n for the horizontal dimension of every slice.
  • 2. Choosing the Evaluation Points
    • Left-Endpoints (LnL_n): Evaluate the function at the start of each subinterval to set height.
    • Right-Endpoints (RnR_n): Evaluate the function at the end of each subinterval to set height.
  • 3. Improving Accuracy
    • Small nn (e.g., n=4n=4): Provides a rough, blocky estimate with significant error.
    • Large nn (e.g., n=32n=32): Rectangles become thin, fitting the curve much more precisely.
    • Infinite limit: As n,thediscrepancybetweenLnn \to \infty, the discrepancy between L_n and RnR_n shrinks to zero.

Visual Anchors

1. Flow of the Approximation Algorithm

Loading Diagram...

2. Right-Endpoint Approximation (n=3n=3)

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

TermDefinitionReal-World Example
SubintervalA smaller chunk created when a larger interval is divided up equally.If an 8-hour workday (interval) is broken into 2-hour work blocks, each block is a subinterval.
Left-Endpoint (LnL_n)Estimating total area by taking the rectangle height from the left bound of the subinterval.Using a student's height on their birthday to estimate their average height for the upcoming year.
Right-Endpoint (RnR_n)Estimating total area by taking the rectangle height from the right bound of the subinterval.Using a student's height on their next birthday to estimate their average height for the past year.

Worked Examples

Example 1: Calculating $R_4$ for a basic quadratic function

Problem: Approximate the area under f(x)=x2f(x) = x^2 on the interval [0,2][0, 2] using n=4n=4 rectangles and right endpoints.

Step 1: Find subinterval width (Δx\Delta x) Δx=ban=204=0.5\Delta x = \frac{b - a}{n} = \frac{2 - 0}{4} = 0.5

Step 2: Identify the right endpoints (xix_i) The subintervals are [0, 0.5], [0.5, 1], [1, 1.5], [1.5, 2]. The right endpoints are: $0.5, 1, 1.5, and 2$.

Step 3: Evaluate function at these endpoints

  • f(0.5)=(0.5)2=0.25f(0.5) = (0.5)^2 = 0.25
  • f(1)=(1)2=1.00f(1) = (1)^2 = 1.00
  • f(1.5)=(1.5)2=2.25f(1.5) = (1.5)^2 = 2.25
  • f(2)=(2)2=4.00f(2) = (2)^2 = 4.00

Step 4: Multiply by Δx\Delta x and sum R4=[f(0.5)+f(1)+f(1.5)+f(2)]×ΔxR_4 = [f(0.5) + f(1) + f(1.5) + f(2)] \times \Delta x R4=[0.25+1+2.25+4]×0.5=7.5×0.5=3.75R_4 = [0.25 + 1 + 2.25 + 4] \times 0.5 = 7.5 \times 0.5 = 3.75

[!NOTE] The right-endpoint approximation of the area under this curve is exactly 3.75 square units.

Example 2: Calculating $L_4$ for the same function

Problem: Approximate the area under f(x)=x2f(x) = x^2 on [0,2][0, 2] using n=4n=4 rectangles and left endpoints.

Step 1: Identify the left endpoints With Δx=0.5\Delta x = 0.5, our subintervals are the same. The left endpoints are: $0, 0.5, 1, \text{ and } 1.5$.

Step 2: Evaluate function at these endpoints

  • f(0)=0f(0) = 0
  • f(0.5)=0.25f(0.5) = 0.25
  • f(1)=1f(1) = 1
  • f(1.5)=2.25f(1.5) = 2.25

Step 3: Multiply by Δx\Delta x and sum L4=[f(0)+f(0.5)+f(1)+f(1.5)]×ΔxL_4 = [f(0) + f(0.5) + f(1) + f(1.5)] \times \Delta x L4=[0+0.25+1+2.25]×0.5=3.5×0.5=1.75L_4 = [0 + 0.25 + 1 + 2.25] \times 0.5 = 3.5 \times 0.5 = 1.75

[!TIP] Notice how different L4L_4 (1.75) and R4(3.75)arewithsmallnR_4 (3.75) are with small n. As nincreasesto32,100,orn increases to 32, 100, or \infty, these two estimated values will converge and reveal the true area!

Checkpoint Questions

  1. If an interval is [1,5][1, 5] and n=8n=8, what is the width of each subinterval?
  2. When computing a left-endpoint approximation (Ln),doyoueverevaluatethefunctionattheverylastpointboftheentireinterval[a,b]L_n), do you ever evaluate the function at the very last point b of the entire interval [a, b]? Why or why not?
  3. According to the "Big Idea" of Riemann sums, what graphical change occurs when you increase the number of rectangles from n=4n=4 to n=32n=32?
  4. How do you find the area of a single rectangular slice within a partition using mathematical notation?
Study Guide860 words

Arc Length of a Curve and Surface Area Study Guide

Arc Length of a Curve and Surface Area

Read full article

Learning Objectives

  • Calculate the exact length of a curve defined as y=f(x)y = f(x) between two specific points.
  • Calculate the exact length of a curve defined as x=g(y)x = g(y) between two specific points.
  • Determine the surface area of a 3D solid of revolution created by rotating a 2D curve around an axis.

Key Terms & Glossary

  • Arc Length: The physical distance along a continuous, curved path between two points.
  • Surface of Revolution: A 3D surface generated by rotating a 2D curve around a straight line (axis).
  • Smooth Function: A differentiable function whose derivative is also continuous over a given interval.
  • Regular Partition: The division of a mathematical interval into smaller sub-intervals of exactly equal widths.

The "Big Idea"

Calculus allows us to transition from merely approximating distances using straight line segments (via the Pythagorean theorem) to finding the exact, true length of continuous curves. By breaking a curve into infinitely small, straight pieces and summing their lengths using a definite integral, we discover its exact Arc Length. This identical logic extends into the third dimension: by sweeping these infinitely small straight segments in a circle around an axis, we accumulate the exact Surface Area of Revolution for curved objects.

Formula / Concept Box

ConceptMathematical FormulaVariables & Conditions
Arc Length (Function of xx)L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2} dxf(x)mustbeasmoothfunctionon[a,b]f(x) must be a smooth function on [a, b].
Arc Length (Function of yy)L=cd1+[g(y)]2dyL = \int_c^d \sqrt{1 + [g'(y)]^2} dyg(y)mustbeasmoothfunctionon[c,d]g(y) must be a smooth function on [c, d].
Surface Area (x-axis rotation)S=ab2πf(x)1+[f(x)]2dxS = \int_a^b 2\pi f(x) \sqrt{1 + [f'(x)]^2} dxRevolved around xx-axis. f(x)0f(x) \ge 0.
Surface Area (y-axis rotation)S=cd2πg(y)1+[g(y)]2dyS = \int_c^d 2\pi g(y) \sqrt{1 + [g'(y)]^2} dyRevolved around yy-axis. g(y)0g(y) \ge 0.

[!IMPORTANT] Always verify that your function is smooth (continuous derivative) over the entire interval before applying these formulas. If there is a sharp corner (like an absolute value vertex), you must split the integral at that point!

Hierarchical Outline

  • 1. Arc Length of a Curve
    • 1.1 The Linear Approximation Method
      • Approximating curved distances by connecting points (P0,P1,P2...P_0, P_1, P_2...) with straight lines.
      • Utilizing the Pythagorean theorem (Δx2+Δy2\sqrt{\Delta x^2 + \Delta y^2}) for each line segment.
    • 1.2 Deriving the Integral for y=f(x)y = f(x)
      • Taking the limit as the number of segments approaches infinity (Δx0\Delta x \to 0).
      • Substituting the derivative f(x)tocreatetheintegrand1+[f(x)]2f'(x) to create the integrand \sqrt{1 + [f'(x)]^2}.
    • 1.3 Alternative Perspective: x=g(y)x = g(y)
      • Switching variables when the curve is easier to differentiate with respect to yy.
  • 2. Surface Area of a Solid of Revolution
    • 2.1 Extending Arc Length to 3D
      • Multiplying the arc length of a tiny segment by the circumference of its rotation path (2πr2\pi r).
    • 2.2 Rotation around the x-axis
      • The radius of rotation is the function's height: r=f(x)r = f(x).
    • 2.3 Rotation around the y-axis
      • The radius of rotation is the horizontal distance: r=g(y)r = g(y).

Visual Anchors

1. Curve Approximation (TikZ)

The fundamental concept behind arc length is breaking a curve into straight Pythagorean line segments.

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

2. Choosing the Right Formula (Mermaid Flowchart)

Loading Diagram...

Definition-Example Pairs

  • Arc Length
    • Definition: The exact geometric length of a one-dimensional path from point A to point B.
    • Real-World Example: Measuring the exact amount of highway concrete needed to pave a winding mountain road defined by a topographical function.
  • Surface Area of Revolution
    • Definition: The total exterior area of a symmetric 3D object formed by spinning a 2D line around a central axis.
    • Real-World Example: Calculating the square footage of sheet metal required to manufacture the exterior casing of a jet engine turbine.
  • Smooth Function
    • Definition: A function that is differentiable everywhere on an interval and whose derivative is continuous (no sharp corners or cusps).
    • Real-World Example: The trajectory of an airplane in mid-flight (smooth, gradual turns) compared to the path of a bouncing ping-pong ball (sharp corners upon impact).

Worked Examples

Example 1: Calculating the Arc Length of a Curve

Problem: Find the exact arc length of the curve y=23x3/2y = \frac{2}{3}x^{3/2} over the interval [0,3][0, 3].

Step 1: Find the derivative f(x)f'(x) y=ddx(23x3/2)=2332x1/2=xy' = \frac{d}{dx} \left( \frac{2}{3}x^{3/2} \right) = \frac{2}{3} \cdot \frac{3}{2} x^{1/2} = \sqrt{x}

Step 2: Square the derivative and add 1 1+[f(x)]2=1+(x)2=1+x1 + [f'(x)]^2 = 1 + (\sqrt{x})^2 = 1 + x

Step 3: Set up and evaluate the integral L=031+xdxL = \int_0^3 \sqrt{1 + x} dx Let u=1+xu = 1+x, then du=dxdu = dx. When x=0,u=1x=0, u=1. When x=3,u=4x=3, u=4. L=14u1/2du=[23u3/2]14L = \int_1^4 u^{1/2} du = \left[ \frac{2}{3} u^{3/2} \right]_1^4 L=23(43/213/2)=23(81)=143L = \frac{2}{3}(4^{3/2} - 1^{3/2}) = \frac{2}{3}(8 - 1) = \frac{14}{3}

Answer: The arc length is 143\frac{14}{3}.

Example 2: Surface Area of Revolution

Problem: Find the surface area generated by revolving y=xy = \sqrt{x} over the interval [0,1][0, 1] around the xx-axis.

Step 1: Find the derivative and square it y=12xy' = \frac{1}{2\sqrt{x}} 1+(y)2=1+(12x)2=1+14x=4x+14x1 + (y')^2 = 1 + \left( \frac{1}{2\sqrt{x}} \right)^2 = 1 + \frac{1}{4x} = \frac{4x+1}{4x}

Step 2: Set up the surface area integral S=012πf(x)1+[f(x)]2dxS = \int_0^1 2\pi f(x) \sqrt{1 + [f'(x)]^2} dx S=012πx4x+14xdxS = \int_0^1 2\pi \sqrt{x} \sqrt{\frac{4x+1}{4x}} dx

Step 3: Simplify the integrand S=012πx4x+12xdx=π014x+1dxS = \int_0^1 2\pi \sqrt{x} \frac{\sqrt{4x+1}}{2\sqrt{x}} dx = \pi \int_0^1 \sqrt{4x+1} dx

Step 4: Evaluate using u-substitution Let u=4x+1    du=4dx    dx=du4u = 4x+1 \implies du = 4 dx \implies dx = \frac{du}{4}. Bounds change from x[0,1]x \in [0,1] to u[1,5]u \in [1,5]. S=π15u1/2du4=π4[23u3/2]15=π6(551)S = \pi \int_1^5 u^{1/2} \frac{du}{4} = \frac{\pi}{4} \left[ \frac{2}{3} u^{3/2} \right]_1^5 = \frac{\pi}{6} (5\sqrt{5} - 1)

Answer: The surface area is π6(551)\frac{\pi}{6}(5\sqrt{5} - 1).

Checkpoint Questions

  1. Why must a function be "smooth" to calculate its arc length using the standard integral formula? Answer: If a function isn't smooth (i.e., its derivative is not continuous), the integral cannot be directly evaluated across the discontinuity. You would need to split the integral into pieces at the sharp corners.
  2. If a curve is given as x=g(y)x = g(y), which independent variable must be in the differential of your integral? Answer: The integral must be computed with respect to y,meaningthedifferentialisdyandlimitsofintegrationarehorizontalboundsontheyy, meaning the differential is dy and limits of integration are horizontal bounds on the y-axis.
  3. In the surface area formula S=2πf(x)1+(f(x))2dxS = \int 2\pi f(x) \sqrt{1 + (f'(x))^2} dx, what physical dimension does the term 2πf(x)2\pi f(x) represent? Answer: It represents the circumference of the circular path traced by the curve as it revolves around the xx-axis.
  4. When setting up an arc length problem, what is the most common algebraic hurdle? Answer: Simplifying the expression under the square root 1+[f(x)]21+[f'(x)]^2 so that the integral can be evaluated without resorting to numerical approximation.
Study Guide732 words

Study Guide: Area and Arc Length in Polar Coordinates

Area and Arc Length in Polar Coordinates

Read full article

Learning Objectives

  • Apply the formula for the area of a region in polar coordinates
  • Determine the arc length of a polar curve

Key Terms & Glossary

  • Polar Coordinate System: A two-dimensional coordinate system where each point is determined by a distance from a reference point (r)andananglefromareferencedirection(θr) and an angle from a reference direction (\theta).
  • Sector: A region bounded by two radii and an arc. This is the fundamental unit of area in polar integration.
  • Arc Length: The total distance traveled along the path of a curve from a starting angle αtoanendingangleβ\alpha to an ending angle \beta.

The "Big Idea"

In Cartesian coordinates, we find areas by summing infinitely thin rectangular vertical slices (approximated by dA=ydx).Inpolarcoordinates,thisapproachfailsbecausecurvesaredefinedradially.Instead,wedividetheregionintoinfinitelythinpieshapedsectorsemanatingfromtheorigin.Theareaofacircularsectoris12r2θ,leadingtotheintegralelementdA=12r2dθdA = y \, dx). In polar coordinates, this approach fails because curves are defined radially. Instead, we divide the region into infinitely thin pie-shaped **sectors** emanating from the origin. The area of a circular sector is \frac{1}{2}r^2\theta, leading to the integral element dA = \frac{1}{2}r^2 \, d\theta.

Similarly, arc length shifts from Pythagorean triangles composed of dxdx and dytocomponentsrepresentingradialchange(dr)andangularsweep(rdθdy to components representing radial change (dr) and angular sweep (r \, d\theta), resulting in a specialized integral for polar curves.

Formula / Concept Box

ConceptFormulaDescription
Polar AreaA=12αβ[f(θ)]2dθA = \frac{1}{2} \int_{\alpha}^{\beta} [f(\theta)]^2 \, d\thetaCalculates the area swept out by r=f(θ)r = f(\theta) between angles α\alpha and β\beta.
Polar Arc LengthL=αβ[f(θ)]2+[f(θ)]2dθL = \int_{\alpha}^{\beta} \sqrt{[f(\theta)]^2 + [f'(\theta)]^2} \, d\thetaCalculates the length of the curve r=f(θ)r = f(\theta) from θ=α\theta = \alpha to β\beta.

[!WARNING] When calculating area, ensure your integration bounds α\alpha and β\beta trace the region exactly once. Overlapping traces (common in limacons and roses) will result in double-counting the area!

Hierarchical Outline

  • Calculus of Polar Curves
    • Area of a Region in Polar Coordinates
      • Concept of the Polar Sector
      • Deriving the area formula
      • Handling areas between two polar curves
    • Arc Length of a Polar Curve
      • Modifying the Cartesian arc length formula
      • Calculating the derivative drdθ\frac{dr}{d\theta}
      • Evaluating the radical integral

Visual Anchors

Loading Diagram...
Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Polar Area Element Aninfinitesimallythinpiesliceusedtoconstructthetotalarea.\rightarrow An infinitesimally thin pie slice used to construct the total area. \rightarrow Example: Calculating the sweep area of an airport radar dish tracking an airplane.
  • Radial Derivative Therateatwhichtheradiuschangeswithrespecttotheangle(drdθ\rightarrow The rate at which the radius changes with respect to the angle (\frac{dr}{d\theta}). \rightarrow Example: Measuring how fast a spiral galaxy's arm moves away from the galactic center as it rotates.

[!TIP] Use symmetry whenever possible! If a curve is symmetric across the polar axis (like r=cosθ),youcanintegratefrom0toπ/2r = \cos\theta), you can integrate from 0 to \pi/2 and multiply the result by 2 to save time.

Worked Examples

Click to expand: Example 1 - Area of a Polar Curve

Problem: Find the area enclosed by the curve r=2sinθr = 2\sin\theta.

Step 1: Determine the bounds. The curve r=2sinθtracesafullcirclefromθ=0r = 2\sin\theta traces a full circle from \theta = 0 to θ=π\theta = \pi. Step 2: Apply the area formula: A=120π(2sinθ)2dθA = \frac{1}{2} \int_{0}^{\pi} (2\sin\theta)^2 \, d\theta Step 3: Expand and use the half-angle identity: A=120π4sin2θdθ=20π1cos(2θ)2dθA = \frac{1}{2} \int_{0}^{\pi} 4\sin^2\theta \, d\theta = 2 \int_{0}^{\pi} \frac{1 - \cos(2\theta)}{2} \, d\theta Step 4: Integrate and evaluate: A=0π(1cos(2θ))dθ=[θ12sin(2θ)]0π=π0=πA = \int_{0}^{\pi} (1 - \cos(2\theta)) \, d\theta = \left[ \theta - \frac{1}{2}\sin(2\theta) \right]_{0}^{\pi} = \pi - 0 = \pi

Click to expand: Example 2 - Arc Length of a Polar Curve

Problem: Find the exact length of the logarithmic spiral r=eθr = e^{\theta} from θ=0\theta = 0 to θ=π\theta = \pi.

Step 1: Find drdθ\frac{dr}{d\theta}. Since r=eθr = e^{\theta}, drdθ=eθ\frac{dr}{d\theta} = e^{\theta}. Step 2: Set up the arc length formula: L=0πr2+(drdθ)2dθL = \int_{0}^{\pi} \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} \, d\theta Step 3: Substitute and simplify: L=0π(eθ)2+(eθ)2dθ=0π2e2θdθ=0π2eθdθL = \int_{0}^{\pi} \sqrt{(e^{\theta})^2 + (e^{\theta})^2} \, d\theta = \int_{0}^{\pi} \sqrt{2e^{2\theta}} \, d\theta = \int_{0}^{\pi} \sqrt{2}e^{\theta} \, d\theta Step 4: Evaluate the integral: L=2[eθ]0π=2(eπ1)L = \sqrt{2} \left[ e^{\theta} \right]_{0}^{\pi} = \sqrt{2}(e^{\pi} - 1)

Checkpoint Questions

  1. Why does the polar area formula include a 12coefficient,whereastheCartesianareaformula(A=ydx\frac{1}{2} coefficient, whereas the Cartesian area formula (A = \int y \, dx) does not?
  2. What must be true about the curve r(θ)r(\theta) and its derivative for the arc length formula to be rigorously applied?
  3. If rr is constant (e.g., r=5r=5), what does the polar arc length formula simplify to, and why does this make geometric sense?
  4. How can symmetry be used to simplify bounds when finding the area of a four-leaved rose?

[!NOTE] Self-Check Answers: (1) It derives from the area of a circular sector (12r2θ\frac{1}{2}r^2\theta), not a rectangle. (2) The function r(θ)mustbesmooth,meaningdrdθiscontinuous.(3)Itsimplifiestor2dθ=rdθ=rθ,whichisthestandardarclengthofacircle!(4)Youcanfindtheareaofonehalfofaleaf(e.g.,θ=0r(\theta) must be smooth, meaning \frac{dr}{d\theta} is continuous. (3) It simplifies to \int \sqrt{r^2} \, d\theta = \int r \, d\theta = r\theta, which is the standard arc length of a circle! (4) You can find the area of one half of a leaf (e.g., \theta = 0 to θ=π/4\theta = \pi/4) and multiply by 8.

Study Guide1,215 words

Areas Between Curves: Calculus Study Guide

Areas between Curves

Read full article

Areas Between Curves: Calculus Study Guide

Learning Objectives

By the end of this study guide, you should be able to:

  • Determine the area of a region between two curves by integrating with respect to the independent variable (xx).
  • Find the area of a compound region by breaking it into separate integrals where the bounding curves intersect and switch positions.
  • Determine the area of a region between two curves by integrating with respect to the dependent variable (yy) using horizontal slicing.

Key Terms & Glossary

  • Compound Region: A complex area where the bounding functions intersect within the interval, requiring the area to be split into multiple integrals. Example: Finding the area between the crossing paths of a jet plane and a drone to determine potential collision zones.
  • Representative Rectangle: A geometric tool used to approximate an infinitesimally thin slice of area between curves. Example: Thinking of a curved plot of land as being divided by perfectly straight, thin fences stacked next to each other.
  • Limits of Integration: The geometric boundaries (x=ax=a to x=bx=b, or y=cy=c to y=dy=d) that define the start and end of the calculated area. Example: The exact start and end times (bounds) when analyzing the accumulated difference between energy produced and energy consumed in a solar grid.

The "Big Idea"

In early calculus, you learned to find the area under a single curve (between the curve and the xx-axis). The "Big Idea" here is that we can expand this concept to find the exact area trapped between any two curves.

Instead of integrating just f(x),youintegratethedifferencebetweenthetwofunctions:(TopBottom)f(x), you integrate the difference between the two functions: (Top - Bottom) or (RightLeft)(Right - Left). This fundamental principle allows engineers, physicists, and economists to calculate bounded regions—such as the exact physical material needed to fill a mold, or the total profit margin between revenue and cost curves over time.


Formula / Concept Box

[!IMPORTANT] Always remember that Area must be positive. If you get a negative result, you likely subtracted the larger function from the smaller one!

ConceptMathematical FormulaUsage Notes
Vertical Slices (w.r.t xx)A=ab[f(x)g(x)]dxA = \int_{a}^{b} [f(x) - g(x)] \,dxUse when f(x)g(x)f(x) \ge g(x) on [a,b][a, b]. Represents Top Curve minus Bottom Curve.
Horizontal Slices (w.r.t yy)A=cd[u(y)v(y)]dyA = \int_{c}^{d} [u(y) - v(y)] \,dyUse when u(y)v(y)u(y) \ge v(y) on [c,d][c, d]. Represents Right Curve minus Left Curve.
Compound RegionsA=ac[f(x)g(x)]dx+cb[g(x)f(x)]dxA = \int_{a}^{c} [f(x) - g(x)] \,dx + \int_{c}^{b} [g(x) - f(x)] \,dxUse when curves intersect at x=cx=c and swap top/bottom positions.

Hierarchical Outline

  1. Introduction to Areas Between Curves
    • Expanding definite integrals beyond the xx-axis.
    • Approximating with Representative Rectangles.
  2. Regions Defined with Respect to xx (Vertical Slicing)
    • Identifying the top curve f(x)f(x) and bottom curve g(x)g(x).
    • Setting the upper and lower Limits of Integration (aa and bb).
  3. Compound Regions and Intersecting Graphs
    • Finding intersection points algebraically.
    • Splitting the primary integral into multiple distinct integrals.
  4. Regions Defined with Respect to yy (Horizontal Slicing)
    • Re-expressing functions as x=u(y)x = u(y) and x=v(y)x = v(y).
    • Simplifying integrals when functions cross multiple times vertically but not horizontally.

Visual Anchors

1. Decision Matrix Flowchart

Loading Diagram...

2. Geometric Representation of Area between Curves

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Integrating with respect to xx (dxdx)

    • Definition: Slicing the area vertically into infinite rectangles of width dx,wheretheheightistheydx, where the height is the y-value difference.
    • Example: Calculating the 2D cross-sectional area of an airplane wing by measuring the difference between the upper contour and lower contour at various points along its length.
  • Integrating with respect to yy (dydy)

    • Definition: Slicing the area horizontally into infinite rectangles of height dy,wherethewidthisthexdy, where the width is the x-value difference.
    • Example: Determining the fluid capacity of an irregular vase by summing thin horizontal discs of water from the base to the lip.

Comparison Tables

FeatureVertical Slicing ($dx)Horizontal Slicing (dy$)
Function Formaty=f(x)y = f(x)x=g(y)x = g(y)
Geometry RuleArea = Top Curve - Bottom CurveArea = Right Curve - Left Curve
Bounds of IntegrationLeftmost xx to Rightmost xx (aa to bb)Lowest yy to Highest yy (cc to dd)
Best Used When...Curves pass the vertical line test cleanly.A single curve curves back on itself vertically (fails vertical line test) but passes the horizontal line test.

Worked Examples

Example 1: Finding Area with Vertical Slices (Compound Region)

Problem: Find the area bounded by y=x3y = x^3 and y=xy = x on the interval [1,1][-1, 1].

Step 1: Find points of intersection. Set the equations equal to each other: x3=xx^3 = x x3x=0x^3 - x = 0 x(x21)=0    x=1,0,1x(x^2 - 1) = 0 \implies x = -1, 0, 1

Step 2: Determine Top and Bottom curves for each interval.

  • On [1,0][-1, 0]: Test x=0.5x = -0.5. y1=(0.5)3=0.125y_1 = (-0.5)^3 = -0.125, and y2=0.5y_2 = -0.5. Since 0.125>0.5-0.125 > -0.5, x3x^3 is the Top curve.
  • On [0,1][0, 1]: Test x=0.5x = 0.5. y1=(0.5)3=0.125y_1 = (0.5)^3 = 0.125, and y2=0.5y_2 = 0.5. Since $0.5 > 0.125,, x$ is the Top curve.

Step 3: Set up and evaluate the compound integral. A=10(x3x)dx+01(xx3)dxA = \int_{-1}^{0} (x^3 - x) \,dx + \int_{0}^{1} (x - x^3) \,dx

Find the antiderivatives: A=[x44x22]10+[x22x44]01A = \left[ \frac{x^4}{4} - \frac{x^2}{2} \right]_{-1}^{0} + \left[ \frac{x^2}{2} - \frac{x^4}{4} \right]_{0}^{1}

Evaluate at the bounds: A=(0[1412])+([1214]0)A = \left( 0 - \left[\frac{1}{4} - \frac{1}{2}\right] \right) + \left( \left[\frac{1}{2} - \frac{1}{4}\right] - 0 \right) A=(0[14])+(14)=14+14=12 units2A = \left( 0 - \left[-\frac{1}{4}\right] \right) + \left( \frac{1}{4} \right) = \frac{1}{4} + \frac{1}{4} = \frac{1}{2} \text{ units}^2

Example 2: Finding Area with Horizontal Slices (Integrating w.r.t $y$)

Problem: Find the area bounded by x=y2x = y^2 and x=2y2x = 2 - y^2.

[!TIP] Because the equations are already given in terms of yy (e.g., x=f(y)),itishighlyefficienttointegratewithrespecttoyx = f(y)), it is highly efficient to integrate with respect to y using horizontal slices!

Step 1: Find points of intersection. Set the equations equal to each other to find yy-bounds: y2=2y2y^2 = 2 - y^2 2y2=2    y2=1    y=1,y=12y^2 = 2 \implies y^2 = 1 \implies y = -1, y = 1

Step 2: Determine Right and Left curves. Test a yy-value between 1-1 and 1, such as y=0y=0.

  • Left curve: x=(0)2=0x = (0)^2 = 0
  • Right curve: x=2(0)2=2x = 2 - (0)^2 = 2 The right curve is x=2y2x = 2 - y^2.

Step 3: Set up and evaluate the integral. A=11[(2y2)(y2)]dyA = \int_{-1}^{1} [(2 - y^2) - (y^2)] \,dy A=11(22y2)dyA = \int_{-1}^{1} (2 - 2y^2) \,dy

Find the antiderivative: A=[2y2y33]11A = \left[ 2y - \frac{2y^3}{3} \right]_{-1}^{1}

Evaluate at the bounds: A=(2(1)2(1)33)(2(1)2(1)33)A = \left( 2(1) - \frac{2(1)^3}{3} \right) - \left( 2(-1) - \frac{2(-1)^3}{3} \right) A=(223)(2+23)A = \left( 2 - \frac{2}{3} \right) - \left( -2 + \frac{2}{3} \right) A=(43)(43)=83 units2A = \left( \frac{4}{3} \right) - \left( -\frac{4}{3} \right) = \frac{8}{3} \text{ units}^2


Checkpoint Questions

  1. What geometric shape is fundamentally used to approximate the exact area between two curves before taking the limit? Answer: The rectangle. We use infinitely many, infinitesimally thin "representative rectangles" to sum up the total area.

  2. If f(x)f(x) and g(x)crosseachothertwiceinsidetheboundaryinterval[a,b]g(x) cross each other twice inside the boundary interval [a, b], how many definite integrals will you need to write to calculate the total bounded area? Answer: Three. The interval must be split at both intersection points, creating three distinct zones where the "Top" and "Bottom" curves swap.

  3. You are looking at a graph bounded by y=xy = \sqrt{x} and y=x2,butfindingtheareawithverticalslices(dxy = x - 2, but finding the area with vertical slices (dx) requires splitting the region because the bottom boundary changes partway through. What is the alternative strategy? Answer: Integrate with respect to y(horizontalslicing).Byrearrangingthefunctionstox=y2y (horizontal slicing). By rearranging the functions to x = y^2 and x=y+2x = y + 2, the "Right" and "Left" bounds remain perfectly consistent over the whole region, requiring only one integral.


Muddy Points & Cross-Refs

  • Confusing Bounds: A common mistake is using xvaluesfortheboundswhenintegratingwithrespecttoy.Ifyourintegrandhasady,yourlimitsofintegrationmustbeyx-values for the bounds when integrating with respect to y. If your integrand has a dy, your limits of integration **must** be y-values.
  • Absolute Value connection: Conceptually, you are integrating $$\intf(x)g(x)dx |f(x) - g(x)| dx. Setting up "Top minus Bottom" is the geometric way of evaluating that absolute value.
  • Further Study: This concept directly bridges into "Volumes by Slicing" (the Disk/Washer methods). Mastery of determining Top vs Bottom / Right vs Left curves is crucial for determining radiuses in volume calculations.
Study Guide947 words

Chapter Study Guide: Basics of Differential Equations

Basics of Differential Equations

Read full article

Learning Objectives

  • Identify the order of a differential equation.
  • Explain what is meant by a solution to a differential equation.
  • Distinguish between the general solution and a particular solution.
  • Identify an initial-value problem (IVP).
  • Verify whether a given function is a solution to a differential equation or an initial-value problem.

Key Terms & Glossary

  • Differential Equation: An equation involving an unknown function and one or more of its derivatives.
  • Order: The highest order of any derivative of the unknown function that appears in the equation.
  • Solution: A function that satisfies the differential equation when it and its derivatives are substituted into the equation.
  • General Solution: A family of solutions containing an arbitrary constant (e.g., CC).
  • Particular Solution: A specific solution derived from the general solution by applying an initial condition.
  • Initial-Value Problem (IVP): A system consisting of a differential equation paired with an initial condition.

The "Big Idea"

Calculus is the mathematics of change, and rates of change are expressed by derivatives. In the real world, we rarely know the exact formula for a phenomenon (like the spread of a virus or the cooling of a cup of coffee), but we do know the rules governing how it changes. By setting up an equation that connects an unknown function to its derivative—a differential equation—we can work backward to find the original function. Solving these equations is the key to unlocking predictive mathematical models in physics, biology, economics, and engineering.

Formula / Concept Box

ConceptMathematical RepresentationDescription
First-Order DEy=f(x,y)y' = f(x, y)Involves only the first derivative.
Second-Order DEy+p(x)y+q(x)y=g(x)y'' + p(x)y' + q(x)y = g(x)Involves the second derivative (highest order is 2).
General Solutiony(x)=f(x)+Cy(x) = f(x) + CContains an unknown constant CC. Represents infinite parallel curves.
Initial Conditiony(x0)=y0y(x_0) = y_0A known data point the solution curve must pass through.
Initial-Value Problemy=f(x),y(x0)=y0y' = f(x), \quad y(x_0) = y_0The combination of a DE and an initial condition.

Hierarchical Outline

  • Basics of Differential Equations
    • General Differential Equations
      • Definition of a differential equation (equation with derivatives).
      • Concept of a solution (a function, not a single number).
    • Characteristics of Differential Equations
      • Determining the order (highest derivative present).
    • Types of Solutions
      • General Solution (includes an arbitrary constant CC).
      • Particular Solution (constant is solved for).
    • Initial-Value Problems (IVPs)
      • Combining a differential equation with an initial condition.
      • Using the initial condition to lock down a single, unique solution.

Visual Anchors

The Path to a Solution

Loading Diagram...

General vs. Particular Solutions

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

[!NOTE] The dashed blue lines represent the General Solution (infinite possibilities). The solid red line represents the Particular Solution locked in by the Initial Condition point (0,1.5)(0, 1.5).

Definition-Example Pairs

TermConcrete DefinitionReal-World Example
Differential EquationAn equation equating a function to its rate of change.Newton's Law of Cooling: The rate at which coffee cools TisproportionaltothedifferencebetweenitstempTT' is proportional to the difference between its temp T and the room temp TaT_a. T=k(TTa)T' = -k(T - T_a)
OrderThe highest level of derivative found in the equation.Acceleration is the second derivative of position, so Newton's Second Law (F=maF=ma) forms a 2nd-order DE: mx=Fm x'' = F
Initial ConditionA known state of the system at a specific time (usually $t=0).A bank account starting with $1,000atyearat yeart=0$ gives the initial condition A(0)=1000A(0) = 1000.

Worked Examples

Example 1: Verifying a General Solution

Problem: Verify that the function y=e3xisasolutiontothedifferentialequationy+3y=0y = e^{-3x} is a solution to the differential equation y' + 3y = 0.

Step-by-Step Breakdown:

  1. Find the necessary derivatives: The DE requires yy'. y=e3xy = e^{-3x} y=3e3xy' = -3e^{-3x} (Chain rule applied!)
  2. Substitute into the left side of the DE: y+3yy' + 3y (3e3x)+3(e3x)(-3e^{-3x}) + 3(e^{-3x})
  3. Simplify: 3e3x+3e3x=0-3e^{-3x} + 3e^{-3x} = 0
  4. Compare: The result matches the right side of the equation (0). Thus, it is a valid solution.

[!WARNING] Common Pitfall: Forgetting to apply the Chain Rule when taking derivatives of exponential functions during verification. Always double-check your inner derivatives!

Example 2: Verifying an Initial-Value Problem (IVP)

Problem: Verify that the function y=2e2t+ety = 2e^{-2t} + e^t is a solution to the initial-value problem: y+2y=3et,y(0)=3y' + 2y = 3e^t, \quad y(0) = 3

Step-by-Step Breakdown:

  1. Verify the Differential Equation: Calculate yy': y=4e2t+ety' = -4e^{-2t} + e^t Substitute yy and yy' into the left side of the DE: y+2y=(4e2t+et)+2(2e2t+et)y' + 2y = (-4e^{-2t} + e^t) + 2(2e^{-2t} + e^t) Simplify by distributing the 2: 4e2t+et+4e2t+2et-4e^{-2t} + e^t + 4e^{-2t} + 2e^t Combine like terms: (4+4)e2t+(1+2)et=3et(-4 + 4)e^{-2t} + (1 + 2)e^t = 3e^t This matches the right side! DE is verified.
  2. Verify the Initial Condition: Plug t=0intotheproposedsolutiony=2e2t+ett=0 into the proposed solution y = 2e^{-2t} + e^t: y(0)=2e2(0)+e0y(0) = 2e^{-2(0)} + e^0 y(0)=2(1)+1=3y(0) = 2(1) + 1 = 3 This matches the given initial condition y(0)=3y(0) = 3. Both parts are satisfied!

Checkpoint Questions

1. What is the fundamental difference between a general solution and a particular solution?

A general solution represents a whole family of functions and includes an arbitrary constant (like +C+ C). A particular solution is a single, specific function where the constant has been solved for using an initial condition.

2. What is the order of the differential equation: $y''' - 4y' + y = \sin(x)$?

The order is 3, because the highest derivative present in the equation is the third derivative (yy''').

3. What two pieces of mathematical information are required to form an Initial-Value Problem (IVP)?

An IVP requires: (1) A differential equation, and (2) At least one initial condition (a known point the solution must pass through).

4. If a function evaluates correctly in the differential equation but fails the initial condition, is it a solution to the IVP?

No. To be a solution to an Initial-Value Problem, the function must satisfy both the differential equation AND the initial condition.

Muddy Points & Cross-Refs

  • Wait, what does "family of solutions" mean? Because the derivative of any constant is zero, an infinite number of functions can share the exact same derivative. Graphically, these look like parallel curves stacked on top of each other.
  • Looking Ahead: Later in this module, you will learn how to find these solutions from scratch using techniques like Separation of Variables instead of just verifying given answers.
Study Guide1,134 words

Calculus of Parametric Curves: Comprehensive Study Guide

Calculus of Parametric Curves

Read full article

Calculus of Parametric Curves

[!NOTE] Curriculum Alignment: This guide covers the integration and differentiation techniques specifically applied to parametrically defined curves, forming a bridge between standard two-dimensional calculus and vector calculus.

Learning Objectives

By the end of this study guide, you should be able to:

  • Determine derivatives (first and second) and equations of tangent lines for parametric curves.
  • Find the area under a curve defined by parametric equations.
  • Use the parametric equation formula to calculate the arc length of a curve.
  • Apply the formula for surface area to a volume generated by revolving a parametric curve.

The "Big Idea"

In standard calculus, functions are usually written as y=f(x)y = f(x), tying yy directly to xx. However, many real-world paths—like the orbit of a planet, the trajectory of a roller coaster, or a loop-the-loop curve—fail the vertical line test and cannot be expressed as a single function.

Parametric equations solve this by introducing a third variable, the parameter t(oftenrepresentingtime).Bydefiningbothxt (often representing time). By defining both x and yasindependentfunctionsofty as independent functions of t (i.e., x(t)x(t) and y(t)),wecantracktheexactpositionofanobjectatanymoment.TheCalculusofParametricCurvesteachesushowtofindslopes,areas,lengths,andsurfacevolumeswithouteverhavingtoeliminatetheparameterty(t)), we can track the exact position of an object at any moment. **The Calculus of Parametric Curves** teaches us how to find slopes, areas, lengths, and surface volumes *without* ever having to eliminate the parameter t to get back to y=f(x)y = f(x).

Key Terms & Glossary

  • **Parameter (t):Anindependentvariablethatconnectsthefunctionsx(t)t)**: An independent variable that connects the functions x(t) and y(t)y(t).
  • Parametric Curve: The set of all points (x(t),y(t))plottedonacoordinateplaneast(x(t), y(t)) plotted on a coordinate plane as t varies over a specific interval.
  • Arc Length: The physical distance along a curved path from one point to another.
  • Surface of Revolution: The 3D surface generated when a 2D parametric curve is rotated around an axis (usually the x-axis or y-axis).
  • Cycloid: The curve traced by a point on the rim of a circular wheel as the wheel rolls along a straight line without slipping.

Formula / Concept Box

ConceptFormulaNotes
First Derivative (Slope)dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}Requires dx/dt0dx/dt \neq 0. Represents the slope of the tangent line.
Second Derivative (Concavity)d2ydx2=ddt(dydx)dx/dt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(\frac{dy}{dx})}{dx/dt}Don't just divide y(t)y''(t) by x(t).Takederivativeofyx''(t). Take derivative of y' with respect to tt, then divide by xx'.
Area Under CurveA=aby(t)x(t)dtA = \int_{a}^{b} y(t) x'(t) dtAssumes curve is traced once, and x(t)isstrictlyincreasingon[a,b]x(t) is strictly increasing on [a, b].
Arc LengthL=ab(x(t))2+(y(t))2dtL = \int_{a}^{b} \sqrt{(x'(t))^2 + (y'(t))^2} dtRepresents the integral of the speed: speeddt\int \text{speed} \cdot dt.
Surface Area (x-axis)S=2πaby(t)(x(t))2+(y(t))2dtS = 2\pi \int_{a}^{b} y(t) \sqrt{(x'(t))^2 + (y'(t))^2} dtRevolving around the x-axis. Assumes y(t)0y(t) \geq 0.
Surface Area (y-axis)S=2πabx(t)(x(t))2+(y(t))2dtS = 2\pi \int_{a}^{b} x(t) \sqrt{(x'(t))^2 + (y'(t))^2} dtRevolving around the y-axis. Assumes x(t)0x(t) \geq 0.

Hierarchical Outline

  1. Differentiation of Parametric Equations
    • Finding the First Derivative (dy/dxdy/dx)
    • Identifying horizontal tangents (where dy/dt=0)andverticaltangents(wheredx/dt=0dy/dt = 0) and vertical tangents (where dx/dt = 0)
    • Calculating the Second Derivative (d2y/dx2d^2y/dx^2) for concavity
  2. Integral Calculus on Parametric Curves
    • Calculating Area bounded by parametric curves
    • Deriving and computing Arc Length (ds=dx2+dy2ds = \sqrt{dx^2 + dy^2})
    • Finding the Surface Area of a solid of revolution

Visual Anchors

Diagram 1: Flowchart for the Second Derivative

A common pitfall is miscalculating the second derivative. Follow this process:

Loading Diagram...

Diagram 2: Visualizing a Parametric Tangent Vector

Here is how a curve CC relies on parameter tt to determine the tangent slope.

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

1. Tangent Line of a Parametric Curve

  • Definition: A straight line that "just touches" the curve at a specific point (x(t0),y(t0)),havingtheslopeequaltodydx(x(t_0), y(t_0)), having the slope equal to \frac{dy}{dx} evaluated at t0t_0.
  • Real-World Example: If a parametric curve models the path of a car on a race track, the tangent line represents the exact direction the car's headlights are pointing at time t0t_0.

2. Arc Length Element (dsds)

  • Definition: An infinitesimally small piece of the curve's length, given by the Pythagorean theorem applied to small changes in xx and yy: ds=(dx)2+(dy)2=(x(t))2+(y(t))2dtds = \sqrt{(dx)^2 + (dy)^2} = \sqrt{(x'(t))^2 + (y'(t))^2} dt.
  • Real-World Example: Laying a very short, straight piece of string along a map's winding road to measure the total distance incrementally.

Worked Examples

Example 1: Finding Tangent Lines and Concavity

Problem: A curve is defined parametrically by x(t)=t2x(t) = t^2 and y(t)=t33ty(t) = t^3 - 3t. Find the equation of the tangent line at t=2t=2, and determine if the curve is concave up or down at that point.

Step-by-Step Solution

Step 1: Find the coordinates at t=2t = 2.

  • x(2)=22=4x(2) = 2^2 = 4
  • y(2)=233(2)=86=2y(2) = 2^3 - 3(2) = 8 - 6 = 2
  • Point: (4,2)(4, 2)

Step 2: Find dx/dtdx/dt and dy/dtdy/dt.

  • dx/dt=2tdx/dt = 2t
  • dy/dt=3t23dy/dt = 3t^2 - 3

Step 3: Evaluate slope dy/dxdy/dx at t=2t=2.

  • dydx=3t232t\frac{dy}{dx} = \frac{3t^2 - 3}{2t}
  • At t=2t=2: m=3(4)34=94m = \frac{3(4) - 3}{4} = \frac{9}{4}
  • Tangent Line Equation: y2=94(x4)y - 2 = \frac{9}{4}(x - 4)

Step 4: Find the second derivative d2y/dx2d^2y/dx^2.

  • d2ydx2=ddt(3t232t)2t\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(\frac{3t^2 - 3}{2t})}{2t}
  • Use quotient rule on numerator: ddt(3t232t)=6t(2t)(3t23)(2)4t2=12t26t2+64t2=6t2+64t2\frac{d}{dt}(\frac{3t^2 - 3}{2t}) = \frac{6t(2t) - (3t^2 - 3)(2)}{4t^2} = \frac{12t^2 - 6t^2 + 6}{4t^2} = \frac{6t^2 + 6}{4t^2}
  • Divide by x(t)x'(t): d2ydx2=6t2+64t22t=6t2+68t3\frac{d^2y}{dx^2} = \frac{\frac{6t^2 + 6}{4t^2}}{2t} = \frac{6t^2 + 6}{8t^3}

Step 5: Evaluate concavity at t=2t=2.

  • d2ydx2t=2=6(4)+68(8)=3064>0\frac{d^2y}{dx^2}\Big|_{t=2} = \frac{6(4) + 6}{8(8)} = \frac{30}{64} > 0
  • Because the second derivative is positive, the curve is concave up at t=2t=2.

Example 2: Arc Length of a Parametric Curve

Problem: Find the exact arc length of the curve defined by x(t)=etcos(t)x(t) = e^t \cos(t) and y(t)=etsin(t)y(t) = e^t \sin(t) for $$0 \leq t \leq \pi$$.

Step-by-Step Solution

Step 1: Compute derivatives.

  • x(t)x'(t) = e^t \cos(t) - e^t \sin(t)$$
  • y(t)y'(t) = e^t \sin(t) + e^t \cos(t)$$

Step 2: Square and add the derivatives.

  • (x(t))(x'(t))^2 = e^{2t}(\cos^2(t) - 2\cos(t)\sin(t) + \sin^2(t))$$
  • (y(t))(y'(t))^2 = e^{2t}(\sin^2(t) + 2\sin(t)\cos(t) + \cos^2(t))$$
  • (x)2+(y)(x')^2 + (y')^2 = e^{2t}(2\cos^2(t) + 2\sin^2(t))=2e2t = 2e^{2t}

Step 3: Set up and evaluate the arc length integral.

  • $$L = \int_{0}^{\pi} \sqrt{2e^{2t}}dtdt= \int_{0}^{\pi} \sqrt{2} e^tdt dt
  • L = \sqrt{2} \left$[ $e^t \right$]$_0^\pi = \sqrt{2}(e^{\pi} - e^0) = \sqrt{2}(e^{\pi} - 1)

Checkpoint Questions

Test your active recall. Cover the answers to see if you can explain them aloud!

  1. Why can't you calculate the second derivative of a parametric curve simply by doing y(t)x(t)\frac{y''(t)}{x''(t)}? Answer: The second derivative d2y/dx2describeshowtheslope(dy/dx)changeswithrespecttoxd^2y/dx^2 describes how the *slope* (dy/dx) changes with respect to x. Taking y(t)x(t)\frac{y''(t)}{x''(t)} only tells you the ratio of vertical acceleration to horizontal acceleration, which is geometrically meaningless for spatial concavity. You must differentiate the first derivative with respect to tandthendividebydx/dtt and then divide by dx/dt (chain rule).

  2. If dx/dt=0dx/dt = 0 and dy/dtdy/dt \neq 0ataspecificparametert=c at a specific parameter t=c, what physical feature does the curve have at that point? Answer: A vertical tangent line. The slope dydx\frac{dy}{dx} approaches infinity because you are dividing by zero.

  3. When finding the area under a curve $$A = \int_{a}^{b} y(t) x(t)dt'(t) dt, what restriction must be placed on x(t)x(t)? Answer: The function x(t)mustbestrictlyincreasingorstrictlydecreasingontheinterval[a,b]x(t) must be strictly increasing or strictly decreasing on the interval [a,b] to ensure the curve does not double back on itself (which would subtract area rather than adding it).

  4. What is the geometric interpretation of the integrand (x(t))2+(y(t))2\sqrt{(x'(t))^2 + (y'(t))^2} in the arc length formula? Answer: It represents the instantaneous speed of a particle moving along the curve at time tt. Integrating speed over time yields the total distance traveled (arc length).

Muddy Points & Cross-Refs

[!WARNING] Common Confusion: A frequent stumbling block is limits of integration for Area vs. Arc Length.

  • For Area, the limits must go from the tvaluecorrespondingtotheleftmostxt-value corresponding to the *leftmost* x-value to the tvaluecorrespondingtotherightmostxvalue.(Thismightmeant1>t2t-value corresponding to the *rightmost* x-value. (This might mean t_1 > t_2!).
  • For Arc length, you simply integrate from the starting tvaluetotheendingtt-value to the ending t-value.

Cross-Reference: Review standard integration techniques from Techniques of Integration (Unit 3)—especially trigonometric substitution and integration by parts—as parametric length and surface area integrals frequently result in complex radical expressions.

Study Guide894 words

Calculus of the Hyperbolic Functions

Calculus of the Hyperbolic Functions

Read full article

Learning Objectives

After completing this section, you should be able to:

  • Apply the formulas for derivatives and integrals of the hyperbolic functions.
  • Apply the formulas for the derivatives of the inverse hyperbolic functions and their associated integrals.
  • Describe the common applied conditions of a catenary curve.

Key Terms & Glossary

  • Hyperbolic Functions: Functions defined using combinations of the exponential functions exe^x and exe^{-x}, corresponding to points on a unit hyperbola rather than a unit circle.
  • Inverse Hyperbolic Functions: The inverse operations of hyperbolic functions, typically found using implicit differentiation and resulting in natural logarithmic expressions.
  • Catenary Curve: The U-like geometric shape assumed by a hanging flexible chain or cable supported at its ends and acted upon by a uniform gravitational force.
  • Implicit Differentiation: A technique used to find the derivative of a function when it is not explicitly solved for one variable in terms of another, especially useful for deriving inverse hyperbolic derivatives.

The "Big Idea"

Hyperbolic functions (sinhx\\sinh x, coshx\\cosh x, tanhx,etc.)behavesimilarlytotheirtrigonometriccousins(sinx\\tanh x, etc.) behave similarly to their trigonometric cousins (\\sin x, cosx\\cos x, tanx),buttheyarerootedintheunithyperbola(x2y2=1)insteadoftheunitcircle(x2+y2=1).Becausetheyareultimatelyjustcombinationsofexponentialfunctions,theircalculusisstraightforwardbutholdsimportantsigndifferencescomparedtostandardtrigonometry.Mostnotably,thederivativeofcoshx\\tan x), but they are rooted in the unit hyperbola (x^2 - y^2 = 1) instead of the unit circle (x^2 + y^2 = 1). Because they are ultimately just combinations of exponential functions, their calculus is straightforward but holds important **sign differences** compared to standard trigonometry. Most notably, the derivative of \\cosh x is positive sinhx,bypassingthenegativesignpitfallfoundwhendifferentiatingcosx\\sinh x, bypassing the negative sign pitfall found when differentiating \\cos x.

[!NOTE] A strong mastery of the Chain Rule and uu-substitution is essential here, as hyperbolic calculus problems frequently combine exponential terms with inner polynomial functions.

Formula / Concept Box

FunctionDerivativeIntegral (with +C+ C)
sinhu\\sinh ucoshucdotu\\cosh u \\cdot u'intsinhu,du=coshu+C\\int \\sinh u \\, du = \\cosh u + C
coshu\\cosh usinhucdotu\\sinh u \\cdot u'intcoshu,du=sinhu+C\\int \\cosh u \\, du = \\sinh u + C
tanhu\\tanh utextsech2ucdotu\\text{sech}^2 u \\cdot u'inttextsech2u,du=tanhu+C\\int \\text{sech}^2 u \\, du = \\tanh u + C
sinh1u\\sinh^{-1} ufracusqrt1+u2\\frac{u'}{\\sqrt{1 + u^2}}intfracdusqrt1+u2=sinh1u+C\\int \\frac{du}{\\sqrt{1+u^2}} = \\sinh^{-1} u + C
cosh1u\\cosh^{-1} ufracusqrtu21\\frac{u'}{\\sqrt{u^2 - 1}} (for u>1u>1)intfracdusqrtu21=cosh1u+C\\int \\frac{du}{\\sqrt{u^2-1}} = \\cosh^{-1} u + C
tanh1u\\tanh^{-1} ufracu1u2\\frac{u'}{1 - u^2} (for $\u\

Hierarchical Outline

  • 1. Derivatives and Integrals of Hyperbolic Functions
    • 1.1. Core Definitions (e.g., sinhx=fracexex2\\sinh x = \\frac{e^x - e^{-x}}{2})
    • 1.2. Differentiation Rules (Comparing Trig vs. Hyperbolic)
    • 1.3. Integration using uu-substitution
  • 2. Inverse Hyperbolic Functions
    • 2.1. Deriving derivatives via implicit differentiation
    • 2.2. Integral forms resulting in inverse hyperbolic functions
  • 3. Real-World Applications
    • 3.1. The Catenary Curve (Hanging chains, power lines)
    • 3.2. Exponential growth models and population dynamics

Visual Anchors

Comparison Diagram: Trigonometric vs. Hyperbolic Differentiation

Loading Diagram...

Graph of sinhx\\sinh x and coshx\\cosh x

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

(Notice that coshx\\cosh x is an even function bounded below by 1, perfectly matching the shape of a hanging cable.)

Definition-Example Pairs

  • Term: Hyperbolic Cosine (coshx\\cosh x)

    • Definition: The even hyperbolic function defined by fracex+ex2\\frac{e^x + e^{-x}}{2}.
    • Real-World Example: A perfectly flexible chain suspended by its two ends, hanging under its own weight, forms a catenary curve, which is mathematically modeled by y=acosh(fracxa)y = a \\cosh(\\frac{x}{a}).
  • Term: Implicit Differentiation

    • Definition: Differentiating an equation with respect to xwithoutexplicitlysolvingforyfirst,thensolvingalgebraicallyforyx without explicitly solving for y first, then solving algebraically for y'.
    • Real-World Example: Proving that if y=sinh1xy = \\sinh^{-1}x, then sinhy=x.Takingthederivativegivescoshycdoty=1,whichsimplifiestoy=frac1coshy=frac1sqrt1+x2\\sinh y = x. Taking the derivative gives \\cosh y \\cdot y' = 1, which simplifies to y' = \\frac{1}{\\cosh y} = \\frac{1}{\\sqrt{1+x^2}}.

Worked Examples

Example 1: Differentiating a Composite Hyperbolic Function

Problem: Evaluate the derivative of f(x)=cosh(4x2)f(x) = \\cosh(4x^2). Solution:

  1. Identify the outer function (cosh(u))andinnerfunction(u=4x2\\cosh(u)) and inner function (u = 4x^2).
  2. The derivative of cosh(u)\\cosh(u) is sinh(u)cdotu\\sinh(u) \\cdot u' (using the Chain Rule).
  3. Calculate u=fracddx(4x2)=8xu' = \\frac{d}{dx}(4x^2) = 8x.
  4. Assemble the final derivative: f(x)=sinh(4x2)cdot(8x)=8xsinh(4x2)f'(x) = \\sinh(4x^2) \\cdot (8x) = 8x \\sinh(4x^2)

Example 2: Integration Involving Hyperbolic Functions

Problem: Evaluate the integral int5xsinh(x23),dx\\int 5x \\sinh(x^2 - 3) \\, dx. Solution:

  1. Use uu-substitution. Let u=x23u = x^2 - 3.
  2. Then du=2x,dxdu = 2x \\, dx, which means x,dx=frac12dux \\, dx = \\frac{1}{2} du.
  3. Substitute into the integral: int5sinh(u)left(frac12duright)=frac52intsinh(u),du\\int 5 \\sinh(u) \\left(\\frac{1}{2} du\\right) = \\frac{5}{2} \\int \\sinh(u) \\, du
  4. Integrate using the formula intsinhu,du=coshu+C\\int \\sinh u \\, du = \\cosh u + C: frac52cosh(u)+C\\frac{5}{2} \\cosh(u) + C
  5. Substitute back u=x23u = x^2 - 3: frac52cosh(x23)+C\\frac{5}{2} \\cosh(x^2 - 3) + C

Checkpoint Questions

1. What is the fundamental difference between the derivative of $\\cos x$ and $\\cosh x$?

The derivative of the trigonometric function cosx\\cos x is sinx(itintroducesanegativesign).However,thederivativeofthehyperbolicfunctioncoshx-\\sin x (it introduces a negative sign). However, the derivative of the hyperbolic function \\cosh x is exactly sinhx\\sinh x (no negative sign).

2. How do you find the derivative of an inverse hyperbolic function like $y = \\tanh^{-1}x$?

You use implicit differentiation. Rewrite it as tanhy=x,takethederivativeofbothsideswithrespecttox\\tanh y = x, take the derivative of both sides with respect to x (getting textsech2ycdoty=1\\text{sech}^2 y \\cdot y' = 1), and solve for yy'. Using the identity \dlr 1 - $\tanh^2 y =\sech2y \sech^2 y, this simplifies to y' = \\frac{1}{1-x^2}$$.

3. If an architectural arch is built in the shape of an inverted catenary, what base mathematical function represents its curve?

The architectural arch is represented by an inverted hyperbolic cosine function, mathematically expressed as y = -a \\cosh(\frac{x}{a}) + C$$.

Study Guide1,056 words

Study Guide: Comparison Tests for Infinite Series

Comparison Tests

Read full article

Learning Objectives

By the end of this study guide, you should be able to:

  • Identify appropriate "reference series" (geometric or pp-series) to compare against a given series.
  • Apply the Direct Comparison Test (DCT) to prove convergence or divergence by establishing strict inequalities.
  • Apply the Limit Comparison Test (LCT) when algebraic bounding is difficult but asymptotic behavior is clear.
  • Recognize the limitations of comparison tests, specifically when terms are not strictly positive.

Key Terms & Glossary

  • Direct Comparison Test (DCT): A convergence test that directly compares the terms of an unknown series to a known series using inequalities (<<, >>, \leq, \geq).
  • Limit Comparison Test (LCT): A convergence test that compares the asymptotic growth rates of two series by taking the limit of the ratio of their terms as nn \to \infty.
  • **pSeries:Aseriesoftheform1np.Itactsasastandardbenchmark,convergingifp>1p-Series**: A series of the form \sum \frac{1}{n^p}. It acts as a standard benchmark, converging if p > 1 and diverging if p1p \leq 1.
  • Geometric Series: A series of the form arn.Itconvergeswhenthecommonratior<1\sum a r^n. It converges when the common ratio |r| < 1.
  • Absolute Convergence: The property of a series where the sum of the absolute values of its terms converges. (Comparison tests only apply to non-negative terms; for series with negative terms, we test the absolute values).

The "Big Idea"

[!TIP] The core principle is guilt by association.

When evaluating a complex infinite series, we strip away the "noise" (lower-order terms, constants) to reveal its fundamental behavior. By comparing this simplified version (our reference series) to the messy original, we can determine its fate.

If the messy series is always smaller than a series we know converges, the messy one must also converge (it's trapped). Conversely, if it is always larger than a series we know blows up to infinity, the messy one must also diverge.


Formula / Concept Box

Convergence TestThe Rule / FormulaWhen to Use ItConclusions
Direct Comparison (DCT)Compare ana_n and bnb_n for all $n.When a strict algebraic inequality is easy to prove.If a_n \leq b_nandand\sum b_nconvergesconverges\Rightarrow \sum a_nconverges.<br>Ifconverges.<br>Ifa_n \geq b_nandand\sum b_ndivergesdiverges\Rightarrow \sum a_n$ diverges.
Limit Comparison (LCT)Evaluate limnanbn=L\lim_{n \to \infty} \frac{a_n}{b_n} = L.When series look like a pp-series but inequalities are tricky.If $$0 < L < \infty$$, both series share the same fate (both converge or both diverge).
pp-Series Benchmark1np\sum \frac{1}{n^p}Use as $b_n for algebraic/polynomial fractions.Converges if p > 1$.
Diverges if p1p \leq 1.
Geometric Benchmarkarn\sum a r^{n}Use as $b_n for exponential terms.Converges if |r| < 1.<br>Divergesif.<br>Diverges if |r$

[!WARNING] The Limit Comparison Test provides no information if L=0L=0 and bn\sum b_n diverges, or if L=L=\infty and bn\sum b_n converges. You must pick a different comparison series!


Hierarchical Outline

  • 1. Foundations of Comparison
    • Both tests require non-negative terms: a_n \geq 0$, $b_n \geq 0.
    • If terms are negative, apply tests to an|a_n| to check for absolute convergence.
  • 2. The Direct Comparison Test (DCT)
    • Requires establishing a term-by-term inequality.
    • Convergent Bounding: Must show anbna_n \leq b_n (target is smaller than the convergent benchmark).
    • Divergent Bounding: Must show anbna_n \geq b_n (target is larger than the divergent benchmark).
  • 3. The Limit Comparison Test (LCT)
    • Bypasses the need for strict inequalities.
    • Computes ratio limit: L=limn(an/bn)L = \lim_{n \to \infty} (a_n / b_n).
    • A finite, non-zero LL means the series grow at proportional rates.
  • 4. Selecting Reference Series (bnb_n)
    • Keep highest powers of nn in the numerator and denominator.
    • Simplify to a basic pp-series or geometric series.

Visual Anchors

Choosing Your Test Strategy

Loading Diagram...

Geometric Interpretation of Direct Comparison

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • pp-Series

    • Definition: A series whose terms are $1/n^p. Convergence depends entirely on the exponent p$.
    • Real-World Example: The Harmonic Series (p=1p=1) models the harmonic overtones of a vibrating string. Even though terms shrink, the total sum diverges infinitely.
  • Direct Comparison Test (DCT)

    • Definition: Proving convergence by showing a series is strictly smaller than a known convergent series.
    • Mathematical Example: Comparing 1n2+5\sum \frac{1}{n^2+5} to 1n2.Becauseadding5makesthedenominatorlarger,thefractionissmaller.Itisboundedbyaconvergentp\sum \frac{1}{n^2}. Because adding 5 makes the denominator larger, the fraction is smaller. It is bounded by a convergent p-series, so it converges.
  • Limit Comparison Test (LCT)

    • Definition: Proving convergence by showing the ratio of a target series to a known series approaches a non-zero constant.
    • Mathematical Example: Testing 1n21\sum \frac{1}{n^2 - 1}. A direct inequality $1/(n^2-1) \leq 1/n^2$$ fails (it's actually larger). Instead, limit comparison with $1/n^2 yields L=1L=1, proving convergence.

Worked Examples

Example 1: Direct Comparison Test (Convergence)

Problem: Determine if n=11n3+1\sum_{n=1}^{\infty} \frac{1}{n^3 + 1} converges or diverges.

Step 1: Identify reference series. Drop the "+1$$. We are left with $$\sum \frac{1}{n^3}$$. Since p = 3 > 1, this reference series is a convergent p$-series.

Step 2: Establish inequality. For all positive integers nn, n3+1>n3n^3 + 1 > n^3. Therefore, taking the reciprocal reverses the inequality: 1n3+1<1n3\frac{1}{n^3 + 1} < \frac{1}{n^3}.

Step 3: Conclude. Since every term of our target series is smaller than a corresponding term of a known convergent series, 1n3+1\sum \frac{1}{n^3 + 1} converges by the Direct Comparison Test.

Example 2: Limit Comparison Test

Problem: Determine if n=13n+5n4+1\sum_{n=1}^{\infty} \frac{3n + 5}{\sqrt{n^4 + 1}} converges or diverges.

Step 1: Identify reference series. Look at highest powers. Numerator behaves like n.Denominatorbehavesliken. Denominator behaves like \sqrt{n^4} = n^2.Ourreferenceseries. Our reference series b_n = \frac{n}{n^2} = \frac{1}{n}$$. This is the harmonic series (p=1p=1), which diverges.

Step 2: Set up the limit ratio. L=limnanbn=limn(3n+5n4+1n1)L = \lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \left( \frac{3n + 5}{\sqrt{n^4 + 1}} \cdot \frac{n}{1} \right) L=limn3n2+5nn4+1L = \lim_{n \to \infty} \frac{3n^2 + 5n}{\sqrt{n^4 + 1}}

Step 3: Evaluate limit. Divide top and bottom by n2n^2 (which is n4\sqrt{n^4} inside the root): L=limn3+5n1+1n4=3+01+0=3L = \lim_{n \to \infty} \frac{3 + \frac{5}{n}}{\sqrt{1 + \frac{1}{n^4}}} = \frac{3 + 0}{\sqrt{1 + 0}} = 3

Step 4: Conclude. Since $0 < L < \infty$, both series share the same fate. Because the reference series diverges, the target series diverges by the Limit Comparison Test.


Checkpoint Questions

1. Why can't you use the Direct Comparison Test to prove that $\sum \frac{1}{n^2 - 1}$ converges by comparing it to $\frac{1}{n^2}$?

Because n21<n2,whichmeansthereciprocal1n21>1n2n^2 - 1 < n^2, which means the reciprocal \frac{1}{n^2 - 1} > \frac{1}{n^2}. The DCT requires the target series to be smaller than the convergent reference series, not larger. (You must use the Limit Comparison Test here).

2. If you use LCT and find that $L = 0$, what does this tell you?

It depends on your reference series bnb_n. If bnconverges,thenthetargetseriesanb_n converges, then the target series a_n also converges (because anisgrowingmuchslowerthanbna_n is growing much slower than b_n). If bnb_n diverges, the test is inconclusive.

3. What must be true about the terms of a series before applying either the Direct or Limit Comparison Test?

The terms of both the target series and the reference series must be positive. If they alternate or have negative terms, you must test their absolute values instead.

4. What is the standard reference series for a target series of $a_n = \frac{1}{2^n - 1}$?

The geometric series bn=12n=(12)nb_n = \frac{1}{2^n} = \left(\frac{1}{2}\right)^n, which converges because r=1/2<1r = 1/2 < 1.

Study Guide912 words

Conic Sections: Comprehensive Study Guide

Conic Sections

Read full article

Learning Objectives

After completing this study guide, you should be able to:

  • Identify the equation of a parabola in standard form with a given focus and directrix.
  • Identify the equation of an ellipse or hyperbola in standard form given its foci.
  • Recognize a parabola, ellipse, or hyperbola directly from its eccentricity value (ee).
  • Write the polar equation of a conic section with a given eccentricity ee.
  • Classify a general equation of degree two as a parabola, ellipse, or hyperbola using the discriminant.

Key Terms & Glossary

  • Conic Section: A curve obtained as the intersection of the surface of a cone with a plane.
  • Focus (plural: Foci): A fixed point used to define a conic section. Conics are constructed based on the distance from a point on the curve to the focus.
  • Directrix: A fixed line used in conjunction with a focus to define a conic section.
  • Eccentricity (ee): A non-negative real number that uniquely characterizes the shape of a conic section.
  • Perihelion: The closest point of a planetary orbit to the Sun.
  • Aphelion: The farthest point of a planetary orbit from the Sun.

The "Big Idea"

[!NOTE] Conic Sections in the Real World Conic sections are not just abstract geometric shapes created by slicing a double-napped cone with a plane. They are the fundamental mathematical models for orbital mechanics in the universe.

According to Kepler's First Law, planets move in elliptical orbits with the Sun at one focus. By defining conic sections through eccentricity, we bridge the gap between pure algebra (standard rectangular forms) and physics (polar equations defining orbital trajectories). Whether a comet visits the solar system once and escapes on a hyperbolic path, or a planet remains bound in an elliptical orbit, the geometry of conic sections dictates its journey.

Formula / Concept Box

Conic TypeEccentricity ($e)Standard Form (Centered at origin/vertex)Discriminant (B^2 - 4AC$)
Circlee=0e = 0x2+y2=r2x^2 + y^2 = r^2<0< 0 (with A=CA = C, B=0B=0)
Ellipse$0 < e < 1$x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1<0< 0
Parabolae=1e = 1y2=4pxy^2 = 4px or x2=4pyx^2 = 4py=0= 0
Hyperbolae>1e > 1x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1>0> 0

Polar Equation of a Conic (with focus at the pole and directrix x=dx = d or y=dy = d): r=ed1±ecosθorr=ed1±esinθr = \frac{ed}{1 \pm e \cos \theta} \quad \text{or} \quad r = \frac{ed}{1 \pm e \sin \theta}

Hierarchical Outline

  • 1. Classifying Conics by Eccentricity
    • Parabola (e=1e = 1): Distance to focus equals distance to directrix.
    • Ellipse ($0 \le e < 1$): Distance to focus is strictly less than distance to directrix.
    • Hyperbola (e>1e > 1): Distance to focus is strictly greater than distance to directrix.
  • 2. Polar Coordinates and Conics
    • Focus placed at the pole (origin).
    • Equation depends on whether the directrix is horizontal or vertical.
  • 3. The General Degree Two Equation
    • Equation form: Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0
    • Using the discriminant (B24ACB^2 - 4AC) to identify the conic without completing the square.
  • 4. Applications in Orbital Mechanics
    • Kepler's Laws: Utilizing properties of ellipses.
    • Calculating distances like Aphelion and Perihelion using vertices.

Visual Anchors

Diagram 1: Classification via General Degree Two Equation

Loading Diagram...

Diagram 2: Kepler's Elliptical Orbit

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Eccentricity (ee): A measure of how much a conic section deviates from being circular.
    • Example: The Earth's orbit has an eccentricity of e0.0167,makingitanearlycircularellipse,whileHalleysComethasaneccentricityofe0.967e \approx 0.0167, making it a nearly circular ellipse, while Halley's Comet has an eccentricity of e \approx 0.967, making it a highly elongated ellipse.
  • General Equation of Degree Two: The expanded polynomial form of a conic section (Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0).
    • Example: The equation 4x29y2+32x+18y+19=04x^2 - 9y^2 + 32x + 18y + 19 = 0 is a general equation. Since B=0B=0, A=4A=4, and C=9,thediscriminantis024(4)(9)=144>0C=-9, the discriminant is 0^2 - 4(4)(-9) = 144 > 0, confirming it is a hyperbola.
  • Perihelion: The closest distance from a focus (the Sun) to a vertex of an elliptical orbit.
    • Example: Earth reaches perihelion (approx. 147,098,290 km from the Sun) around January 3 each year.

Worked Examples

Example 1: Identifying a Conic Section

Problem: Identify the conic section given by the equation 2x2+3xy+y24=02x^2 + \sqrt{3}xy + y^2 - 4 = 0.

Step-by-Step Solution:

  1. Identify the coefficients of the general degree two equation: A=2A = 2, B=3B = \sqrt{3}, C=1C = 1.
  2. Calculate the discriminant: B24ACB^2 - 4AC.
  3. Substitute the values: (3)24(2)(1)=38=5(\sqrt{3})^2 - 4(2)(1) = 3 - 8 = -5.
  4. Evaluate the result: Since 5<0-5 < 0, the conic section is an ellipse.

Example 2: Polar Equation to Rectangular Conversion

Problem: A conic section has the polar equation r=410.5cosθr = \frac{4}{1 - 0.5 \cos \theta}. Identify the eccentricity, the directrix, and the type of conic.

Step-by-Step Solution:

  1. Compare the given equation to the standard polar form: r=ed1ecosθr = \frac{ed}{1 - e \cos \theta}.
  2. Directly read the eccentricity from the denominator: e=0.5e = 0.5.
  3. Since e=0.5<1e = 0.5 < 1, the conic section is an ellipse.
  4. Solve for the directrix (d):Thenumeratorrepresentsedd): The numerator represents ed. Therefore, ed=4ed = 4.
  5. Substitute e=0.5e = 0.5: $0.$5d = 4 \Rightarrow d = 8$$.
  6. The directrix is the vertical line x=8x = -8 (negative because of the minus sign in the denominator).

Checkpoint Questions

1. What eccentricity value defines a perfect parabola, and what does this mean physically?

e=1e = 1. This means that any point on the parabola is exactly equidistant from the focus and the directrix.

2. If a planetary orbit has an aphelion distance of $a+c and a perihelion distance of a-c$, what represents the semi-major axis?

The semi-major axis is represented by a.Thetotallengthofthemajoraxisis(a+c)+(ac)=2aa. The total length of the major axis is (a+c) + (a-c) = 2a.

3. Calculate the discriminant for $x^2 + 4xy + 4y^2 - 2x = 0$ and classify the conic.

A=1A=1, B=4B=4, C=4.ThediscriminantisB24AC=164(1)(4)=0C=4. The discriminant is B^2 - 4AC = 16 - 4(1)(4) = 0. The conic is a parabola.

Muddy Points & Cross-Refs

[!WARNING] Common Confusion: Standard vs. General Forms Completing the square to convert a General Equation to Standard Form is a common stumbling block. Remember to factor out the leading coefficient of the squared term before taking half the middle term and squaring it.

Cross-References for Further Study:

  • Review Calculus of Parametric Curves to understand how to find the arc length (and therefore the exact perimeter) of an elliptical orbit.
  • Review Polar Coordinates to ensure fluency in converting between (x,y)(x,y) and (r,(r,\theta)), which is essential for working with the polar forms of conics.

More Study Notes (33)

Determining Volumes by Slicing: Chapter Study Guide

Determining Volumes by Slicing

940 words

Study Guide: Direction Fields and Numerical Methods

Direction Fields and Numerical Methods

923 words

Study Guide: Exponential Growth and Decay

Exponential Growth and Decay

692 words

Chapter Study Guide: First-order Linear Equations

First-order Linear Equations

1,056 words

Study Guide: Improper Integrals

Improper Integrals

925 words

Infinite Series & Convergence: Chapter Study Guide

Infinite Series

878 words

Integrals, Exponential Functions, and Logarithms: Chapter Study Guide

Integrals, Exponential Functions, and Logarithms

845 words

Study Guide: Integrals Involving Exponential and Logarithmic Functions

Integrals Involving Exponential and Logarithmic Functions

863 words

Integrals Resulting in Inverse Trigonometric Functions: Study Guide

Integrals Resulting in Inverse Trigonometric Functions

895 words

Integration by Parts: A Comprehensive Study Guide

Integration by Parts

947 words

Integration Formulas and the Net Change Theorem: Chapter Study Guide

Integration Formulas and the Net Change Theorem

948 words

Study Guide: Moments and Centers of Mass

Moments and Centers of Mass

1,050 words

Numerical Integration: Approximating Definite Integrals

Numerical Integration

948 words

Other Strategies for Integration: Tables and CAS

Other Strategies for Integration

948 words

Calculus II: Parametric Equations Study Guide

Parametric Equations

827 words

Chapter Study Guide: Partial Fractions Integration

Partial Fractions

940 words

Chapter Study Guide: Physical Applications of Integration

Physical Applications

925 words

Chapter Study Guide: Polar Coordinates

Polar Coordinates

863 words

Chapter Study Guide: Power Series and Functions

Power Series and Functions

1,058 words

Properties of Power Series: Chapter Study Guide

Properties of Power Series

640 words

Ratio and Root Tests: Chapter Study Guide

Ratio and Root Tests

912 words

Chapter Study Guide: Separable Equations

Separable Equations

865 words

Chapter Study Guide: Sequences

Sequences

878 words

Integration by Substitution

Substitution

680 words

Study Guide: Taylor and Maclaurin Series

Taylor and Maclaurin Series

861 words

Chapter Study Guide: The Definite Integral

The Definite Integral

650 words

Study Guide: The Divergence and Integral Tests

The Divergence and Integral Tests

912 words

Chapter Study Guide: The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus

863 words

Study Guide: The Logistic Equation

The Logistic Equation

1,042 words

Study Guide: Trigonometric Integrals & Substitutions

Trigonometric Integrals

1,131 words

Trigonometric Substitution: Chapter Study Guide

Trigonometric Substitution

1,056 words

Study Guide: Volumes of Revolution using Cylindrical Shells

Volumes of Revolution: Cylindrical Shells

966 words

Study Guide: Working with Taylor Series

Working with Taylor Series

834 words

Ready to practice? Jump straight in — no sign-up needed.

Take practice tests, review flashcards, and read study notes right now.

Take a Practice Test

Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Practice Questions

Try 15 sample questions from a bank of 401. Answers and detailed explanations included.

Q1hard

Let ff and gbetwicedifferentiablefunctionsontheinterval[a,b].Whichofthefollowingexpressionsisequivalenttoabf(x)g(x)dxg be twice-differentiable functions on the interval [a, b]. Which of the following expressions is equivalent to \int_a^b f(x)g''(x) \, dx?

A.

[f(x)g(x)f(x)g(x)]ab+abf(x)g(x)dx\left[ f(x)g'(x) - f'(x)g(x) \right]_a^b + \int_a^b f''(x)g(x) \, dx

B.

[f(x)g(x)f(x)g(x)]ababf(x)g(x)dx\left[ f(x)g'(x) - f'(x)g(x) \right]_a^b - \int_a^b f''(x)g(x) \, dx

C.

[f(x)g(x)+f(x)g(x)]ababf(x)g(x)dx\left[ f(x)g'(x) + f'(x)g(x) \right]_a^b - \int_a^b f''(x)g(x) \, dx

D.

[f(x)g(x)+f(x)g(x)]ab+abf(x)g(x)dx\left[ f(x)g'(x) + f'(x)g(x) \right]_a^b + \int_a^b f''(x)g(x) \, dx

Show answer & explanation

Correct Answer: A

We apply the integration-by-parts formula for definite integrals:

abudv=[uv]ababvdu\int_a^b u \, dv = \left[uv\right]_a^b - \int_a^b v \, du

Step 1: First application of integration by parts Let u=f(x)u = f(x) and dv=g(x)dxdv = g''(x) \, dx. Then du=f(x)dxdu = f'(x) \, dx and v=g(x)v = g'(x). Substituting these into the formula, we get: abf(x)g(x)dx=[f(x)g(x)]ababf(x)g(x)dx\int_a^b f(x)g''(x) \, dx = \left[f(x)g'(x)\right]_a^b - \int_a^b f'(x)g'(x) \, dx

Step 2: Second application of integration by parts Next, we apply integration by parts to the remaining integral, abf(x)g(x)dx\int_a^b f'(x)g'(x) \, dx. Let u=f(x)u = f'(x) and dv=g(x)dxdv = g'(x) \, dx. Then du=f(x)dxdu = f''(x) \, dx and v=g(x)v = g(x). Applying the formula again yields: abf(x)g(x)dx=[f(x)g(x)]ababf(x)g(x)dx\int_a^b f'(x)g'(x) \, dx = \left[f'(x)g(x)\right]_a^b - \int_a^b f''(x)g(x) \, dx

Step 3: Substitute back and simplify Substitute this result back into the equation from Step 1: abf(x)g(x)dx=[f(x)g(x)]ab([f(x)g(x)]ababf(x)g(x)dx)\int_a^b f(x)g''(x) \, dx = \left[f(x)g'(x)\right]_a^b - \left( \left[f'(x)g(x)\right]_a^b - \int_a^b f''(x)g(x) \, dx \right)

Carefully distributing the negative sign, we obtain: abf(x)g(x)dx=[f(x)g(x)]ab[f(x)g(x)]ab+abf(x)g(x)dx\int_a^b f(x)g''(x) \, dx = \left[f(x)g'(x)\right]_a^b - \left[f'(x)g(x)\right]_a^b + \int_a^b f''(x)g(x) \, dx

Finally, we can combine the evaluated boundary terms into a single bracket: abf(x)g(x)dx=[f(x)g(x)f(x)g(x)]ab+abf(x)g(x)dx\int_a^b f(x)g''(x) \, dx = \left[ f(x)g'(x) - f'(x)g(x) \right]_a^b + \int_a^b f''(x)g(x) \, dx

This confirms that A is the correct expression.

Q2easy

When using the integration-by-parts formula to evaluate the integral xln(x)dx,whatarethemostappropriateinitialchoicesforu\int x \ln(x) \, dx, what are the most appropriate initial choices for u and dvdv?

A.

u=ln(x)u = \ln(x) and dv=xdxdv = x \, dx

B.

u=xu = x and dv=ln(x)dxdv = \ln(x) \, dx

C.

u=xln(x)u = x \ln(x) and dv=dxdv = dx

D.

u=1xu = \frac{1}{x} and dv=x22dxdv = \frac{x^2}{2} \, dx

Show answer & explanation

Correct Answer: A

The integration-by-parts formula is given by udv=uvvdu\int u \, dv = uv - \int v \, du.

To determine the best choices for uu and dv,wecanusetheLIATEmnemonic,whichranksfunctionsintheordertheyshouldbechosenforudv, we can use the **LIATE** mnemonic, which ranks functions in the order they should be chosen for u: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, and Exponential.

Looking at the integrand xln(x)x \ln(x):

  • ln(x)\ln(x) is a Logarithmic function (L).
  • xx is an Algebraic function (A).

Since L comes before A in LIATE, we should let ubethelogarithmicfunction.Therefore,u=ln(x).Theremainingpartoftheintegralmakesupdvu be the logarithmic function. Therefore, u = \ln(x). The remaining part of the integral makes up dv, so dv=xdxdv = x \, dx.

Option A is correct. Option B reverses the rule, making the resulting integral much harder to solve. Option D incorrectly identifies the derived components (dudu and v)ratherthantheinitialchoicesforuv) rather than the initial choices for u and dvdv.

Q3hard

A system of three point masses is distributed along a straight line. Mass m1=2m_1 = 2 kg is placed at x1=3x_1 = -3 m, and mass m2=5m_2 = 5 kg is placed at x2=4x_2 = 4 m. A third mass m3=3kgisinitiallyplacedattheorigin(x3=0m_3 = 3 kg is initially placed at the origin (x_3 = 0 m).

By what distance and in which direction must m3bemovedsothatthecenterofmassoftheentiresystemshiftstoexactlyx=1m_3 be moved so that the center of mass of the entire system shifts to exactly x = 1 m?

A.

43\frac{4}{3} m to the left

B.

163\frac{16}{3} m to the left

C.

2 m to the right

D.

25\frac{2}{5} m to the left

Show answer & explanation

Correct Answer: A

To find the required shift, we first calculate the total mass of the system: Mtotal=m1+m2+m3=2+5+3=10 kgM_{\text{total}} = m_1 + m_2 + m_3 = 2 + 5 + 3 = 10 \text{ kg}

The center of mass xˉ\bar{x} is calculated using the formula: xˉ=mixiMtotal\bar{x} = \frac{\sum m_i x_i}{M_{\text{total}}}

We are given that the new center of mass must be xˉ=1m.Wecansetuptheequationforthenewtotalmoment,lettingx3bethenewpositionofm3\bar{x} = 1 m. We can set up the equation for the new total moment, letting x_3' be the new position of m_3: 1=m1x1+m2x2+m3x3101 = \frac{m_1 x_1 + m_2 x_2 + m_3 x_3'}{10} 10=(2)(3)+(5)(4)+(3)(x3)10 = (2)(-3) + (5)(4) + (3)(x_3') 10=6+20+3x310 = -6 + 20 + 3x_3' 10=14+3x310 = 14 + 3x_3'

Now, solve for the new position x3x_3': 3x3=10143x_3' = 10 - 14 3x3=43x_3' = -4 x3=43 mx_3' = -\frac{4}{3} \text{ m}

Since m3wasoriginallyplacedattheorigin(x3=0m_3 was originally placed at the origin (x_3 = 0 m), its displacement is: Δx=x3x3=430=43 m\Delta x = x_3' - x_3 = -\frac{4}{3} - 0 = -\frac{4}{3} \text{ m}

The negative sign indicates that the mass must be moved in the negative xx-direction. Therefore, m3m_3 must be moved 43\frac{4}{3} m to the left.

Q4easy

Use the Fundamental Theorem of Calculus, Part 2, to evaluate the definite integral:

123x2dx\int_1^2 3x^2 \,dx

A.

7

B.

7-7

C.

9

D.

6

Show answer & explanation

Correct Answer: A

The Fundamental Theorem of Calculus, Part 2 states that abf(x)dx=F(b)F(a)\int_a^b f(x) \,dx = F(b) - F(a), where FisanantiderivativeoffF is an antiderivative of f.

  1. First, find the antiderivative of f(x)=3x2.Usingthepowerrule,F(x)=x3f(x) = 3x^2. Using the power rule, F(x) = x^3.
  2. Next, evaluate F(x)attheupperlimitb=2F(x) at the upper limit b=2: F(2)=23=8F(2) = 2^3 = 8.
  3. Then, evaluate F(x)atthelowerlimita=1F(x) at the lower limit a=1: F(1)=13=1F(1) = 1^3 = 1.
  4. Finally, subtract the value at the lower limit from the value at the upper limit: F(2) - F(1) = 8 - 1 = 7.

The correct answer is A.

Q5easy

Which of the following represents the nnth partial sum, SnS_n, of the series k=1(1k1k+1)\sum_{k=1}^{\infty} \left( \frac{1}{k} - \frac{1}{k+1} \right)?

A.

Sn=11n+1S_n = 1 - \frac{1}{n+1}

B.

Sn=1+1n+1S_n = 1 + \frac{1}{n+1}

C.

Sn=1n1n+1S_n = \frac{1}{n} - \frac{1}{n+1}

D.

Sn=11nS_n = 1 - \frac{1}{n}

Show answer & explanation

Correct Answer: A

To find the nnth partial sum, Sn,wewriteoutthesumofthefirstnS_n, we write out the sum of the first n terms:

Sn=k=1n(1k1k+1)S_n = \sum_{k=1}^{n} \left( \frac{1}{k} - \frac{1}{k+1} \right)

Expanding this sequence by substituting k=1,2,3,,nk = 1, 2, 3, \dots, n, we get: Sn=(112)+(1213)+(1314)++(1n1n+1)S_n = \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \dots + \left(\frac{1}{n} - \frac{1}{n+1}\right)

Notice that the intermediate terms cancel each other out, which is the defining characteristic of a telescoping series: Sn=1+(12+12)+(13+13)++(1n+1n)1n+1S_n = 1 + \left(-\frac{1}{2} + \frac{1}{2}\right) + \left(-\frac{1}{3} + \frac{1}{3}\right) + \dots + \left(-\frac{1}{n} + \frac{1}{n}\right) - \frac{1}{n+1}

Everything cancels except the first component of the first term and the second component of the nnth term: Sn=11n+1S_n = 1 - \frac{1}{n+1}

Therefore, the correct expression for the partial sum is $$1 - \frac{1}{n+1}$$.

Q6hard

Evaluate the following integral:

021x21dx\int_{0}^{2} \frac{1}{x^2 - 1} \, dx

A.

The integral diverges.

B.

ln32-\frac{\ln 3}{2}

C.

ln32\frac{\ln 3}{2}

D.

ln3-\ln 3

Show answer & explanation

Correct Answer: A

To evaluate this integral, we first must check if the integrand is continuous on the interval [0,2][0, 2].

Step 1: Identify the discontinuity. The integrand f(x)=1x21f(x) = \frac{1}{x^2 - 1} has an infinite discontinuity (a vertical asymptote) at x=1,whichliesstrictlyinsideourintegrationinterval[0,2]x = 1, which lies strictly inside our integration interval [0, 2]. Because of this hidden discontinuity, this is an improper integral.

Step 2: Split the integral. We must split the integral at the discontinuity: 021x21dx=011x21dx+121x21dx\int_{0}^{2} \frac{1}{x^2 - 1} \, dx = \int_{0}^{1} \frac{1}{x^2 - 1} \, dx + \int_{1}^{2} \frac{1}{x^2 - 1} \, dx For the entire integral to converge, both of these split integrals must converge independently.

Step 3: Evaluate the first split integral using limits. 011x21dx=limt10t1x21dx\int_{0}^{1} \frac{1}{x^2 - 1} \, dx = \lim_{t \to 1^-} \int_{0}^{t} \frac{1}{x^2 - 1} \, dx

To find the antiderivative, use partial fraction decomposition: 1x21=1(x1)(x+1)=Ax1+Bx+1\frac{1}{x^2 - 1} = \frac{1}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1} Solving for AA and BB, we find A=12A = \frac{1}{2} and B=12B = -\frac{1}{2}, giving: 1x21dx=12(1x11x+1)dx=12lnx1x+1+C\int \frac{1}{x^2 - 1} \, dx = \frac{1}{2} \int \left( \frac{1}{x-1} - \frac{1}{x+1} \right) dx = \frac{1}{2} \ln \left| \frac{x-1}{x+1} \right| + C

Now, apply the limits of integration: limt1[12lnx1x+1]0t=limt1(12lnt1t+112ln(1))\lim_{t \to 1^-} \left[ \frac{1}{2} \ln \left| \frac{x-1}{x+1} \right| \right]_{0}^{t} = \lim_{t \to 1^-} \left( \frac{1}{2} \ln \left| \frac{t-1}{t+1} \right| - \frac{1}{2} \ln(1) \right)

Step 4: Determine convergence. As t1t \to 1^-, the fraction t1t+10\frac{t-1}{t+1} \to 0. Therefore, lnt1t+1\ln \left| \frac{t-1}{t+1} \right| \to -\infty.

Because the first integral evaluates to -\infty, it diverges. Thus, the entire integral diverges.

Note on distractors: Blindly applying the Fundamental Theorem of Calculus across the discontinuity would yield [12lnx1x+1]02=ln32\left[ \frac{1}{2}\ln\left|\frac{x-1}{x+1}\right| \right]_0^2 = -\frac{\ln 3}{2}, which is mathematically invalid.

Q7medium

Consider the series n=1nen2\sum_{n=1}^{\infty} n e^{-n^2}.

Which of the following statements is true regarding its convergence?

A.

The series converges by the Integral Test because the improper integral 1xex2dx\int_{1}^{\infty} x e^{-x^2} \,dx converges to 12e\frac{1}{2e}.

B.

The series converges by the Integral Test, and this test proves that the exact sum of the infinite series is equal to 12e\frac{1}{2e}.

C.

The series diverges by the Integral Test because the improper integral 1xex2dx\int_{1}^{\infty} x e^{-x^2} \,dx evaluates to \infty.

D.

The Integral Test cannot be applied because the function f(x)=xex2isinitiallyincreasing,meaningitisnotstrictlydecreasingforallx>0f(x) = x e^{-x^2} is initially increasing, meaning it is not strictly decreasing for all x > 0.

Show answer & explanation

Correct Answer: A

To apply the Integral Test to the series n=1nen2\sum_{n=1}^{\infty} n e^{-n^2}, we must first verify the conditions for the related function f(x)=xex2f(x) = x e^{-x^2} on the interval [1,)[1, \infty).

1. Check conditions: The function is continuous and positive for all x1x \ge 1. To verify that it is decreasing, we find the first derivative: f(x)=ex2+x(2xex2)=ex2(12x2)f'(x) = e^{-x^2} + x(-2x e^{-x^2}) = e^{-x^2}(1 - 2x^2) For x1x \ge 1, x21x^2 \ge 1, which makes (12x2)(1 - 2x^2) negative. Thus, f(x)<0f'(x) < 0 on [1,),meaningthefunctionisdecreasing.TheconditionsfortheIntegralTestaremet.(ThisshowswhyoptionDisincorrect;thefunctiononlyneedstobedecreasingforxk[1, \infty), meaning the function is decreasing. The conditions for the Integral Test are met. (This shows why option D is incorrect; the function only needs to be decreasing for x \ge k, where kisthestartingindexoftheseries,notforallx>0k is the starting index of the series, not for all x > 0).

2. Evaluate the improper integral: We compute 1xex2dx\int_1^\infty x e^{-x^2} \, dx using limits and uu-substitution. Let u=x2u = -x^2, so du=2xdxdu = -2x \, dx and 12du=xdx-\frac{1}{2}du = x \, dx. limb1bxex2dx=limb[12ex2]1b\lim_{b \to \infty} \int_1^b x e^{-x^2} \, dx = \lim_{b \to \infty} \left[ -\frac{1}{2} e^{-x^2} \right]_1^b =limb(12eb2(12e1))= \lim_{b \to \infty} \left( -\frac{1}{2} e^{-b^2} - \left(-\frac{1}{2} e^{-1}\right) \right) As bb \to \infty, the term eb20e^{-b^2} \to 0, leaving: 0+12e=12e0 + \frac{1}{2e} = \frac{1}{2e}

3. Conclusion: Because the improper integral converges to a finite value, the series also converges.

Note on Option B: It is a common misconception that the value of the improper integral is equal to the sum of the series. The Integral Test only proves whether the series converges or diverges; it does not give the sum of the series. Therefore, the series converges, but its sum is not 12e\frac{1}{2e}.

Q8medium

What are the first four non-zero terms of the Maclaurin series for f(x)=1+4xf(x) = \sqrt{1+4x} using the binomial series expansion?

A.

$1 + 2x - 2x^2 + 4x^3$

B.

$$1 + 2x - \frac{1}{2}x^2 + \frac{1}{4}x^3$$

C.

$1 + 2x + 2x^2 + 4x^3$

D.

$$1 + \frac{1}{2}x - \frac{1}{8}x^2 + \frac{1}{16}x^3$$

Show answer & explanation

Correct Answer: A

To find the Maclaurin series, we use the standard binomial series expansion: (1+u)k=1+ku+k(k1)2!u2+k(k1)(k2)3!u3+(1+u)^k = 1 + ku + \frac{k(k-1)}{2!}u^2 + \frac{k(k-1)(k-2)}{3!}u^3 + \dots

For f(x)=1+4xf(x) = \sqrt{1+4x}, we rewrite it as (1+4x)1/2.Thus,wesubstituteu=4x(1+4x)^{1/2}. Thus, we substitute u = 4x and k=12k = \frac{1}{2} into the formula.

Calculate the first four terms step-by-step:

  • Term 0: 1
  • Term 1: ku=(12)(4x)=2xku = \left(\frac{1}{2}\right)(4x) = 2x
  • Term 2: k(k1)2!u2=12(12)2(4x)2=(18)(16x2)=2x2\frac{k(k-1)}{2!}u^2 = \frac{\frac{1}{2}(-\frac{1}{2})}{2}(4x)^2 = \left(-\frac{1}{8}\right)(16x^2) = -2x^2
  • Term 3: k(k1)(k2)3!u3=12(12)(32)6(4x)3=386(64x3)=(116)(64x3)=4x3\frac{k(k-1)(k-2)}{3!}u^3 = \frac{\frac{1}{2}(-\frac{1}{2})(-\frac{3}{2})}{6}(4x)^3 = \frac{\frac{3}{8}}{6}(64x^3) = \left(\frac{1}{16}\right)(64x^3) = 4x^3

Combining these terms gives the series expression: $1 + 2x - 2x^2 + 4x^3$

Therefore, the correct answer is A.

Note on distractors: Option B occurs if you forget to apply the exponent to the 4 inside (4x)n.OptionCignoresthealternatingsignsgeneratedbysubtractingfromthefractionk.OptionDistheexpansionfor(1+x)1/2(4x)^n. Option C ignores the alternating signs generated by subtracting from the fraction k. Option D is the expansion for (1+x)^{1/2} failing to substitute u=4xu = 4x.

Q9hard

What is the derivative of the hyperbolic cosine function, f(x)=cosh(x)f(x) = \cosh(x)?

A.

sinh(x)\sinh(x)

B.

sinh(x)-\sinh(x)

C.

tanh(x)\tanh(x)

D.

cosh(x)-\cosh(x)

Show answer & explanation

Correct Answer: A

The derivative of the hyperbolic cosine function is the hyperbolic sine function. Unlike standard trigonometric functions where ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x, the derivative of the hyperbolic cosine does not have a negative sign: ddx(coshx)=sinhx\frac{d}{dx}(\cosh x) = \sinh x. Therefore, sinh(x)\sinh(x) is the correct answer.

Q10easy

Which of the following equations in rectangular coordinates is equivalent to the polar equation r=7r = 7?

A.

x2+y2=49x^2 + y^2 = 49

B.

x2+y2=7x^2 + y^2 = 7

C.

x+y=7x + y = 7

D.

x=7x = 7

Show answer & explanation

Correct Answer: A

To convert a polar equation to rectangular coordinates, we use the fundamental relationship between the polar radius randtherectangularcoordinates(x,y)r and the rectangular coordinates (x, y):

r2=x2+y2r^2 = x^2 + y^2

Given the polar equation: r=7r = 7

Square both sides of the equation to relate it to r2r^2: r2=(7)2r^2 = (7)^2 r2=49r^2 = 49

Now, substitute x2+y2x^2 + y^2 for r2r^2: x2+y2=49x^2 + y^2 = 49

This is the equation of a circle centered at the origin with a radius of 7. Therefore, the correct equivalent rectangular equation is x2+y2=49x^2 + y^2 = 49.

Q11medium

Find the derivative of the function f(x)=sinh1(3x2)f(x) = \sinh^{-1}(3x^2).

A.

6x9x4+1\frac{6x}{\sqrt{9x^4 + 1}}

B.

19x4+1\frac{1}{\sqrt{9x^4 + 1}}

C.

6x19x4\frac{6x}{\sqrt{1 - 9x^4}}

D.

6x9x41\frac{6x}{\sqrt{9x^4 - 1}}

Show answer & explanation

Correct Answer: A

To find the derivative of f(x)=sinh1(3x2)f(x) = \sinh^{-1}(3x^2), we use the standard differentiation formula for the inverse hyperbolic sine function in conjunction with the chain rule.

The derivative of the inverse hyperbolic sine function is given by: ddx[sinh1(x)]=1x2+1\frac{d}{dx}[\sinh^{-1}(x)] = \frac{1}{\sqrt{x^2 + 1}}

When applying the chain rule for a composite function sinh1(u)\sinh^{-1}(u), the derivative is: ddx[sinh1(u)]=1u2+1dudx\frac{d}{dx}[\sinh^{-1}(u)] = \frac{1}{\sqrt{u^2 + 1}} \cdot \frac{du}{dx}

Here, our inner function is u=3x2u = 3x^2.

  1. Find the derivative of the inner function: dudx=6x\frac{du}{dx} = 6x.
  2. Substitute uu and dudx\frac{du}{dx} into the chain rule formula: f(x)=1(3x2)2+16xf'(x) = \frac{1}{\sqrt{(3x^2)^2 + 1}} \cdot 6x
  3. Simplify the radicand: f(x)=6x9x4+1f'(x) = \frac{6x}{\sqrt{9x^4 + 1}}

A is the correct answer. Option B incorrectly omits the chain rule. Option C incorrectly uses the formula for the derivative of the inverse sine function, sin1(x).OptionDincorrectlyusestheformulaforthederivativeoftheinversehyperboliccosinefunction,cosh1(x)\sin^{-1}(x). Option D incorrectly uses the formula for the derivative of the inverse hyperbolic cosine function, \cosh^{-1}(x).

Q12easy

Which of the following formulas correctly represents the upper bound for the absolute error when using the trapezoidal rule to estimate the definite integral abf(x)dx\int_a^b f(x)\,dx, assuming Kisthemaximumvalueoff(x)K is the maximum value of |f''(x)| on the interval [a,b][a, b] and nn is the number of subintervals?

A.

K(ba)312n2\frac{K(b-a)^3}{12n^2}

B.

K(ba)324n2\frac{K(b-a)^3}{24n^2}

C.

K(ba)212n2\frac{K(b-a)^2}{12n^2}

D.

K(ba)312n\frac{K(b-a)^3}{12n}

Show answer & explanation

Correct Answer: A

The upper bound for the absolute error, often denoted as ET,whenusingthetrapezoidalruletoapproximateadefiniteintegralabf(x)dxisgivenbytheformulaK(ba)312n2|E_T|, when using the trapezoidal rule to approximate a definite integral \int_a^b f(x)\,dx is given by the formula \frac{K(b-a)^3}{12n^2}.

In this formula:

  • Kisthemaximumvalueofthemagnitudeofthesecondderivative,f(x)K is the maximum value of the magnitude of the second derivative, |f''(x)|, on the interval [a,b][a, b].
  • (ba)3(b-a)^3 cubes the width of the entire interval.
  • 12n2scalestheerrorbasedonthesquareofthenumberofsubintervalsn12n^2 scales the error based on the square of the number of subintervals n.

The formula K(ba)324n2\frac{K(b-a)^3}{24n^2} represents the error bound for the midpoint rule, not the trapezoidal rule. The other options incorrectly modify the powers of the interval width or the number of subintervals. Therefore, the correct answer is K(ba)312n2\frac{K(b-a)^3}{12n^2}.

Q13medium

Suppose f(x)f(x) and g(x)havethepowerseriesrepresentationsf(x)=n=0cnxng(x) have the power series representations f(x) = \sum_{n=0}^{\infty} c_n x^n and g(x)=n=0dnxng(x) = \sum_{n=0}^{\infty} d_n x^n, both converging on a common interval II.

Which of the following correctly represents the power series for f(x)g(x)f(x) - g(x) on II?

A.

n=0(cndn)x2n\sum_{n=0}^{\infty} (c_n - d_n) x^{2n}

B.

n=0(cndn)xn\sum_{n=0}^{\infty} (c_n - d_n) x^n

C.

n=0(cndn)xn\sum_{n=0}^{\infty} (c_n \cdot d_n) x^n

D.

n=0(cndn)\sum_{n=0}^{\infty} (c_n - d_n)

Show answer & explanation

Correct Answer: B

When two power series converge on a common interval, their sum or difference can be found by adding or subtracting their corresponding coefficients term-by-term. The variable part, xnx^n, remains unchanged.

Therefore, we can combine the series as follows: f(x)g(x)=n=0cnxnn=0dnxn=n=0(cndn)xnf(x) - g(x) = \sum_{n=0}^{\infty} c_n x^n - \sum_{n=0}^{\infty} d_n x^n = \sum_{n=0}^{\infty} (c_n - d_n) x^n

Looking at the incorrect options:

  • Option A incorrectly modifies the exponent to 2n2n.
  • Option C incorrectly multiplies the coefficients instead of subtracting them.
  • Option D incorrectly removes the variable xnx^n entirely.

Option B is the correct answer.

Q14hard

A tank initially contains 100 liters of pure water. A brine solution containing $0.4 kg of salt per liter is pumped into the tank at a rate of 5 L/min. The solution is kept thoroughly mixed and is pumped out of the tank at a rate of 3 L/min$.

Let A(t)betheamountofsaltinthetank(inkg)attimet(inminutes).Whichofthefollowingexpressionsrepresentstheintegratingfactor,I(t),neededtosolvethefirstorderlineardifferentialequationthatmodelsA(t)A(t) be the amount of salt in the tank (in kg) at time t (in minutes). Which of the following expressions represents the integrating factor, I(t), needed to solve the first-order linear differential equation that models A(t)?

A.

(100+2t)3/2(100 + 2t)^{3/2}

B.

(100+2t)3(100 + 2t)^3

C.

e3t100e^{\frac{3t}{100}}

D.

(1002t)3/2(100 - 2t)^{-3/2}

Show answer & explanation

Correct Answer: A

To find the integrating factor, we first need to set up the differential equation for the amount of salt A(t)A(t) in the tank.

1. Determine the rate in: The salt enters the tank at a rate of: Rate in=(5 L/min)×(0.4 kg/L)=2 kg/min\text{Rate in} = (5 \text{ L/min}) \times (0.4 \text{ kg/L}) = 2 \text{ kg/min}

2. Determine the volume V(t)V(t): The inflow rate is $5 L/minandtheoutflowrateis$3 L/min and the outflow rate is $3 \text{ L/min}, meaning the volume of liquid in the tank increases by $2 L/min.. V(t) = 100 + (5 - 3)t = 100 + 2t liters$

3. Determine the rate out: The concentration of salt in the tank at time tt is A(t)V(t)=A(t)100+2t\frac{A(t)}{V(t)} = \frac{A(t)}{100 + 2t}. The salt leaves the tank at a rate of: Rateout=(3L/min)Rate out = (3 L/min) \times \left(\frac{A(t)}{100 + 2t} kg/L\right) = \frac{3A(t)}{100 + 2t}kg/min kg/min

4. Formulate the differential equation: The net rate of change of the salt is \frac{dA}{dt} =$ Rate in - Rate out$: \frac{dA}{dt} = 2 - \frac{3A(t)}{100 + 2t}$$

Rewriting this in the standard linear form dAdt+P(t)A=Q(t)\frac{dA}{dt} + P(t)A = Q(t): dAdt+3100+2tA(t)=2\frac{dA}{dt} + \frac{3}{100 + 2t}A(t) = 2

5. Calculate the integrating factor I(t)I(t): For a standard first-order linear differential equation, the integrating factor is I(t) = e^{\int P(t) \,dt}. Here, P(t)P(t) = \frac{3}{100 + 2t}$$.

$$\int P(t)dt\,dt= \int \frac{3}{100 + 2t}dt \,dt

Using the substitution u=100+2tu = 100 + 2t, du=2dtdu = 2 \,dt, we get: 3udu2=32lnu=32ln(100+2t)\int \frac{3}{u} \cdot \frac{du}{2} = \frac{3}{2} \ln|u| = \frac{3}{2} \ln(100 + 2t)

Therefore, the integrating factor is: I(t)I(t) = e^{\frac{3}{2} \ln(100 + 2t)} = e^{\ln((100 + 2t)^{3/2})} = \mathbf{(100 + 2t)^{3/2}}$$

(Note: Option B is a common mistake resulting from forgetting to divide by 2 from the chain rule. Option C incorrectly assumes the volume remains constant. Option D incorrectly subtracts the net flow instead of adding it.)

Q15hard

Which of the following expressions represents the simplified closed-form equivalent of the summation below?

i=1n(i1)(i+2)\sum_{i=1}^n (i-1)(i+2)

A.

n(n1)(n+4)3\frac{n(n-1)(n+4)}{3}

B.

n2(n1)(n+5)4\frac{n^2(n-1)(n+5)}{4}

C.

n2(n+2)3\frac{n^2(n+2)}{3}

D.

n(n1)(n2+3n+6)4\frac{n(n-1)(n^2+3n+6)}{4}

Show answer & explanation

Correct Answer: A

To evaluate this sum, we must first expand the summand into a polynomial, since the summation of a product is not equal to the product of the summations.

Step 1: Expand the summand (i1)(i+2)=i2+2ii2=i2+i2(i-1)(i+2) = i^2 + 2i - i - 2 = i^2 + i - 2

Step 2: Apply linearity of summation Using linearity, we can break the sum into individual components: i=1n(i2+i2)=i=1ni2+i=1nii=1n2\sum_{i=1}^n (i^2 + i - 2) = \sum_{i=1}^n i^2 + \sum_{i=1}^n i - \sum_{i=1}^n 2

Step 3: Substitute known summation formulas Recall the standard formulas for the sum of squares, sum of integers, and sum of a constant:

  • i=1ni2=n(n+1)(2n+1)6\sum_{i=1}^n i^2 = \frac{n(n+1)(2n+1)}{6}
  • i=1ni=n(n+1)2\sum_{i=1}^n i = \frac{n(n+1)}{2}
  • i=1n2=2n\sum_{i=1}^n 2 = 2n

Substituting these into our expression yields: n(n+1)(2n+1)6+n(n+1)22n\frac{n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2} - 2n

Step 4: Find a common denominator and simplify The common denominator is 6: =n(n+1)(2n+1)6+3n(n+1)612n6= \frac{n(n+1)(2n+1)}{6} + \frac{3n(n+1)}{6} - \frac{12n}{6} =n(n+1)(2n+1)+3n(n+1)12n6= \frac{n(n+1)(2n+1) + 3n(n+1) - 12n}{6}

Factor out an nn from the numerator: =n[(n+1)(2n+1)+3(n+1)12]6= \frac{n \left[ (n+1)(2n+1) + 3(n+1) - 12 \right]}{6}

Expand the terms inside the brackets: =n[(2n2+3n+1)+(3n+3)12]6= \frac{n \left[ (2n^2 + 3n + 1) + (3n + 3) - 12 \right]}{6} =n[2n2+6n8]6= \frac{n \left[ 2n^2 + 6n - 8 \right]}{6}

Factor out 2 from the quadratic expression: =2n(n2+3n4)6=n(n2+3n4)3= \frac{2n(n^2 + 3n - 4)}{6} = \frac{n(n^2 + 3n - 4)}{3}

Finally, factor the quadratic n2+3n4n^2 + 3n - 4 into (n1)(n+4)(n-1)(n+4): =n(n1)(n+4)3= \frac{n(n-1)(n+4)}{3}

Thus, the correct simplified expression is n(n1)(n+4)3\frac{n(n-1)(n+4)}{3}.

These are 15 of 401 questions available. Take a practice test →

Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Flashcards

170 flashcards for spaced-repetition study. Showing 30 sample cards below.

Areas between Curves(10 cards shown)

Question

Area Between Two Curves (Integrating with respect to xx)

Answer

A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] \, dx

The total area bounded by two continuous functions f(x)f(x) and g(x)g(x) over an interval [a,b][a, b], provided that f(x)g(x)f(x) \geq g(x).

[!TIP] Always subtract the "bottom" function from the "top" function. If you accidentally reverse them, you will get the negative of the correct area.

Question

Points of Intersection (for area integration)

Answer

The exact coordinate values where two curves cross, found by setting f(x)=g(x)f(x) = g(x) or u(y)=v(y)u(y) = v(y).

These points usually serve as the limits of integration (aa and bb) when you want to find the area enclosed completely between the two curves.

[!NOTE] If graphs intersect multiple times, you must find all intersection points to split the region correctly!

Question

Compound Region Area

Answer

An area calculation where the graphs of the functions cross each other within the interval [a,b][a, b], causing the "top" and "bottom" curves to switch places.

To calculate the total positive area, you must divide the integral at the intersection point cc: A=ac[f(x)g(x)]dx+cb[g(x)f(x)]dxA = \int_a^c [f(x) - g(x)] \, dx + \int_c^b [g(x) - f(x)] \, dx

Question

General Area Formula (using Absolute Value)

Answer

A mathematically compact way to represent the total area between two curves y=f(x)y = f(x) and y=g(x)y = g(x) over [a,b][a, b], without needing to know beforehand which curve is on top:

A=abf(x)g(x)dxA = \int_a^b |f(x) - g(x)| \, dx

[!WARNING] You usually cannot evaluate this directly! You still must drop the absolute value by finding intersections and splitting the integral into compound regions.

Question

Integrating with Respect to yy

Answer

A method to find area when curves are described as functions of yy, such as x=u(y)x = u(y) and x=v(y).Overtheverticalinterval[c,d]x = v(y). Over the vertical interval [c, d], where u(y)v(y)u(y) \geq v(y):

A=cd[u(y)v(y)]dyA = \int_c^d [u(y) - v(y)] \, dy

[!TIP] Read the graph horizontally. Use the "Right curve minus Left curve" rule!

Question

"Top minus Bottom" vs "Right minus Left"

Answer

The two fundamental spatial rules for setting up area integrals:

Integration VariableRuleFunction Format
$dxTop - Bottomy = f(x)$
$dyRight - Leftx = f(y)$

Using the wrong rule will result in a negative or completely incorrect calculation.

Question

Riemann Sum Approximation (Area Between Curves)

Answer

Approximating the area between two curves f(x)f(x) and g(x)bydividingtheintervalintong(x) by dividing the interval into n rectangles.

For a regular partition with width Δx\Delta x and sample points xi,theheightofeachrectangleisexactly[f(xi)g(xi)]x_i^*, the height of each rectangle is exactly [f(x_i^*) - g(x_i^*)]. The total approximate area is:

Ai=1n[f(xi)g(xi)]ΔxA \approx \sum_{i=1}^n [f(x_i^*) - g(x_i^*)] \Delta x

Taking the limit as nn \to \infty yields the definite integral.

Question

Horizontal Representative Rectangle

Answer

A visual differential element used to set up integration with respect to yy.

Instead of standing vertically, the rectangle lies horizontally. Its length spans from the left curve to the right curve, denoted as u(y)v(y),anditsinfinitesimallysmallheightisdyu(y) - v(y), and its infinitesimally small height is dy.

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

Question

Criteria for Choosing dydy over dxdx

Answer

It is vastly more efficient to integrate with respect to yy (using dydy) rather than xx when:

  1. The bounding curves are already functions of y,oritismucheasiertoisolatexy, or it is much easier to isolate x algebraically (e.g., x=y23x = y^2 - 3).
  2. The "Left" and "Right" boundaries are consistent, whereas integrating w.r.t xx would hit a compound region requiring multiple integrals.

[!TIP] If your vertical rectangle hits the same curve on the top AND the bottom, you should immediately switch to a horizontal rectangle (dydy).

Question

Area between a Curve and the Y-axis

Answer

A special case of finding area between two curves where the "left" boundary curve is simply the y-axis.

Because the equation for the y-axis is x=0,thestandardrightminusleftformulasimplifies.Forapositivecurvex=f(y)x = 0, the standard right-minus-left formula simplifies. For a positive curve x = f(y) from y=cy=c to y=dy=d:

A=cd[f(y)0]dy=cdf(y)dyA = \int_c^d [f(y) - 0] \, dy = \int_c^d f(y) \, dy

Basics of Differential Equations(10 cards shown)

Question

Differential Equation

Answer

An equation involving an unknown function and one or more of its derivatives.

Example: y=2xy' = 2x

[!TIP] Calculus is the mathematics of change. A differential equation relates a continuously changing quantity to its rate of change.

Question

Order of a Differential Equation

Answer

The highest order of any derivative of the unknown function that appears in the equation.

Examples:

  • y=3xy' = 3x is a 1st order equation.
  • y+3y+2y=0y'' + 3y' + 2y = 0 is a 2nd order equation.
  • d3ydx3+y=x\frac{d^3y}{dx^3} + y = x is a 3rd order equation.

[!WARNING] Do not confuse the power (exponent) of a derivative with its order.

Question

Solution to a Differential Equation

Answer

A specific function that satisfies the differential equation when the function and its derivatives are substituted into it.

Example: For the differential equation y=2xy' = 2x, the function y=x2isasolutionbecausesubstitutingityields2x=2xy = x^2 is a solution because substituting it yields 2x = 2x.

[!NOTE] Unlike algebraic equations where the solution is a number, the solution to a differential equation is a function.

Question

General Solution

Answer

A solution to a differential equation that encompasses all possible valid functions, typically represented by adding an arbitrary constant (like CC).

Example: For the equation y=2xy' = 2x, the general solution is: y=x2+Cy = x^2 + C

[!TIP] Since the derivative of a constant is zero, there are infinitely many solutions to a differential equation.

Question

Particular Solution

Answer

A specific solution to a differential equation where the arbitrary constant(s) have been determined using a given initial condition.

Example: If the general solution is y=x2+Cy = x^2 + C and we are given y(0)=5y(0) = 5, we can solve for C=5C = 5.

The particular solution is: y=x2+5y = x^2 + 5

Question

Initial-Value Problem (IVP)

Answer

A problem that consists of two required components:

  1. A differential equation
  2. An initial condition

Solving an IVP means finding a particular solution that perfectly satisfies both conditions.

Example: y=2x,y(1)=3y' = 2x, \quad y(1) = 3 (This problem asks for the specific curve that passes through the point (1, 3))

Question

Initial Condition

Answer

A specific value or set of values given for the unknown function (and sometimes its derivatives) at a specific independent variable point.

Example: y(0)=5y(0) = 5 (This translates to: when x=0,thefunctionvalueyx = 0, the function value y is 5)

[!NOTE] The initial condition provides the constraint needed to isolate a single particular solution from the infinite family of general solutions.

Question

Verifying a Solution

Answer

The algebraic process of proving that a proposed function correctly satisfies a differential equation.

Steps:

  1. Calculate the necessary derivatives of the proposed function.
  2. Substitute the function and its derivatives into the left-hand and right-hand sides of the equation.
  3. Simplify to confirm that both sides are exactly equal.

Example: To verify y=e2xy = e^{2x} solves y=2yy' = 2y, find y=2e2xy' = 2e^{2x} and substitute: 2e2x=2(e2x)2e^{2x} = 2(e^{2x}). The equation balances.

Question

Family of Solutions

Answer

The complete set of all possible functions that satisfy a differential equation, typically represented by a general solution containing an arbitrary constant.

[!TIP] Graphically, a family of solutions looks like a series of parallel curves. By changing the value of CC (e.g., C=1,0,1C = -1, 0, 1), the curve shifts, but the underlying rate of change remains identical.

Loading Diagram...

Question

Unknown Function (in a Differential Equation)

Answer

The function (usually denoted as yy, f(x)f(x), P(t)P(t), etc.) whose derivatives appear in the differential equation, and which is the goal to find when solving.

Example: In the equation: dydx=5y\frac{dy}{dx} = 5y The unknown function is y(x).Solvingtheequationmeansfindingtheexplicitmathematicalformulaforyy(x). Solving the equation means finding the explicit mathematical formula for y.

Calculus II: Integral Calculus(10 cards shown)

Question

Definite Integral

Answer

The limit of a Riemann sum as the number of subintervals approaches infinity:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x

It represents the net signed area between the function and the xx-axis.

[!NOTE] A definite integral results in a number, whereas an indefinite integral results in a family of functions.

Question

Fundamental Theorem of Calculus (FTC), Part 1

Answer

If ff is continuous on [a,b],thenthefunctiong(x)=axf(t)dt[a, b], then the function g(x) = \int_a^x f(t) \, dt is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), and:

g(x)=ddx[axf(t)dt]=f(x)g'(x) = \frac{d}{dx} \left[ \int_a^x f(t) \, dt \right] = f(x)

This theorem establishes that differentiation and integration are inverse processes.

Question

Fundamental Theorem of Calculus (FTC), Part 2

Answer

Also known as the Evaluation Theorem:

abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)

where FisanyantiderivativeoffF is any antiderivative of f (i.e., F=fF' = f).

[!TIP] This allows us to calculate definite integrals without using the limit of a Riemann sum.

Question

Mean Value Theorem for Integrals

Answer

If ff is continuous on [a,b],thereexistsanumberc[a, b], there exists a number c in [a,b][a, b] such that:

f(c)=1baabf(x)dxf(c) = \frac{1}{b-a} \int_a^b f(x) \, dx

f(c)f(c) is the average value of the function on the interval.

Loading Diagram...

Question

Net Change Theorem

Answer

The integral of a rate of change is the net change:

abF(x)dx=F(b)F(a)\int_a^b F'(x) \, dx = F(b) - F(a)

Common Applications:

  • Integral of velocity = Displacement
  • Integral of marginal cost = Total cost change
  • Integral of flow rate = Volume change

Question

Integration by Substitution (uu-substitution)

Answer

Based on the Chain Rule. If u=g(x)u = g(x), then du=g(x)dxdu = g'(x)dx:

f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x) \, dx = \int f(u) \, du

[!WARNING] For definite integrals, remember to change the limits of integration to match uu.

Question

Integration by Parts (Formula)

Answer

Based on the Product Rule:

udv=uvvdu\int u \, dv = uv - \int v \, du

To choose uu, use the LIATE mnemonic:

  1. Logarithmic
  2. Inverse Trig
  3. Algebraic
  4. Trigonometric
  5. Exponential

Question

Trigonometric Substitution Patterns

Answer

ExpressionSubstitutionIdentity
a2x2\sqrt{a^2 - x^2}x=asinθx = a \sin \theta$$1 - \sin^2 \theta = \cos^2 \theta$$
a2+x2\sqrt{a^2 + x^2}x=atanθx = a \tan \theta$1 + \tan^2 \theta = \sec^2 \theta$
x2a2\sqrt{x^2 - a^2}x=asecθx = a \sec \thetasec2θ1=tan2θ\sec^2 \theta - 1 = \tan^2 \theta

Question

Partial Fraction Decomposition (Linear Factors)

Answer

Used for rational functions P(x)Q(x)\frac{P(x)}{Q(x)} where Q(x)isaproductofdistinctlinearfactors(ax+b)Q(x) is a product of distinct linear factors (ax+b):

P(x)(xa)(xb)=Axa+Bxb\frac{P(x)}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}

If a factor is repeated (xa)k,includetermsforeverypowerfrom1tok(x-a)^k, include terms for every power from 1 to k: A1xa+A2(xa)2++Ak(xa)k\frac{A_1}{x-a} + \frac{A_2}{(x-a)^2} + \dots + \frac{A_k}{(x-a)^k}

Question

Improper Integral (Infinite Interval)

Answer

Type I Improper Integral:

af(x)dx=limtatf(x)dx\int_a^{\infty} f(x) \, dx = \lim_{t \to \infty} \int_a^t f(x) \, dx

  • Convergent: If the limit exists and is finite.
  • Divergent: If the limit does not exist or is infinite.

Showing 30 of 170 flashcards. Study all flashcards →

Ready to ace Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Access all 401 practice questions, study notes, and flashcards — no sign-up required.

Start Studying — Free