Home
>
Knowledge
>
Calculus 2
>
Properties of definite integrals

Properties of definite integrals

The properties of definite integrals are key concepts in calculus that help in evaluating integrals. Here are some of the main properties:

  1. Linearity:

    ab(cf(x)+dg(x))dx=cabf(x)dx+dabg(x)dx\int_a^b (cf(x) + dg(x)) \, dx = c\int_a^b f(x) \, dx + d\int_a^b g(x) \, dx

    This means that you can factor out constants and separate the integrals of sums.

  2. Interval Reversal:

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

    Reversing the limits of integration changes the sign of the integral.

  3. Additivity Over Intervals:

    acf(x)dx+cbf(x)dx=abf(x)dx\int_a^c f(x) \, dx + \int_c^b f(x) \, dx = \int_a^b f(x) \, dx

    This property allows the integral over a larger interval to be expressed as the sum of integrals over sub-intervals.

  4. Zero Interval:

    aaf(x)dx=0\int_a^a f(x) \, dx = 0

    The integral over an interval where the upper and lower limits are the same is zero.

  5. Non-negativity: If f(x)0f(x) \geq 0 for x[a,b]x \in [a, b], then:

    abf(x)dx0\int_a^b f(x) \, dx \geq 0

    This indicates that the integral represents the area under the curve when f(x)f(x) is non-negative.

These properties simplify the computation and understanding of definite integrals in various applications.

Part 1: Negative definite integrals

We learned that definite integrals give us the area under the curve and above the x-axis. But what if the curve itself is below the x-axis? In this case, the definite integral is still related to area, but it's negative. See how this works and get some intuition for why this is so.

Key Points for Studying Negative Definite Integrals

  1. Definition: Negative definite integrals involve functions that are negative over the interval of integration. The integral of such a function results in a negative value.

  2. Understanding the Function:

    • Ensure the function to be integrated is negative within the specified interval.
    • Graphical representation can help visualize the area under the curve, which will be below the x-axis for negative values.
  3. Integration Process:

    • Apply standard integration techniques (e.g., substitution, integration by parts) as usual.
    • Be mindful that the result will reflect the negative area under the curve.
  4. Properties:

    • The integral of a negative function over a finite interval is less than zero.
    • If f(x) < 0 for all x in [a,b][a, b], then abf(x)dx<0\int_{a}^{b} f(x) dx < 0.
  5. Applications:

    • Negative definite integrals can be useful in physics and engineering, where negative quantities often represent loss or decrease (e.g., energy loss).
  6. Numerical Integration:

    • Techniques like the trapezoidal rule or Simpson's rule can be applied, but ensure to interpret results as negative.
  7. Real-world Examples:

    • Analyze case studies or problems where negative values are integral to understanding the phenomenon (e.g., temperature drops, financial losses).
  8. Limitations:

    • Ensure the integrability of the function and recognize scenarios where a negative definite integral might not apply (e.g., if the function crosses the x-axis).

Conclusion:

Understanding negative definite integrals requires grasping their definition, integration techniques, properties, and applications, along with being cautious of numerical outcomes and real-world implications.

Part 2: Finding definite integrals using area formulas

Since definite integrals are the net area between a curve and the x-axis, we can sometimes use geometric area formulas to find definite integrals. See how it's done.

When studying "Finding definite integrals using area formulas," focus on the following key points:

  1. Understanding Definite Integrals: Recognize that a definite integral represents the signed area under a curve between two points on the x-axis.

  2. Area Formulas: Familiarize yourself with basic geometric area formulas (e.g., area of triangles, rectangles, and circles) that can simplify the computation of integrals.

  3. Piecewise Functions: Learn how to evaluate integrals for piecewise functions by breaking them into sections and applying appropriate area formulas for each part.

  4. Symmetry: Utilize properties of symmetry in functions to simplify calculations. For example, if a function is even or odd, certain integrals can be computed more easily.

  5. Linear Transformations: Understand how to apply transformations (shifts, stretches) to functions, which can affect the area under the curve.

  6. Fundamental Theorem of Calculus: Remind yourself how the theorem connects differentiation and integration and can be used to evaluate definite integrals.

  7. Estimating Areas: Explore numerical methods (like trapezoidal and midpoint rules) to estimate the area under curves when formulas cannot be easily applied.

