doPhysics.in
Profile

Mathematical Tools & Measurement

  1. 01Basic Essential Mathematics
  2. 02Vectors
  3. 03Differentiation
  4. 04Applications of Differentiation
  5. 05Integration
  6. 06Applications of Integration
  7. 07Physical Quantities and Units
  8. 08Dimensional Formula
  9. 09Dimensional Analysis and Its Applications
  10. 10Experimental Skills

Kinematics

  1. 01Motion in One Dimension
  2. 02Motion in Multiple Dimensions
  3. 03Relative Velocity
  4. 04Circular Motion Kinematics
  5. 05Circular Motion Dynamics

Dynamics

  1. 01Forces and Laws of Motion
  2. 02Laws of Motion
  3. 03Friction
  4. 04Force and Potential Energy
  5. 05Fundamentals of Force
  6. 06Newton's Laws and Free Body Diagrams
  7. 07Applications: Objects in Equilibrium
  8. 08Applications: Objects in Motion
  9. 09Constraint Relations
  10. 10Inertial and Non-Inertial Frames
  11. 11Basics of Friction
  12. 12Applications of Friction

Work, Energy, and Power

  1. 01Conservation of Mechanical Energy
  2. 02Work and the Work-Energy Theorem
  3. 03Work and Kinetic Energy Theorem
  4. 04Energy and its Conservation
Theory/Mathematical Tools & Measurement

Mathematical Tools & Measurement · Chapter 06

Applications of Integration

Applications of Integration detailed theory study guide for Physics.

98 min read · 7 topics

01

Finding Areas Using Integration

The Most Direct Application: Area

The geometric interpretation of the definite integral is the area under a curve. We can extend this idea to find not just the area between a curve and the x-axis, but also the more general case of the area enclosed between two different curves.

Area Between Two Curves

To find the area of the region bounded by two functions, f(x)f(x)f(x) and g(x)g(x)g(x), between x=ax=ax=a and x=bx=bx=b, we use a simple idea: the area between the curves is the area under the top curve minus the area under the bottom curve.

If f(x)≥g(x)f(x) \ge g(x)f(x)≥g(x) on the interval [a,b][a, b][a,b], then the area is:

Area=∫ab[f(x)−g(x)] dx\text{Area} = \int_{a}^{b} [f(x) - g(x)] \,dxArea=∫ab​[f(x)−g(x)]dx

In words: Integrate the 'top function' minus the 'bottom function' over the interval.

The band enclosed between the upper curve f(x) and the lower curve g(x) from a to b, whose area is the integral of f − g.
The band enclosed between the upper curve f(x) and the lower curve g(x) from a to b, whose area is the integral of f − g.

Step-by-Step Procedure:

  1. Sketch the Curves: Draw a rough graph of the functions to identify the enclosed region and determine which function is on top.
  2. Find the Limits of Integration (a, b): If the limits are not given, find the points where the curves intersect by setting the functions equal to each other, f(x)=g(x)f(x) = g(x)f(x)=g(x), and solving for xxx.
  3. Set Up the Integral: Write the definite integral as ∫ab[Top function−Bottom function] dx\int_{a}^{b} [\text{Top function} - \text{Bottom function}] \,dx∫ab​[Top function−Bottom function]dx.
  4. Integrate: Evaluate the integral to find the area.

Example: Area Between a Parabola and a Line

Find the area of the region enclosed by y=x2y=x^2y=x2 and y=x+2y=x+2y=x+2.

1. Sketch: The line y=x+2y=x+2y=x+2 is above the parabola y=x2y=x^2y=x2 in the enclosed region.

2. Find Limits: Set the functions equal to find the intersection points.
x2=x+2  ⟹  x2−x−2=0  ⟹  (x−2)(x+1)=0x^2 = x+2 \implies x^2 - x - 2 = 0 \implies (x-2)(x+1) = 0x2=x+2⟹x2−x−2=0⟹(x−2)(x+1)=0.
The curves intersect at x=−1x=-1x=−1 and x=2x=2x=2. So, a=−1a=-1a=−1 and b=2b=2b=2.

3. Set Up Integral:
Top function = x+2x+2x+2. Bottom function = x2x^2x2.
Area=∫−12[(x+2)−x2] dx\text{Area} = \int_{-1}^{2} [(x+2) - x^2] \,dxArea=∫−12​[(x+2)−x2]dx

