Section 1.5 Indefinite Integrals
¶In this section we focus on the indefinite integral: its definition, the differences between the definite and indefinite integrals, some basic integral rules, and how to compute a definite integral.
Subsection 1.5.1 Defining the Indefinite Integral
Recall the definition of the antiderivative from Section 1.1: A function \(F\) is an antiderivative of \(f\) on an interval \(I\) if \(F'(x)=f(x)\) for all \(x\) in \(I\text{.}\) Let us explore the antiderivative concretely by letting \(f(x)=2x\text{.}\) Then we can readily determine that the antiderivative of \(f\) is the function \(F(x)=x^2\text{,}\) i.e. \(F'(x)=f(x)\text{.}\) However, the function \(F(x)+1 = x^2+1\) also has \(f\) as its derivative:
In fact, any function \(F(x)+C=x^2+C\) for some real constant \(C\) has \(f\) as its derivative:
It comes as no surprise to us that the graphs of the family of functions \(F(x)+C\) are visually just vertical displacements of \(F(x)\text{.}\) In the particular case when \(F(x)=x^2\text{,}\) we can also see with the graphs of the family of functions \(F(x)+C\) below that at any point \(x\) the tangent lines are parallel, i.e. the tangent slopes are the same, i.e. the family of functions has the same derivative \(f(x)=2x\text{.}\)
Interactive Demonstration. Drag any point to investigate the tangent lines of the function family \(F(x) = x^2 + C \text{.}\)
This leads us to the following result:
Definition 1.28.
{General Antiderivative} If a function \(F\) is an antiderivative of \(f\) on an interval \(I\text{,}\) then the most general antiderivative of \(f\) on an interval \(I\) is
where \(C\) is any real constant.
Let us now define the indefinite integral.
Definition 1.29. The Indefinite Integral.
The set of all antiderivatives of a function \(f(x)\) is the indefinite integral of \(f(x)\) with respect to \(x\) and denoted by
where
\(\ds\int f(x)\, dx\) is read “the integral of \(f\) w.r.t. \(x\)” , |
the symbol \(\ds \int\) is called the integral sign, |
the function \(f\) is referred to as the integrand of the integral, and |
the variable \(x\) is called the variable of integration. |
Note:
The process of finding the indefinite integral is also called integration or integrating \(f(x)\text{.}\)
-
The above definition says that if a function \(F\) is an antiderivative of \(f\text{,}\) then
\begin{equation*} \int f(x)\, dx = F(x)+C \end{equation*}for some real constant \(C\text{.}\)
Unlike the definite integral, the indefinite integral is a function.
Subsection 1.5.2 Definite Integral versus Indefinite Integral
Due to the close relationship between an integral and an antiderivative, the integral sign is also used to mean “antiderivative”. You can tell which is intended by whether the limits of integration are included:
is an ordinary integral, also called a definite integral, because it has a definite value, namely
We use
to denote the antiderivative of \(\ds x^2\text{,}\) also called an indefinite integral. So this is evaluated as
which is clearly a function as opposed to the definite integral which is a value. It is customary to include the constant \(C\) to indicate that there are really an infinite number of antiderivatives. We do not need this \(C\) to compute definite integrals, but in other circumstances we will need to remember that the \(C\) is there, so it is best to get into the habit of writing the \(C\text{.}\)
Subsection 1.5.3 Computing Indefinite Integrals
¶We are finally ready to compute some indefinite integrals and introduce some basic integration rules from our knowledge of derivatives. We will first point out some common mistakes frequently observed in student work.
Common Mistakes:
-
Dropping the \(dx\) at the end of the integral. This is required! Think of the integral as a set of parenthesis consisting of the integral sign and the \(dx\text{.}\) Both are required so it is clear where the integrand ends and what variable you are integrating with respect to.
\begin{equation*} \int f(x)\, dx \neq \int f(x) \end{equation*} -
Forgetting the \(+C\) during the solution process and thereby not showing that the solution of an indefinite integration process is the set of all antiderivatives of the integrand. As an aside, constants of integration play a major role in the topic of Differential Equations. For example:
\begin{equation*} \int x^2 dx \neq \frac{x^3}{3} \end{equation*}
Caution: Note that we don't have properties to deal with products or quotients of functions, that is,
With derivatives, we had the product and quotient rules to deal with these cases. For integrals, we have no such rules, but we will learn a variety of different techniques to deal with these cases.
The following integral rules can be proved by taking the derivative of the functions on the right side.
Integral Rules.
Constant Rule: | \(\ds\int k\,dx=kx+C\text{.}\) |
Constant Multiple Rule: | \(\ds\int kf(x)\,dx=k\int f(x)\,dx\text{,}\) where \(k\) constant. |
Sum/Difference Rule: | \(\ds\int f(x)\pm g(x)\,dx=\int f(x)\,dx\pm\int g(x)\,dx\text{.}\) |
Power Rule: | \(\ds\int x^n\,dx=\frac{x^{n+1}}{n+1}+C, n\neq -1\text{.}\) |
Log Rule: | \(\ds\int \frac{1}{x}\,dx=\ln|x|+C, x\neq 0\text{.}\) |
Exponent Rule: | \(\ds\int a^{kx}=\frac{a^{kx}}{k\ln a}+C, x\neq 0\text{.}\) |
Trig Rules: | \(\ds\int \sin x\,dx=-\cos x+C\text{,}\) |
\(\ds\int \cos x\,dx = \sin x + C\text{,}\) | |
\(\ds\int \sec^2 x\,dx = \tan x + C\text{,}\) | |
\(\ds\int \sec x \tan x \,dx = \sec x + C\text{,}\) | |
\(\ds\int \csc^2 x \,dx = -\cot x + C\text{,}\) | |
\(\ds\int \csc x \cot x \,dx = \csc x + C\text{,}\) | |
\(\ds\int \frac{dx}{1+x^2} = \arctan x + C\text{,}\) | |
\(\ds\int \frac{dx}{\sqrt{1-x^2}} = \arcsin x + C\text{.}\) |
Example 1.30. Indefinite Integral.
If \(f'(x)=x^4+2x-8\sin x\) then what is \(f(x)\text{?}\)
The answer is:
where \(C\) is a constant.
Example 1.31. Indefinite Integral.
Find the indefinite integral \(\ds\int 3x^2\,dx\text{.}\)
Example 1.32. Indefinite Integral.
Find the indefinite integral \(\ds\int \frac{2}{\sqrt x}\,dx\text{.}\)
Note: There is an implicit (built-in) restriction in the above calculations, namely \(x \geq 0\text{.}\) This comes from the fact that the integrand \(\frac{2}{\sqrt{x}}\) is only defined for \(x \geq 0\text{,}\) and, not surprisingly, the indefinite integral is also only defined over this interval.
Example 1.33. Indefinite Integral.
Find the indefinite integral \(\ds\int \left(\frac{1}{x}+e^{7x}+x^\pi+7\right)\,dx\text{.}\)
Note: Just like in the previous example, the rule for integration \(\frac{1}{x}\) also comes with an implicit restriction, namely \(x \neq 0\text{.}\) The function \(\frac{1}{x}\) clearly has a well defined area, as long as you stick to values of \(x \lt 0\) or \(x > 0\) and is undefined for \(x=0\text{,}\) but \(\ln x\) is undefined for \(x \leq 0\text{.}\) However, we know from differential calculus that \(\frac{d}{dx}\ln |x| = \frac{1}{x}\) (try this derivative again to convince yourself by rewriting this function as a peicewise-defined function). Hence, the antiderivative of \(\frac{1}{x}\) becomes \(\ln|x|\text{.}\)
Example 1.34. Finding Cost Functions.
Suppose a publishing company has found that the marginal cost at a level of production of \(x\) thousand magazines is given by
and that the fixed cost, i.e. the cost before the first book can be produced, is $36,000. Find the cost function \(C(x)\text{.}\)
By the indefinite integral rules
where \(k\) represents the constant of integration to avoid confusion with the cost function. Notice that the production \(x\) is always non-negative, and so we proceed with the integration with the implicit assumption that \(x \geq 0\) is automatically satisfied.
To find the value of \(k\text{,}\) use the fact that \(C(0)\) is \(36,000\text{.}\)
With this result, the cost function is \(C(x)=50x^{1/2}+36,000\text{.}\)
Example 1.35. Finding Revenue and Demand Functions.
Suppose the marginal revenue from a product is given by
Find the revenue function for this product.
Find the demand function for this product.
-
The marginal revenue is the derivative of the revenue function, so
\begin{equation*} \begin{split} R'(q) \amp = 800e^{-0.2q}+7.5 \\ R(q) \amp = \int \left(800e^{-0.2q}+7.5\right)dq \\ \amp = 800 \frac{e^{-0.2q}}{-0.2} + 7.5q + C \\ \amp = -4000e^{-0.2q} + 7.5q + C \end{split} \end{equation*}If no items are sold, then there is no revenue. Hence, \(q=0\) and \(R=0\text{,}\) and so
\begin{equation*} \begin{split} 0 \amp = -4000e^{-0.2(0)} + 7.5(0) + C \\ 0 \amp = -4000 + C \\ C \amp = 4000 \end{split} \end{equation*}Therefore, the revenue function is
\begin{equation*} R(q) = -4000e^{-0.2q}+7.5q+4000\text{.} \end{equation*} -
Recall that \(R=qp\text{,}\) where \(p\) is the demand function that represents the price \(p\) as a function of \(q\text{.}\) So
\begin{equation*} \begin{split} -4000e^{-0.2q}+7.5q+4000 \amp = qp \\ \frac{-4000e^{-0.2q}+7.5q+4000 }{q} \amp = p \end{split} \end{equation*}Therefore, the demand function is
\begin{equation*} p(q) = \frac{-4000e^{-0.2q}+7.5q+4000 }{q}\text{.} \end{equation*}
Subsection 1.5.4 Differential Equations and Constants of Integration
An equation involving derivatives where we want to solve for the original function is called a differential equation. For example, \(f'(x)=2x\) is a differential equation with general solution \(f(x)=x^2+C\text{.}\) Some solutions (i.e., specific values of \(C\)) are shown below.
As seen with integral curves, we may have an infinite family of solutions satisfying the differential equation. However, if we were given a point (called an initial value) on the curve then we could determine \(f(x)\) completely. Such a problem is known as an initial value problem.Example 1.36. Initial Value Problem.
If \(f'(x)=2x\) and \(f(0)=2\) then determine \(f(x)\text{.}\)
As previously stated, we have a solution of:
But \(f(0)=2\) implies:
Therefore, \(f(x)=x^2+2\) is the solution to the initial value problem.
Exercises for Section 1.5.
Exercise 1.5.1.
Find the following indefinite integrals.
-
\(\ds\int 8\sqrt{x}\,dx\)
AnswerSolution\(\ds(16/3)x^{3/2}+C\)An antiderivative of \(f(x) = \sqrt{x}\) is \(F(x) = \frac{2}{3} x^{3/2}\text{.}\) Therefore,
\begin{equation*} \int 8\sqrt{x} \,dx = 8\int \sqrt{x}\,dx = 8\left(\frac{2}{3} x^{3/2} + C_1\right) = \frac{16}{3} x^{3/2} + C\text{,} \end{equation*}for some constant \(C\text{.}\)
-
\(\ds\int (3t^2+1) \,dt\)
AnswerSolution\(\ds t^3+t+C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int 3t^2+1\,dt \amp = 3\int t^2\,dt + \int 1 \,dt \\ \amp = 3 \left(\frac{1}{3}t^3+C_1\right) + \left(t+C_2\right)\\ \amp = t^3 + t + C. \end{split} \end{equation*} -
\(\ds\int \frac{4}{\sqrt{y}} \,dy\)
AnswerSolution\(\ds 8\sqrt{y}+C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int \frac{4}{\sqrt{y}}\,dy \amp = 4\int y^{-1/2}\,dy \\ \amp = 4\left(2\sqrt{y}+C_1\right)\\ \amp = 8\sqrt{y}+C \end{split} \end{equation*} -
\(\ds\int \frac{2}{z^2} \, dz\)
AnswerSolution\(-2/z+C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int \frac{2}{z^2}\,dy \amp = 2\int z^{-2}\,dz \\ \amp = 2\left(-z^{-1}+C_1\right)\\ \amp = -\frac{2}{z} + C \end{split} \end{equation*} -
\(\ds\int 7s^{-1}\,ds\)
AnswerSolution\(7 \ln s + C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int 7s^{-1}\,ds \amp = 7\int s^{-1}\,ds \\ \amp = 7\left(\ln |s| + C_1\right)\\ \amp = 7\ln|s|+C \end{split} \end{equation*} -
\(\ds\int (5x+1)^2\,dx\)
AnswerSolution\(\ds (5x+1)^3/15+C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int \left(5x+1\right)^2 \,dx \amp = \int \left(25x^2+10x+1\right)\,dx \\ \amp = 25\int x^2\,dx + 10\int x\,dx + \int 1\,dx \\ \amp = 25 \left(\frac{1}{3} x^3 + C_1\right) + 10\left(\frac{1}{2}x^2 + C_2\right) + x + C_3\\ \amp = \frac{25}{3} x^3 + 5x^2 + x + C \end{split} \end{equation*} -
\(\ds\int (t-6)^2 \,dt\)
AnswerSolution\(\ds (t-6)^3/3+C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int (t-6)^2\,dt \amp = \int \left(t^2-12t+36\right)\,dt\\ \amp = \int t^2\,dt -12\int t\,dt + 36\int\,dt \\ \amp = \left(\frac{1}{3}t^3+C_1\right) - 12\left(\frac{1}{2}t^2+C_2\right) + 36\left(t+C_3\right)\\ \amp = \frac{1}{3}t^3 - 6t^2 + 36t + C \end{split} \end{equation*} -
\(\ds\int z^{3/2}\,dz\)
AnswerSolution\(\ds 2z^{5/2}/5+C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int z^{3/2}\,dz \amp = \frac{2}{5} z^{5/2} + C \end{split} \end{equation*} -
\(\ds\int {2\over x\sqrt x} \, dx\)
AnswerSolution\(\ds -4/\sqrt{x}+C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int \frac{2}{x\sqrt{x}}\,dx \amp = 2\int x^{-3/2}\,dx \\ \amp = 2\left(-2x^{-1/2}+C_1\right)\\ \amp = -\frac{4}{\sqrt{x}}+ C \end{split} \end{equation*} -
\(\ds\int|2t-4| \, dt\)
AnswerSolution\(\ds 4t-t^2+C\text{,}\) \(t\lt 2\text{;}\) \(\ds t^2-4t+8+C\text{,}\) \(t\ge 2\)We first rewrite the integrand using the definition of the absolute value function:
\begin{equation*} |2t-4| = \begin{cases}2t-4 \amp t \geq 2\\ 4-2t \amp t \lt 2 \end{cases} \end{equation*}We first consider the case where \(t \geq 2\text{:}\)
\begin{equation*} \begin{split} \int 2t-4\,dt \amp = 2\int t\,dt - 4\int \,dt \\ \amp = 2\left(\frac{1}{2}t^2+C_1\right) - 4\left(t+C_2\right)\\ \amp = t^2 -4t + C \end{split} \end{equation*}Similarly, when \(t \lt 2\text{,}\) we have
\begin{equation*} \begin{split} \int 4-2t\,dt \amp = -\int 2t-4\,dt \\ \amp = -t^2 + 4t + C \end{split} \end{equation*}All together, we have
\begin{equation*} \int |2t-4|\,dt = \begin{cases}t^2 -4t + C \amp t \geq 2\\ 4t -t^2 + C \amp t \lt 2 \end{cases} \end{equation*} -
\(\ds\int \left(\cos(2x)+4\sin(x)\right)\,dx\)
AnswerSolution\(\ds (\sin x-4)\cdot \cos x + C\)By linearity,
\begin{equation*} \int \left(\cos(2x)+4\sin(x)\right)\,dx = \int \cos(2x) \,dx + 4 \int \sin(x)\,dx\text{.} \end{equation*}We know that \(\diff{}{x}\cos(x) = -\sin(x)\text{.}\) Therefore,
\begin{equation*} \int \sin(x)\,dx = -\cos(x) + C_1\text{.} \end{equation*}Now, by the chain rule,
\begin{equation*} \diff{}{x} \sin(2x)= 2\cos(2x) \implies \frac{1}{2}\diff{}{x} \sin(2x)= \cos(2x)\text{,} \end{equation*}and so
\begin{equation*} \int \cos(2x) \,dx = \frac{1}{2} \sin(2x) + C_2\text{.} \end{equation*}Together, we have
\begin{equation*} \int \left(\cos(2x)+4\sin(x)\right)\,dx = \frac{1}{2}\sin(2x)-4\cos(x)+C\text{,} \end{equation*}for some constant \(C\text{.}\)
-
\(\ds\int \left(2y-\sec^2y\right)\,dy\)
AnswerSolution\(\ds y^2 - \tan y + C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int (2y - \sec^2 y) \,dy \amp = 2\int y\,dy - \int \sec^2 y\,dy\\ \amp = 2\left(\frac{1}{2}y^2+C_1\right) - \left(\tan y + C_2\right)\\ \amp = y^2 - \tan y + C \end{split} \end{equation*} -
\(\ds\int \left(\frac{\tan x}{\cos x} - \csc^2 x\right) \,dx\)
AnswerSolution\(\ds \cot x + \sec x + C\)We use the indefinite integral rules:
\begin{equation*} \begin{split} \int \left(\frac{\tan x}{\cos x} - \csc^2 x\right)\,dx \amp = \int \frac{\sin x}{\cos^2 x}\,dx - \int \csc^2x \,dx \\ \amp = \left(\sec x+ C_1\right) - \left(-\cot x + C_2\right)\\ \amp = \sec x + \cot x + C \end{split} \end{equation*}
Exercise 1.5.2.
Find the following indefinite integrals. Hint
-
\(\ds \int \frac{2s^3+s^2-s}{s} ds\)
AnswerSolution\(\ds \frac{s}{6}\left(4s^2+3s-6\right)+C\)\(\begin{aligned}\displaystyle{\int\frac{2s^3+s^2-s}{s}\,ds} \amp = \int\left(2s^2+s-1\right)\,ds \\[1ex] \amp = \frac{2}{3}s^3 +\frac{1}{2}s^2-s + C \end{aligned}\)
-
\(\ds \int \frac{3x^3-x^2+x-2}{x} dx\)
AnswerSolution\(\ds x^3 - \frac{1}{2}x^2 + x - 2\ln|x| + C\)\(\begin{aligned}\displaystyle{\int \frac{3x^3-x^2+x-2}{x}\,dx} \amp = \int \left(3x^2-x+1-\frac{2}{x}\right)\,dx \\ \amp = x^3 - \frac{1}{2}x^2 + x - 2\ln|x| + C \end{aligned}\)
-
\(\ds \int \frac{u^3 + \sqrt[3]{2u}}{2u^2} du\)
AnswerSolution\(\ds \frac{u^{8/3}-3\sqrt[3]{2}}{4u^{2/3}} + C\)\(\begin{aligned}\int\frac{u^3+\sqrt[3]{2u}}{2u^2}\,du \amp =\int \left(\frac{1}{2}u + \frac{1}{2^{2/3}}u^{-5/3}\right)\,du \\[1ex] \amp = \frac{1}{4}u^2 + \frac{3}{2\cdot 2^{2/3}}u^{-2/3}+C \end{aligned}\)
-
\(\ds \int \frac{\left(\sqrt{t}-2\right)^2}{4t^2} dt\)
AnswerSolution\(\ds \frac{8\sqrt{t}+t\ln t-4}{4t} + C\)\(\begin{aligned}\int \frac{\left(\sqrt{t}-2\right)^2}{4t^2}\,dt \amp = \int \frac{t-4\sqrt{t}+4}{4t^2}\,dt \\ \amp = \int \left(\frac{1}{4}t^{-1} - t^{-3/2} + t^{-2}\right)\,dt\\ \amp = \frac{1}{4}\ln|t| +\frac{2}{\sqrt{t}}-\frac{1}{t} + C \end{aligned}\)
Exercise 1.5.3.
Answer the initial value problems to find \(f(t)\text{.}\)
-
\(f'(t)=3t+2\text{,}\) where \(f(0)=5\)
AnswerSolution\(f(t) = \frac{3}{2}t^2+2t+5\)If \(f'(t)=3t+2\text{,}\) then we must have
\begin{equation*} f(t) = \int \left(3t+2\right)\,dt = \frac{3}{2}t^2 + 2t + C\text{.} \end{equation*}Therefore, if \(f(0) = 5\text{,}\) then we must have \(C=5\text{.}\) Hence,
\begin{equation*} f(t) = \frac{3}{2}t^2+2t+5\text{.} \end{equation*} -
\(f'(t)=\frac{t+3}{t}\text{,}\) where \(f(1)=-1\)
AnswerSolution\(f(t)= t + 3\ln t - 2\)We first integrate:
\begin{equation*} \int f'(t)\,dt = \int\frac{t+3}{t}\,dt = \int \left(1+\frac{3}{t}\right)\,dt = t -3\ln|t| + C\text{.} \end{equation*}Since we further know that \(f(1)=-1\text{,}\) we can solve for the arbitrary constant \(C\text{:}\)
\begin{equation*} f(1) = 1- 3\ln(1) + C = 1+C = -1 \implies C = -2\text{.} \end{equation*}Therefore, the solution to the initial value problem is
\begin{equation*} f(t) = t - 3\ln|t| -2\text{.} \end{equation*} -
\(f'(t)=\sin t\text{,}\) where \(f(\pi) = 0\)
AnswerSolution\(f(t) = -\cos t-1\)Since \(f'(t) = \sin(t)\text{,}\) the function \(f(t)\) must be of the form
\begin{equation*} f(t) = \int \sin t\,dt = -\cos(t)+C\text{.} \end{equation*}To solve for the constant \(C\text{,}\) we set
\begin{equation*} f(\pi) = 0 \implies 1+C = 0 \implies C = -1\text{.} \end{equation*}All together, we find that
\begin{equation*} f(t) = -\cos(t) -1\text{.} \end{equation*} -
\(f'(t) = e^{2t}-4\text{,}\) where \(f(0) = 1\)
AnswerSolution\(f(t)=0.5e^{2t}-4t+0.5\)We first integrate:
\begin{equation*} \int e^{2t} - 4\,dt = \frac{1}{2}e^{2t} - 4t + C\text{.} \end{equation*}Therefore, if \(f(0) = 1\text{,}\) then
\begin{equation*} f(0) = \frac{1}{2} + C = 1 \implies C = \frac{1}{2}\text{.} \end{equation*}Therefore, the solution to the initial value problem is
\begin{equation*} f(t) = \frac{1}{2} e^{2t} - 4t + \frac{1}{2}\text{.} \end{equation*}
Exercise 1.5.4.
A retailer determines that the marginal revenue function associated with selling \(q\) items is
dollars per week per item.
-
Determine \(R(q)\text{.}\)
AnswerSolution\(R(q) = 16q - 0.004q^2\)We integrate the marginal revenue function:
\begin{equation*} R(q) = \int \left(-0.008q + 16\right)\,dq = -0.004q^2+16q + C\text{.} \end{equation*}Since we must have that \(R(0)=0\) (i.e. there is no revenue if no units are sold), it follows that \(C=0\text{:}\)
\begin{equation*} R(q) = -0.004q^2+16q\text{.} \end{equation*} -
Determine the demand equation relating the unit price \(p\) to the quantity \(q\) demanded.
AnswerSolution\(p(q) = \frac{16q - 0.004q^2}{q}\)The demand equation \(p(q)\) must satisfy \(R(q) = p \times q\text{.}\) Therefore,
\begin{equation*} p(q) = \frac{R(q)}{q} = -0.004q + 16\text{.} \end{equation*}
Exercise 1.5.5.
A supermarket determines that the marginal profit function associated with purchasing and selling \(q\) heads of lettuce is
dollars per year per unit. Given that the fixed storage cost is $1000 per year, what is the maximum possible daily profit?
AnswerThe marginal profit function is given by
dollars per year per unit. Therefore, the profit function must be
for some arbitrary constant \(C\text{.}\)
There is a fixed cost of $1000 per year, which means that \(P(0) = -1000\text{.}\) We can thus determine the value of the constant \(C\text{:}\)
Thus, the yearly profit function is \(P(q)= -0.0015q^2+15q-1000\text{.}\)
The profit is maximized when
Since \(P(q)\) is a concave downward parabola, this must be the global maximum. Therefore, the profit is maximized when \(q=5000\) units with an associated profit of \(P(5000) = \dollar36,500\text{.}\)
Exercise 1.5.6.
The same supermarket determines that the marginal cost of storing \(q\) bouquets of flowers is approximately
dollars per month, with a fixed cost of $500 per month. Determine the total monthly cost of storing 500 bouquets a week.
AnswerWe first integrate the marginal cost function using an indefinite integral:
Since there is a fixed cost of $500 per month, then we must have \(C(0) = 500\text{.}\) Therefore,
Therefore,
The total monthly cost of storing 500 bouquest is thus $25,625.
Exercise 1.5.7.
A microbiologist is in charge of counting bacteria in a Petri dish. Starting with a single bacterium, she determines that the organisms are increasing at a rate of
for \(t\in [0,5]\) hours.
-
Determine as a function of \(t\) the number of organisms in the Petri dish.
AnswerSolution\(N(t)=\frac{-2}{3}t^3+5t^2+100t+1\) for \(0\leq t\leq 5\text{.}\)We first integrate \(N'(t)\text{:}\)
\begin{equation*} \begin{split} N(t) \amp = \int N'(t)\,dt = \int \left(-2t^2 + 10t + 100\right)\,dt\\ \amp = -\frac{2}{3}t^3 + 5t^2 + 100t + C, \text{ for } t\in[0,5]. \end{split} \end{equation*}Since \(N(0)=1\text{,}\) we must have \(C=1\text{.}\) Thus, the number of organisms in the Petri dish at any time in the 5 hour period is given by
\begin{equation*} N(t)=-\frac{2}{3}t^3 + 5t^2 + 100t + 1\text{.} \end{equation*} -
Over the entire interval studied, what was the average number of organisms in the dish?
AnswerSolution272The total number of organisms over the 5 hour period is approximated by
\begin{equation*} \int_0^5 N(t)\,dt = \int_0^5 \left(-\frac{2}{3}t^3 + 5t^2 + 100t + 1\right)\,dt = \frac{8155}{6}\text{.} \end{equation*}Therefore, on average, there were
\begin{equation*} \frac{1}{5}\int_0^5 N(t)\,dt = \frac{1}{5} \frac{8155}{6} \approx 272 \text{ organisms }\text{.} \end{equation*}