~2 min read • Updated Mar 9, 2026
Introduction to the Derivative of One Function with Respect to Another
In many mathematical and physical problems, we need to compute the rate of change of one function with respect to another.
This concept becomes important when both functions depend on a common variable.
Formal Definition
If we have two functions y = f(x) and u = g(x), the derivative of y with respect to u is defined as:
dy/du = (dy/dx) / (du/dx)This relationship follows directly from the chain rule.
Conceptual Interpretation
The derivative dy/du describes how y changes as u changes, even if there is no direct formula relating them.
This idea is widely used in motion analysis, variable transformations, and dynamic system modeling.
Example 1: Simple Derivative with Respect to Another Function
Suppose:
y = x²
u = x³First compute the derivatives with respect to x:
dy/dx = 2x
du/dx = 3x²Thus:
dy/du = (2x) / (3x²) = 2 / (3x)Example 2: Trigonometric Functions with Respect to Each Other
Suppose:
y = sin(x)
u = cos(x)Derivatives:
dy/dx = cos(x)
du/dx = -sin(x)Thus:
dy/du = cos(x) / (-sin(x)) = -cot(x)Example 3: Composite Functions
Suppose:
y = e^(x²)
u = x² + 1Derivatives:
dy/dx = e^(x²) · 2x
du/dx = 2xThus:
dy/du = (e^(x²) · 2x) / (2x) = e^(x²)Applications of Derivatives with Respect to Another Function
- Analyzing motion in physics (e.g., velocity with respect to position)
- Variable transformations in differential equations
- Modeling dynamic systems
- Computing rates of change in economics and engineering
Conclusion
The derivative of one function with respect to another is a powerful tool for analyzing indirect relationships between functions.
Using the chain rule, it can be computed easily and applied across many scientific fields.
Understanding this concept is essential for advanced topics in differential calculus and mathematical analysis.
Written & researched by Dr. Shahin Siami