Calculus 2 : Applications in Physics

Study concepts, example questions & explanations for Calculus 2

varsity tutors app store varsity tutors android store

Example Questions

Example Question #1 : Integral Applications

Determine the length of the following function between \displaystyle 1\leq t\leq 4

\displaystyle v(t)=\frac{2}{3}(t-1)^{\frac{3}{2}}

Possible Answers:

\displaystyle \frac{14}{3}

\displaystyle -\frac{14}{3}

\displaystyle \frac{16}{9}

\displaystyle -\frac{7}{3}

\displaystyle \frac{7}{3}

Correct answer:

\displaystyle \frac{14}{3}

Explanation:

In order to begin the problem, we must first remember the formula for finding the arc length of a function along any given interval:

\displaystyle L=\int ds

where ds is given by the equation below:

 \displaystyle ds=\sqrt{1+(\frac{dy}{dx})^{2}}dx

We can see from our equation for ds that we must find the derivative of our function, which in our case is dv/dt instead of dy/dx, so we begin by differentiating our function v(t) with respect to t:

\displaystyle \frac{dv}{dt}=(t-1)^{\frac{1}{2}}=\sqrt{t-1}

Now we can plug this into the given equation to find ds:

\displaystyle ds=\sqrt{1+(\frac{dv}{dt})^{2}}dt=\sqrt{1+(\sqrt{t-1})^{2}}=\sqrt{1+t-1}=\sqrt{t}

Our last step is to plug our value for ds into the equation for arc length, which we can see only involves integrating ds. The interval along which the problem asks for the length of the function gives us our limits of integration, so we simply integrate ds from t=1 to t=4:

\displaystyle L=\int ds=\int_{1}^{4}\sqrt{t}dt=[\frac{2}{3}t^{\frac{3}{2}}]_{1}^{4}

\displaystyle =\frac{2}{3}(4)^{\frac{3}{2}}-\frac{2}{3}(1)^{\frac{3}{2}}=\frac{16}{3}-\frac{2}{3}=\frac{14}{3}

Example Question #1 : Applications In Physics

Find the coordinates of the center of mass for the region bounded by the following two functions:

\displaystyle y=\sqrt{x}

\displaystyle y=x^3

Possible Answers:

\displaystyle (\frac{5}{11},\frac{7}{15})

\displaystyle (\frac{1}{2},\frac{3}{8})

\displaystyle (\frac{12}{25},\frac{3}{7})

\displaystyle (\frac{19}{42},\frac{5}{12})

\displaystyle (\frac{17}{32},\frac{5}{9})

Correct answer:

\displaystyle (\frac{12}{25},\frac{3}{7})

Explanation:

Before we can set up any sort of integral, we must find out where our two functions intersect, which tells of what the bounds of our region are. To do this, we set our functions equal to each other and solve for the x values at which they intersect:

\displaystyle \sqrt{x}=x^3\rightarrow x^3-\sqrt{x}=0\rightarrow x^\frac{1}{2}(x^\frac{5}{2}-1)=0

\displaystyle x^\frac{1}{2}=0\rightarrow x=0

\displaystyle x^\frac{5}{2}-1=0\rightarrow x^\frac{5}{2}=1\rightarrow x=1

Our next step is to use the formulas for the x and y coordinates of any region's center of mass, which are given below:

\displaystyle \bar{x}=\frac{1}{A}\int_{a}^{b}x(f(x)-g(x))dx

\displaystyle \bar{y}=\frac{1}{A}\int_{a}^{b}\frac{1}{2}([f(x)]^2-[g(x)]^2)dx

We know the bounds of our region, as well as the functions f(x) and g(x) that make up its upper and lower boundaries, respectively, so the only thing we have left to do is calculate the area of our region using the following integral:

\displaystyle A=\int_{a}^{b}(f(x)-g(x))dx=\int_{0}^{1}(\sqrt{x}-x^3)dx=[\frac{2}{3}x^\frac{3}{2}-\frac{1}{4}x^4]_{0}^{1}

\displaystyle =(\frac{2}{3}-\frac{1}{4})-(0)=\frac{8}{12}-\frac{3}{12}=\frac{5}{12}

Now that we know the area, bounds, and functions f(x) and g(x) that make up our region, we can simply plug these values into the formulas for the x and y coordinates of the center of mass for the region:

