arrow icon


Title
arrow icon Video Lesson
arrow icon What is a Derivative?
Definition:
  A derivative measures the rate of change of a function with respect to a variable.
  In simpler words: It tells us how fast something is changing at a specific point.

Concept Explanation:
  Imagine a car moving on a road. The position of the car depends on time.
  If we ask: “How fast is the car moving at exactly 5 seconds?”
  That instant speed is the derivative.

  So:
    • Position → derivative = Velocity
    • Velocity → derivative = Acceleration

Visual Concept:
  The derivative is the slope of the tangent line to a curve at a specific point.
  • Secant line → average change
  • Tangent line → instantaneous change
  As two points get closer together, the secant line becomes the tangent line.
  That limiting process is what defines a derivative.
arrow icon Derivative Rules

Why Do We Need Derivative Rules?

The derivative comes from limits, which can be long and complicated.
Instead of solving limits every time, mathematicians developed rules that make differentiation fast and systematic.

  Concept: A constant does not change. No change → zero rate of change.
Equation: d/dx [c] = 0

  Concept: The exponent controls how fast the function grows. The derivative shows how steep the curve becomes.
Equation: d/dx [xⁿ] = n·xⁿ⁻¹

  Why it works: When you apply the limit definition to powers of x, this pattern always appears.

  Concept: If two functions are added or subtracted, their rates of change also add or subtract.
Equation: (f + g)' = f' + g'

  Concept: If a function is stretched vertically by a constant, its slope is also stretched by that same constant.
Equation: (c·f)' = c·f'

  Concept: When two functions multiply, both are changing.
  Equation: (uv)' = uv' + vu'

  Concept: When dividing two changing functions, both the numerator and denominator affect the rate of change.
  Equation: (u/v)' = (vu' − uv') / v²

  Concept: Used when a function is inside another function.
  Example:
    Outer function: (something)⁵
    Inner function: 3x + 1
  Equation: d/dx [f(g(x))] = f'(g(x))·g'(x)
arrow icon What is a Derivative?
Definition:
  A derivative measures the rate of change of a function with respect to a variable.
  In simpler words: It tells us how fast something is changing at a specific point.

Concept Explanation:
  Imagine a car moving on a road. The position of the car depends on time.
  If we ask: “How fast is the car moving at exactly 5 seconds?”
  That instant speed is the derivative.

  So:
    • Position → derivative = Velocity
    • Velocity → derivative = Acceleration

Visual Concept:
  The derivative is the slope of the tangent line to a curve at a specific point.
  • Secant line → average change
  • Tangent line → instantaneous change
  As two points get closer together, the secant line becomes the tangent line.
  That limiting process is what defines a derivative.
arrow icon Examples
ll derivative rules are based on one key idea:
  How does a small change in x affect the function?

  If:
    • The function increases → the derivative is positive.
    • The function decreases → the derivative is negative.
    • The function is flat → the derivative is zero.

Derivatives are used in many real-world fields:

Economics:
  Used to analyze marginal cost and profit maximization.

Physics:
  Used to find velocity and acceleration from position functions.

Engineering:
  Used in optimization problems such as designing efficient systems or structures.

Biology:
  Used to model population growth rates and changes in ecosystems.

Machine Learning:
  Used in algorithms like gradient descent to minimize errors in models.

arrow icon Made with ❤ from Scalable!