A partial derivative of a function of several variables (e.g., f(x, y)) is its derivative with respect to one of those variables, while holding all other variables constant.
Let z = f(x, y).
To calculate, treat 'y' as if it were a constant (like '5') and differentiate f with respect to 'x' normally.
To calculate, treat 'x' as if it were a constant and differentiate f with respect to 'y' normally.
Example: Let f(x, y) = 2x³y + sin(y) - x⁴
We can differentiate again to find second-order partial derivatives:
For most "well-behaved" functions (if the mixed partials are continuous), the order of differentiation does not matter.
∂²f/∂y∂x = ∂²f/∂x∂y (or fₓᵧ = fᵧₓ)
A function f(x, y) is a homogeneous function of degree n if, for any constant t, it satisfies the following property:
f(tx, ty) = tⁿ * f(x, y)
A function f(x, y) is homogeneous of degree n if it can be written in the form:
f(x, y) = xⁿ * g(y/x) OR f(x, y) = yⁿ * h(x/y)Example: f(x, y) = (x³ + y³) / (x - y)
This theorem provides a powerful relationship between a homogeneous function (of two variables) and its partial derivatives.
If f(x, y) is a homogeneous function of degree n, then: x * (∂f/∂x) + y * (∂f/∂y) = n * f
Problems often ask you to "verify" the theorem, or use it to find the value of x * (∂f/∂x) + y * (∂f/∂y) without full differentiation.
Example (Deduction): If u = tan⁻¹((x³ + y³) / (x - y)), find x(∂u/∂x) + y(∂u/∂y).
For a curve given by y = f(x), the derivative dy/dx at a point (x₁, y₁) represents the slope of the tangent line at that point.
Let m = (dy/dx) at (x₁, y₁)
Using the point-slope form Y - y₁ = m(X - x₁):
Y - y₁ = (dy/dx) * (X - x₁)
(We use capital Y and X for the equation of the line, to distinguish from the point (x₁, y₁) on the curve).
The normal line is perpendicular to the tangent line. Its slope is the negative reciprocal of the tangent's slope.
Slope of normal = -1 / m = -1 / (dy/dx)
Y - y₁ = (-1/m) * (X - x₁)
(X - x₁) + m * (Y - y₁) = 0
These are lengths on the x-axis related to the tangent and normal lines.
Let P(x, y) be a point on the curve. Let the tangent at P meet the x-axis at T. Let the normal at P meet the x-axis at N. Let M be the foot of the perpendicular from P to the x-axis (so M = (x, 0)).
Length of Subtangent = | y / m | = | y / (dy/dx) |
Length of Subnormal = | y * m | = | y * (dy/dx) |
For a curve given in polar coordinates as r = f(θ).
Let φ (phi) be the angle between the radius vector (from origin to P(r, θ)) and the tangent line at P.
The formula relating r, θ, and φ is: tan(φ) = r / (dr/dθ) = r * (dθ/dr)
This is less common, but the equation of the tangent line at a point (r₁, θ₁) is given by:
r₁ / r = cos(θ - θ₁) - tan(φ₁) * sin(θ - θ₁)Where φ₁ is the value of φ at (r₁, θ₁).
The slope of the tangent line in Cartesian coordinates (m = dy/dx) can be found using:
x = r cos(θ), y = r sin(θ) dy/dx = ( (dr/dθ)sin(θ) + r*cos(θ) ) / ( (dr/dθ)cos(θ) - r*sin(θ) )You can then use this 'm' in the Cartesian tangent/normal equations.
These are lengths defined differently than their Cartesian counterparts.
Draw the tangent and normal lines at a point P(r, θ). Draw a line through the origin (pole) O perpendicular to the radius vector OP. This new line intersects the tangent at T and the normal at N.
Length of Polar Subtangent = | r² * (dθ/dr) | = | r * tan(φ) |
Length of Polar Subnormal = | dr/dθ | = | r * cot(φ) |