By concentrating on these points, you'll be equipped to effectively find definite integrals using area formulas.

Part 3: Definite integral over a single point

What happens when the bounds of your integral are the same?

When studying the "Definite Integral over a Single Point," consider the following key points:

  1. Definition: A definite integral over a single point (i.e., aa to aa) is mathematically expressed as aaf(x)dx\int_a^a f(x) \, dx.

  2. Value of the Integral: The value of the definite integral across a single point is always zero. This is because there is no interval or width to accumulate area under the curve.

  3. Geometric Interpretation: No area is enclosed since both limits of the integral are identical, reinforcing that the integral results in zero.

  4. Properties of Integrals: This property aligns with integral calculus principles, which state that the integral over an interval of zero length results in zero area.

  5. Applications: While typically not meaningful in practical applications, understanding this concept is crucial for grasping properties of integrals and limits in broader contexts.

Mastering these points will help clarify the concept of definite integrals when the limits converge to a single value.

Part 4: Integrating scaled version of function

Sal uses a graph to explain why we can take a constant out of a definite integral. 

When studying "Integrating Scaled Versions of Functions," here are the key points to focus on:

  1. Understanding Scaling: Recognize how scaling a function affects its output. Typically, if f(x)f(x) is scaled by a constant aa, it becomes af(x)a \cdot f(x).

  2. Properties of Integrals: Familiarize yourself with the properties of integrals, particularly how they behave under scaling. For example, the integral of a scaled function:

    af(x)dx=af(x)dx\int a \cdot f(x) \, dx = a \int f(x) \, dx
  3. Change of Variables: Learn how to use substitution to simplify integration. If you substitute u=kxu = kx, then dx=dukdx = \frac{du}{k}, which helps in integrating scaled versions more easily.

  4. Limits of Integration: Understand how scaling affects the limits when changing variables. If changing from xx to uu via u=kxu = kx, adjust the limits of integration accordingly.

  5. Linear Scaling Effects: Comprehend how linear transformations affect the area under a curve, particularly in cases where a function is stretched or compressed.

  6. Applications of Integrating Scaled Functions: Explore real-world applications or problems where these principles apply, such as in physics for scaling forces or in economics for scaling supply and demand functions.

  7. Practice Problems: Engage with various problems to solidify understanding, ensuring to manipulate both the integrand and limits correctly.

By focusing on these key points, you'll develop a thorough understanding of integrating scaled versions of functions.

Part 5: Switching bounds of definite integral

What happens when you swap the bounds on an integral?

When studying "Switching bounds of definite integrals," focus on these key points:

  1. Understanding the Integral: Recognize that definite integrals represent the area under a curve between two points.

  2. Switching Limits: Understand that switching the limits of integration changes the sign of the integral. Specifically, if you have:

    abf(x)dx=baf(x)dx.\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx.
  3. Adding and Subtracting Integrals: Know that you can split integrals at a point cc between aa and bb:

    abf(x)dx=acf(x)dx+cbf(x)dx.\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx.
  4. Properties of Integrals: Familiarize yourself with properties such as linearity, where:

    ab(kf(x))dx=kabf(x)dx,\int_a^b (k f(x)) \, dx = k \int_a^b f(x) \, dx,

    and the fact that the integral of a sum is the sum of the integrals.

  5. Visualization: Practice visualizing the geometric interpretation of changing bounds, which can help in understanding the effects on the area under the curve.

  6. Examples: Work through numerous examples to reinforce the concept of switching bounds and the resulting implications on the value of the integral.

  7. Applications: Explore how these principles apply in various mathematical contexts, including calculus, probability, and physics.

By understanding these points, you will gain a solid foundation in the concept of switching bounds in definite integrals.

Part 6: Integrating sums of functions

If you know the integrals of two functions, what is the integral of their sum?

