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

Why second order derivative is denoted like that?

As intuitive and simple as it seems the definition of derivative in liebniz notation is $\frac{dy}{dx}$. But for higher orders it gets messy ... Why is the second order denoted like $\frac{d^2y}{dx^2}$ and why not $\frac{d^2y}{d^2x}$ ... Is it just…
Elias
  • 197
0
votes
1 answer

Get speed from distance time graph

I have this distance time graph where I need to find the speed after 0s, 2s, 4s. How would I proceed with this? I'm trying to learn derivatives, but I'm stuck here.
ckvywk
  • 25
0
votes
1 answer

Why does $\Delta x$ approach to $0$ in the definition of derivation?

In the definition of derivation, why $\Delta x$ approach to zero? I searched, but couldn't find a convincing answer.
AK Math
  • 81
  • 6
0
votes
1 answer

simple deriving of a function - preparing for hesse-matrix

$ f(x,y) = 2x^2-2xy^2+y^2$ I want to prepare this function for a hesse-matrix. But I'm stuck at deriving. I get $\frac{\partial f^2}{\partial^2 x} = 4 $ $\frac{\partial f^2}{\partial y^2} = 4x + 4$ $\frac{\partial f^2}{\partial x \partial y} = 4x…
0
votes
0 answers

How to go from $x_{p}\frac{dx_{p}}{dt}$ to $\frac{d}{dt}(\frac{1}{2}x_{p}^{2})$?

I have the following example: Example that contains my problem I cannot seem to find out how they go from $ x_{p}\frac{dx_{p}}{dt}$ to $\frac{d}{dt}(\frac{1}{2}x_{p}^{2})$.
Tim
  • 11
0
votes
3 answers

what is slope in derivatives?

What do we mean by slope especially in application of derivatives? Please explain it in basic way. I want to understand it to apply. When is it to be used?
gksingh
  • 101
0
votes
1 answer

Find the derivative of $y = \frac{x^2 - 16}{x^3}$ using the four step process (Definition of Derivatives)

I want to see how it is solved using the four-step process Oh what I mean by the four-step process is the increment method; Replace by +Δ and by +Δ. Solve for Δ By some suitable transformation, change the right member of the equation in Step 2…
0
votes
2 answers

What is the derivative of $f(x):=x^2e^{-|x|}$?

What is the derivative of $f(x):=x^2e^{-|x|}$, and why? I simply don't understand how to differentiate such a function, let alone why the derivative when $x=0$ is $0$.
Serket
  • 129
  • 4
0
votes
0 answers

Upper bound of the k-th derivative of $g(t) = e^{-t^{-a}}$

This is part of Stein and Shakarchi's Fourier Analysis, Chapter 5, Problem 4. For $a > 0$, consider the function defined by $$g(t) = \begin{cases} e^{-t^{-a}} & \text{if } t > 0\\ 0 & \text{if } t \leq 0. \end{cases}$$ One can show…
0
votes
0 answers

is it possible that a function has some value of derivative at a point even if it isn't differentiable at that point?

Say the value of $dy/dx$ for a function $y=f(x)$ at $x=a$ was turning out to be some finite value $A$, is it still possible that the function is non-differentiable at $x=a$. If I'm getting a finite value of derivative for a function at a point, can…
0
votes
1 answer

How to take the derivative of a function with multiple constant varaibles?

I have a function that I want to differentiate, but it has a bunch of constant variables in it, like an unknown radius and velocity with the x in the function as well. For example, $\frac{\pi r + 2x}{v}$, where r is the radius of a circle and v is…
Curulian
  • 337
  • 1
  • 6
0
votes
1 answer

Trouble finding the function in terms of parameters.

I'm trying to find the function $ y = y(m) $ in terms of $k, \alpha \text{ and } y_0$ given the force function for a real spring $F = -kx + \alpha x^2$. I also know that $x = y_0 + y$ and $F = ma$ where $a$ is the second derivative of $x$. The…
hcp
  • 87
0
votes
2 answers

instantaneous volume growth rate of cylinder

Radius of a cylinder grows with speed = $2\ \mathrm{cm/s}$ and its height grows with speed = $3\ \mathrm{cm/s}$. What is the instantaneous volume growth rate of the cylinder when radius = $5\ \mathrm{cm}$ and height = $15\ \mathrm{cm}$? With only…
0
votes
0 answers

Single derivative in multiple variables

Is it possible to take the derivative of multiple variables in a single derivative rather than in multiple partial derivatives? For example: $$\frac{\delta}{\delta (xy)} (x^2y)$$ My first thought is to change variables such that $w = xy$, resulting…
0
votes
1 answer

How to differentiate series $\sum_{n=1}^{100} n(101 - n) \times \log(x - n)$

How to differentiate series $\sum\limits_{n =1}^{100} n(101 - n) \times \log(x - n)$? I was solving a problem which is mentioned below: If $f(x) = \prod\limits_{n=1}^{100} (x-n)^{n(101 - n)}$ then find $\dfrac{f(101)}{f'(101)}$. I took log on both…
user983440