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

Second derivative of $\frac{\ln t}{\sqrt t}$ and derivative of $\arccos(1-2x^2)$

$f(t)=\dfrac{\ln t}{\sqrt t}$ I'm stuck on the algebra of finding the second derivative. For the first derivative, I got: $f'(t)=\dfrac{t^{\frac{-1}{2}}(1-\frac{1}{2}\ln t)}{t^2}$ For the second derivative, I'm stuck on the algebra... If someone…
Jim
  • 1,210
2
votes
3 answers

Second derivative of $\arctan(x^2)$

Given that $y=\arctan(x^2)$ find $\ \dfrac{d^2y}{dx^2}$. I got $$\frac{dy}{dx}=\frac{2x}{1+x^4}.$$ Using low d high minus high d low over low squared, I got $$\frac{d^2y}{dx^2}=\frac{(1+x)^4 \cdot 2 - 2x \cdot 4(1+x)^3}{(1+x^4)^2}.$$ I tried to…
Jim
  • 1,210
2
votes
4 answers

Differentiability at a point $(0,0)$

How would i show $$\frac{xy(x^2-y^2)}{(x^2+y^2)^{3/2}}$$ is not differentiable at $(0,0)$
2
votes
1 answer

Differentiating $\left[\frac{\mathrm{d}^{n}}{\mathrm{d}x^{n}}(x^{2}-1)^{n}\right]^{2}$

Given that $$\frac{\mathrm{d}^{2n}}{\mathrm{d}x^{2n}}(x^{2}-1)^{n} = (2n)!$$ How can we find $$\left[\frac{\mathrm{d}^{n}}{\mathrm{d}x^{n}}(x^{2}-1)^{n}\right]^{2}\quad ?$$
user2850514
  • 3,689
2
votes
2 answers

Differentiability of $x^\alpha \sin(x^{-\beta})$ at $x = 0$

\begin{align*} f(x) = \left\{\begin{array}{ll} 0 & \text{ if } x=0\\ x^\alpha \sin(x^{-\beta}) & \text{ otherwise } \end{array}\right. \end{align*} Determine the values of $\alpha$ and $\beta$ for which this function is…
kiwifruit
  • 707
2
votes
4 answers

Solve $\lim_{x\to0}{\frac{x^2\cdot\sin\frac{1}{x}}{\sin x}}$

Find the limit: $$\lim_{x\to0}{\frac{x^2\cdot\sin\frac{1}{x}}{\sin x}}$$ After treating it with l'Hopital rule, we get: $$\lim_{x\to0}{\frac{2x\cdot\sin \frac{1}{x}-\cos\frac{1}{x}}{\cos x}}$$ Now, the numerator of fraction doesn't have a limit, so…
stil
  • 383
2
votes
2 answers

The derivative of $x^2 \cdot \cos(x)$

I want to know how to derive this function. Can someone explain the steps? I know most derivative rules but I'm clearly not seeing how this works: $$\frac{d}{dx}(\ x^2cos(x)) = x(2\cos(x) - x\sin(x))$$ If you could help me to understand which rules…
user136800
2
votes
0 answers

Wouldn't this always become 0?

I am trying to understand how to calculate $α$ in the following, but my brain tells me that it always will become $0$: If $α_0$ is a known value, and as the text says $α$ is a parameter, no function and differentiate it to respect to $s$, it will…
2
votes
2 answers

n-th derivative of $\sinh^{-1} x$

What is the n-th derivative of $\sinh^{-1} x$ ? I have been able to prove that it is $p_n(x)(x^2+1)^{-n-1/2}$, where $p_n$ is a polynomial of degree $n-1$, and I have calculated it leading and constant coefficient, but I can't figure out the…
Tulip
  • 4,876
2
votes
1 answer

Derivative of remainder function.

I cannot find a derivative of remainder function (i.e. derivative of a(x) mod b(x) with respect to x, and x is a real number and a(), b() is also real-valued functions) in tables of derivatives. Without the loss of generality, we may assume (and it…
2
votes
2 answers

Find a function f(x,y) such that the gradient is

Problem: Find a function $f(x,y)$ such that $ \nabla f = $ My work: $\dfrac {\partial f}{\partial x} = y$ $\dfrac {\partial f}{\partial y} = x$ $f(x,y) = \displaystyle\int_{ }^{ } \dfrac{\partial f}{\partial x} dx + \int_{ }^{ } \dfrac…
Quaxton Hale
  • 1,258
2
votes
0 answers

$f(x)=\cos(ax+b)$ find $f'(x)$ , $f''(x)$, $f'''(x)$, $f''''(x)$ and give a general form for $f^{(n)}( x)$ where there s cosinus

I found \begin{align*} f'(x)&=-a\cos(\pi/2-ax-b) \\ f''(x)&= a^2 \cos(ax+b) \\ f'''(x)&=-a^3 \cos(\pi/2-ax-b) \\ f''''(x) &= a^4 \cos(ax+b) \\ f^{(n)} (x)&= (-1)^n a^n \cos(\dotsb +((-1)^n))(ax+b) \end{align*} I son t know what about the $\pi/2$…
niako1
  • 113
  • 3
2
votes
0 answers

Finding the derivative for the following functions

Question:Using the rules of finding derivatives, find the derivative $f’$ of the following functions: (a) $f(x) = 2x +8$ (b) $f(x) = a + bx + cx^2$ (c) $f(x) = 120$ My answer I used rules and my answer are these.Does anybody have any comment about…
emma
  • 31
2
votes
7 answers

How do I differentiate $\sin^2x$?

I thought that because this is true: $$ \sin^2x=(\sin x)^2,$$ I could differentiate the expression like this: $$ \frac{d}{dx}\sin^2x=2\cos x.$$ But I am supposed to get $$ \sin(2x) \quad \text{or}\quad 2\sin x \cos x.$$ Why am I wrong?
2
votes
1 answer

Where have I gone astray with this differentiation problem?

I'm working on an exact equation, and there's a derivative in there that is throwing me off. I can solve it one way, but when I try solving it with a different method, I seem to get the wrong answer and I can't figure out why. Here it is: So let's…