Maths Formulae Integration Integrals By Partial Functions

Integration by Partial Functions – Decomposition Method

Understand how to integrate rational functions using partial fraction decomposition. Essential technique in integration.
🔑

Definition of Differentials

Differentials are a tool in calculus used to approximate the change in a function's output (dy) resulting from a small change in its input (dx). They leverage the tangent line at a point to create a linear approximation of the function's behavior over a short interval. In essence, the differential dy represents the change along the tangent line, which is a close estimate of the actual change in the function, Δy, for a very small dx.

\[ dy = f'(x) \, dx \]
Definition of the Differential

This formula shows that the differential dy is calculated by multiplying the derivative of the function at that point, f'(x), by the small change in the input, dx.

SymbolMeaning
\[ dy \]The differential of y; it represents the approximate change in the function value.
\[ dx \]The differential of x; it represents a small change in the input variable (equal to Δx).
\[ f'(x) \]The derivative of the function f(x), representing the instantaneous rate of change or the slope of the tangent line.
\[ \Delta y \]The actual change in the function value, calculated as f(x + Δx) - f(x).
\[ L(x) \]The linear approximation or linearization of the function at a specific point.
📐

Key Formulas

\[ dy = f'(x) \, dx \]
Differential of y
\[ \Delta y \approx dy \]
Approximation of Actual Change
\[ f(x + dx) \approx f(x) + f'(x) \, dx \]
Linear Approximation Formula
\[ L(x) = f(a) + f'(a)(x - a) \]
Tangent Line Approximation (Linearization)
\[ dz = \frac{\partial z}{\partial x} dx + \frac{\partial z}{\partial y} dy \]
Total Differential for Multivariable Functions
🎨

Conceptual Diagram

2x + 1 (x+1)(x+3) = A x + 1 + B x + 3 Multiply both sides by (x+1)(x+3): 2x + 1 = A(x+3) + B(x+1) x = −1 → −1 = 2A → A = −½ x = −3 → −5 = −2B → B = 5/2 Then integrate each simple fraction separately
Partial Fractions: split a complex rational function into simpler fractions A/(x+a) + B/(x+b), each integrable as a natural logarithm.

A diagram for differentials shows a curve representing the function y = f(x). At a point (x, f(x)), a tangent line is drawn. A small horizontal change from x is labeled dx (or Δx). The corresponding vertical change on the curve is Δy, leading to the point (x+dx, f(x+dx)). The vertical change along the tangent line for the same horizontal change dx is labeled dy. The diagram illustrates that for a small dx, dy is a very close approximation to Δy.

🔍

Properties of Differentials

Linear Approximation: The differential provides the best linear approximation of a function's change near a point. It essentially uses the tangent line as a stand-in for the function curve over a small interval.
Accuracy: The accuracy of the approximation (dy ≈ Δy) increases as the change in x (dx) becomes smaller. The error is proportional to the square of dx, specifically Error ≈ ½f''(x)(dx)².
Algebraic Rules: Differentials follow the same algebraic rules as derivatives, including the sum, product, quotient, and chain rules. For example, d(u + v) = du + dv and d(uv) = u dv + v du.
Error Propagation: Differentials are used to estimate how uncertainties or errors in measured quantities propagate through a calculation. This is crucial in experimental science and engineering for determining the uncertainty of a final result.
💡

Derivation of the Linear Approximation Formula

The linear approximation formula can be derived directly from the definition of the derivative.

1. Start with the limit definition of the derivative:

\[ f'(x) = \lim_{\Delta x \to 0} \frac{f(x + \Delta x) - f(x)}{\Delta x} \]

2. For a very small but non-zero Δx, we can remove the limit and state an approximation:

\[ f'(x) \approx \frac{f(x + \Delta x) - f(x)}{\Delta x} \]

3. Multiply both sides by Δx to isolate the change in the function:

\[ f'(x) \, \Delta x \approx f(x + \Delta x) - f(x) \]

4. By definition, the differential of x is dx = Δx, and the differential of y is dy = f'(x) dx. The actual change is Δy = f(x + Δx) - f(x). Substituting these gives dy ≈ Δy.

5. Rearranging the formula from step 3 gives the linear approximation for the function's value at a nearby point:

\[ f(x + \Delta x) \approx f(x) + f'(x) \, \Delta x \]
🔢

Worked Example

Use differentials to approximate the value of √9.1.
  1. Identify the function and a convenient nearby point. Let f(x) = √x. The convenient point is a = 9.
  2. Determine the change, dx. The change from the convenient point is dx = 9.1 - 9 = 0.1.
  3. Find the derivative of the function: f'(x) = d/dx(√x) = 1/(2√x).
  4. Evaluate the function and its derivative at the point a = 9. f(9) = √9 = 3. f'(9) = 1/(2√9) = 1/6.
  5. Apply the linear approximation formula: f(a + dx) ≈ f(a) + f'(a) dx.
  6. Substitute the values: √9.1 ≈ 3 + (1/6)(0.1) = 3 + 0.1/6 ≈ 3 + 0.01667.
  7. Calculate the final approximation.
\[ \sqrt{9.1} \approx 3.01667 \]
🚀

Applications of Differentials

Scientific Measurement & Error Analysis: Scientists and engineers use differentials to estimate how small measurement errors in instruments (like rulers, scales, or sensors) propagate through calculations. This helps in determining the uncertainty or tolerance of a final result.
Engineering & Manufacturing: In manufacturing, parts must be made within certain tolerances. Differentials help engineers determine how a small variation in a part's dimension (e.g., the radius of a bearing) will affect a larger property (e.g., its volume or surface area), ensuring quality control.
Economics & Finance: Economists use differentials for sensitivity analysis to estimate how small changes in variables like interest rates, inflation, or supply affect economic models, prices, or investment returns.
Computer Graphics & Physics Engines: In game development and animation, differentials are used to calculate smooth motion, simulate physics, and render realistic lighting. They help approximate object positions and orientations over very small time steps (frames).
🌍

Real-World Examples

The radius of a spherical water tank is measured to be 5 meters, with a possible measurement error of ±0.02 m. Use differentials to estimate the maximum error in the calculated volume of the tank.
  1. The formula for the volume of a sphere is V = (4/3)πr³.
  2. Find the differential of the volume: dV = (d/dr[(4/3)πr³]) dr = 4πr² dr.
  3. Substitute the given values: r = 5 m and the maximum error dr = 0.02 m.
  4. Calculate the approximate error in volume: dV = 4π(5)²(0.02) = 4π(25)(0.02) = 2π.
  5. The maximum error in the volume is approximately 2π cubic meters.
\[ \text{Maximum Volume Error} \approx 2\pi \approx 6.28 \text{ m}^3 \]
A company finds that its profit P (in thousands of dollars) from producing x units of a product is given by P(x) = -0.01x² + 50x - 1000. If the current production is 2000 units, use differentials to estimate the change in profit if production is increased by 10 units.
  1. The profit function is P(x) = -0.01x² + 50x - 1000.
  2. Find the derivative (marginal profit): P'(x) = -0.02x + 50.
  3. Evaluate the derivative at the current production level, x = 2000: P'(2000) = -0.02(2000) + 50 = -40 + 50 = 10.
  4. The change in production is dx = 10 units.
  5. Use the differential formula dP = P'(x) dx to estimate the change in profit.
  6. dP = (10)(10) = 100.
  7. The profit will increase by approximately $100 thousand.
\[ \text{Estimated change in profit} = \$100,000 \]
🏞️

Real-World Scenarios

Laplace Inverse (Control) H(s) = 1/(s(s+2)) partial fractions ½/s − ½/(s+2) h(t) = ½ − ½e⁻²ᵗ step response of RC circuit
Control Systems
Inverse Laplace transforms use partial fractions to split H(s) into simple terms like A/s and B/(s+a), each mapping to known time-domain functions — essential for analysing control system step responses.
Reaction Kinetics [A]₀ dA/dt = −k·A·B → partial fractions t=0 t → [A](t) = ln result
Chemical Kinetics
Second-order reaction rate equations dA/dt = −kAB produce rational integrands. Partial fractions split them into ln|A| and ln|B| terms, giving the closed-form concentration as a function of time.
Digital Filter Design Re Im × × × × Each pole → one partial fraction → one filter component
Signal Processing
IIR digital filters are designed by factoring H(s) into partial fractions — each pole corresponds to one resonant filter component. The inverse Laplace of each term gives the filter's impulse response.
GPS Navigation: GPS systems constantly update your position. To provide a smooth path on the map, the software uses differential calculations to predict your location in the next fraction of a second based on your current velocity (rate of change of position), effectively making a linear approximation of your movement.
Weather Forecasting: Meteorologists use complex models with many variables (temperature, pressure, humidity). They use total differentials to analyze how a small change in one variable, like a slight temperature increase in a specific region, will affect the overall weather pattern prediction.
Medical Dosing: When determining drug dosages, doctors consider how small changes in a patient's weight or metabolism might affect the drug's concentration in the bloodstream. Differentials help model this sensitivity to ensure the dose remains within a safe and effective therapeutic window.
📚

Types and Classifications

Single-Variable Differentials: This is the most common type, involving a function of a single variable, y = f(x). The differential is dy = f'(x) dx. It is used for linear approximation in two dimensions.
Multivariable Differentials (Total Differentials): For functions of two or more variables, such as z = f(x, y). The total differential combines the effects of changes in all input variables. It is calculated using partial derivatives: dz = (∂f/∂x)dx + (∂f/∂y)dy. This is used for approximating changes in three-dimensional surfaces or systems with multiple inputs.
Higher-Order Differentials: While less common in introductory applications, one can define second-order (d²y), third-order (d³y), and higher-order differentials. These are related to higher-order derivatives and are used in more advanced topics like Taylor series expansions to create more accurate polynomial approximations of functions.
⚠️

Common Mistakes

⚠️ Confusing dy and Δy: A common mistake is to assume the differential dy is exactly equal to the actual change Δy. Remember that dy is an approximation based on the tangent line, while Δy is the true change along the function's curve. They are only equal for linear functions.
⚠️ Forgetting the 'dx' Term: Students sometimes calculate the derivative f'(x) and call it the differential. The differential dy must always include the term dx, as it represents the product of the rate of change and the change in the input: dy = f'(x)dx.
💡 Using the Approximation for Large Changes: The linear approximation is only accurate for very small values of dx. Applying the formula for a large change in x (e.g., trying to approximate f(10) using a tangent line at x=1) will lead to a significant error.
🚀

Study Strategy

1 📖 Understand the Foundation
  • Review the definition of a rational function (a ratio of two polynomials).
  • Distinguish between proper and improper rational functions, and learn when to apply polynomial long division first.
  • Identify the four distinct cases for the denominator's factors: distinct linear, repeated linear, distinct quadratic, and repeated quadratic.
  • Grasp the core concept: breaking a complex fraction into a sum of simpler, easily integrable fractions.
2 🧠 Memorize the Decomposition Forms
  • Commit to memory the form for distinct linear factors: A/(ax+b) + C/(cx+d)...
  • Learn the setup for repeated linear factors: A/(ax+b) + C/(ax+b)^2...
  • Memorize the form for irreducible quadratic factors: (Ax+B)/(ax^2+bx+c).
  • Internalize the pattern for repeated irreducible quadratic factors, combining the previous two concepts.
3 ✍️ Practice the Algebraic Techniques
  • Work through examples using the 'Heaviside Cover-Up Method' for simple linear factors to quickly find coefficients.
  • Solve systems of equations by equating coefficients after clearing the denominators for more complex cases.
  • Practice substituting strategic values of x to simplify the equations and solve for unknown coefficients.
  • Complete the square for irreducible quadratic denominators to prepare them for arctangent or logarithmic integral forms.
4 🌍 Apply to Integration Problems
  • Solve integrals involving logistic growth models in population biology, a classic application.
  • Calculate quantities in chemical reaction kinetics where rate laws result in rational functions.
  • Analyze electric circuits (like RLC circuits) where the transfer function needs to be integrated.
  • Work through physics problems involving inverse square laws (like gravity or electrostatics) over complex geometries.
By systematically understanding the forms, practicing the algebra, and applying the method, you can deconstruct any complex rational integral into simple, solvable parts.

Frequently Asked Questions

×

×