Derivative – Definition and Basic Formulas

Rules and Standard Derivatives

🔑
Key Formula
\[ f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = \frac{dy}{dx} = \frac{d}{dx}f(x) \]
🎯 What does this mean?

This formula shows the instantaneous rate of change of a function at any point - it's the slope of the tangent line and measures how fast the function is changing at that exact moment.

📐
Basic Derivative Rules

Fundamental rules for finding derivatives of common functions:

\[ \frac{d}{dx}[c] = 0 \quad \text{(Constant Rule)} \]
\[ \frac{d}{dx}[x] = 1 \quad \text{(Identity Function)} \]
\[ \frac{d}{dx}[x^n] = nx^{n-1} \quad \text{(Power Rule)} \]
\[ \frac{d}{dx}[cf(x)] = c \cdot f'(x) \quad \text{(Constant Multiple Rule)} \]
\[ \frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x) \quad \text{(Sum Rule)} \]
\[ \frac{d}{dx}[f(x) - g(x)] = f'(x) - g'(x) \quad \text{(Difference Rule)} \]
🔗
Product and Quotient Rules

Rules for derivatives of products and quotients of functions:

\[ \frac{d}{dx}[f(x) \cdot g(x)] = f'(x) \cdot g(x) + f(x) \cdot g'(x) \quad \text{(Product Rule)} \]
\[ \frac{d}{dx}[uvw] = u'vw + uv'w + uvw' \quad \text{(Product Rule Extension)} \]
\[ \frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x) \cdot g(x) - f(x) \cdot g'(x)}{[g(x)]^2} \quad \text{(Quotient Rule)} \]
\[ \text{Memory aid: "First times derivative of second plus second times derivative of first"} \]
\[ \text{Quotient: "Low d-high minus high d-low, over low squared"} \]
🔄
Chain Rule

Rule for derivatives of composite functions:

\[ \frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) \]
\[ \text{If } y = f(u) \text{ and } u = g(x), \text{ then } \frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} \]
\[ \text{Example: } \frac{d}{dx}[(x^2 + 1)^3] = 3(x^2 + 1)^2 \cdot 2x = 6x(x^2 + 1)^2 \]
\[ \text{"Derivative of outside times derivative of inside"} \]
🔢
Additional Basic Derivatives

More fundamental derivative formulas:

\[ \frac{d}{dx}\left[\frac{1}{x}\right] = -\frac{1}{x^2} \]
\[ \frac{d}{dx}[\sqrt{x}] = \frac{1}{2\sqrt{x}} \]
\[ \frac{d}{dx}[x^{1/n}] = \frac{1}{n}x^{(1/n)-1} \]
\[ \frac{d}{dx}[|x|] = \frac{x}{|x|} \text{ for } x \neq 0 \]
📊
Exponential and Logarithmic Functions

Derivatives of exponential and logarithmic functions:

\[ \frac{d}{dx}[e^x] = e^x \quad \text{(Natural Exponential)} \]
\[ \frac{d}{dx}[a^x] = a^x \ln(a) \quad \text{(General Exponential)} \]
\[ \frac{d}{dx}[\ln(x)] = \frac{1}{x} \quad \text{(Natural Logarithm)} \]
\[ \frac{d}{dx}[\log_a(x)] = \frac{1}{x \ln(a)} \quad \text{(General Logarithm)} \]
📐
Trigonometric Functions

Derivatives of trigonometric functions:

\[ \frac{d}{dx}[\sin(x)] = \cos(x) \]
\[ \frac{d}{dx}[\cos(x)] = -\sin(x) \]
\[ \frac{d}{dx}[\tan(x)] = \sec^2(x) = \frac{1}{\cos^2(x)} \]
\[ \frac{d}{dx}[\cot(x)] = -\csc^2(x) = -\frac{1}{\sin^2(x)} \]
\[ \frac{d}{dx}[\sec(x)] = \sec(x)\tan(x) \]
\[ \frac{d}{dx}[\csc(x)] = -\csc(x)\cot(x) \]
🔄
Inverse Trigonometric Functions

Derivatives of inverse trigonometric functions:

