May 14, 2026
Calculus for Beginners: Limits, Derivatives, and Integrals
A beginner calculus guide covering limits, the derivative as slope, the power rule, and integrals, with plain language examples and worked problems.

By Jennifer P., Math Teacher
Calculus is the math of change. It gives tools to measure rates (how fast something moves) and totals (area under a curve). The three pillars are limits, derivatives, and integrals. This beginner guide explains each in plain language with worked examples so you can practice the mechanics yourself.
Calculus at a Glance
| Concept | What it measures |
|---|---|
| Limit | The value a function approaches as input nears a point. |
| Derivative | The instantaneous rate of change, or slope of a curve. |
| Integral | The accumulated total, or area under a curve. |
Limits
A limit asks what value a function gets close to as x approaches some number. Consider f(x) = (x squared minus 1) divided by (x minus 1). At x = 1 the formula divides by zero, which is undefined. But for values near 1, the expression simplifies to x + 1. As x approaches 1, the value approaches 2. So the limit is 2.
Limits let calculus talk about "getting arbitrarily close" without needing the function to be defined exactly at the point. In my classroom I tell students to think of a limit as the destination a graph is heading toward, even if the graph has a hole when it arrives.
Finding a limit by simplifying
When you see a fraction that breaks at your target value, try factoring and canceling. The canceled term is what caused the hole. After canceling, plug the number back in. If you get a clean value, that is the limit.
The Derivative
The derivative measures how fast a function changes at a single point. Think of driving: your speedometer shows instantaneous speed, the derivative of position with respect to time. Geometrically, the derivative at a point is the slope of the line that just touches the curve there, called the tangent.
The derivative of f(x) is written f prime of x, or d/dx of f(x). AP Calculus is built around these same ideas of rate of change and accumulation (AP Calculus AB, AP Central).
The Power Rule
The power rule is the most used derivative rule. For f(x) = x to the n, the derivative is n times x to the (n minus 1).
Worked example. Find the derivative of x cubed.
Bring down the 3 as a coefficient and reduce the exponent by 1: 3x squared. So d/dx of x cubed = 3x squared.
Worked example. Derivative of 5x to the 4.
5 stays as a constant multiple, so 5 times 4x cubed = 20x cubed.
Other basic rules:
- Constant rule: the derivative of a constant like 7 is 0.
- Sum rule: the derivative of f + g is f prime + g prime.
- Chain rule: for a function inside a function, d/dx of f(g(x)) = f prime of g(x) times g prime of x.
Worked example with the chain rule. Derivative of (x squared + 1) cubed.
Outer function is something cubed, derivative 3 times that squared. Inner function is x squared + 1, derivative 2x. Multiply: 3 times (x squared + 1) squared times 2x = 6x times (x squared + 1) squared.

Integrals
An integral is the reverse of a derivative. Where a derivative breaks a whole into its rate of change, an integral rebuilds the total from the rate. The definite integral gives the area under a curve between two points.
The power rule for integration: the integral of x to the n is x to the (n + 1) divided by (n + 1), for n not equal to -1.
Worked example. Integral of 3x squared.
Raise the exponent: x cubed. Divide by the new exponent 3. The 3 and the 1/3 cancel, leaving x cubed plus a constant. Always add a constant C, because many functions share the same derivative.
Why Calculus Matters
Calculus models motion, growth, and area in physics, biology, economics, and engineering. A falling object's velocity is the derivative of its height. Total distance traveled is the integral of velocity. These two operations undo each other, a fact called the Fundamental Theorem of Calculus.
Understanding the derivative as a slope stops it from feeling like a magic formula. The integral as area gives a picture you can draw. Both ideas rest on limits, which is why the limit is the true starting point.
A Beginner Practice Plan
Most students do best with a steady loop rather than one long session.
Step 1: Drill the power rule daily
Spend ten minutes on derivative and integral power-rule problems. Speed comes from repetition, and the power rule shows up in nearly every later technique.
Step 2: Connect to graphs
Sketch a curve and mark where the slope is positive, zero, or negative. Where the slope is zero, the function is flat, which often means a maximum or minimum.
Step 3: Use limits to explain holes
When a function is undefined at a point, practice finding the limit instead. This is where many beginners stall, so give it real time.
Step 4: Review with others
Study groups let you compare methods on the chain rule and integration. Explaining your steps to someone else exposes the parts you only thought you understood.
More Worked Examples
Example: derivative of 4x to the 5. Bring down the 5: 5 times 4 = 20. Reduce the exponent: x to the 4. Answer: 20x to the 4.
Example: integral of 7x to the 3. Raise the exponent to 4: x to the 4. Divide by 4. Answer: (7/4) x to the 4 plus C.
Example: derivative of (3x + 2) squared using the chain rule. Outer is something squared, derivative 2 times that. Inner is 3x + 2, derivative 3. Answer: 2 times (3x + 2) times 3 = 6(3x + 2).
A Real World Example: The Falling Object
Suppose an object's height above the ground is h(t) = 100 minus 5t squared, where t is seconds. Its velocity is the derivative: h prime of t = minus 10t. At t = 2, the velocity is minus 20, meaning it is falling at 20 meters per second. Its acceleration is the derivative of velocity: minus 10, the constant pull of gravity in this model.
Now run it backward with an integral. If velocity is v(t) = minus 10t, the distance fallen from t = 0 to t = 2 is the integral of minus 10t, which is minus 5t squared, evaluated from 0 to 2, giving minus 20. The object fell 20 meters in those two seconds. That single example shows both operations: the derivative breaks position into speed, and the integral rebuilds distance from speed.
Common Misconceptions
- Forgetting the constant C on indefinite integrals. Every antiderivative family needs it.
- Mixing up the power rule for derivatives and integrals. One reduces the exponent, the other raises it.
- Applying the chain rule only partway. Multiply by the derivative of the inner function every time.
- Thinking a limit equals the function value at the point. The function may be undefined there.
- Rushing to hard applications before the power rule is automatic.
A Note on Notation
Calculus notation can confuse at first. f prime of x means the derivative. The long S symbol means integral. d/dx means "take the derivative with respect to x." Learning the symbols removes a layer of friction so you can focus on the idea. Practice translating a line of calculus into plain words: "the derivative of x squared is 2x" means "the slope of x squared at any point is twice x."
Frequently Asked Questions
What is calculus used for?
It models change and accumulation: speed, growth, area, and many real world quantities.
Is calculus hard to learn?
The early ideas build on algebra. Students who are comfortable with functions and the power rule usually progress steadily.
What is the difference between a derivative and an integral?
A derivative gives the rate of change at a point. An integral gives the total accumulated, like area.
Do I need to memorize the power rule?
Yes, it is used constantly. The derivative of x to the n is n times x to the (n minus 1).
What does the chain rule do?
It handles a function inside another function by multiplying the outer derivative by the inner derivative.
When do students take calculus?
Often in grade 11 or 12, or in the first year of college. The AP Calculus study guide covers the exam path for those who want it.
About the author
Daniel O. is an AP Calculus teacher with 13 years of experience and a former curriculum coordinator. He specializes in making calculus concepts accessible and helping students build strong problem-solving foundations.