4. Integrate:
First, find the antiderivative of x+2−x2x+2-x^2x+2−x2: x22+2x−x33\frac{x^2}{2} + 2x - \frac{x^3}{3}2x2​+2x−3x3​.
Now, evaluate at the limits:
[222+2(2)−233]−[(−1)22+2(−1)−(−1)33]\left[\frac{2^2}{2} + 2(2) - \frac{2^3}{3}\right] - \left[\frac{(-1)^2}{2} + 2(-1) - \frac{(-1)^3}{3}\right][222​+2(2)−323​]−[2(−1)2​+2(−1)−3(−1)3​]
=[2+4−83]−[12−2+13]=[103]−[−76]=206+76=276=4.5= \left[2 + 4 - \frac{8}{3}\right] - \left[\frac{1}{2} - 2 + \frac{1}{3}\right] = \left[\frac{10}{3}\right] - \left[-\frac{7}{6}\right] = \frac{20}{6} + \frac{7}{6} = \frac{27}{6} = 4.5=[2+4−38​]−[21​−2+31​]=[310​]−[−67​]=620​+67​=627​=4.5

To find the area between y=f(x) and y=g(x), you find that they intersect at x=0 and x=4. On this interval, f(x) is always greater than g(x). Which integral represents the area?

02

Finding the Center of Mass by Integration

The Balance Point of an Object

The center of mass is the unique point where the weighted relative position of the distributed mass sums to zero. You can think of it as the 'average' position of all the mass in an object, or the point where the object would be perfectly balanced if you placed it on a single support.

For a simple system of discrete particles, the center of mass is a weighted average:

Xcm=m1x1+m2x2+...m1+m2+...=∑mixi∑miX_{cm} = \frac{m_1x_1 + m_2x_2 + ...}{m_1 + m_2 + ...} = \frac{\sum m_ix_i}{\sum m_i}Xcm​=m1​+m2​+...m1​x1​+m2​x2​+...​=∑mi​∑mi​xi​​

But what about a continuous object, like a metal rod or a plate, where the mass is spread out? For this, we need integration.

From Summation to Integration

To find the center of mass of a continuous body, we use the same logic as before, but we replace the discrete sum with a continuous sum (an integral). We divide the object into an infinite number of tiny pieces of mass, dmdmdm, each at a position xxx.

The formula for the x-coordinate of the center of mass becomes:

Xcm=∫x dm∫dmX_{cm} = \frac{\int x \,dm}{\int dm}Xcm​=∫dm∫xdm​

The denominator, ∫dm\int dm∫dm, is simply the total mass of the object, MMM. So, the formula is often written as:

Xcm=1M∫x dmX_{cm} = \frac{1}{M} \int x \,dmXcm​=M1​∫xdm

Introducing Linear Density (λ)

The term dmdmdm must be expressed in terms of a spatial variable, such as dxdxdx, using the concept of density. For a one-dimensional object, we use linear mass density, λ\lambdaλ, which is the mass per unit length.

λ=masslength  ⟹  dm=λ dx\lambda = \frac{\text{mass}}{\text{length}} \implies dm = \lambda \,dxλ=lengthmass​⟹dm=λdx

If the density is uniform, λ=M/L\lambda = M/Lλ=M/L. If it is non-uniform, λ\lambdaλ will be a function of position, λ(x)\lambda(x)λ(x).

Example: Center of Mass of a Uniform Rod

Problem: Find the center of mass of a thin, uniform rod of length LLL and mass MMM, placed along the x-axis from x=0x=0x=0 to x=Lx=Lx=L.

1. Set Up the Integral:
We use the formula Xcm=1M∫x dmX_{cm} = \frac{1}{M} \int x \,dmXcm​=M1​∫xdm.
Since the rod is uniform, its linear density is constant: λ=M/L\lambda = M/Lλ=M/L.
We can write dm=λ dx=(M/L)dxdm = \lambda \,dx = (M/L)dxdm=λdx=(M/L)dx.
The integral will be from one end of the rod (0) to the other (L).

