Applications of Integration and Polar Curves
☰ Contents
A definite integral adds up many small pieces, and the choice of piece decides what it measures: thin rectangles give an area, thin discs give a volume, short straight segments give the length of a curve, and thin sectors give the area of a region described by an angle. A differential equation contains a derivative, and solving it means integrating back from the rate of change to the quantity itself.
What does integration measure in practice?
Integrating velocity over time gives displacement, and integrating acceleration gives velocity. A stretch of negative velocity subtracts, so the integral is the net change of position.
Distance counts every stretch as positive. Solve v = 0 to find where the velocity changes sign, integrate between those times, and add the absolute values.
See Velocity and displacement by integration and Total distance traveled.
Now you
A particle moves off and returns to its start. Its displacement is
The three stretches measure , and . The total distance is
Lesson complete. Continue in the app — your progress saves there.
How do you find the area between two curves?
At each x the gap is the upper height minus the lower height, so integrate that difference: area . The limits are where the curves cross, so first set the two expressions equal and solve.
If the curves swap over inside the region, split the integral at each crossing. Otherwise the parts cancel and the answer comes out too small.
Now you
The limits of that integral come from
To find the area between two curves, integrate
Lesson complete. Continue in the app — your progress saves there.
How do you find the volume of a solid of revolution?
Spin the region under a curve about the x-axis. Each thin slice is a disc of radius y and thickness dx, so its volume is . About the y-axis, the radius is x and the thickness is dy.
If the region does not reach the axis, each slice is a ring with area , so . Square each radius before subtracting; is a different number.
A solid need not be made by spinning. If every slice has a known shape, integrate the slice area: . Squares standing on the region under have area x, so on [0, 4] the volume is , and no appears.
See Volumes of revolution, Volumes by washers and Volumes with known cross sections.
Now you
Compared with the disc method, the washer method needs
y = x and on [0, 1], spun about the x-axis. The volume is
Lesson complete. Continue in the app — your progress saves there.
How do you find the length of a curve, or its average height?
A small piece of curve is the hypotenuse of a right triangle with legs dx and dy, so . Factor out dx and integrate: .
The mean value of a function on an interval is its average height: the area under the curve divided by the width, .
See Arc length and The mean value of a function.
What if the region never ends?
An improper integral has infinity as a limit, or an integrand that becomes infinite at one end. Replace the troublesome limit with a variable t, integrate to t, and then take the limit.
The area under from 1 to t is , which tends to 1: the integral converges, and a region of endless width has a finite area. The area under is ln t, which grows without bound, so that integral diverges. The same distinction runs through sequences and series.
See Improper integrals.
What if the integral cannot be done at all?
Some functions, such as , have no antiderivative that can be written down, yet the area under them is a definite number. Estimate it numerically.
The trapezium rule uses strips of width h with slanted tops: , each end height once and each inner height twice.
Simpson's rule fits a parabola to each pair of strips, so it needs an even number of them. The weights are 1, 4, 2, 4, …, 4, 1, multiplied by . A parabola follows the bend, so the estimate is far closer, and it is exact for any cubic.
See Numerical integration and Simpson's rule.
What is a differential equation?
A differential equation contains a derivative, and its solution is a function. Forming one is a translation: "grows at a rate proportional to its size" makes the rate dP/dt and the size P, so dP/dt = kP.
A separable equation can be rearranged so that every y is on one side with dy and every x on the other with dx, and then both sides are integrated. For , divide by y and integrate: ln y = kx + c. An initial condition, a known value of y at a known x, fixes the constant.
A linear equation does not separate. Multiply through by the integrating factor . The left side becomes , a single derivative, so integrate both sides and divide by I.
See Forming differential equations, Separable differential equations and The integrating factor.
Now you
has solutions of the form
, and y = 6 when x = 0. What is y?
Lesson complete. Continue in the app — your progress saves there.
What if you cannot solve it exactly?
A slope field draws a short segment at each point with the gradient the equation gives there. A solution runs along the segments at every point it passes through, so the field shows every solution at once.
Euler's method turns the field into numbers. Start at the known point, follow the tangent for a width h, use the equation to find the new gradient, and repeat. On a curve that bends upward each tangent sits below it, so the estimate lands low, and a smaller step reduces the error.
See Slope fields and Euler's method.
How do you solve a second-order equation?
The equation a y'' + b y' + c y = 0 asks for a function whose derivatives are multiples of itself, so try . Dividing out the common factor gives the auxiliary equation .
Two real roots give . A repeated root gives . Complex roots give .
With a nonzero right side f(x), the complementary function solves the equation with 0 on the right, and the particular integral produces f(x): try a function of the same form with unknown coefficients, substitute, and match coefficients. Add the two.
See The auxiliary equation and Complementary function and particular integral.
Why does this describe oscillation?
In simple harmonic motion the acceleration is proportional to the displacement and points back toward the center: ẍ . The auxiliary equation has roots , so with amplitude . The period is , so a larger swing takes exactly as long.
Resistance that grows with speed adds a term kẋ, and the discriminant decides the motion: light damping oscillates inside a shrinking envelope, heavy damping returns slowly with no oscillation, and critical damping is the fastest return that never crosses the center.
See Simple harmonic motion and Damped oscillations.
What if two quantities depend on each other?
Two quantities are coupled when the rate of each depends on both, so neither equation can be solved alone.
Try . Cancel , and the guess works exactly when v is an eigenvector of M with eigenvalue . With two real eigenvalues the general solution is , and the initial values fix A and B. The eigenvalue work is in matrices and Markov chains.
A phase portrait plots y against x, so each solution is one path, and the signs of the eigenvalues predict its shape: both negative, every path runs into the origin (a stable node); both positive, every path runs away (an unstable node); complex, the paths spiral.
A second-order equation is a coupled system in disguise: name the derivative , and one equation becomes the pair and in terms of x and v. The characteristic polynomial of that matrix is the auxiliary equation.
See Coupled differential equations, Solving a coupled system with eigenvalues, Phase portraits and equilibrium types and A second-order equation as a coupled system.
What are polar coordinates?
Polar coordinates name a point by its distance r from the origin and the angle turned from the positive x-axis. The right triangle converts them: and . Going back, Pythagoras gives r and gives , checked against the quadrant.
A polar curve lets r depend on . r = 2 is a circle, and is a circle through the origin. To sketch one, read r at the quarter turns, mark those points, and find where r reaches 0. Differentiating r with respect to shows where the curve moves in toward the pole.
A sector of angle is the fraction of a disc of radius r, so its area is ½, and adding the sectors gives area = ½ between the two angles. Check it on a quarter disc of radius 2: ½ , a quarter of . Between two curves, subtract the squares: ½ .
See Polar coordinates, Sketching polar curves, The rate of change of a polar function and The area of a polar region.
Now you
A thin polar slice is close to
For r = 2 between and , the area is
Lesson complete. Continue in the app — your progress saves there.
The mistakes worth naming
- Giving displacement when distance was asked. Find where v = 0, integrate between those times, and add the absolute values.
- Subtracting the radii before squaring. The area of a ring is , not .
- Wrong limits for an enclosed area. Solve for the crossing points first, and split where the curves swap over.
- An odd number of strips in Simpson's rule. One parabola covers each pair of strips, so the strips must pair up.
- Using for a polar area. A polar region is swept in sectors, so the area is ½ .
Learn this properly in the app
Every lesson linked above is in Math Challenge, with a diagram, a worked example and practice questions. The integration methods are in techniques of integration, convergence in sequences and series, and eigenvalues in matrices and Markov chains.
Your turn
Three to try — tap what you get.
The area under y = 2x from 0 to 3
Integrating a rate of change gives the
In polar coordinates, r = 2 draws
0 of 0 right on this page
Practice this lesson in the appThat is every question on this page.
0 of 0 right. Best run: 0 in a row.
The app carries on from here: practice that adapts to you, the full lesson ladder, and your progress saved.
Keep going in the app