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

How to differentiate $\frac{x^2}{65x - x^2}$?

How do you differentiate $$\frac{x^2}{65x-x^2}$$ I keep getting the wrong answer when I try to do quotient rule. Could someone walk me through it?
0
votes
1 answer

Differentiability at Endpoints of an Interval

Velocity Graph Hello, given the velocity graph in the link above, we are being asked to find out when the particle's acceleration is negative. I understand this will be when the velocity graph is decreasing. My question pertains to whether it makes…
james
  • 1
0
votes
1 answer

Total derivative without specified function

How to take total derivative if I don't have a function? For example $$ u=f(t),\ \ when \ \ t = x+y $$ I assume that it's something like $$ du = \frac{∂u}{∂t}*dt $$ but how do we use information about t value?
0
votes
2 answers

2nd and 3rd derivative of $A^{-1}$

Consider $$ f\colon R^{n\times n} \to R^{n\times n}, A \mapsto A^{-1}. $$ How can I find the 2nd and 3rd derivative of $f$ applied to $H$, $f'(A)[H]$ and $f''(A)[H,H]$ expanding $f(A+H)$ and collecting the terms in order 1 or 2 in $H$? Warning: I…
user43158
0
votes
5 answers

Differentiation of tricky rational function

Good day! I encountered a problem while doing some differentiation questions and I need some help. The question is: $\displaystyle f(x)=\frac{x(1-x)(2-x)(3-x)(4-x)(5-x)(6-x)(7-x)(8-x)(9-x)}{(1+x)(2+x)(3+x)(4+x)(5+x)(6+x)(7+x)(8+x)(9+x)} $ Find…
0
votes
2 answers

How is this function differentiable at $x=0$?

$$f(x) = \cases{x^2\sin\left(\frac\pi x\right) + (x-1)^2\sin\left(\frac \pi {x-1}\right), x\ne0,1 \\ 0, \text{otherwise}}$$ How is this function differentiable at $x=0$ and $x=1$? Method 1: Differentiating the function using rules gives us $$f'(x) =…
Aniruddha Deb
  • 4,345
  • 11
  • 30
0
votes
2 answers

$f''$ has a double root, what does it say about $f$?

Condider that $f''$ has a double root, what can be concluded of $f$? I mean is there any clue of how it acts on that particular point? Does it always happen at maximum or minimum?
0
votes
0 answers

Derivative of discrete max operator

I would like to find the derivative of the discrete max operator in numpy. For example, given a=np.array([1,2,3,2,1]), calling np.max(a) gives 3. Can this operation be differentiated? From thinking about what the derivative means, it seems that…
Mr Squid
  • 193
0
votes
2 answers

Prove that a function only has one local minimum and local maximum if it's known that $ a^2 > 3b $

The function is $f(x) = x^3 + ax^2 + bx +c$ I am clueless of what to do with the fact the information $a^2 > 3b$ having to do with only having one local maximum and minimum. What I know is to do the second derivation test but then I would need the a…
0
votes
2 answers

$(1-\cos(2x))^2$ = $(\cos^2(x) + \sin^2(x)-(\cos^2(x)-\sin^2(x))^2$

How does one instantly know that $$(1-\cos(2x))^2$$ leads to $$(\cos^2(x) + \sin^2(x)-(\cos^2(x)-\sin^2(x))^2$$ I know that $$\cos(2x) = \cos(x)^2-\sin(x)^2$$ but it confuses me that I can't get to what's written above. I got it from here (see…
0
votes
3 answers

How to find the derivative of $A=3x^2 (25-2x)^5$

For $A=3x^2(25-2x)^5$, I need to show the steps on how to get the derivative. The derivative provided is $6x(25-2x)^4(25-7x)$. The equation is formed from $A=3x^2y$ and $y=(25-2x)^5$ from a differentiation question.
E S
  • 3
0
votes
2 answers

Take first derivative of dot product

I need to take the derivative of $f(x) = (x+c)⋅(x+c)$ with respect to time, where $x$ is a vector and $c$ is a constant vector. Is it correct to rewrite this as $f(x) = g(x)\cdot g(x)$ where $g(x)=x+c$ . And now using chain rule for dot product…
0
votes
1 answer

Mistake in the product rule of differentiation

In a question a student was given to find the derivative of the product of two functions $f$ and $g$. The student by mistake thought $(fg)' =f'g'$ for his question $f(x) =x^3$ and he got the correct answer. Given that $g(4)=1$. Which of the…
0
votes
1 answer

Determine where the function is differentiable

I have to determine where the function $$ f:x \mapsto \arccos \frac{1}{\sqrt{1+x^2}} $$ is differentiable. For $ x = 0$ we have $\arccos (1) = 0$ so would f be differentiable in the interval from $[-1,1[$?
Mathias
  • 917
0
votes
0 answers

Solve for all possible values of $u$

Been struggling to solve this. My derivative is $au-\ln(1+u^2)$ and I need to solve where the derivative is $= 0$. How do I solve $au-ln(1+u^2)=0$? Thank you!
user753973