\displaystyle \bar{x}=\frac{1}{\frac{5}{12}}\int_{0}^{1}x(\sqrt{x}-x^3)dx=\frac{12}{5}\int_{0}^{1}(x^\frac{3}{2}-x^4)dx

\displaystyle =\frac{12}{5}[\frac{2}{5}x^\frac{5}{2}-\frac{1}{5}x^5]_{0}^{1}=\frac{12}{5}(\frac{1}{5})=\frac{12}{25}

\displaystyle \bar{y}=\frac{1}{\frac{5}{12}}\int_{0}^{1}\frac{1}{2}([\sqrt{x}]^2-[x^3]^2)dx=\frac{12}{5}\int_{0}^{1}(\frac{1}{2}x-\frac{1}{2}x^6)dx

 \displaystyle =\frac{12}{5}[\frac{1}{4}x^2-\frac{1}{14}x^7]_{0}^{1}=\frac{12}{5}(\frac{7}{28}-\frac{2}{28})=\frac{12}{5}(\frac{5}{28})=\frac{60}{140}=\frac{3}{7}

So by evaluating our integrals, we can see that the center of mass of the region bounded by our two functions is   \displaystyle \tiny (\frac{12}{25},\frac{3}{7}).

Example Question #1 : Applications In Physics

Calculate the surface area of the solid obtained by rotating

\displaystyle y=\sqrt{16-x^{2}} 

about the x-axis from \displaystyle x= -2 to \displaystyle x=2.

Possible Answers:

\displaystyle 48\pi

\displaystyle 32\pi

\displaystyle 16\pi

\displaystyle 24\pi

\displaystyle 12\pi

Correct answer:

\displaystyle 32\pi

Explanation:

Before we can begin the problem, we must remember the formula for finding the surface area of a solid formed from rotation about the x-axis:

\displaystyle S=\int (2\pi y)ds

where ds is given by the following equation:

\displaystyle ds=\sqrt{1+(\frac{dy}{dx})^{2}}dx

So in order to set up our integral for surface area, we must first find ds, which requires us to evaluate the derivative of our function:

\displaystyle \frac{dy}{dx}=\frac{1}{2}(16-x^{2})^{-\frac{1}{2}}(-2x)=-\frac{x}{(16-x^{2})^{\frac{1}{2}}}

In order to add the two terms in our radicand, we must find their common denominator. Because one of our terms is just 1, we can simplify the equation by writing 1 as (16-x^2)/(16-x^2), which allows us to add the two terms together and gives us:

\displaystyle ds=\frac{4}{\sqrt{16-x^{2}}}dx

Now we have our expression for ds in terms of x, and we can write the y in the formula for surface area by replacing it with its equation in terms of x given in the problem statement:

\displaystyle S=\int (2\pi y)ds=\int_{-2}^{2}2\pi (\sqrt{16-x^{2}})(\frac{4}{\sqrt{16-x^{2}}})dx

\displaystyle =\int_{-2}^{2}(8\pi)dx=8\pi (2)-8\pi (-2)=32\pi

Example Question #2 : Applications In Physics

In physics, the work done on an object is equal to the integral of the force on that object dotted with its displacent.

This looks like \displaystyle \small W=\int(F\cdot ds) (\displaystyle \small W is work, \displaystyle \small F is force, and \displaystyle \small ds is the infinitesimally small displacement vector). For a force whose direction is the line of motion, the equation becomes \displaystyle \small \small W=\int (Fdx).

If the force on an object as a function of displacement is \displaystyle \small F(x)=3x^{2}+x, what is the work as a function of displacement \displaystyle \small W(x)? Assume \displaystyle \small W(0)=0 and the force is in the direction of the object's motion.

Possible Answers:

\displaystyle \small \small W(x)=6x+1

\displaystyle \small \small W(x)=3x^{2}+x

Not enough information

\displaystyle \small W(x)=x^{3}+x^{2}/2

\displaystyle \small \small W(x)=3x^{3}/2+x^{2}

Correct answer:

\displaystyle \small W(x)=x^{3}+x^{2}/2

Explanation:

\displaystyle \small \small W=\int (Fdx), so \displaystyle \small W=\int(3x^{2}+x)dx.

