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

Partial derivatives in circular permutation

So, we know from thermodynamics that (dy/dx)(dx/dz)(dz/dy), where the d's represent partial derivatives, is equal to -1, provided that z is a function of x and y. There are several proofs of that. My questions are: Is there a generalization of this…
1
vote
2 answers

Proving the existence of right derivative

Suppose we have a continuous function $f:[a,b]\to\mathbb{R}$. We know that $f$ is differentiable on $(a,b]$ and that there is a finite limit: $$\lim_{x\to a^{+}}f^{\prime}(x)$$ Can we prove that $f$ has a right derivative in point $a$?
1
vote
1 answer

Leibniz's formula

(disregard "part a" mention) According to the solution all terms in the Lebniz formula but one cancel out. Could someone please illustrate this? Thanks in advance :)
Py42
  • 608
1
vote
1 answer

Differentiation and proving

Prove that if the curve $y=\frac{x^3}{3} + px + q$ is tangent to the straight line $y = x$, then $4(p-1)^3 + 9q^2 = 0$ I have differentiated the equation of the curve to get $x^2 + p$ and equated it to $1$. But i have no idea how to proceed to get…
1
vote
1 answer

derivative, implicit derivation, trick

I have the equation: $\frac{d}{dx}(x^2\frac{dy}{dx})-6x \neq0$ How do you get R? Do you use chain rule or product rule? I cant see how it is done? Or implicit derivation? What is u and v in that case? $R=x^2y''+2xy'-6x$ The same…
1
vote
1 answer

Derivative of $y(u)$

Let $y(u)= \ln\left(\frac {(u^2+1)^5}{\sqrt{1-u} }\right)$. I would like to find $y'(u)$. This what I did: Chain rule $ \frac {d}{du}(u^{2}+1)^{5} = 10u(u^2+1)^4$ $ \frac {d}{du}\sqrt{1-u} = \frac {1}{2}(1-u)^{-1/2} $ Quotient rule: $\ (\sqrt{1-u}…
1
vote
1 answer

The derivative of the Electric field for a uniformly charged rod

The formula for the electric field at a point due to a charge $Q$ (just considering the magnitude) at some distance $x$ away from the point is $E=\dfrac{k_eQ}{x^2}$ where $k_e$ is a constant equal to approximately $8.99 \times 10^{9}$. If we now…
julieb
  • 11
1
vote
3 answers

Differentiating $y^2 - \frac{y}{x-1}=4$

I am attempting to differentiate this function, but I am not having success in getting rid of fractions so that I can separate $\frac{dy}{dx}$ onto one side of the question. These are the steps I have followed: Step…
1
vote
1 answer

Gradient of $1/|x|$ is Lipschitz continuous if $|x|>1$

How to show when $|x| > 1$, $\nabla\left(\frac{1}{|x|}\right)$ is Lipschitz continuous on $\Bbb{R}^3$?! I have $$\left|\nabla\left(\frac{1}{|x|}\right)-\nabla\left(\frac{1}{|y|}\right)\right| = 3 \left|\frac{x}{|x|^3}-\frac{y}{|y|^3}\right|$$ I…
1
vote
5 answers

Derivative of $\tan^{-1}(f(x))$

What is derivative of $$\tan^{-1}\left(\frac{{\sqrt{4+x}+\sqrt{4-x}}}{\sqrt{4+x}-\sqrt{4-x}}\right).$$ So I tried to write it as $\tan(\tan^{-1}(...))$ to get the $f(x)=\frac{\pi}{4}+\tan^{-1}\left(\sqrt{\frac{4+x}{4-x}}\right)$ but still it's not…
1
vote
0 answers

About $\frac{\partial^n f}{\partial x^n}$ ,for $f(x)$,What should I think, when $n[\in (\mathbb R\backslash \mathbb Q)^+]$ or $(\in \mathbb C)$?

About $\frac{\partial^n f}{\partial x^n}$ ,for $f(x)$,What should I think, when $n[\in (\mathbb R\backslash \mathbb Q)^+]$ ,pozitive irrational? or $(\in \mathbb C)$ For example; $f(x)=x^2+3x\quad$ and $\quad n=\sqrt2\quad\to\quad…
1
vote
5 answers

Why there is multiple root?

My teacher said that If we have$$ f(x)=x^4 $$ Then there will be 4 same root $0$ satisfying the equation . He said that it is because $$f'(x)=4x^3$$ $$f''(x)=12x^2$$ $$f'''(x)=24x^1$$ All are zero at $0$ Another example of such type of question is…
Aakash Kumar
  • 3,480
1
vote
4 answers

Find the number of roots lie in interval

Let $a \in R $ and let $f : R \rightarrow R $ be given by $f(x)=x^5 -5x + a $ Then $f(x)$ has three real roots if $a \gt 4$ $f(x)$ has only one real roots if $a \gt 4$ $f(x)$ has three real roots if $a \lt 4$ $f(x)$ has three real roots if $ -4…
Aakash Kumar
  • 3,480
1
vote
1 answer

Could this be proper notation for an antiderivative? Does this notation even exist?

If we define $f(x)$ as some arbitrary function, then we can define $f'(x)$ or $f^{(1)}(x)$ as the first order and $f''(x)$ or $f^{(2)}(x)$ as the second order. My question is: Is there sure thing as a $f^{(-1)}(x)$ notation? Could it be an…
user322313
1
vote
1 answer

Find the Derivatives of $g(x) = \sqrt{3-2x^2}$ and $h(x) = \ln {(x^2 – x)}$

I am asked to find the derivatives of $g(x) =\sqrt{3-2x^2}$ and $h(x) = \ln{(x^2 – x)} $ For: $g(x)h(x)$ and $\dfrac{h(x)}{g(x)}$ and $h^3 (x)$ First off I am not sure if my derivatives are correct. Here is what I have.. $g'(x) = \dfrac{2x} {…
user350037
  • 57
  • 1
  • 11