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

Is $\sin^2(x)$ the same as $\sin x^2$?

I'm working with derivatives and need to know if $\sin^2(x)$ the same as $\sin(x^2)$? I almost don't want to ask because my last question was closed. It was a valid question and so is this one. I've been trying to find the answer on my own but the…
Monica
  • 145
3
votes
1 answer

A Question about Hessian of log function (general form)

Sincerely hope to ask how to obtain the RHS? Should I consider ln(10) among the process of d(log(x))/dx? Thanks!
sleeve chen
  • 8,281
3
votes
3 answers

How to prove that $d \sin(x)/dx = \cos(x)$ without circular logic such as L'Hôpital's rule?

How do I prove that the derivative of $\sin$ is $\cos$ without resorting to L'Hôpital's rule (circular logic)? This part is easy: $$ \begin{align*} \sin'(x) &= \lim_{\Delta x \to 0} \frac{\sin(x + \Delta x) - \sin(x)}{\Delta x} \\ \sin'(x) &=…
user541686
  • 13,772
3
votes
1 answer

Directional derivatives of $f \mapsto \max f$

Consider the functional $\Psi \colon C^{0}([0,1]) \to \mathbb R$ defined by $$ \Psi(f):=\max_{x \in [0,1]} f(x) $$ Find the directional derivative (if it exists) in the generic point $f$ in the generic direction $g$. I should find the…
Romeo
  • 6,087
3
votes
1 answer

How do you differentiate a function with respect to the negative of its variable?

How do you differentiate a function with respect to the negative of its variable. For example, is it true that df(-x)/dx = - df(x)/dx? If so, why is it?
Kyle
  • 31
3
votes
4 answers

Why does f' = 0 gives the min or max?

I understand how to calculate it, but I am just curious, why actually it works? Do we have a proof that it always works?
hey
  • 209
3
votes
1 answer

How to show the monotonicity of $\frac{1+ny}{1-y^{n+1}}-\frac{1}{1-y}$?

The question is to prove that $\dfrac{1+ny}{1-y^{n+1}}-\dfrac{1}{1-y}$ is a decreasing function in $y$ for $y>1$, where $n$ is a positive integer. My first thought is to take the derivative and show the sign is negative. But it seems the…
ipmser
  • 31
  • 1
3
votes
1 answer

How to make a piecewise function differentiable?

I have the following question: Suppose $$f(x) = \left\{\begin{array}{cc}x^2 & \text{if }x\leq 2 \\ mx+b& \text{if }x>2\end{array}\right.$$ If $f$ is differentiable everywhere, then what are the values of $m$ and $b$? How exactly would I be able to…
3
votes
5 answers

Derivatives, when to use the chain rule, and when to use the formula.

When should I use the formula below, and when should I use the chain rule? Or does it not matter? I find using chain rule to be much faster and easier to solve. $$\lim_{x \to 0} \frac{f(x+h)-f(x)}{h}$$
3
votes
3 answers

Finding the tangent line to a curve

Find an equation for the tangent line to the curve $$x\sin(xy-y^2)=x^2-1$$ through the point $(1,1)$.
3
votes
2 answers

Is there a "hidden" product-rule in every derivative?

This is a very quick question, and it might be pretty basic. But as a preface, I plan to dive into the actual proofs behind the derivative rules after this post, but I would like to see if my intuition is correct here first! I was toying around with…
ZenPyro
  • 85
3
votes
0 answers

I can't solve this derivative problem which contains $\cos x$ and $\sin x$

I want to calculate the derivative of the following function $$ y = {(\cos x - 1)}^{\sec x - 1}$$ I searched and found a video on YouTube which started solving this by applying natural logarithm in both sides. $$ \ln (y) = \ln {(\cos x - 1)^{\sec x…
3
votes
1 answer

Derivative-ish of $f^2(x)$

The problem is as follows: $f$ is differentiable at $x$. Show that $\lim_{h\rightarrow 0}\frac{f^2(x+3h)-f^2(x-h)}{h}$ exists and find its value. Note that $f^2(a)$ just means $[f(a)]^2$. Well, basis calculus tells me the answer should be…
3
votes
2 answers

Derivative of the Dirac delta function

So, I was reading about the Dirac delta function and how its differentiation works. So, pretty much all texts and online sources I saw, define it using the integral: $$ \int_{-\infty}^{+\infty}x\dfrac{d\delta(x)}{dx} dx= \left.…
3
votes
3 answers

Can I apply power rule to the derivative of constant function?

I just saw someone trying to show $\frac{d f(x)}{d x}=\frac{d k}{d x}=0$ by arguing that $$f(x)=k=k\cdot x^0;$$ thus, according to the power rule, $f'(x)=0\cdot k x^{-1}=0.$ I wonder if this is mathematically valid in terms of general application…
jck21
  • 141
  • 4