2. Substitute and Integrate:
Xcm=1M∫0Lx(MLdx)X_{cm} = \frac{1}{M} \int_{0}^{L} x \left(\frac{M}{L}dx\right)Xcm​=M1​∫0L​x(LM​dx)
We can pull the constants M/LM/LM/L out of the integral.
Xcm=1M⋅ML∫0Lx dx=1L∫0Lx dxX_{cm} = \frac{1}{M} \cdot \frac{M}{L} \int_{0}^{L} x \,dx = \frac{1}{L} \int_{0}^{L} x \,dxXcm​=M1​⋅LM​∫0L​xdx=L1​∫0L​xdx
Now, integrate xxx:
Xcm=1L[x22]0LX_{cm} = \frac{1}{L} \left[\frac{x^2}{2}\right]_{0}^{L}Xcm​=L1​[2x2​]0L​
Xcm=1L(L22−0)=L22L=L2X_{cm} = \frac{1}{L} \left(\frac{L^2}{2} - 0\right) = \frac{L^2}{2L} = \frac{L}{2}Xcm​=L1​(2L2​−0)=2LL2​=2L​

This is the expected result: the center of mass of a uniform rod is at its geometric center.

For a fully worked example using a non-uniform, position-dependent density μ(x)=λx\mu(x)=\lambda xμ(x)=λx — including a dimensional-analysis check on λ\lambdaλ — see Example 49 in the Examples section of this chapter.

If a rod has a non-uniform density that increases from left to right, where would you expect its center of mass to be?

03

Key Concepts

Chapter 6 Summary: Applications of Integration

Here is a summary of the core physical ideas and formulas developed in this chapter. Notice that every result follows the same pattern: identify a thin element, write its small contribution, and integrate to add up all the elements.

  • Area under a curve / between two curves: Area=∫abf(x) dxArea=∫ab[f(x)−g(x)] dx  (f(x)≥g(x))\text{Area} = \int_{a}^{b} f(x)\,dx \qquad \text{Area} = \int_{a}^{b} [f(x) - g(x)]\,dx\ \ (f(x) \ge g(x))Area=∫ab​f(x)dxArea=∫ab​[f(x)−g(x)]dx  (f(x)≥g(x))
  • Center of mass of a continuous body: Xcm=1M∫x dm,dm=λ dxX_{cm} = \frac{1}{M}\int x\,dm, \qquad dm = \lambda\,dxXcm​=M1​∫xdm,dm=λdx where λ\lambdaλ is the linear mass density (constant for a uniform body, a function λ(x)\lambda(x)λ(x) for a non-uniform one).
  • Displacement and velocity from integration: Δv=∫titfa(t) dt,Δx=∫titfv(t) dt\Delta v = \int_{t_i}^{t_f} a(t)\,dt, \qquad \Delta x = \int_{t_i}^{t_f} v(t)\,dtΔv=∫ti​tf​​a(t)dt,Δx=∫ti​tf​​v(t)dt
  • Work done by a variable force: W=∫xixfF(x) dxW = \int_{x_i}^{x_f} F(x)\,dxW=∫xi​xf​​F(x)dx
  • Area of a circle by integration (ring method): slicing the circle into thin concentric rings of radius xxx and thickness dxdxdx gives dA=2πx dxdA = 2\pi x\,dxdA=2πxdx, so A=∫0r2πx dx=πr2A = \int_0^{r} 2\pi x\,dx = \pi r^2A=∫0r​2πxdx=πr2
  • Volume of a sphere by integration (shell method): slicing the sphere into thin concentric shells of radius xxx and thickness dxdxdx gives dV=4πx2 dxdV = 4\pi x^2\,dxdV=4πx2dx, so V=∫0r4πx2 dx=43πr3V = \int_0^{r} 4\pi x^2\,dx = \frac{4}{3}\pi r^3V=∫0r​4πx2dx=34​πr3
  • Mass of a rod with non-uniform density μ(x)=λx\mu(x)=\lambda xμ(x)=λx: the mass element is dm=μ(x) dx=λx dxdm = \mu(x)\,dx = \lambda x\,dxdm=μ(x)dx=λxdx, so the total mass is M=∫0Lλx dx=λL22M = \int_0^{L} \lambda x\,dx = \frac{\lambda L^2}{2}M=∫0L​λxdx=2λL2​

A sphere is built up from thin concentric shells. What is the volume dVdVdV of a shell of radius xxx and thickness dxdxdx?

04

Finding Displacement and Velocity by Integration

Reversing the Direction: From Acceleration to Position

In differentiation, we learned how to find velocity and acceleration from a position function. Integration allows us to do the reverse. If we know an object's acceleration, we can find its velocity. If we know its velocity, we can find its displacement. This is used throughout physics for analyzing motion.

