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

On the differentiability of $f(r,\theta,h)=(r\cos\theta,r\sin\theta,h)$

My question is: Show that $f(r,\theta,h)=(r\cos\theta,r\sin\theta,h)$ is differentiable in $\mathbb{R}^3$? My answer is: Since $r\cos\theta$, $r\sin\theta$ and $h$ are differentiable in $\mathbb{R}^3$ then $f$ is differentiable. Does my answer is…
1
vote
0 answers

the first derivative of a complicated norm

I would like to take the first derivative of a norm like this. I got the answer, but I am here to double check. Thank you. $$\frac{d}{dx'}\left\{\exp\left[-\frac{\|x'-x\|^2} \theta \right]\right\},$$ where $\theta$ is a constant. $x'$ and $x$ are…
Sophia
  • 111
1
vote
3 answers

Partial derivative: Why does substitution order matter?

Simple example: $f(x) = x \cdot g(x) \cdot h(x)$ $g(x) = 5x^2$ $h(x) = 2x^3$ First, derive $f$ by $x$, then substitute $g$ and $h$: $\frac{\partial f}{\partial x} = g(x) \cdot h(x) = 10x^5$ And now the other way round, substitute and then…
Foo Bar
  • 457
1
vote
1 answer

Differentiate the function $v = \left(\sqrt{x}+\frac 1 {x^{1/3}}\right)^2$

Differentiate the function $$v = \left(\sqrt{x}+\frac 1 {x^{1/3}}\right)^2$$ I tries using the power rule, but it did not work out. Any help would be much appreciated!
1
vote
2 answers

How do I find this derivative?

I need to find the derivative of this $[f(x)]^{g(x)}$.What rule of differentiation do I use ?. I don't think the power rule is applicable in this case.
1
vote
1 answer

On the differentiability of $\frac{\sin(x^2)+\cos(y^2)}{\sqrt{x^2+y^2}}$

Does this function $f:\mathbb{R^2}\to\mathbb{R}$ defined by: $$\frac{\sin(x^2)+\cos(y^2)}{\sqrt{x^2+y^2}}$$ differentiable at the origin? Thank you
1
vote
0 answers

Minimum distance between $e^x$ and $ln x $

We have to find minimum distance between $e^x$ and $ln x$ I thought they are mirror image along $y=x$ . So the point which would be at minimum distance would have slope -1 . from that I got the answer as $\sqrt 2$ . which is correct . But I want to…
1
vote
1 answer

About derivative of area of moving semi-circle

A metallic wire bend in the form a semi-circle of radius 0.1 m is moved in direction parallel to its plane, But perpendicular to a magnetic field b=20mT with a velocity of 10m/s. What is the induced emf in the wire? Im stuck at finding $\frac…
Shobhit
  • 6,902
1
vote
2 answers

Differentiable at a point definition.

Let $f: A \subseteq \mathbb{R} \to \mathbb{R}$ and $a\in A.$ We say that, when $$\lim_{x\to a} \frac{f(x)-f(a)}{x-a}$$ exists, then the function $f$ differentiable at $a \in A$. So, does the point $a \in A$ is a limit point of $A$ or is interior…
Almot1960
  • 4,782
  • 16
  • 38
1
vote
2 answers

How to differentiate $\left(\frac{d}{dt}\left(x\right)\right)^2$?

How does $\frac{d}{dt}\left(\frac{1}{2}m\left(\frac{d}{dt}\left(x\right)\right)^2+\frac{1}{2}kx^2\right)$ = 0 equals to m$\frac{d^2}{dt^2}\left(x\right)$ + kx = 0
Unichai
  • 13
  • 3
1
vote
0 answers

Second order derivative, answer check

Dear Ladies and Gentlemen, I have been studying for $9$ hours already and I am going probably insane a bit, but I have a feeling our teachers assistant made a mistake when calculating the second order derivative. I strongly believe she forgot the…
J O
  • 15
1
vote
3 answers

Understanding the derivative geometrically

I always seen the derivative of a function $y=f(x)$,$\frac{dy}{dx}$ at $x_1$ as the slope of the line tangent to the curve $y=f(x)$ drawn at $y=f(x_1)$.But I often fail to appreciate this when $\frac{dy}{dx}=0$ at some point $x_1$ . Can anyone…
user43081
1
vote
1 answer

Theorems of differentiability

Addition of non differentible and differentiable function is always non differentible . But is the subtraction of non differentible and differentiable function is also always non differentible ?. Here is one example f(x)=sin(|x-1|)-|x-1| check…
Raunii
  • 19
1
vote
1 answer

marginal revenue and marginal cost and the relationship to profit

now the profit, p(x) = revenue(r(x)) - cost for manufacture (c(x)) is a universal truth. If it's negative means it's just a lost and not profit. The profit should be maximum when p'(x) = 0. As can be seen: but, what if the function for r(x) and…
1
vote
1 answer

Property of derivative of sigmoid function - ex cs229

The context is these notes ( https://see.stanford.edu/materials/aimlcs229/cs229-notes1.pdf ) page 17. From here: $\frac{1}{{(}{1}\hspace{0.33em}{+}\hspace{0.33em}{e}^{{-}{z}}{)}^{2}}\hspace{0.33em}\cdot\hspace{0.33em}{(}{e}^{{-}{z}}{)}$ To…