Both the terms of the force are power terms in the form \displaystyle \small ax^{n}, which have the integral \displaystyle \small \frac{a}{n+1}x^{n+1}, so the integral of the force is \displaystyle \small x^{3}+x^{2}/2+c.

We know 

.

This means 

\displaystyle \small W(x)=x^{3}+x^{2}/2.

Example Question #1 : Applications In Physics

 \displaystyle v(t) = \frac{5}{2}x + 3. Find \displaystyle s(4) if \displaystyle s(0)=0. Assume \displaystyle s(t) is measured in meters and \displaystyle t is measured in seconds.

Possible Answers:

\displaystyle 31 \ m

\displaystyle 32 \ m

\displaystyle 29 \ m

\displaystyle 33 \ m

\displaystyle 30 \ m

Correct answer:

\displaystyle 32 \ m

Explanation:

By the fundamental theorem of calculus, we know that \displaystyle \int_{0}^{4} v(t)dt = s(4) - s(0)

So, \displaystyle s(4) = s(0) + \int_{0}^{4}v(t)dt

 

\displaystyle s(4) = 0 + \left [ \frac{5}{4}x^2 + 3x \right ] evaluated from \displaystyle x = 0 to \displaystyle x=4

\displaystyle s(4) = (20 + 12) - (0 + 0) = 32 \ m 

Example Question #1 : Applications In Physics

The velocity of a rocket, in meters per second, \displaystyle t seconds after it was launched is modeled by

 \displaystyle v(t)=2\sqrt{t}.

What is the total distance travelled by the rocket during the first four seconds of its launch?

Possible Answers:

\displaystyle 16\ meters

\displaystyle \frac{16}{3}\ meters

\displaystyle \frac{32}{3}\ meters

\displaystyle 32\ meters

Correct answer:

\displaystyle \frac{32}{3}\ meters

Explanation:

The distance traveled by an object over an interval of time is the total area under the velocity curved during the interval. Therefore, we need to evaluate the definite integral

\displaystyle \int_{0}^{4}2\sqrt{t}dt=\int_{0}^{4}2t^\frac{1}{2}dt

Rewriting expressions written using radical notation using fractional exponents can make applying the power rule to find the antiderivative easier.

Evaluating this integral using the power rule,

\displaystyle \int t^n=\frac{t^{n+1}}{n+1}+c, we find:

\displaystyle \int_{0}^{4}2t^\frac{1}{2}dt=\frac{2}{3}\cdot 2(4^\frac{3}{2}) -\frac{2}{3}\cdot 2(0^\frac{3}{2})

\displaystyle =\frac{4}{3}\cdot (8)=\frac{32}{3}\ meters

Example Question #1 : Integral Applications

A force of 

\displaystyle F(x)=2x^2+3\ Newtons 

is applied to an object. How much work is done, in Joules, moving the object from \displaystyle x=1 to \displaystyle x=4 meters?

Possible Answers:

\displaystyle \frac{164}{3} Joules

\displaystyle 51Joules

\displaystyle \frac{11}{3} Joules

\displaystyle \frac{5}{3} Joules

Correct answer:

\displaystyle 51Joules

Explanation:

The work done moving an object is the intergral of force applied as a function of distance,

 \displaystyle W(x)=\int F(x)dx.

To find the work done moving the object from x=1 to x=4, evaluate the definite interval using x=1 and x=4 as the limits of integration. Recall that the antiderivative of a polynomial is found using the power rule, 

\displaystyle \int x^n=\frac{nx^{n+1}}{n+1}+c

\displaystyle \int_{1}^{4}(2x^2+3)dx=\frac{2(4^3)}{3}+3(4)-\frac{2(1^3)}{3}+3(1)

\displaystyle =\frac{164}{3}-\frac{11}{3}=\frac{153}{3}=51 joules

Example Question #1 : Integral Applications

The velocity of an moviing object at time \displaystyle t=0 is \displaystyle v(0)=1, and the position at time \displaystyle t=0 is \displaystyle s(0)=0. The acceleration of the object is modeled by the function \displaystyle a(t)=4t for \displaystyle t\ge0

Possible Answers:

\displaystyle s(t)=0

\displaystyle s(t)=\frac{2t^3}{3}+t

\displaystyle s(t)=4t+1