Finding Velocity from Acceleration

Since acceleration is the derivative of velocity (a=dv/dta = dv/dta=dv/dt), it follows that velocity is the antiderivative of acceleration.

v(t)=∫a(t) dtv(t) = \int a(t) \,dtv(t)=∫a(t)dt

The definite integral gives the change in velocity over a time interval:

Δv=vf−vi=∫titfa(t) dt\Delta v = v_f - v_i = \int_{t_i}^{t_f} a(t) \,dtΔv=vf​−vi​=∫ti​tf​​a(t)dt

Finding Displacement from Velocity

Similarly, since velocity is the derivative of position (v=dx/dtv = dx/dtv=dx/dt), displacement is the integral of velocity.

The displacement (change in position, Δx\Delta xΔx) of an object between time tit_iti​ and tft_ftf​ is the definite integral of its velocity function over that interval.

Δx=xf−xi=∫titfv(t) dt\Delta x = x_f - x_i = \int_{t_i}^{t_f} v(t) \,dtΔx=xf​−xi​=∫ti​tf​​v(t)dt

This means that the displacement is the net area under the velocity-time graph. The total distance traveled, however, would be the integral of the speed, |v(t)|, which requires finding the area and treating any parts below the axis as positive.

The shaded area under the velocity-time curve between t1 and t2 is the displacement over that interval.
The shaded area under the velocity-time curve between t1 and t2 is the displacement over that interval.

Example: Motion with Variable Acceleration

An object starts from rest and has an acceleration given by a(t)=6ta(t) = 6ta(t)=6t m/s². Find its displacement between t=0 and t=3 s.

1. Find the Velocity Function:
First, we must integrate the acceleration to find the velocity.
v(t)=∫a(t) dt=∫6t dt=3t2+Cv(t) = \int a(t) \,dt = \int 6t \,dt = 3t^2 + Cv(t)=∫a(t)dt=∫6tdt=3t2+C.
Since the object starts from rest, v(0)=0v(0)=0v(0)=0. Plugging this in: 3(0)2+C=0  ⟹  C=03(0)^2 + C = 0 \implies C=03(0)2+C=0⟹C=0.
So, v(t)=3t2v(t) = 3t^2v(t)=3t2.

2. Find the Displacement:
Now, integrate the velocity function from t=0 to t=3.
Δx=∫033t2 dt\Delta x = \int_{0}^{3} 3t^2 \,dtΔx=∫03​3t2dt
The antiderivative of 3t23t^23t2 is t3t^3t3.
Δx=[t3]03=33−03=27\Delta x = \left[t^3\right]_{0}^{3} = 3^3 - 0^3 = 27Δx=[t3]03​=33−03=27 meters.

For another worked example of this technique, applied to the velocity function v=2t+4v=2t+4v=2t+4, see Example 51 in the Examples section of this chapter.

The area under an acceleration-time graph between t1 and t2 represents what physical quantity?

05

Examples

Example 48: Area of a Circle by Integration

Problem: The circumference of a circle of radius rrr is 2πr2\pi r2πr. Use this to find the area of a circle of radius rrr.

Solution: Consider a thin circular ring (strip) of radius xxx and thickness dxdxdx, concentric with the circle. Its area is:

dA=(2πx) dxdA = (2\pi x)\,dxdA=(2πx)dx

A thin ring of radius x and thickness dx and the circle built up from many such concentric rings
A thin ring of radius x and thickness dx and the circle built up from many such concentric rings

To find the total area, sum (integrate) the areas of all such thin rings from x=0x=0x=0 to x=rx=rx=r:

A=∫0r2πx dx=2π[x22]0r=2π(r22−0)A = \int_0^{r} 2\pi x\,dx = 2\pi\left[\frac{x^2}{2}\right]_0^r = 2\pi\left(\frac{r^2}{2}-0\right)A=∫0r​2πxdx=2π[2x2​]0r​=2π(2r2​−0)

A=πr2A = \pi r^2A=πr2

This is the familiar formula for the area of a circle of radius rrr, now derived from first principles using integration rather than assumed.

Example 49: Mass of a Rod with Position-Dependent Density

Problem: The mass per unit length (linear density) of a rod, μ\muμ, depends on the distance xxx from one end of the rod as μ(x)=λx\mu(x)=\lambda xμ(x)=λx.

  1. Write the dimensional formula for λ\lambdaλ.
  2. Consider an element of length dxdxdx at distance xxx from the given end. Write the mass of this element.
  3. Find the total mass of the rod if its total length is LLL.
