The Fundamental Theorem of Calculus

So far, we know that calculating the integral (or antiderivative) of a function gives a general function that represents the area under the curve of that function. What if we want to determine the exact area under a function on a given interval? We use the Fundamental Theorem of Calculus (FTC) to do this!

Get started

Millions of flashcards designed to help you ace your studies

Sign up for free

Review generated flashcards

Sign up for free
You have reached the daily AI limit

Start learning or create your own AI flashcards

StudySmarter Editorial Team

Team The Fundamental Theorem of Calculus Teachers

  • 10 minutes reading time
  • Checked by StudySmarter Editorial Team
Save Article Save Article
Contents
Contents
Table of contents

    Jump to a key chapter

      The FTC enables us to solve slightly more complex problems that are otherwise possible. For example, it's easy to determine who will travel farther in 30 minutes if you're going 10 miles per hour and your friend is moving at 12 miles per hour. But what if your velocities are not constant and are modeled by an equation that changes with respect to time? How would you answer this? Luckily, we have the FTC to allow us to do this. It can be split up into 2 parts. Let's see how it works!

      The first part of the Fundamental Theorem of Calculus

      If the function f is continuous on [a, b], then the function g, defined by

      g(x)=axf(t)dt where axb,

      is continuous on [a, b] and differentiable on (a, b), and g'(x)=f(x).

      Put into words, the derivative of a definite integral with respect to the upper limit equals the integrand evaluated at the upper limit. Integration and differentiation are inverses!

      The derivative of the integral of the function In layman's terms in equation form:

      f'(x)dx = f(x)ddxf(x)dx = f(x)

      The derivative of the integral of a function results in the function itself! So, all part 1 of the FTC is saying is that integration and differentiation are inverses of each other - they undo each other!

      The second part of the Fundamental Theorem of Calculus

      This part is informally referred to as "the evaluating part of the theorem".

      If the function f is continuous on [a, b], then

      abf(x)dx=F(b)-F(a)

      where F is the antiderivative of f, or a function such that F'=f.

      Essentially, Part 2 is the inverse of Part 1. If the antiderivative F of f is already known, we can evaluate the integral by subtracting the values of F at the endpoints of the interval of integration.

      Proof of the Fundamental Theorem of Calculus

      Part 1

      First, we need to start off with a few pre-requirements. We need:

      1. A function f that is continuous on [a,b]
      2. The integral F(x) = axf(t) dt continuous on [a,b] and differentiable on (a,b)

      Remember, we have to prove that the derivative of the integral on the function f is the function f itself. In other words

      ddxaxf(t) dt = f(x)

      Let x and x+h be in the interval (a, b). Then, by the definition of the derivative, we have

      F'(x) = limh0F(x+h)-F(x)h=limh0ax+hf(t)dt-axf(t)dth =limh0axf(t)dt+xx+hf(t)dt-axf(t)dth =limh0xx+hf(t)dth

      Factoring out h leaves us with

      F'(x) = limh0 1hxx+hf(t)dt

      For this next part, we need to use our Mean Value Theorem for Integrals muscles, found here! The area under any two points of a curve, let's say between points a and b, is calculated as

      Area under 2 points, a and b = width × average height of the function on [a,b]

      Rewriting the equation above In math notation according to the diagram below, we have

      abf(x) dx = f(c)(b-a)

      The Fundamental Theorem of Calculus average value is equal to area under the curve graphic StudySmarterThe area under the curve is equal to the width of the interval multiplied by the average value of the curve - StudySmarter Originals

      Rewriting the formula above, subbing in x for a, x+h for b, and h for b-a, we have

      f(c)·h = xx+hf(t) dtf(c) = 1hxx+hf(t) dt

      What happens as h0? Two things happen:

      1. x+h0, and so
      2. cx

      Mathematically:

      1. limh0f(c) = f(x)

      Ok, let's review what we have determined so far. First, we know that

      1. F'(x) = limh0 1hxx+hf(t)dt
      2. f(c) = 1hxx+hf(t) dt

      Subbing equation II into equation I we get;

      F'(x) = limh0f(c)

      But wait, equation 1 above tells us what limh0f(c) is! It's f(x)! So

      F'(x) =limh0f(c) = f(x)

      From the start of this proof, we saw that

      F(x) = axf(t) dt

      Therefore, the derivative of F(x), F'(x), is

      F'(x) = ddxaxf(t) dt

      Finally, we have

      F'(x) = ddxaxf(t) dt = f(x)

      Part 2

      Let g(x)=axf(t)dt. Part 1 of FTC says that

      g'(x) = f(x)

      If F is the antiderivative of f on the interval [a,b], then

      F(x)=g(x)+C

      where C is a constant.

      Let's say we want to find the area under the curve between the same point. This area should be zero since there is no width! So the area at this point, let's say x=a, is calculated as

      g(a)=aaf(t) dt=0

      Using the fact that F(x)=g(x)+C, subbing in x=a and x=b, and using the fact that g(a)=0 gives us

      F(b)-F(a)=g(b)+C-g(a)+C =g(b)-g(a)=g(b) =abf(t)dt

      Applications of the Fundamental Theorem of Calculus

      Calculus is an extremely powerful tool for evaluating integrals; it allows us to evaluate integrals without approximations or geometry. The main application of the FTC is finding exact integral answers. However, using the FTC, we can also find and study antiderivatives more abstractly.

      As previously mentioned, the FTC helps us to solve more complex problems. Believe it or not, integration and the Fundamental Theorem of Calculus can help us calculate the center of mass, which is essentially a balancing point. If you stand and try to balance on one leg, you have to adjust your center of mass to balance on one leg rather than two. In Calculus, the center of mass of a graphical region is the point where the region is perfectly horizontally balanced. The FTC can help us to solve for the center of mass.

      Examples of the Fundamental Theorem of Calculus

      Let's first do 3 examples using FTC part 1!

      Example 1

      Let's start with a simple example.

      Find the derivative of g(x)=1x1t2+1dt and evaluate g'(10).

      Step 1: Ensure g(x) is continuous

      1t2+1 is continuous on the interval [1,x]. Plugging in any number between 1 and infinity will not produce any discontinuities.

      Step 2: Take the derivative of both sides with respect to x

      ddxg(x)=ddx1x1t2+1dt

      Step 3: Apply the Fundamental Theorem of Calculus

      By the Fundamental Theorem of Calculus, all we need to do is replace the t variable of the inner function with x such that

      g'(x)=1x2+1

      Step 4: Plug in x = 10 to g'(x)

      Now that we have g'(x), we simply plug in 10 to find g'(10).

      g'(10)=1102+1=1101

      Example 2

      Now that we better understand the Fundamental Theorem of Calculus, let's move on to a more complex example involving The Chain Rule. If you haven't gone over the chain rule, please check out our article before proceeding!

      Find the derivative of g(x)=1x2cos(r) dr.

      Step 1: Ensure g(x) is continuous

      We know that the cosine function has no discontinuities.

      Step 2: Substitute u(x) in for the upper limit function

      We let u(x)=x2, then

      g(x)=1u(x)cos(r) dr

      Step 3: Take the derivative of both sides with respect to x

      ddxg(x)=ddx1u(x)cos(r) dr

      Step 3: Apply the Fundamental Theorem of Calculus

      By the Fundamental Theorem of Calculus, all we need to do is replace the r variable of the inner function with u(x) such that

      g'(x)=cos(u(x))

      Step 4: Apply the Chain Rule

      We must also apply the Chain Rule, so

      g'(x)=cos(u(x))dudx=cosx2ddxx2=2x·cosx2

      Example 3

      Let's try an example with two variable limits of integration.

      Evaluate

      g(t)=tt3x4dx

      Step 1: Ensure g(t) is continuous

      There is no such number that will produce a discontinuity when plugged in.

      Step 2: Split the integral in two

      Since both limits of integration are variables, we must split the integral in two and use our definite integral rules to match the form of the Fundamental Theorem of Calculus.

      g(t)=tt3x4dx=t0x4dx+0t3x4dx=-0tx4dx+0t3x4dx

      Step 3: Substitute u(t) for the upper limit

      We let u(t)=t3, then

      g(t)=-0tx4dx+0u(t)x4dx

      Step 4: Take the derivative of both sides with respect to t

      ddtg(t)=ddt-0tx4dx+0u(t)x4dx

      Step 4: Apply the Fundamental Theorem of Calculus

      By the Fundamental Theorem of Calculus, all we need to do is replace the x variable of the inner function with t and u(x) such that

      g'(t)=-t4+(u(t))4

      Again, we must also apply the Chain Rule, so

      g'(t)=-t4+t34dudx=-t4+t34ddxt3=-t4+t343t2=-t4+3t14

      Example 4

      Now let's try an example using part 2 of the FTC!

      Use the Fundamental Theorem of Calculus Part 2 to evaluate

      054-x2dx

      Step 1: Ensure that the function is continuous over the interval of integration

      Since the function inside the integrand is a polynomial, we know that it is continuous over the entire interval.

      Step 2: Find the antiderivative of the function

      The antiderivative of the function is

      4-x2dx=4x-x33

      Step 3: Apply the Fundamental Theorem of Calculus

      To apply part 2 of the FTC, we simply plug in x=5 and x=0 into the antiderivative and subtract.

      054-x2dx=4(5)-533-4(0)-033 =-653

      The Fundamental Theorem of Calculus - Key takeaways

      • The Fundamental Theorem of Calculus relates integrals to derivatives
        • The FTC Part 1 states that if the function f is continuous on [a, b], then the function g is defined byg(x)=axf(t)dt where axbis continuous on [a, b] and differentiable on (a, b), and g'(x)=f(x)
        • The FTC Part 2 states that if the function f is continuous on [a, b], thenabf(x)dx=F(b)-F(a)where F is the antiderivative of f, or a function such that F'=f
      • The Fundamental Theorem of Calculus gives us a way to evaluate integrals exactly without geometry
      The Fundamental Theorem of Calculus The Fundamental Theorem of Calculus
      Learn with 0 The Fundamental Theorem of Calculus flashcards in the free StudySmarter app

      We have 14,000 flashcards about Dynamic Landscapes.

      Sign up with Email

      Already have an account? Log in

      Frequently Asked Questions about The Fundamental Theorem of Calculus

      What is the fundamental theorem of calculus?

      The Fundamental Theorem of Calculus shows the relationship between the integral and the derivative. Essentially, the theorem states that the derivative of a definite integral with respect to the upper limit is the same as the integrand evaluated at the upper limit.

      How to use the fundamental theorem of calculus?

      You can use the formula for part 2 of the theorem to calculate the area under the curve between 2 points.

      When does the fundamental theorem of calculus not apply?

      The function must be continuous over the interval of integration.

      How to use the first fundamental theorem of calculus?

      Taking the derivative of an integral gives the original function that was being integrated.

      What is an example of the fundamental theorem of calculus?

      The derivative of the integral from 0 to x of the function f(t)=t is x.

      Save Article

      Discover learning materials with the free StudySmarter app

      Sign up for free
      1
      About StudySmarter

      StudySmarter is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

      Learn more
      StudySmarter Editorial Team

      Team Math Teachers

      • 10 minutes reading time
      • Checked by StudySmarter Editorial Team
      Save Explanation Save Explanation

      Study anywhere. Anytime.Across all devices.

      Sign-up for free

      Sign up to highlight and take notes. It’s 100% free.

      Join over 22 million students in learning with our StudySmarter App

      The first learning app that truly has everything you need to ace your exams in one place

      • Flashcards & Quizzes
      • AI Study Assistant
      • Study Planner
      • Mock-Exams
      • Smart Note-Taking
      Join over 22 million students in learning with our StudySmarter App
      Sign up with Email