\displaystyle s(t)={4t^2}+1

Correct answer:

\displaystyle s(t)=\frac{2t^3}{3}+t

Explanation:

The position function is the second antiderivative of acceleration. First, integrate the acceration function to find the velocity function. Since the acceleration function is a polynomial, the power rule is needed. Recall that the power rule is 

\displaystyle \int{x^ndx}=\frac{x^{n+1}}{n+1}+c.

\displaystyle v(t)=\int{4t}dt=\frac{4t^2}{2}+c=2t^2+c.

Next, we can find the the value of the constant \displaystyle c using the fact that \displaystyle v(0)=1.

\displaystyle v(0)=1=2(0^2)+c = c, so \displaystyle c = 1. The velocity function is therefore \displaystyle v(t)=2t^2+1.

 

Now integrate the velocity function to find the position function.

\displaystyle s(t)=\int{(2t^2+1)dt}=\frac{2t^3}{3}+t+c.

Use the fact that \displaystyle s(0)=0 to find the constant \displaystyle c

\displaystyle s(0)=0=\frac{2(0^3)}{3}+0+c=c,\rightarrow c=0.

The velocity function is 

\displaystyle s(t)=\frac{2t^3}{3}+t

Example Question #1 : Integral Applications

The temperature of an oven is increasing at a rate \displaystyle r(t)=2e^{0.5t} degrees Fahrenheit per miniute for \displaystyle 0\le t\le10 minutes. The initial temperature of the oven is \displaystyle T(0)=75 degrees Fahrenheit. 

 

What is the temperture of the oven at \displaystyle t = 5? Round your answer to the nearest tenth. 

Possible Answers:

\displaystyle 323.9

\displaystyle 239.4

\displaystyle 212.2

\displaystyle 119.7

Correct answer:

\displaystyle 119.7

Explanation:

Integrating \displaystyle r(t) over an interval \displaystyle [a,b] will tell us the total accumulation, or change, in temperature over that interval. Therefore, we will need to evaluate the integral 

\displaystyle \int_{0}^{5}2e^{0.5t}dt

to find the change in temperature that occurs during the first five minutes.

A substitution is useful in this case. Let\displaystyle u=0.5t, du=0.5dt, \ and\ 2du=dt. We should also express the limits of integration in terms of \displaystyle u. When \displaystyle t = 0, u=0, and when \displaystyle t=5, u=2.5. Making these substitutions leads to the integral

\displaystyle \int_{0}^{2.5}4e^udu.

To evaluate this, you must know the antiderivative of an exponential function.

In general, 

\displaystyle \int e^xdx=e^x+c.

Therefore, 

\displaystyle \int_{0}^{2.5}4e^udu=4e^u|_{0}^{2.5}=4e^{2.5}-4\approx 44.7

This tells us that the temperature rose by approximately \displaystyle 44.7 degrees during the first five minutes. The last step is to add the initial temperature, which tells us that the temperature at \displaystyle t=5 minutes is 

\displaystyle 75+44.7=119.7 degrees.

Example Question #2 : Integral Applications

Find the equation for the velocity of a particle if the acceleration of the particle is given by:

\displaystyle a(t)=16t^2+48

and the velocity at time \displaystyle t=0 of the particle is \displaystyle 30

Possible Answers:

\displaystyle \frac{16}{3}t^3+96

\displaystyle 16t^2+48

\displaystyle \frac{16}{3}t^3+48t+30

\displaystyle 16t^2+78

Correct answer:

\displaystyle \frac{16}{3}t^3+48t+30

Explanation:

In order to find the velocity function, we must integrate the accleration function:

\displaystyle \int (16t^2+48)dt=\frac{16}{3}t^3+48t+C

We used the rule

\displaystyle \int x^ndx=\frac{1}{n+1}x^{n+1}+C 

to integrate.

Now, we use the initial condition for the velocity function to solve for C. We were told that 

\displaystyle v(0)=30

so we plug in zero into the velocity function and solve for C:

\displaystyle v(0)=30=\frac{16}{3}(0)^3+48(0)+C

C is therefore 30.

Finally, we write out the velocity function, with the integer replacing C:

\displaystyle v(t)=\frac{16}{3}t^3+48t+30

Learning Tools by Varsity Tutors