A rod of length L whose linear density μ(x) = λx increases along its length with a thin element of width dx at distance x from the left end
A rod of length L whose linear density μ(x) = λx increases along its length with a thin element of width dx at distance x from the left end

Solution:

(i) Dimensions of λ\lambdaλ: Since linear density has dimensions [μ(x)]=ML−1[\mu(x)] = ML^{-1}[μ(x)]=ML−1, and μ(x)=λx\mu(x)=\lambda xμ(x)=λx:

[λ][L]=ML−1⇒[λ]=ML−2[\lambda][L] = ML^{-1} \quad\Rightarrow\quad [\lambda] = ML^{-2}[λ][L]=ML−1⇒[λ]=ML−2

(ii) Mass of the element: The mass per unit length at position xxx is μ(x)=λx\mu(x)=\lambda xμ(x)=λx, so the mass of the thin element of length dxdxdx is:

dm=μ(x) dx=λx dxdm = \mu(x)\,dx = \lambda x\,dxdm=μ(x)dx=λxdx

(iii) Total mass by integration: Summing (integrating) the mass of every such element from one end of the rod (x=0x=0x=0) to the other (x=Lx=Lx=L):

M=∫0Lλx dx=λ[x22]0L=λL22M = \int_0^{L} \lambda x\,dx = \lambda\left[\frac{x^2}{2}\right]_0^L = \frac{\lambda L^2}{2}M=∫0L​λxdx=λ[2x2​]0L​=2λL2​

Notice that this uses the same non-uniform-density strategy as the center of mass calculation earlier in this chapter — here μ(x)=λx\mu(x)=\lambda xμ(x)=λx instead of a constant λ\lambdaλ, which is why the total mass is not simply λL\lambda LλL.

Example 50: Volume of a Sphere by Integration

Problem: Use integration to find the volume of a sphere of radius rrr.

A thin spherical shell of radius x and thickness dx inside a sphere of radius r
A thin spherical shell of radius x and thickness dx inside a sphere of radius r

Solution: Consider a thin spherical shell of radius xxx and thickness dxdxdx, concentric with the sphere. The surface area of this shell is 4πx24\pi x^24πx2, so its volume is:

dV=4πx2 dxdV = 4\pi x^2\,dxdV=4πx2dx

Integrating over all such shells, from the center (x=0x=0x=0) out to the surface (x=rx=rx=r):

V=∫0r4πx2 dx=4π[x33]0rV = \int_0^{r} 4\pi x^2\,dx = 4\pi\left[\frac{x^3}{3}\right]_0^rV=∫0r​4πx2dx=4π[3x3​]0r​

V=43πr3V = \frac{4}{3}\pi r^3V=34​πr3

This shell-by-shell strategy — the same one used to find the area of a circle in the previous example — extends naturally from two dimensions to three.

Example 51: Displacement from a Linear Velocity Function

Problem: The velocity of a particle is v=2t+4v=2t+4v=2t+4 (with vvv in m/s and ttt in seconds). Find the displacement of the particle in the first two seconds.

Solution: Since the velocity is not constant, the displacement cannot be found by simply multiplying velocity by time. Consider a small time interval dtdtdt after time ttt, over which the velocity is approximately constant and equal to 2t+42t+42t+4. The displacement covered in this interval is:

dx=(2t+4) dtdx = (2t+4)\,dtdx=(2t+4)dt

Integrating both sides to sum up every such small displacement from t=0t=0t=0 to t=2t=2t=2 s:

∫0xdx=∫02(2t+4) dt\int_0^{x} dx = \int_0^{2} (2t+4)\,dt∫0x​dx=∫02​(2t+4)dt

x=[t2+4t]02=(22+4⋅2)−(0+0)x = \Big[t^2+4t\Big]_0^{2} = (2^2+4\cdot 2)-(0+0)x=[t2+4t]02​=(22+4⋅2)−(0+0)

x=12 mx = 12\ \text{m}x=12 m

This is the same technique used to find displacement from velocity earlier in this chapter, applied here to a slightly more general velocity function that includes a constant term.

A rod of length LLL has linear density μ(x)=λx\mu(x) = \lambda xμ(x)=λx. What is its total mass?

06

Introduction to Applications of Integration

From Abstract Sums to Physical Quantities