When studying "Integrating sums of functions," focus on the following key points:

  1. Linearity of Integration: The integral of a sum of functions can be expressed as the sum of their integrals:

    (f(x)+g(x))dx=f(x)dx+g(x)dx\int (f(x) + g(x)) \, dx = \int f(x) \, dx + \int g(x) \, dx
  2. Properties of Integrals: Understand key properties, such as:

    • The constant multiple rule: cf(x)dx=cf(x)dx\int c f(x) \, dx = c \int f(x) \, dx
    • The definite integral also respects linearity: ab(f(x)+g(x))dx=abf(x)dx+abg(x)dx\int_a^b (f(x) + g(x)) \, dx = \int_a^b f(x) \, dx + \int_a^b g(x) \, dx
  3. Applications: Recognize how these properties are applied in various contexts, such as calculating areas, volumes, and solving problems in physics and engineering.

  4. Example Problems: Work through a range of example problems that demonstrate the integration of sums, reinforcing the theoretical concepts with practical application.

  5. Techniques of Integration: Familiarize with different techniques of integration that can be employed when dealing with sums of functions (e.g., substitution, integration by parts).

These points provide a comprehensive foundation for understanding how to integrate sums of functions effectively.

Part 7: Worked examples: Finding definite integrals using algebraic properties

Sal evaluates definite integrals of functions given their graphs. He does so using various properties of integrals.

When studying "Worked examples: Finding definite integrals using algebraic properties," focus on the following key points:

  1. Linearity of Integration: Understand how the definite integral is affected by constants and the sum of functions. Use properties like (af(x)+bg(x))dx=af(x)dx+bg(x)dx\int (af(x) + bg(x)) \, dx = a \int f(x) \, dx + b \int g(x) \, dx.

  2. Additivity over Intervals: Recognize that integrals over adjacent intervals can be combined: acf(x)dx=abf(x)dx+bcf(x)dx\int_a^c f(x) \, dx = \int_a^b f(x) \, dx + \int_b^c f(x) \, dx.

  3. Reversal of Limits: Learn that reversing the limits of integration introduces a negative sign: baf(x)dx=abf(x)dx\int_b^a f(x) \, dx = -\int_a^b f(x) \, dx.

  4. Properties of Symmetry: Use the symmetry of functions (even/odd functions) to simplify integrals, such as aaf(x)dx\int_{-a}^{a} f(x) \, dx for even functions being 20af(x)dx2 \int_0^a f(x) \, dx.

  5. Integration of Simple Functions: Familiarize yourself with the process of integrating basic algebraic functions (polynomials, rational functions) and apply these principles in examples.

  6. Applying the Fundamental Theorem of Calculus: Connect the definite integral to the evaluation of antiderivatives, ensuring you can find the integral using the limits and the antiderivative.

  7. Practice Problem-Solving: Work through various examples to apply these properties and reinforce your understanding, guiding you in using algebraic manipulation to simplify complex integrals.

By mastering these key aspects, you can effectively calculate definite integrals using algebraic properties and improve your integration skills.

Part 8: Definite integrals on adjacent intervals

By subdividing the stretch of numbers where you are integrating, you can break up an integral.

Here are the key points to focus on when studying "Definite Integrals on Adjacent Intervals":

  1. Definition of Definite Integrals: Understand that a definite integral represents the signed area under a curve over a specified interval.

  2. Properties of Definite Integrals:

    • Additivity: The integral over adjacent intervals can be split. For example, acf(x)dx=abf(x)dx+bcf(x)dx\int_a^c f(x) dx = \int_a^b f(x) dx + \int_b^c f(x) dx.
    • Linearity: Integrals can be scaled and added, such that ab[kf(x)+g(x)]dx=kabf(x)dx+abg(x)dx\int_a^b [kf(x) + g(x)] dx = k\int_a^b f(x) dx + \int_a^b g(x) dx.
  3. Geometric Interpretation: Visualize definite integrals as the area under the curve, and how that area can be computed over adjacent segments.

  4. Continuous Functions: Emphasize the importance of continuity in ensuring the properties of integrals hold true.

  5. Evaluation Techniques: Learn methods for calculating definite integrals, including:

    • Fundamental Theorem of Calculus
    • Substitution methods
    • Numerical integration techniques, if applicable.
  6. Examples and Applications: Practice with various functions and scenarios to reinforce understanding, including applications in physics, economics, and other fields.

  7. Connections to Other Topics: Consider how definite integrals relate to concepts like indefinite integrals and the concept of antiderivatives.

