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

Notation for the derivative function as a limit using the second definition of the derivative of a function at a point

Given a function $f(x)$, its derivative at the point $c$ is defined as the following limit: $$f'(c) = \lim_{h\to 0}\frac{f(c+h)-f(c)}{h} = \lim_{\Delta x\to 0}\frac{f(c+\Delta x)-f(c)}{\Delta x} \tag{1}$$ And if we make the change of variables…
Asd
  • 75
0
votes
1 answer

Derivative of Limit cycle

I encountered the following function in Numerical Methods, where y is 2 by 1 Vector: You can see the Jacobian of y here: You can also see the eigenvalues of jacobian Function where |y|=1: I tried to take the derivative and find the eigenvectors…
0
votes
0 answers

differentiating an integral using Leibniz integral rule

Was my attempt to solve this correct? $$\frac {\partial}{\partial a}\int_0^{\infty}r^2e^{-2ar-2br^2}dr=-2\int_0^{\infty}r^3e^{-2ar-2br^2}dr$$
Wisdom
  • 395
0
votes
1 answer

Differentiating an integral included function

If I have $$E(C)\langle C|C\rangle=\langle C|H|C\rangle \tag{1}$$ where $H$ is an operator and $$|C\rangle=\sum_{i=1}^m C_i \;|i\rangle \tag{2}$$ is a function as and $\langle C|C\rangle$ simply means $\int_0^{\infty} r^2 C^\ast C dr$. By…
Wisdom
  • 395
0
votes
1 answer

Showing differentiability of a function at a point

I am trying to understand a concept, so I will use an example. The following function is given: [\left { \begin{matrix} 3x^{2} &x\leq 1 \\ ax+b & x>1 \end{matrix} \right.] I wish to find for which values of a and b, it is differentiable at x=1. I…
0
votes
2 answers

'$a$' for which $f(x)=\left(\frac{\sqrt{a+4}}{1-a}-1\right)x^5-3x+\log 5$ is decreasing for all $x\in\mathcal{R}$

Set of all values of '$a$' for which $f(x)=\bigg(\dfrac{\sqrt{a+4}}{1-a}-1\bigg)x^5-3x+\log 5$ decreases for all real $x$ $$ a\neq1\;\&\; a\geq…
Sooraj S
  • 7,573
0
votes
1 answer

Prove that there exist infinitely many real numbers c such that f(c) = (c+1)/2

Context: Let g(x) be a twice differentiable function with a continuous second derivative and also satisfying the property that$\ x/2 \leq g(x) \leq x/2 + 1$ for each positive real number x. We let$\ f(x) = g(x) + \sin(x) $. Question: Prove that…
0
votes
2 answers

Confused when trying to calculate the derivative of $y(x)$

I have been given an exercise to compute the derivative of the following function: $$y(x) = e^{-(y(x)+2)^2} \arctan(y(x)) $$ Now, what confuses me is that I don't know what's the variable by which we derive? Is this another way of writing: $$y =…
l0ner9
  • 623
0
votes
3 answers

Provide an example of a function $f: \mathbb{R} \to \mathbb{R}$ which is not differentiable but $f^{2}$ is differentiable.

A question on a practice exam asks: Provide an example of a function $f: \mathbb{R} \to \mathbb{R}$ which is not differentiable but $f^{2}$ is differentiable. This confuses me because $f$ is differentiable when $f^2$ is differentiable seems to prove…
kt046172
  • 545
0
votes
1 answer

Assume the function $f:\mathbb R \rightarrow \mathbb R$ satisfies the property $f(x+t) \geq f(x)-t^{2}$ Prove that f must be nondecreasing.

Assume the function $f:\mathbb R \rightarrow \mathbb R$ satisfies the property $f(x+t) \geq f(x)-t^{2}$ for all real value of x and all positive value of t. Prove that f must be nondecreasing. I tried this question with differentiability but is does…
User124356
  • 1,617
0
votes
0 answers

Proving if crossing line is above function, second derivative is non-negative

Let’s assume $f$ is two times differentiable at all real numbers, and for any $a$ and $b$ that $a
Jigsaw
  • 497
0
votes
2 answers

Differentiate w.r.t $x^2$

Does there exist something like $\frac{dy}{dx^2}$? Does taking higher "w.r t"s lead to trivial results? If no, when do we differentiate w.r.t $x^2$ or higher power. And what is the procedure to take derivative of a function w.r.t say, $x^2$?
Rew
  • 306
0
votes
2 answers

find the nth derivative of $x^{2}\sin^{2}\left(2x\right)$ and $\sin^{2}\left(3x\right)\cos\left(5x\right)$

Find the nth derivative of the two given functions: $$\tag{II}x^{2}\sin^{2}\left(2x\right)$$ $$\tag{I}\sin^{2}\left(3x\right)\cos\left(5x\right)$$ For the first case I'm going to generalize the nth derivative of $\sin^{2}\left(ax\right)$,where $a$…
Absurd
  • 369
  • 1
  • 14
0
votes
0 answers

Can I differentiate $x$ with respect to $|x|$?

First, I naively thought that it would be like this. $$\frac{dx}{d|x|} = \frac{1}{\frac{d|x|}{dx}}$$ Then, however, I had an apprehension that since $|x|$ is not differentiable on $x=0$, this conclusion might be mathematically wrong. So... can I…
JS S
  • 149
0
votes
1 answer

Looking for an equation in range of values

Lets assume T = 195; T = 0; when x = 2; T = 195; when x = 4; What is the relation between T and x?