Tool to calculate the domain of definition of a function f(x), ie. the set of values x which exists through the derivative f'(x).
Domain of Derivative of a Function - dCode
Tag(s) : Functions
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The domain of derivability of a function is the domain of definition of the derivative of the function.
Calculating the derivation domain of a function, noted $ D_{f'} $, is to calculate the set of definition of its derivative function. Check in $ \mathbb{R} = ] -\infty ; +\infty [ $, the values for which the derivative function is not defined. That is, the values of $ x $ such that $ f'(x) $ does not exist.
The calculation of the derivation domain is thus composed of 2 steps:
Step 1: Calculate the derivative of the function
Step 2: Calculate the definition domain of the derivative calculated at step 1
Example: $ f(x) = \ln(x) = \log(x) $ is defined over $ \mathbb{R}^{*+} = ] 0 ; +\infty [ $, its derivative is $ f'(x) = \frac{1}{x} $. Which definition domain is $ D_{f'} = \mathbb{R}^* = ] - \infty ; 0 [ \cup ] 0 ; +\infty [ $
A rational function of the form $ f(x) = \frac{P(x)}{Q(x)} $ has the same definition domain as its derivative. So any rational function is derivable on its own domain of definition.
Indeed, the derivative $ f'(x) = \frac{ P'(x)Q(x) - P(x)Q'(x) }{ Q(x)^2 } $ does not modify its domain of definition.
A function is differentiable only on the set of values where it is continuous, and therefore, it is continuous only on the values where it is defined.
Thus, the domain of derivability of a function is a subset of its domain of definition.
dCode retains ownership of the "Domain of Derivative of a Function" source code. Except explicit open source licence (indicated Creative Commons / free), the "Domain of Derivative of a Function" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Domain of Derivative of a Function" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Domain of Derivative of a Function" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Domain of Derivative of a Function" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Domain of Derivative of a Function on dCode.fr [online website], retrieved on 2024-11-21,