By focusing on these points, you'll build a strong understanding of how definite integrals function on adjacent intervals and their mathematical implications.

Part 9: Worked example: Breaking up the integral's interval

Finding a definite integral by breaking it down to smaller intervals that are adjacent to each other.

Key Points for "Worked Example: Breaking up the Integral's Interval"

  1. Understanding the Integral:

    • Recognize that integrals can be evaluated over different segments or intervals.
  2. Breaking Down the Interval:

    • When faced with a complex function or limits, split the integral into smaller, more manageable parts.
  3. Continuity and Discontinuity:

    • Identify if there are points of discontinuity within the interval that necessitate breaking the integral.
  4. Applying the Fundamental Theorem of Calculus:

    • Use the theorem to evaluate the integral over the defined segments and combine the results.
  5. Calculating Each Segment:

    • Compute each sub-integral separately, ensuring to take care of the limits of integration correctly.
  6. Combining Results:

    • Add the results from each part of the interval to obtain the total value of the integral.
  7. Practice and Application:

    • Reinforce learning by practicing with different functions and intervals to master the technique.

Understanding and applying these key points can enhance the ability to solve more complex integrals effectively.

Part 10: Worked example: Merging definite integrals over adjacent intervals

Thinking about how to evaluate the sum of definite integrals over adjacent intervals.

When studying "Worked example: Merging definite integrals over adjacent intervals," here are the key points to focus on:

  1. Understanding Definite Integrals: Recognize the properties and definitions of definite integrals, and the concept of integrating functions over specific intervals.

  2. Adjacent Intervals: Learn how to identify and work with two adjacent intervals that share a boundary, which can often be merged for simplification.

  3. Additivity Property: Familiarize yourself with the property that the integral over adjacent intervals can be expressed as the sum of the integrals over those intervals.

  4. Merging Process: Understand the steps involved in merging the integrals, which typically include:

    • Identifying the common boundary point.
    • Combining the limits of integration.
  5. Example Application: Review worked examples that illustrate the merging process, paying attention to the mathematical justifications for combining the integrals.

  6. Practical Implications: Recognize the usefulness of merging integrals in simplifying calculations and solving complex integral problems more efficiently.

By focusing on these points, you will gain a solid understanding of merging definite integrals over adjacent intervals.

Part 11: Functions defined by integrals: switched interval

Sal evaluates a function defined by the integral of a graphed function. In order to evaluate he must switch the sides of the interval.

When studying "Functions defined by integrals: switched interval," focus on the following key points:

  1. Integral Definition: Understand how a function defined by an integral can vary when the limits are switched.

  2. Fundamental Theorem of Calculus: Familiarize yourself with the relationship between differentiation and integration, specifically how it applies when limits of integration are altered.

  3. Properties of Definite Integrals: Review properties like:

    • abf(x)dx=baf(x)dx\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx (switched limits result in a negative value).
    • The effect of constant additional limits on an integral.
  4. Evaluation of Switched Integrals: Learn to compute the value of integrals after switching the limits of integration and how it affects the overall integral expression.

  5. Applications: Explore how switched intervals appear in real-world problems, such as calculating area or accumulated quantities.

  6. Examples and Practice Problems: Work through a variety of examples that illustrate the effect of switching limits in both definite integrals and the functions they define.

By mastering these points, you'll gain a solid understanding of how integral functions behave under the switching of intervals.

Part 12: Finding derivative with fundamental theorem of calculus: x is on lower bound

Sometimes you need to swap the bounds of integration before applying the fundamental theorem of calculus.

