Sounds like fun!
Antiderivatives might be used to solve problems like this:
What function has the derivative f'(x)=3x2?
From your experience you might say f(x)=x3.
That's a good guess, but you will notice that f(x)=x3 + 2 has the same derivative. Remember the derivative of a constant is zero. So this differential equation
f'(x)=3x2 actually has an infinite number of solutions. We represent this family of solutions by f(x)=x3+C where C is an arbitrary constant. So now that you can find the antiderivative of 3x2, how do you find antiderivatives in general?
Consider the differential equation dy/dx=xn (n does not equal -1). What is the antiderivative of this equation - ie, what is y in terms of x? Consider
y=1/(n+1)*xn+1 - what is the derivative of y with respect to x? It is y'=xn! We express this result in the following form.
dy/dx=xn
dy=xndx ....multiply both sides by dx
[inte] dy= [inte] xndx ...integrate both sides
y=1/(n+1)*xn+1 + C
The integral sign merely tells you to find the antiderivative of the equation. The "dx" and "dy" tell you what variable you are integrating (antidifferentiating) with respect to. To the left of the "dy" and "dx" is the derivative you are trying to undo.
So the left hand side [inte] dy = [inte] 1*dy means what function of y has a first derivative (taken wrt y) equal to 1? Obviously, it is f(y)=y since df/dy=dy/dy=1. The right hand side means what function of x has a derivative of xn? This is the solution to the integral.
Another example,
dy/dx=cosx
dy=cosxdx
[inte] dy= [inte]cosxdx
y=sinx +C
Take the derivative of y to make sure I'm right.
Take a stab at this one:
dy/dx=sec2x
What is y?
________
Technically, the left hand side should be y+C, but this is taken care of in the right hand side since C is entirely arbitrary.