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
1
vote
4 answers

Stuck calculating the derivative of $f(x)=\log_{10}{\frac{x}{1+\sqrt{5-x^2}}}$.

I have to calculate the derivative of this: $$f(x)=\log_{10}{\frac{x}{1+\sqrt{5-x^2}}}$$ But I'm stuck. This is the point where I have arrived: $$f'(x) = \frac{(1+\sqrt{5-x^2})(\sqrt{5-x^2})+x^2}{x(\ln 10)(1+\sqrt{5-x^2})(\sqrt{5-x^2})}$$ How can I…
1
vote
1 answer

Which of the following implies that the function has an inflection point at x=c?

There is this multiple choices question in my book and I think three answers are right, the other two are obviously wrong Those three are A) $f''(x)$ changes signs at $x=c$ B) f is the stand cubic function and c=0 ( I think this is only true for…
Dahen
  • 339
  • 2
  • 14
1
vote
1 answer

The derivative of periodagram

The periodagram is defined as $I(f)= \left |\frac{1}{N}\sum_{n=0}^{N-1} x[n]\exp(-j2\pi fn) \right |^2$. If we represent it based on sinusoidal functions we have $I(f)= [\frac{1}{N}(\sum_{n=0}^{N-1} x[n]\cos(2\pi fn))^2+(\sum_{n=0}^{N-1}…
user494522
1
vote
1 answer

Derivative indicator function

I am wondering what is the derivative of the following function with respect to $x(t)$ in sense of distributions. $$ I\left(\int_0^t x(\tau)d\tau \leq c\right) $$ where $I$ is the indicator function and $c$ is a constant.
ogn
  • 125
1
vote
1 answer

Product derivative rule

Say we have a rectangle where the sides lengths are given by $w(t)$ and $l(t)$. Then the area of the rectangle is $A(t) = w(t) l(t)$. Say that we calculate the area at a given time $t_0$. We will call $w_0 = w(t_0)$ and the same for $l_0$ and…
1
vote
1 answer

why are we ignoring universal constant function in derivative of sigmoid function?

Please take a look at my case: $$ t(x)=1/(1+exp^{-x})\\therefore\ we\ can\ create\ three\ functions: \\f(x)=exp^{-x}\\g(f(x)) = 1+f(x)\\c(g(f(x)) = 1/g(f(x))\\ $$ we know $$t'(x) = t(x)*(1-t(x))$$ and i think it should be: $$t'(x) =…
1
vote
1 answer

Higher order derivatives of a simple rational function

Consider $$f(z) = \frac{(p_1z^2+p_2z+p_3)^n}{1-z}\quad z\in \mathbb{R}$$ where $p_1+p_2+p_3 = 1$. I want to find a closed form solution for $f^{(k)}(0)$ where $1\le k \le 2n$. Substituting $1-z=-t$ reduces the function to $$g(t) =…
dexter04
  • 1,971
1
vote
3 answers

Formula for the large derivative

Is there any formula for the large number derivative? I need to find $y^{(100)}$ at $x=0$, if $y=(x+1)2^{x+1}$ I tried to find a pattern, but 2nd and 3rd derivatives are already too hairy. I see no pattern, how it evolves. 1st derivative…
1
vote
1 answer

How do I calculate the derivative of a square root?

I have the following funtion: f(x) = 3-½√(6-4x) Now, I would have no idea how to calculate the derivative and the answer booklet doesn't make it any more obvious because according to the answers it should be: f'(x) = 0-½ . -4 . 1/2√(6-4x) =…
1
vote
2 answers

Maximize the volume of a cone

How do I maximize the volume of a cone which is inscribed inside a sphere of radius $r$. I know that $V=\pi r^2h$. But how do you inscribe that into a sphere with radius $r$.
1
vote
0 answers

Derivative of $\theta=(\bar{X},X_i)$ with respect to $X_i$?

Given a sample of random variables $X_1,\ldots,X_n$ and the vector $\theta=(\bar{X},X_i)$? What is the derivative of $\theta=(\bar{X},X_i)$ with respect to $X_i$ and with respect to $\bar{X}$? where $\bar{X}$ is the average of the sample. I'm…
Nooob
  • 81
1
vote
1 answer

Can we apply u/v rule to dy/dx?

Single derivative of a function y is dy/dx. To find double derivative we write d²y/dx² or d(dy/dx)/dx. So it is correct to write it as [d(dy)dx-d(dx)dy]/(dx)² ?
1
vote
3 answers

Why is $f(x)$ here not changing as 12 times as x is chanigng?

Here we have $f(x)=x^{3}$, if we substitute x with 2, we will get $f(2)=8$. Now if we took the derivative of $f(x)=x^{3}$, we will get $f'(x)=3x^{2}$, and $f'(2)=12$. We can tell from this that a change in x, will change $f(x)$ 12 times as fast as x…
Friedrich
  • 487
1
vote
1 answer

what is difference between derivative and and covariantderivative

What is the difference between derivative and covariant derivative? I realized that $\dfrac {d^2x^a}{ds^2}\ne 0$ while $\dfrac {D^2x^a}{Ds^2}=0$. Why is it like this?
Neo
  • 610
1
vote
1 answer

What kind of equations are differentiable?

F(n) = F(n-1) + F(n-2) Is this differentiable? How or why not? I understand how to differentiate equations like x**3 + 2x**2 + 3x + 5. But this is a recurrence relation and I don't know how it is differentiated. I'm trying to understand the rate of…