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

Expression for a Derivative Equation

Given that $f(x) = \frac{1}{x}$, write an expression for $f^{(n)}(x)$ in terms of x and n. The first part of the question is to find the first four derivatives of $f(x)$, which I got: $$-x^{-2}, 2x^{-3}, -6x^{-4} \text{ and }\space 24x^{-5}$$ The…
B.Liu
  • 21
1
vote
1 answer

General solution of $ \frac{d^j}{d\sigma^j}(\exp(0.5(\alpha-\sigma)^2) $

How would you write the general solution, I'm assuming something like a sum, of: $$ \frac{d^j}{d\sigma^j}\exp[0.5(\alpha-\sigma)^2] $$ Regards,
MarcF
  • 155
1
vote
1 answer

When is this sine function differentiable at all points?

I have a hard time solving these kinds of problems, here is an example. For which values of a and b is the following function differentiable at all points? $$f(x)=\sin(|x^2+ax+b|)$$ Thanks in advance.
Xelak
  • 27
1
vote
1 answer

Treating differentials as variables in the derivation of the line integral equation?

I was watching Khan Academy's video on 'Introduction to the line integral' when he does something interesting. Namely, he 'multiplies' a term by dt/dt: $\frac{dt}{dt} * \sqrt{(dx^2 + dy^2)}$ to change it into the more workable $dt \cdot…
masiewpao
  • 2,217
1
vote
1 answer

Fréchet Differentiation

Assume: $f:R^d \to R^m$ is a function, so $c>0$ and $\alpha\gt1$ exists with $||f(x)||\le c||x||^\alpha$ for all x in the neighbourhood of $0\in R^d$. Show that $f$ is differentiable at $0$ and Calculate the Derivation I made this: With the Formula…
1
vote
1 answer

'Destruction' of $x$ in second derivative?

Can you tell whether I've taken this second derivative and determined its inflection points correctly? $$f'(x) = (1-x)e^{ x-\frac{1}{2}x^2}$$ Now for the second derivative: $$f''(x)=(1-x)[e^{ x-\frac{1}{2}x^2}]' + (e^{ x-\frac{1}{2}x^2}…
1
vote
3 answers

Is second derivative of a function related to curve smoothness?

If there exist a first derivative of a function at any point then the funtion is continuous at that point. What if the second derivative of that function is also exist at that point ? Does this mean that function is smooth at that point ? Means…
learner
  • 119
1
vote
2 answers

Proof with Lagrange theorem

The exercise is: Show, using Lagrange's theorem, that for $x \in [0, +\infty] $, we have $ \frac{x}{1+x^2} \leq \arctan(x)$. I know how to apply Lagrange's theorem but my trouble is to find a function to apply it. I thought about $f(x)=…
1
vote
2 answers

Finding the minimum and maximum values of f(x)=x+(1/x)

So basically the question is to find the minimum value of the sum $$f(x)=x+(1/x)$$ for any real number $x$. I differentiated the function and found the values of $x$ for which $f'(x)=0$ as $-1$ and $1$. Using the second derivative test I find that…
1
vote
1 answer

How to show pattern in iterated differentiation

Generally, how would one go about proving general patterns of $n$th derivative? The specific problem: $$f(x)=(4-x)^{-0.5}$$ Show that: $$f^n(0) = 0.5 \left( \frac{(1)(3)(5)\cdots(2n-1)}{8^n} \right)$$
1
vote
2 answers

How many solutions: $ a^{x} = x $

I'm clueless. For $ a > 0 $ how many solutions: $ a^{x} = x $
tomtom
  • 373
1
vote
1 answer

Derivative of Heaviside function of two variables

I know that $\frac{d}{dx} H(x) = \delta(x)$ but if the heaviside function is of two variables, what would the derivative be? I've searched but not found any discussions on this matter. I have an exercise where i need to calculate $\frac{d}{dt} (…
desa
  • 23
1
vote
2 answers

What is the slope of the secant line between the points $x=3.1$ And $x=3$ given is $f(x)=\sin(2x)$

Should I replace $x$ in $\sin(2x)$ by $3.1$ and after that will be replaced by $3$? I tried to compute but the result is $0$. What do I need to do to solve the slope of the secant line of the equation $f(x)=\sin(2x)$ between the points $x=3.1$ and…
Leigh
  • 11
1
vote
2 answers

Looking for proof of a second derivative identity

I'm pretty sure this is true, but haven't been able to figure out or find a proof, largely because I haven't been able to figure out what to Google for. $$ \frac{d^2x}{dy^2} (\frac{dy}{dx})^2+ \frac{dx}{dy} \frac{d^2y}{dx^2}=0 $$ I would appreciate…
Gerber
  • 857
1
vote
2 answers

given absolute function, find the point where slope=1

$y=|x^2-1|$ where $dy/dx=1$ $dy/dx=2x$ when $y=x^2-1$ $dy/dx=-2x$ when $y=-(x^2-1)$ I managed to find two point after splitting the function into two pieces, but my given answer only accept $(-1/2,3/4)$ while not $(1/2,-3/4)$ any explaination for…