Skip to main content
Logo image

Section 3.1 Antiderivatives

When you find an antiderivative, you’re actually solving a basic differential equation. For example, consider finding the general antiderivative of x2. The calculus approach would compute the integral
x2 dx=13x3+c.
The differential equations approach, on the other hand, seeks all functions whose derivative is x2. This means solving any of the following equivalent equations for y:
(12)ddx[y]=x2,dydx=x2,ory=x2
To solve for y, we integrate both sides with respect to x, like so:
ddx[y] dx=x2 dxy+c1=13x3+c2y=13x3+c2c1y=13x3+c
where c=c2c1 is a constant. Although this method might seem excessive for simple problems, it illustrates the core concept of isolating the dependent variable and expressing it in terms of the independent variable, x.

Note 1. Combining Constants is very common in differential equations.

Example 2.

  
2y4sinx=2,y(0)=5.
Solution. Solution
Start by isolating the derivative, y, on one side of the equation
y=1+2sinx
Integrate both sides with respect to x to leave us with y on the left side
y dx=(1+2sinx) dxy+c1=x2cosx+c2y=x2cosx+c2c1cy(x)=x2cosx+c
Finally, apply the initial condition y(0)=5 to find c
y(0)=5(0)2cos(0)+c=502+c=5c=7
Thus, the solution to the differential equation is y=x2cosx+7.

Reading Questions Check-Point Questions

1. We can solve dydx=x37 for y by differentiating both sides with respect to x.

    We can solve dydx=x37 for y by differentiating both sides with respect to x.
  • True
  • Incorrect, we integrate both sides with respect to x.
  • False
  • Correct!

2. The equation dydx=ln(3x+1) implies that the solution, y, is the antiderivative of ln(3x+1).

    The equation dydx=ln(3x+1) implies that the solution, y, is the antiderivative of ln(3x+1).
  • True
  • Correct, integrating both sides gives
    y=ln(3x+1) dxanti-derivative of ln(3x+1).
  • False
  • Incorrect.

3. Combining constants is a common practice in differential equations..

    Combining constants is a common practice in differential equations.
  • True
  • Correct!
  • False
  • Incorrect, see the footnote above.

4. What is the process to solve for y in the equation dydx=tan(2x)?

    What is the process to solve for y in the equation dydx=tan(2x)?
  • Differentiating both sides with respect to x.
  • Incorrect, we integrate both sides with respect to x.
  • Integrating both sides with respect to x.
  • Correct!
  • Integrating both sides with respect to y.
  • Incorrect, this is not part of the process.
  • Multiplying both sides by dx.
  • Incorrect, this is not part of the process.

5. How do we start solving the differential equation 13y+7x+x2=1?

    How do we start solving the differential equation 13y+7x+x2=1?
  • By isolating the derivative, y.
  • Correct! Isolate y first, then integrate both sides.
  • By Integrating both sides with respect to x.
  • Incorrect. While you could do this, we suggest isolating the derivative first.
  • Differentiate both sides with respect to x.
  • Incorrect, we would like to remove derivatives, not add more.
  • Convert y to dy/dx.
  • Incorrect, the notation for the derivative does not matter.
You have attempted 1 of 6 activities on this page.