The objective of this lab is to introduce students to the concept of antiderivatives and their applications in calculus. By working through a series of exercises, students will develop an understanding of how to find antiderivatives, verify their results using computational tools, and apply these concepts to real-world scenarios, such as calculating areas under curves and solving kinematics problems.
Specific Goals
Understanding Antiderivatives:
Learn the definition of an antiderivative and its significance in calculus.
Calculating Antiderivatives:
Find the antiderivative \(F(x)\) for a given function \(f(x)\) through manual calculations.
Verification Using Maxima:
Use the computational tool Maxima to verify the manually calculated antiderivatives.
Area Under the Curve:
Calculate the area under the curve for given functions using antiderivatives.
Applying Integrals:
Calculate definite integrals for various functions using Maxima.
Kinematics:
Derive equations of velocity and acceleration from the displacement equation using derivatives.
Derive equations of velocity and displacement from the acceleration equation using antiderivatives.
Exploring the Relationship Between Derivatives and Integrals:
Discuss the fundamental relationship between differentiation and integration and their roles in calculus.
By completing this lab, students will gain practical experience in antidifferentiation, understand its applications in different contexts, and appreciate the interplay between derivatives and integrals.
10.1 Antiderivatives
The goal of differentiation is to find the derivative \(f'\) of a given function \(f\). The reverse process called antidifferentiation, is equally important: Given a function \(f\), we look for an antiderivative function \(F\) whose derivative is \(f\); that is, a Function \(F\) such that \(F'=f\)
Definition: Antiderivative
A function F is an antiderivative of \(f\) on an interval \(I\) provided \(F'(x) = f(x)\), for all \(x\) in \(I\)
10.2 Deduce the antiderivative (\(F(x)\))
Without using maxima, but using the definition, calculate the antiderivative of the following functions:
\(f(x) = x\)
\(f(x) = x^2\)
\(f(x) = x^3\)
\(f(x) = \sin x\)
\(f(x) = \cos x\)
\(f(x) = \frac{1}{x}\)
\(f(x) = e^x\)
10.3 Verify your results
Using the function integrate(f(x),x) verify each of your previous results.
10.4 Calculate the area function: \(A(x)\)
For the following functions calculate \(A(x)\):
\(f(x)=1\)
\(f(x)=a\)
\(f(x)=\frac{h}{b}x\)
10.5 Calculate the integral.
For the following functions, by using the function integrate(f(x),x,begin,end), calculate the area under the curve in the interval.
\(f(x)=1,\quad 0<x<1\)
\(f(x)=a,\quad 0<x<b\)
\(f(x)=\frac{h}{b}x,\quad 0<x<b\)
\(f(x)=x^3,\quad -b<x<b\)
10.6 Kinematics (s -> v -> a)
Using derivatives, starting from the displacement equation, for a 1D projectile, deduce the equations of velocity and Acceleration as function of time.
Using anti-derivatives, starting from the acceleration equation, for a 1D projectile, deduce the equations of velocity and displacement as function of time.