\[ \frac{d}{dx}[\arcsin(x)] = \frac{1}{\sqrt{1-x^2}} \]
\[ \frac{d}{dx}[\arccos(x)] = -\frac{1}{\sqrt{1-x^2}} \]
\[ \frac{d}{dx}[\arctan(x)] = \frac{1}{1+x^2} \]
\[ \frac{d}{dx}[\text{arccot}(x)] = -\frac{1}{1+x^2} \]
\[ \frac{d}{dx}[\text{arcsec}(x)] = \frac{1}{|x|\sqrt{x^2-1}} \]
\[ \frac{d}{dx}[\text{arccsc}(x)] = -\frac{1}{|x|\sqrt{x^2-1}} \]
🚀
Advanced Formulas

Advanced derivative techniques and formulas:

\[ \frac{d}{dx}[u^v] = vu^{v-1}u' + u^v \ln(u) \cdot v' \quad \text{(Power of a Function)} \]
\[ \frac{d}{dx}[f(x)^{g(x)}] = f(x)^{g(x)} \left[ g'(x) \ln(f(x)) + g(x) \frac{f'(x)}{f(x)} \right] \]
\[ \text{Logarithmic Differentiation: } \ln(y) = g(x) \ln(f(x)) \text{, then } \frac{y'}{y} = g'(x) \ln(f(x)) + g(x) \frac{f'(x)}{f(x)} \]
\[ \text{Implicit Differentiation: } \frac{d}{dx}[F(x,y)] = 0 \text{ gives } F_x + F_y \frac{dy}{dx} = 0 \]
📈
Higher Order Derivatives

Second derivatives and beyond:

\[ f''(x) = \frac{d^2y}{dx^2} = \frac{d}{dx}[f'(x)] \quad \text{(Second Derivative)} \]
\[ f'''(x) = \frac{d^3y}{dx^3} = \frac{d}{dx}[f''(x)] \quad \text{(Third Derivative)} \]
\[ f^{(n)}(x) = \frac{d^n y}{dx^n} \quad \text{(nth Derivative)} \]
\[ \text{Second derivative measures concavity and acceleration} \]
\[ \text{Leibniz Rule: } \frac{d^n}{dx^n}[f(x)g(x)] = \sum_{k=0}^{n} \binom{n}{k} f^{(k)}(x) g^{(n-k)}(x) \]
🎯 What does this mean?

Derivatives measure instantaneous rates of change - they tell you exactly how fast something is changing at any given moment. Think of it as the mathematical speedometer that shows how quickly a function is increasing or decreasing at each point, like the slope of a hill at any specific location.

\[ f'(x) \]
Derivative - Instantaneous rate of change of function f at point x
\[ \frac{dy}{dx} \]
Leibniz Notation - Alternative way to write the derivative of y with respect to x
\[ h \]
Small Increment - Approaches zero in the limit definition of derivative
\[ \lim_{h \to 0} \]
Limit Process - Mathematical process that makes h infinitesimally small
\[ n \]
Power Exponent - Real number exponent in the power rule
\[ c \]
Constant - Any real number that doesn't change with x
\[ f(x) \]
Function - Mathematical expression that depends on variable x
\[ g(x) \]
Second Function - Another function used in product, quotient, or chain rules
\[ f''(x) \]
Second Derivative - Rate of change of the first derivative (acceleration)
\[ e^x \]
Exponential Function - Natural exponential function with base e ≈ 2.718
\[ \ln(x) \]
Natural Logarithm - Inverse of the exponential function
\[ \sin(x), \cos(x) \]
Trigonometric Functions - Sine and cosine functions measuring periodic behavior
\[ \sec(x), \csc(x) \]
Secant and Cosecant - Reciprocal trigonometric functions
\[ \arcsin(x) \]
Inverse Sine - Returns angle whose sine is x
\[ u^v \]
Power Function - Function raised to another function
\[ \binom{n}{k} \]
Binomial Coefficient - Used in Leibniz rule for higher derivatives
🎯 Essential Insight: Derivatives are the mathematical "speedometer" - they measure exactly how fast a function is changing at any specific point, like finding the slope of a curve at a single location! 📊
🚀 Real-World Applications

🚗 Physics & Engineering

Motion Analysis & Optimization

Velocity (first derivative of position) and acceleration (second derivative) help engineers design safer cars and optimize trajectories

💰 Economics & Finance

Market Analysis & Profit Optimization

Marginal cost and revenue derivatives help businesses find optimal production levels and maximize profits

🏥 Medicine & Biology

Drug Dosage & Population Dynamics

Rates of drug absorption and population growth models use derivatives to optimize treatments and predict biological changes

🤖 Machine Learning & AI

Neural Network Training

Gradient descent algorithms use derivatives to minimize errors and train AI models by finding optimal parameter values

The Magic: Physics: Position changes → Velocity and acceleration, Economics: Cost functions → Optimal production, Medicine: Drug concentration → Optimal dosage, AI: Error functions → Learning optimization
🎯

Master the "Rate of Change" Mindset!

Before memorizing formulas, develop this core intuition about derivatives:

Key Insight: Derivatives are like having a mathematical microscope that shows exactly how fast something is changing at any single moment - think of it as the "instantaneous speedometer" for any changing quantity!
💡 Why this matters:
🔋 Real-World Power:
  • Physics: Engineers use derivatives to calculate velocity, acceleration, and optimize vehicle performance
  • Economics: Businesses find maximum profit points using derivatives of cost and revenue functions
  • Medicine: Doctors optimize drug dosages by analyzing how concentration changes over time
  • Technology: AI systems learn by using derivatives to minimize prediction errors
🧠 Mathematical Insight:
  • Derivatives transform curved relationships into instantaneous linear approximations
  • Chain rule connects rates of change across multiple variables
  • Second derivatives reveal whether change is accelerating or decelerating
🚀 Practice Strategy:
1 Start with the Limit Definition 📐
  • Understand: f'(x) = lim[h→0] [f(x+h) - f(x)]/h
  • Visualize: Slope of secant lines approaching tangent line slope
  • Key Insight: "How much does output change per unit input change?"
2 Master the Basic Rules 📋
  • Power Rule: d/dx[x^n] = nx^(n-1) - most frequently used
  • Constant Rule: Derivatives of constants are always zero
  • Sum Rule: Derivative of sum equals sum of derivatives
3 Apply Product, Quotient, and Chain Rules 🔗
  • Product: "First times derivative of second plus second times derivative of first"
  • Quotient: "Low d-high minus high d-low, over low squared"
  • Chain: "Derivative of outside times derivative of inside"
4 Connect to Real Applications 🎯
  • First derivative: Rate of change (velocity, marginal cost)
  • Second derivative: Acceleration, concavity, optimization
  • Critical points: Where derivative equals zero (maxima/minima)
When you see derivatives as the mathematical tool for measuring "how fast things change," calculus becomes a powerful language for understanding motion, optimization, and change in every field from physics to economics to AI!
Memory Trick: "Derivatives Equal Rates In Various Engineering Applications That Involve Velocity Estimation" - RATE: Measures how fast things change, SLOPE: Tangent line at any point, INSTANT: Exact moment of change

🔑 Key Properties of Derivatives

📐

Instantaneous Rate of Change

Measures exactly how fast a function changes at a single point

Like having a mathematical speedometer for any changing quantity

📈

Geometric Interpretation

Derivative equals the slope of the tangent line at any point

Positive slope: function increasing; Negative slope: function decreasing

🔗

Linearity Property

d/dx[af(x) + bg(x)] = af'(x) + bg'(x)

Derivatives distribute over addition and scalar multiplication

🎯

Critical Points and Optimization

Where f'(x) = 0: potential maxima, minima, or inflection points

Second derivative test determines nature of critical points

Universal Insight: Derivatives reveal the "hidden speed" of mathematical functions - they show exactly how quantities change and help us find optimal solutions in countless real-world problems!
Limit Definition: Foundation shows derivative as instantaneous rate of change
Power Rule: Most commonly used - d/dx[x^n] = nx^(n-1)
Chain Rule: Essential for composite functions - "outside times inside"
Applications: Optimization, motion analysis, and rate problems in all fields
Trigonometric Patterns: sin→cos, cos→-sin, tan→sec², remember the signs!
Inverse Trig: Most involve √(1-x²) or 1+x² in denominators
Exponential Rule: e^x is its own derivative, a^x needs ln(a) factor
Logarithmic Rule: d/dx[ln(x)] = 1/x, other bases need ln(a) in denominator
×

×