When studying how to find derivatives using the Fundamental Theorem of Calculus (FTC) with the lower bound in terms of xx, focus on these key points:

  1. FTC Overview: The Fundamental Theorem of Calculus connects differentiation and integration, stating that if F(x)F(x) is the integral of f(t)f(t) from a constant aa to xx, then F(x)=f(x)F'(x) = f(x).

  2. Lower Bound Scenario: When xx is the lower limit of integration, such as f(x)=xbg(t)dtf(x) = \int_{x}^{b} g(t) \, dt, the derivative is found using the negative of the integrand evaluated at xx:

    ddx(xbg(t)dt)=g(x).\frac{d}{dx} \left( \int_{x}^{b} g(t) \, dt \right) = -g(x).
  3. Chain Rule Application: If the function inside the integral involves a composition (e.g., g(h(x))g(h(x))), apply the chain rule after identifying the derivative of the outer integral.

  4. Proper Notation: Ensure clarity by using proper integral notation and indicating limits of integration clearly.

  5. Continuous Functions: Verify that the integrand g(t)g(t) is continuous on the interval for which you're differentiating, as discontinuities can affect the validity of the theorem.

  6. Interpretation: Understand the geometric interpretation of the result; the derivative represents the rate of change of the area under the curve from xx to the upper limit bb.

By mastering these steps, you can effectively apply the Fundamental Theorem of Calculus when xx is the lower bound in integration problems.

Part 13: Finding derivative with fundamental theorem of calculus: x is on both bounds

How do you apply the fundamental theorem of calculus when both integral bounds are a function of x.

When studying the "Finding derivative with the Fundamental Theorem of Calculus" where xx is present in both bounds, focus on these key points:

  1. Fundamental Theorem of Calculus (FTC): Understand that the FTC connects differentiation and integration, stating that if F(x)=ag(x)f(t)dtF(x) = \int_{a}^{g(x)} f(t) \, dt, then:

    F(x)=f(g(x))g(x)F'(x) = f(g(x)) \cdot g'(x)

    where g(x)g(x) is a function of xx.

  2. Application to Both Bounds: If you have expressions of the form F(x)=g(x)h(x)f(t)dtF(x) = \int_{g(x)}^{h(x)} f(t) \, dt, the derivative is given by:

    F(x)=f(h(x))h(x)f(g(x))g(x)F'(x) = f(h(x)) \cdot h'(x) - f(g(x)) \cdot g'(x)

    This formula accounts for the changes in both upper and lower bounds.

  3. Chain Rule Application: Recognize that you need to apply the chain rule to the upper limit and lower limit contributions.

  4. Evaluate at Bounds: Always evaluate the function f(t)f(t) at the bounds h(x)h(x) and g(x)g(x) and include their derivatives in the final expression.

  5. Special Cases: Be mindful of cases where either g(x)g(x) or h(x)h(x) may lead to simplifications or peculiar behaviors (e.g., constant bounds).

  6. Practice Problems: Work through various examples to solidify your understanding and gain fluency in applying the theorem to different scenarios.

By focusing on these key points, you'll be better equipped to handle derivatives using the FTC when the variable appears in both bounds of the integral.

Part 14: Functions defined by integrals: challenge problem

Solving for where a function defined by an integral equals 0.

When studying "Functions defined by integrals," focus on the following key points:

  1. Understanding Integral Functions: Learn how certain functions can be defined as the integral of another function. For instance, if F(x)=axf(t)dtF(x) = \int_a^x f(t) \, dt, understand the role of f(t)f(t) in shaping FF.

  2. Fundamental Theorem of Calculus: Familiarize yourself with how this theorem connects differentiation and integration, particularly that F(x)=f(x)F'(x) = f(x) when F(x)F(x) is defined as above.

  3. Behavior of Integral Functions: Explore the properties of the resulting functions, including continuity, differentiability, and how changes in the limits of integration affect the function.

  4. Application of the Chain Rule: Understand how to apply the chain rule when dealing with composite functions involving integrals, i.e., when the upper limit of integration is a function of xx.

  5. Special Cases: Investigate specific cases or scenarios, such as definite integrals that can present particular challenges or yield interesting results.

  6. Techniques for Solving Problems: Practice different techniques for evaluating integral functions, including numerical integration and approximation methods, when analytical solutions are complex.

  7. Visualization: Use graphical representations to aid in understanding how integral functions behave visually, which can help in intuitively grasping their properties.

  8. Connections to Real-World Applications: Relate the concepts to practical examples in physics, economics, or other fields where integral functions are commonplace.

By focusing on these areas, you will grasp the essential aspects of functions defined by integrals and their implications in various contexts.