Calculus II: Trig Substitutions, Completing the Square, and Partial Fraction Decomposition, and Exam Prep
Symmetry and Integrals of Odd and Even Functions
Odd Functions and Symmetry:
For an odd function, such as sin(x), the integral with symmetric limits about zero (e.g., ∫−aasin(x)dx) results in 0.
Explanation: The area on the negative side (below the x-axis) is exactly offset by the area on the positive side (above the x-axis).
Even Functions and Symmetry:
For an even function, such as sin2(x) (represented as a black graph in the instructor's visual), the integral over symmetric limits can be simplified.
Formula: ∫−aasin2(x)dx=2×∫0asin2(x)dx.
Test Two Logistics and Preparation
Schedule and Scope:
Date: Next Monday.
Coverage: Sections 6.2, 6.3, 6.5, 7.1, 7.2, and 7.3.
Extra Credit: A potential extra credit problem may involve Section 7.4.
Duration and Timing:
Total time: 2 hours and 20 minutes (140 minutes).
Problem Estimate: Based on a rate of approximately 10 minutes per problem, the test is expected to have around 14 questions.
Test Structure (Two-Part Format):
Part 1: Non-Calculator / No Note Portion: Students must put away all aids for this section.
Part 2: Open Calculator / Open Note Portion: Students may use a single page of notes (front and back) and a calculator.
Workflow Strategy: The instructor starts students with Part 2. Students can turn it in unfinished to start Part 1. If time remains after finishing Part 1, they may return to Part 2.
Warning: Do not get stuck on time-consuming problems in Part 2, as it might prevent completion of the more straightforward problems in Part 1.
Note Sheet Guidance:
The sheet should improve over the semester.
Include trigonometric identities and reminders based on previous mistakes from Test One.
Grading and Point Values:
Total Points: Likely between 130 and 150 points (compared to 108 on the previous test).
Partial Credit Policy: Never leave a problem blank. A score of −10 indicates a completely blank response. The instructor once gave a student 2 points (a −8) just for writing "I have no idea how to do this," though this is not a "winning strategy" for passing.
Error Penalties:
Simple sign errors: Approximately −1 point.
"Bad Algebra" (e.g., squaring a binomial incorrectly): Significant point deductions to draw attention to the mistake.
Questions & Discussion: Exam and Laboratory Details
Question: How many questions will be on the test?
Response: Given 140 total minutes and an average of 10 minutes per problem, there will likely be around 14 questions. Many will involve "setup" rather than full integration, as setup (especially for volume problems) is often the more difficult part.
Question: Is there a study session?
Response: Yes, Sunday from 6 to 8 PM via the regular Zoom link. The instructor noted that Spectrum internet can be "flaky" but he has a backup hub.
Question: Can I look at my cheat sheet for a few minutes before starting the non-note part?
Response: Yes. Write your name on the calculator part and go for it. The instructor advises against copying problems onto scratch paper and then transferring them, as it burns too much time.
Question: How many points are taken off for silly algebra vs. conceptual understanding?
Response: A sign error is typically 1 point. "Bad algebra," like squaring a binomial incorrectly, results in a fair number of points taken off to emphasize that such errors can "kill you in this class."
Trigonometric Integrals (Section 7.3 Homework)
Strategy for ∫tanm(x)secn(x)dx:
Goal: Use u-substitution by creating the necessary du term.
If letting u=tan(x), you need a factor of sec2(x) for du.
If letting u=sec(x), you need a factor of sec(x)tan(x) for du.
Example: ∫tan3(x)sec(x)dx (Problem 27):
Step 1: Rewrite as ∫tan2(x)(sec(x)tan(x))dx.
Step 2: Use identity tan2(x)=sec2(x)−1.
Step 3: Substitute u=sec(x), making du=sec(x)tan(x)dx.
Step 4: The integral becomes ∫(u2−1)du=31u3−u+C.
Step 5: Back-substitute: 31sec3(x)−sec(x)+C.
Sine and Cosine Strategy:
If the power of cosine is odd, save one cosine and change the rest to sines.
If the power of sine is odd, save one sine and change the rest to cosines.
Trigonometric Substitution Techniques
Identifying Substitutions Based on Identities:
Form a2−x2: Use x=asin(θ) (Identity: 1−sin2(θ)=cos2(θ)).
Form a2+x2: Use x=atan(θ) (Identity: 1+tan2(θ)=sec2(θ)).
Form x2−a2: Use x=asec(θ) (Identity: sec2(θ)−1=tan2(θ)).
Using Identities: Uses the half-angle/double-angle identity sin2(θ)=21(1−cos(2θ)) and cos2(θ)=21(1+cos(2θ)).
Alternative Product Identity: sin(θ)cos(θ)=21sin(2θ), lead to 4a4∫sin2(2θ)dθ.
Final Evaluation: Applying the power reduction identity again results in 16a4π (assuming a>0).
Advanced Integration: Completing the Square
Concept: Used when the integrand contains an irreducible trinomial (quadratic). To apply trigonometric substitution, the trinomial must be converted to a binomial form.
Example: ∫(3+4x−4x2)3/2x2dx (Problem 32):
The process for 3+4x−4x2:
Factor out the coefficient of x2 from the x-terms: −4(x2−x)+3.
Take half the linear coefficient (−1), square it (1/4), and add/subtract it: −4(x2−x+41−41)+3.
Factor the binomial: −4[(x−21)2−41]+3.
Distribute: −4(x−21)2+1+3=4−4(x−21)2.
Substitution: Let u=x−21, which brings the integral to a standard trig sub form a2−u2.
Note: Trinomials requiring completing the square will appearing on the following test, not this Monday's test.
Introduction to Partial Fraction Decomposition (Section 7.4)
Objective: To break a complex rational function (polynomial divided by polynomial) into a sum or difference of simpler fractions that are easy to integrate.
Condition: The fraction must be "proper," meaning the degree of the numerator must be strictly less than the degree of the denominator. If improper, perform long division first.
Case 1: Distinct Linear Factors:
Example: x2+x−123x+26.
Factor denominator: (x+4)(x−3).
Set up decomposition: (x+4)(x−3)3x+26=x+4A+x−3B.
Clear fractions: 3x+26=A(x−3)+B(x+4).
Solve for constants by picking strategic x-values:
Case 1: Distinct linear factors (e.g., x,x+2,x−3).
Case 2: Repeated linear factors (e.g., (x+1)2). The setup must include every power: x+1A+(x+1)2B.
Case 3: Irreducible quadratic factors (e.g., x2+4). The numerator must be linear: x2+4Ax+B.
Case 4: Repeated irreducible quadratics (very complex, rarely assigned).
Questions & Discussion: Partial Fractions
Question: What if the degrees of the numerator and denominator are the same?
Response: It is still an improper fraction. You must perform long division first until you have a proper fraction remaining.
Question: Why do we need the x+1A term for a repeated factor (x+1)2?
Response: Because when adding fractions to reach the common denominator of (x+1)2, the original components could have had either denominator. You must account for all possible powers in the decomposition to find the correct constants.