Selected topic
Differential Calculus
Prefer practical output? Use related tools below while reading.
f(x) is denoted by f'(x) or dy/dx (if the function is y = f(x)).
f(x) = x^n, then f'(x) = nx^(n-1)f(x) = x^2, so f'(x) = 2x
f(x) = g(x) + h(x), then f'(x) = g'(x) + h'(x)f(x) = 2x + 3, so f'(x) = 2 (since the derivative of a constant is 0)
f(x) = g(x)h(x), then f'(x) = g'(x)h(x) + g(x)h'(x)f(x) = x^2 sin(x), so f'(x) = (2x)sin(x) + x^2 cos(x)
y = f(g(x)), then dy/dx = f'(g(x)) \* g'(x)y = sin(2x), so dy/dx = 2 cos(2x)
f(x) = g(x)/h(x), then f'(x) = (h(x)g'(x) - g(x)h'(x)) / h(x)^2f(x) = x^2 / sin(x), so f'(x) = ((sin(x))(2x) - x^2(cos(x))) / sin(x)^2