Integration is more than a rule for finding antiderivatives — it is a systematic way of adding together an infinite number of infinitesimally small contributions. Whenever a physical quantity is built up continuously, rather than in discrete jumps, that quantity can be expressed as an integral. This chapter collects the most important physical applications of this idea: finding the area under a curve, locating the center of mass of a body whose density is not uniform, recovering displacement and velocity from a known velocity or acceleration function, computing the work done by a force that changes with position, and — as you will see in the worked examples — deriving the area of a circle and the volume of a sphere from first principles.

In every case the strategy is the same: slice the quantity into a large number of thin elements, write down the small contribution made by one representative element, and then let the sum over all elements become an integral as the element size shrinks to zero. Once this pattern is mastered it will reappear throughout your study of physics — from mechanics to electromagnetism.

How This Chapter Is Organized

  • Finding Areas Using Integration — the area under a curve and the area enclosed between two curves.
  • Finding the Center of Mass by Integration — locating the balance point of a continuous body with non-uniform density.
  • Finding Displacement and Velocity by Integration — recovering velocity from acceleration, and displacement from velocity.
  • Work Done by a Variable Force — computing work when the force changes with position, such as in a spring.
  • Key Concepts — a consolidated summary of the formulas used throughout the chapter.
  • Examples — additional worked problems, including the area of a circle, the volume of a sphere, the mass of a rod with position-dependent density, and the displacement from a linear velocity function.

In this chapter, an integral such as ∫0r2πx dx\int_0^r 2\pi x\,dx∫0r​2πxdx is read physically as which of the following?

07

Work Done by a Variable Force

Beyond Constant Forces

In introductory physics, we often calculate work as W=F⋅dW = F \cdot dW=F⋅d, but this simple formula only applies when the force is constant. What if the force changes as the object moves? For example, the force required to stretch a spring increases the more you stretch it. To find the work done by a variable force, we need integration.

Work as the Area Under the Force Curve

Just as displacement is the area under a velocity-time graph, the work done by a force is the area under a force-displacement graph.

To calculate this, we divide the total displacement into many tiny displacements, dxdxdx. Over each tiny displacement, the force F(x)F(x)F(x) is almost constant. The small amount of work done is dW=F(x)dxdW = F(x)dxdW=F(x)dx. To find the total work, we sum (integrate) all these small pieces of work over the total displacement from xix_ixi​ to xfx_fxf​.

W=∫xixfF(x) dxW = \int_{x_i}^{x_f} F(x) \,dxW=∫xi​xf​​F(x)dx

The area under the force-displacement curve from xi to xf is the total work. One thin strip of width dx contributes the piece F dx.
The area under the force-displacement curve from xi to xf is the total work. One thin strip of width dx contributes the piece F dx.

Example: Work Done in Stretching a Spring

A classic example of a variable force is the force exerted by a spring, described by Hooke's Law: F(x)=kxF(x) = kxF(x)=kx, where kkk is the spring constant and xxx is the displacement from its equilibrium position.

Problem: How much work is required to stretch a spring with a spring constant kkk from its equilibrium position (x=0x=0x=0) to a displacement x=Lx=Lx=L?

1. Set Up the Integral:
We use the work formula with the force function F(x)=kxF(x)=kxF(x)=kx and integrate from the initial position xi=0x_i=0xi​=0 to the final position xf=Lx_f=Lxf​=L.
W=∫0Lkx dxW = \int_{0}^{L} kx \,dxW=∫0L​kxdx

2. Integrate:
The antiderivative of kxkxkx is 12kx2\frac{1}{2}kx^221​kx2.
W=[12kx2]0LW = \left[\frac{1}{2}kx^2\right]_{0}^{L}W=[21​kx2]0L​
W=(12kL2)−(12k(0)2)=12kL2W = \left(\frac{1}{2}kL^2\right) - \left(\frac{1}{2}k(0)^2\right) = \frac{1}{2}kL^2W=(21​kL2)−(21​k(0)2)=21​kL2

This is the well-known formula for the potential energy stored in a spring.

The force on a particle is given by F(x) = 3x². The work done in moving the particle from x=0 to x=2 is the area under this curve. Which integral represents this work?

PreviousIntegrationNextPhysical Quantities and Units
doPhysics
TheoryPricingAboutPrivacy PolicyTerms and Conditions

© 2026 doPhysics. All rights reserved.

Engineered by Ankit Shukla