Questions tagged [derivatives]

Questions on the evaluation of derivatives or problems involving derivatives (for example, use of the mean value theorem).

The derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value)

Derivative of a function has a very natural geometric and physical interpretation: it corresponds to slope of the tangent line and to instantaneous velocity. In applications, it usually describes the rate of change of a physical variable.

Basic techniques used for computing the derivative of a given function are

It is useful to know the derivatives of elementary functions. This tag is intended for questions on the evaluation of derivatives.

Derivatives may be generalized to functions of several real variables. In this generalization, the derivative is reinterpreted as a linear transformation whose graph is (after an appropriate translation) the best linear approximation to the graph of the original function. The Jacobian matrix is the matrix that represents this linear transformation with respect to the basis given by the choice of independent and dependent variables. It can be calculated in terms of the partial derivatives with respect to the independent variables. For a real-valued function of several variables, the Jacobian matrix reduces to the gradient vector.

33197 questions
7
votes
6 answers

why there is no derivative in sharp turns?

why there is no derivative in sharp turns in functions? I understand that it may be difficult or impossible to actually draw a tangent at that point, but is there a mathematical proof that there is no derivative in sharp turns? thanks!
trig
  • 133
7
votes
3 answers

Difference between strictly increasing and increasing functions

What is the precise difference between strictly increasing and increasing functions?? I see these terms being thrown around a lot My guess is that strictly increasing mean that derivative is only greater than 0 and in case of just increasing…
7
votes
2 answers

What is the difference between exact and partial differentiation?

My understanding of partial $\left( \frac{\partial}{\partial} \right)$ and total $\left( \frac{d}{d} \right)$ differentiation/derivative is that assuming $f(x_1, x_2, ...,x_n )$ where $x_i$s are not necessarily independent: $$\frac{d f}{…
Foad
  • 431
7
votes
4 answers

derivative of $\left(\frac{\ 1}{3x}\right)$ using limit definition.

I'm trying find derivative of $\left(\frac{\ 1}{3x}\right)$ using limit definition. I do this: $(\left(\frac{\ 1}{3x+h}\right) - \left(\frac{\ 1}{3x}\right))/h$ $(\left(\frac{\ 1}{3x+h}\right)(3x) - \left(\frac{\…
7
votes
4 answers

Differentiate equation with parenthesis

I have a problem. I'm studying calculus, but I don't have a good math background, so I have a problem: I don't know well how to differentiate an equation with parenthesis. The equation is the following: $f(x) = 25x^3(x-1)^2$ Is it correct to use the…
Simone C.
  • 225
7
votes
2 answers

Is there any function continuous in $R$ and differentiable in rational numbers with zero derivative?

I'm looking for a function continuous in $R$ and differentiable in all rational numbers and it's derivative should be $0$.But not the constant function. And there is a same question about irrational numbers. Can any one help??
Bahar
  • 135
7
votes
2 answers

Numerical force due to Lennard Jones potential

I am stuck with a problem related to simulating a Lennard-Jones system. The Lennard Jones potential is $U(r) = 4\epsilon [ \frac{\sigma^{12}}{r^{12}} - \frac{\sigma^6}{r^6} ]$. Hence the force will be $F(r)=-\frac{\partial{U(r)}}{\partial{r}}= 48…
7
votes
2 answers

'What is $\partial [x^\top x]/\partial x$' debate

For $x \in \mathbb R^n$ , is $\frac{\partial[x^Tx]}{\partial[x]}$ equal to $2x$ or $2x^T$? There are a lot of discrepancies about this, such as Vector derivation of $x^Tx$. Another example of the discrepancy is the following, Computing…
ajfbiw.s
  • 375
7
votes
4 answers

How to apply the definition of a derivative with a piecewise function?

Given the function: $$f(x) = \begin{cases} x^2+1 & \text{if $x\ge0$} \\ x^2-1 & \text{if $x < 0$} \end{cases}$$ Question: are we justified to say that the derivative at $f(0)$ exists? If so, what is $f'(0)$? And how do we justify it? Of course I do…
7
votes
8 answers

Infinite number of Derivatives

Is there a kind of function (other than trigonometric) that you can take infinite amount of derivatives without it ever becoming 0. Algebraic functions now matter how long, or how many powers it has it can eventually be derived to 0. I am not…
6
votes
2 answers

Hyperbolic Functions (derivative of $\tanh x$)

$$\sinh(x) = \frac{1}{2(e^x - e^{-x})}$$ $$\cosh(x) = \frac{1}{2(e^x + e^{-x}}$$ $$\tanh(x) = \frac{\sinh (x)}{\cosh (x)}$$ Prove: $$\frac{d(\tanh(x))}{dx} = \frac{1}{(\cosh x)^2}$$ I got the derivative for $\tanh(x)$ as: $$\left[ \frac{1}{2(e^x +…
Amandha
  • 65
6
votes
0 answers

Generalisation of kth derivative to real values of k

The answer to this question is most likely no, but I'm asking anyway: Assume that $f\in C^n(\mathbb {R,R})$. Is their any natural generalisation of the map $$\{1,2,\ldots,n\}\to C(\mathbb{R, R})\\k\mapsto f^{(k)}$$ to a map $$ [1,…
Gaussler
  • 2,766
6
votes
2 answers

If $\int f(x) \sin{x} \cos{x}\,\mathrm dx = \frac {1}{2(b^2 - a^2)} \log f(x) +c $. Find $f(x)$

Problem: If $\int f(x) \sin{x} \cos{x}\,\mathrm dx = \frac {1}{2(b^2 - a^2)} \log f(x) +c $. Find $f(x)$ Solution: $\int f(x) \sin{x} \cos{x}\,\mathrm dx = \frac {1}{2(b^2 - a^2)} \log f(x) +c $ Differenting both sides,we get $ f(x) \sin{x} …
rst
  • 2,031
6
votes
2 answers

Differentiability only in isolated point

Do functions exist, which are differentiable in a point, but not in a neighborhood of this point? Is $e^{\frac{1}{W(x)-2}}$, where W is the Weierstrass function, maybe an example of a such function?
Bananach
  • 7,934
6
votes
4 answers

What is the difference between exponential symbol $a^x$ and $e^x$ in mathematics symbols?

I want to know the difference between the exponential symbol $a^x$ and $e^x$ in mathematics symbols and please give me some examples for both of them. I asked this question because of the derivative rules table below contain both exponential symbol…