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
5
votes
2 answers

How to determine a derivative if the derivative is dependent itself?

Let's suppose I've got a function $f(x)$ where I'd like to differentiate with respect to $t$, but $t$ depends on $x$: $t(x)$. Thus the whole linked derivative thing: $\dfrac{\mathrm{d}f(x)}{\mathrm{d}t(x)}$. Is this possible at all? Alternatively I…
Leon
  • 1,117
5
votes
1 answer

Calculating of derivative

I'm a little confused with using derivatives. I understand that derivatives respond to question how result of function changes when input of function changes However I do not understand why we calculate derivative of $f(x) = x^2$ instead of…
5
votes
3 answers

Help differentating $f(x) = \sqrt\frac{x^2-1}{x^2+1}$

The equation I'm trying to differentiate is, $ f(x) = \sqrt\frac{x^2-1}{x^2+1}$ and I know the answer is meant to be $$=\frac{\frac{x\sqrt {x^2+1}}{\sqrt {x^2-1}}-\frac{x\sqrt {x^2-1}}{\sqrt {x^2+1}}}{x^2+1}$$ But when I do the working out I get…
DrMolo
  • 55
5
votes
4 answers

Why $(\max\{0, x\})^n$ is a differentiable function?

I am reading this post that proves why $\max\{0,x\}$ is not differentiable. But why $(\max\{0, x\})^n$ for $n>1$ is differentiable?
Thoth
  • 863
5
votes
2 answers

Given second and first derivatives at 2 points, prove that some point in between them has third derivative greater than or equal to 24.

Let $f$ be a function that is $C^3$ on an open interval containing $[0,1]$ - that is, the third derivative $f'''$ exists and is continuous on an open interval containing $[0,1]$. Assume that $f(0) = f'(0) = f''(0) = 0$ and that $f'(1) = f''(1) =…
5
votes
3 answers

Derivative of the variance wrt $x_i$

As the title states, I want to find the derivative of $$\frac{1}{N}\sum_i (x_i - \mu)^2$$ w.r.t $x_i$ (note that $\mu$ is also another function of $x_i$, of course). I've tried solving it and got the following result $$\frac{2(N - 1)}{N^2}\sum_i…
5
votes
6 answers

Why every point of a function where differentiation exists has only one tangent?

Can anyone help me out? Why every point of a function where differentiation exists has only one tangent? I know the slope at any point of any function is defined by differentiation at that point.But there may be another straight line which touches…
anonymous
  • 2,331
  • 14
  • 29
5
votes
1 answer

Discontinuous derivative *not* by oscillation

All the differentiable functions that I have ever seen whose derivative is discontinuous, achieve this discontinuity by oscillating: See, e.g., this question. Is it possible to construct differentiable functions where the discontinuity of the…
temo
  • 5,237
5
votes
1 answer

Solve $f'(x) = 0$ and set up a sign chart for $f'$.

I understand how my teacher got the two $x$ values, but why didn't he solve for $e^x=0$? I know he did $x=0$ which is $0$ $x+2=0$ which is $-2$ so why no $e^x=0$? is there even an answer for that? I don't think there is right?
Elsa
  • 902
  • 1
  • 11
  • 24
4
votes
1 answer

If $f $ is differentiable at $(x,y)$ then $ f_{xy}$ exists at $(x,y)$?

Suppose $f:{\bf R}^2 \rightarrow {\bf R}$ is once differentiable at a point $p$. Does it follow that $f_{xy}$ (the derivative of $f $ w.r.t to $x$ and then w.r.t to $y$) exist at $p$?
TheGeometer
  • 2,515
4
votes
1 answer

Differentiability in $f:\mathbb{R}^2 \to \mathbb{R}^2$ v/s $g:\mathbb{C} \to \mathbb{C}$

I was reading around stuff on differentiability in $\mathbb{C}$ and wondered whether it is same as differentiability in $\mathbb{R}^2$. I approached a professor and gave me an example and asked me to think over it. $f:\mathbb{R}^2 \to \mathbb{R}^2$,…
4
votes
2 answers

How do we know when two curves touch each other?

What are the conditions of two curves touching each other? A necessary condition for this is that the derivative for both the curves should be the same at the point of intersection. But that doesn't seem to be sufficient, as in the case of $y = x^3$…
yomayne
  • 360
4
votes
1 answer

How does the chain rule work for more than one variable?

I know that that $$\dfrac{d\sqrt{x}}{dt} = \dfrac{d\sqrt{x}}{dx} \dfrac{dx}{dt}$$ In this equation there you only have 1 variable, namely $x$. But why is the following correct?: $$T = \frac{1}{2} m \left(v_{x}^2 + v_{y}^2 + v_{z}^2…
user50224
  • 966
4
votes
1 answer

Application of Mean Value Theorem and Interval

Using the mean value theorem establish the inequality $$7\frac{1}{4}<\sqrt{53}<7\frac{2}{7}$$ This is obviously a true statement but can you help me form the interval and what function I should use to prove this using the mean value theorem? I've…
user2553807
  • 1,245
  • 25
  • 46
4
votes
1 answer

Find the equation of the tangent line to the curve at the given point. $y = 1+2x-x^3$ at $(1,2)$

I have the equation $y = 1+2x-x^3$ and the point $(1,2)$. When I work it out I come up with the derivative of $2-3x^2$. When I apply the point I come up with a slope of $-1$ and a tangent line of $y=4-x$. Can someone work it out and confirm my…
wolfcall
  • 401