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
1 answer

The del operator

Given: $E(\mathbf{x})=\mathbf {x^tWx}$ Where x is vector and W is matrix, can anybody explain me how can I easily derive the following equation (If it is correct. If not, what should it be?)? $\nabla E(\mathbf{x}) = \mathbf{Wx} + \mathbf{W^tx}$
Sunny88
  • 1,069
1
vote
1 answer

Math question derivatives?Help

I have to find the derivative of $y=e^{-x/y}$..should I do this by taking the $\ln$ of both sides? Will that give me $y'$?
iwashere
  • 29
  • 2
1
vote
1 answer

Find $\frac{\mathrm{d} }{\mathrm{d} x}\frac{1}{\sqrt[3]{x+2}}$ using only the definition of the derivative

I am trying to find $$\frac{\mathrm{d} }{\mathrm{d} x}\frac{1}{\sqrt[3]{x+2}}$$ using only the definition of the derivative. I have gotten to this point $$\lim_{h \to…
Alpha857
  • 45
  • 1
  • 4
1
vote
1 answer

$n$th derivative of fractional part

everyone. I would like to know are my conclusions right. The question is "what is the $n$th derivative of fractional part". I see the plot of first derivative as a line that is parallel to the OX axe and has gaps when x is an integer, so I can write…
1
vote
1 answer

Implicit Differentiation???

Assume that $y$ is a function of $x$. Find $y' = \dfrac{dy}{dx}$ for $(x-y)^2 = x + y - 1$. I've worked out the problem multiple times, but I continue to get a different answer than the correct answer. First I multiply out the $(x-y)^2$ to…
1
vote
2 answers

$f\colon \mathbb R\to \mathbb R$, prove the implication.

First question: If $f\colon \mathbb R\to \mathbb R$ is differentiable, how would I prove the implication: $f$ is an odd function $\Rightarrow$ $f \mathrm '$ is an even function? Also (aka. second question), is the implication "$f \mathrm '$ is an…
MathBear
  • 246
1
vote
0 answers

How to compute the partial derivatives of the function $L = Y_{ijk} \cdot (X_i(W_j-W_k)^\top)$

If $L = Y_{ijk} \cdot (X_i(W_j-W_k)^\top)$ then what will be the partial derivative of $L$ with respect to $W_j^\top$ and $W_k^\top$ respectively? Are the below solutions correct? $L'(W_j^\top) = 2X_i^\top(X_i(W_j-W_k)^\top-Y_{ijk})$ if…
Russel
  • 11
1
vote
1 answer

calculating the exact x coordinate of a stationary point with an unknown constant in the equation

The curve with equation $y = e^{-ax}(\tan x)$, where $a$ is a positive constant, has only one point in the interval $0 < x < \pi/2$ at which the tangent is parallel to the x-axis. Find the value of a and state the exact value of the $x$-coordinate…
1
vote
1 answer

Why we can multiple dx on both side in df/dx equation

I'm reading about Total Derivative when learning machine learning concept. I'm reading to this: The thing I don't know is: As my knowledge, df/dt looks like a "notation" than a variable. But in this, I see that we can multiple by both side dt. It…
hqt
  • 759
  • 4
  • 9
  • 19
1
vote
1 answer

Is function continuous or not?

This is from a textbook for high school pupils. Derivatives have just been explained. And it is said that if the derivative exists for an argument, then the function is continuous at this point. The task is: determine whether the function is…
Michael
  • 113
1
vote
1 answer

Determine $f'(x)$ when f satisfies $f(a + b) = f(a) + f(b) + ab$ and the limit...

I have: $f(a + b) = f(a) + f(b) + ab$ $\lim_{h \to 0} \frac{f(h)}{h}\ = 7$ So because $f'(0) = \lim_{h \to x} \frac{f(h)- f(x)}{h}\ = 7$ So that shows that $f(x) = 0$ right? But not really sure how to proceed, Played around with $f(a + -a) = f(a) +…
JohnDoe
  • 465
1
vote
2 answers

Where is the absolute value function differentiable?

I have that $f(x) = |x^2 -4x|$ What I've done is trying to define $f(x)$ with the zero values being 0 and 4. But not really sure if that's how I'm supposed to go about solving this.
JohnDoe
  • 465
1
vote
0 answers

How do you take the n'th derivative of Legendre's equation after substituting $\alpha x+\beta=e^t$ in $a_n(\alpha x+\beta)^n y^{(n)}+\dots+a_0y=f(x)$

Background This is from Hobson et al. Mathematical methods. Taking the $\frac{d^n}{dx^n}$ when changing the independant variable to t with the substitution $\alpha x+\beta=e^t$, I don't see what pattern the dots represent, nor how the final…
1
vote
3 answers

Differentiation of e functions

$$e^y - e^x = xy^3$$ Find $\frac{dy}{dx}.$ I have tried logging both sides and have still not be able to find the derivative. I have additionally not been able to find the whole equations as a function of y. Please let me know the necessary steps I…
1
vote
1 answer

Differentiation of log without implicit

$$\frac{3\log_x y}{(\log_y x)^4}=\frac{32}{81}$$ $$y=x^{\frac23}$$ I cannot seem to find any way to "show that the equation of the normal is $y = -3x + 28$ " without using implicit differentiation. This is from my friend's practice papers. He is…