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
6
votes
4 answers

Taking the derivative of x

Let's see I have the following equation $$ x=1 $$ I take the derivate of both sides with respect to $x$: $$ \frac{\partial }{\partial x} x = \frac{\partial }{\partial x}1 $$ Therefore, $1=0$. Clearly, that is not the right approach. So what is the…
Anon21
  • 2,581
6
votes
1 answer

Find the general form of $n$th derivative $f(x) = \ln(1+x)$

I think I am doing it the correct way but I am not sure. Is it $$(-1)^{n+1}n!(1+x)^{-n} ?$$ Thank you guys.
nicolas
  • 99
6
votes
4 answers

Math question please Rolle theorem?

I have to prove that the equation $$x^5 +3x- 6$$ can't have more than one real root..so the function is continuous, has a derivative (both in $R$) . In $R$ there must be an interval where $f'(c)=0$, and if I prove this,than the equation has at least…
6
votes
3 answers

How do I calculate derivative of sgn(x)

We know $|x| = \sqrt(x^2)$, determine the second derivative $\frac{d^2}{dx^2}|x|$, So the first derivative is sgn(x), but how do I get the second?
JohnDoe
  • 465
6
votes
3 answers

Real life situation for an implicit function

What could be an example of a real life situation for which an implicit function may arouse? In real life, while plotting a value against the other, wouldn't it be the case that the function would not be implicitly defined? This relates to the…
bzal
  • 560
6
votes
1 answer

Is Cosine the only function satisfying $ f'(x)= f(x+\frac{\pi}{2})$?

Basically most of us know that $\frac {\textrm{d}}{\textrm{d}x} \cos x = -\sin x$ . Also $ \cos (x+\frac{\pi}{2})=-\sin x$ That makes $$ \frac {\textrm{d}}{\textrm{d}x} \cos x = \cos (x+\frac{\pi}{2}) $$ So, out of curiosity I wondered what other…
Carw Lucas
  • 137
  • 4
6
votes
5 answers

The derivative of $x!$

I was trying to calculate the derivative of $x!$ but i ran into a large amount of numbers. Is it even possible to calculate it? Because in an app called GRAPHER when i type in $(x!)'$ it returnes the graph of this function. Here it is:
Xygo
  • 111
  • 4
6
votes
2 answers

Partial derivative definition

What is the partial derivative of $$\frac{\partial x}{\partial y}$$ when $x$ and $y$ are a part of a function $f(x,y)$? Using an example of: $$f(x,y) = x+y$$ Given the definition of holding all else constant and varying x with respect to y (thus…
Dole
  • 2,653
6
votes
4 answers

$n$-th derivative of $\sin^k(x)$

I would like to know if there is a general formula to calculate the $n$-th derivative of $\sin^k(x)$ evaluated at $x=0$, that is, $$\left.\frac{d^n}{d x^n} (\sin^k(x))\right|_{x=0}$$ with $0\leq k \leq n$.
ppooppii
  • 311
6
votes
2 answers

Find the maximum value of $72\int\limits_{0}^{y}\sqrt{x^4+(y-y^2)^2}dx$

Find the maximum value of $72\int\limits_{0}^{y}\sqrt{x^4+(y-y^2)^2}dx $ for $y\in[0,1].$ I tried to differentiate the given function by using DUIS leibnitz rule but the calculations are messy and I tried to solve directly by integrating it but…
Brahmagupta
  • 4,204
6
votes
1 answer

Higher mixed partial derivatives of $e^{f(x)}$

I have a function $g(x) = e^{-f(x)}$, $x = (x_1,x_2,...,x_n)$. Is there some compact and beautiful formula for the derivative $\frac{\partial^{|\alpha|}}{\partial x_1^{\alpha_1}...\partial x_n^{\alpha_n}}g(x)?$ Maybe in the case of $n=2$?
Appliqué
  • 8,576
5
votes
1 answer

Partial Derivative of the one variable function

This is from my exam: 1) Calculate partial derivative $f'(10)$ of the function: $$f(x)=\frac{1-\log x}{1+\log x}.$$ This is a function of only one variable, why do they use the term 'partial' ? Are the terms derivative and differential…
Fsantus
  • 71
5
votes
2 answers

Is $\dot u/\dot \phi$ is the same as $\mathrm du / \mathrm d\phi$?

I have two functions $u$ and $\phi$ given. I am not sure what they depend on, but I think that it is a common variable $\tau$. So $u(\tau)$ and $\phi(\tau)$. Then $\dot u$ is the derivative of $u$ with respect to $\tau$. The derivation of a problem…
5
votes
3 answers

Find the derivative of $\frac{(2x−1)e^{−2x}}{(1−x)^2}$

I need to find the derivative of $$\frac{(2x−1)e^{−2x}}{(1−x)^2}$$ I seems very complex to me so I'm wondering if there is a rule or formula I should be using? I attempted it using the chain rule first for the numerator (since I have $ ( 2 x- 1)$…
5
votes
3 answers

Polynomial or Exponential

PROBLEM: Let $f(x)$ be a polynomial function. It is known that for every $x$: $$ f'(x) \leq f(x) $$ Prove/disprove: For every $x$: $$ f(x) \geq 0 $$ MY INTUITION: Suppose by contradiction that $f(z)<0$ for some $z$. Then $f'(z)<0$ too, so $f$ must…