Integration techniques are essential tools in calculus, allowing us to find areas under curves and solve complex mathematical problems. This unit covers various methods like substitution, integration by parts, and partial fractions, each designed to tackle specific types of integrals.
These techniques have practical applications in business and economics, such as calculating consumer surplus, present value of income streams, and future investment values. Mastering these methods enhances problem-solving skills and provides valuable insights into real-world financial scenarios.
Key Concepts and Definitions
Integration calculates the area under a curve, the opposite of differentiation which finds the slope of a tangent line at a point
Definite integrals have specific start and end points (bounds) while indefinite integrals lack bounds and include a constant of integration (C)
Definite integrals are written as ∫abf(x)dx where a and b are the lower and upper bounds
Indefinite integrals are written as ∫f(x)dx=F(x)+C
Antiderivatives are the family of functions whose derivative is the original function
Example: ∫x2dx=31x3+C because dxd(31x3+C)=x2
The Fundamental Theorem of Calculus connects differentiation and integration, stating that definite integrals can be evaluated using antiderivatives
Integration techniques include substitution, integration by parts, and partial fractions which help solve more complex integrals
Applications of integration in business and economics include calculating consumer and producer surplus, present value of continuous income streams, and future value of investments
Basic Integration Rules
The power rule for integration states that ∫xndx=n+11xn+1+C for n=−1
Example: ∫x3dx=41x4+C
The constant multiple rule allows constants to be factored out of the integral: ∫kf(x)dx=k∫f(x)dx
The sum and difference rules state that the integral of a sum or difference is the sum or difference of the integrals: ∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
Integrate common functions using the following rules:
∫exdx=ex+C
∫ln(x)dx=xln(x)−x+C
∫sin(x)dx=−cos(x)+C
∫cos(x)dx=sin(x)+C
The net signed area can be found using definite integrals, with areas below the x-axis counted as negative
Substitution Method
The substitution method is used when an integral contains a function and its derivative, allowing for a simpler expression to be integrated
To use substitution, identify a part of the integral that can be replaced with a new variable (often denoted as u)
The substituted part should be a composite function, and the remaining part should include its derivative
Rewrite the integral in terms of u, replace dx with du based on the relationship between u and x
Integrate the new expression with respect to u, then substitute back the original variable to obtain the antiderivative in terms of x
Common substitutions include:
Expressions involving a2−x2 often use u=sin(θ) or u=cos(θ)
Expressions with x2+a2 often use u=tan(θ)
Expressions with x2−a2 often use u=sec(θ)
Integration by Parts
Integration by parts is a technique used when an integral contains a product of functions, one of which is easier to integrate than the other
The formula for integration by parts is ∫udv=uv−∫vdu
Choose u as the function that is easier to differentiate and dv as the function that is easier to integrate
Compute du by differentiating u and v by integrating dv
Substitute the expressions for u, du, v, and dv into the integration by parts formula and simplify
Repeat the process if the resulting integral is still difficult to solve, using integration by parts multiple times if necessary
LIATE is a mnemonic to help choose u in order of preference: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential functions
Partial Fractions
Partial fraction decomposition is a technique used to integrate rational functions (quotients of polynomials) by splitting them into simpler fractions
Proper rational functions (degree of numerator < degree of denominator) are required for partial fraction decomposition
Factor the denominator completely, then set up the partial fraction decomposition based on the factors:
Linear factors (ax+b) correspond to terms of the form ax+bA
Repeated linear factors (ax+b)n correspond to terms of the form ax+bA1+(ax+b)2A2+⋯+(ax+b)nAn
Quadratic factors (ax2+bx+c) correspond to terms of the form ax2+bx+cBx+C
Solve for the unknown coefficients (A,B,C) by equating the original rational function to the partial fraction decomposition and comparing coefficients or evaluating at specific points
Integrate each resulting fraction using basic integration rules or substitution
Applications in Business and Economics
Consumer and producer surplus can be calculated using definite integrals
Consumer surplus is the area below the demand curve and above the market price
Producer surplus is the area above the supply curve and below the market price
Present value of continuous income streams can be found using integrals
The present value of a continuous income stream f(t) from time a to b with a discount rate r is given by PV=∫abf(t)e−rtdt
Future value of investments with continuous compounding can be calculated using the formula FV=PV⋅ert
PV is the present value, r is the annual interest rate, and t is the number of years
Lorenz curves and Gini coefficients, which measure income inequality, can be computed using integrals
The Lorenz curve plots the cumulative percentage of income earned by the bottom x% of the population
The Gini coefficient is the ratio of the area between the Lorenz curve and the line of perfect equality to the total area under the line of perfect equality
Common Mistakes and How to Avoid Them
Forgetting to add the constant of integration (C) when finding indefinite integrals
Always include +C when finding antiderivatives, unless given initial conditions
Incorrectly applying the power rule by forgetting to add 1 to the exponent and divide by the new exponent
Remember that ∫xndx=n+11xn+1+C, not n1xn+C
Misusing the substitution method by choosing an inappropriate substitution or forgetting to change the differential (dx) to match the substitution
Ensure that the substituted part includes both the function and its derivative
Change the differential to match the substitution, e.g., if u=2x, then du=2dx or dx=21du
Incorrectly applying the integration by parts formula, especially when using it multiple times
Keep track of the signs and the order of the terms in the formula: ∫udv=uv−∫vdu
Be careful when choosing u and dv, as an incorrect choice can lead to a more complicated integral
Making algebraic errors when solving for coefficients in partial fraction decomposition
Double-check your algebra and simplify your work to avoid errors
Verify that your decomposition is correct by adding the fractions and comparing to the original rational function
Find ∫xx+2dx using substitution
Solution: Let u=x, then du=2x1dx or dx=2udu∫xx+2dx=∫uu2+2⋅2udu=2∫(u2+2)du=2(31u3+2u)+C
Substituting back u=x, we get 32x3/2+4x+C
Evaluate ∫xln(x)dx using integration by parts
Solution: Let u=ln(x) and dv=xdx
Then du=x1dx and v=21x2∫xln(x)dx=21x2ln(x)−∫21x2⋅x1dx=21x2ln(x)−41x2+C
Integrate ∫(x+1)(x−2)2x+3dx using partial fractions
Solution: (x+1)(x−2)2x+3=x+1A+x−2B
Solving for A and B: 2x+3=A(x−2)+B(x+1)
Substitute x = -1: 1=−3A, so A=−31
Substitute x = 2: 7=3B, so B=37∫(x+1)(x−2)2x+3dx=∫(x+1−1/3+x−27/3)dx=−31ln∣x+1∣+37ln∣x−2∣+C
Calculate the present value of a continuous income stream f(t)=1000e0.02t from t = 0 to t = 10 years, with a discount rate of 5% per year
Solution: PV=∫0101000e0.02te−0.05tdt=1000∫010e−0.03tdt= 1000 \cdot \frac{-1}{0.03}e^{-0.03t}|_0^{10} = \frac{1000}{0.03}(1 - e^{-0.3}) \approx \24,617.97$