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

Critical points where a partial derivate is 0

I have a function for which I have calculated: $\dfrac{d}{dx}f(x,y)=0 $ and $\dfrac{d}{dy}f(x,y)=2y+\cos(y)$ How can I proceed to calculate the critical points?
user42875
1
vote
1 answer

negative Delta y in derivatives.

I'm first year in high school in Russia so please understand for noobyness and possible miss-formats. From derivative definition we have: $$ f'(x) = \lim_{\Delta x \to 0}(\Delta y) / (\Delta x) $$ Delta y is f(x) - f(x0) which can be as a…
1
vote
2 answers

Derivative with quotient rule

Trying to get $\dfrac{d}{dx}\left[\frac{20e^x}{(e^x+4)^2}\right]$. After quotient rule: $$f'(x)=20\dfrac{e^x(e^{2x}+8e^x+16)-e^x(2e^x+8e^x)}{(e^x+4)^4}\\\\\\=…
1
vote
0 answers

Total Derivative of a multivariable implicit function. Involving touching of two curves.

I was studying partial differential equations and came upon the formula: $$\frac{dy}{dx} = - \frac {\frac{\partial f}{\partial x}}{\frac{\partial f}{\partial y}}$$ where $f(x,y) = c$ is an implicit relation. The formula was arrived at by the use…
1
vote
1 answer

How to derive equation below? Do partial derivatives of differentials exist?

I am trying to follow a derivation in solution chemistry. I'm ok with the derivation to (i.e. the starting point): $$x_1d\ln f_1=-x_2d\ln f_2$$ Now, the next step presented is: $$x_1\left({\partial \ln f_1 \over \partial…
1
vote
2 answers

Could there be a formula of this?

Say you have a function: f (m,n) f (m,n) = m if n = 1 f (m,n) = n if m = 1 otherwise f (m,n) = f (m - 1, n) + f (m, n - 1) Pre-calculated value: 1 2 3 4 5 6 2 4 7 11 16 3 7 14 25 4 11 25 5 16 6 Just wondering if there could be formula…
daisy
  • 111
1
vote
1 answer

What does limit of a derivative imply?

If the limit of a derivative of a function when x tending to infinity exists, it is zero. ( Considering limit of the function at x tending to infinity is finite.) I wonder what this limit implies, physically or graphically.
aarbee
  • 8,246
1
vote
1 answer

Derivative at $x=0$ of $y=x\sqrt{x(4-x)}$

As part of a high school math problem, I have to figure out if the function $y=x\sqrt{x(4-x)}$ has a derivative when $x=0$. My working out seems to indicate this derivative exists and is zero. Yet, when I want to check on WolframAlpha, I get this :…
shadok
  • 75
1
vote
5 answers

Differentiability of $x/x$

A disagreement in my calculus class has arisen as to whether $f(x) = \frac{x}{x}$ is differentiable for the domain of all real numbers, including $0$. According to our textbook, for a function to be differentiable at $a$, it must be continuous at…
Zenexer
  • 121
1
vote
3 answers

Derivatives and Differentiation rules

I am currently encountering a math problem that I can't seem to solve on my own and I think it is because I missed the last math lecture. Usually I am pretty good when it comes to derivatives but this one seems to be my nemesis. Can somebody maybe…
Franky
  • 47
1
vote
2 answers

Rate of increase of a circle area wrt to radius

I am trying to solve this through differential equation but the results seems different from calculating with real numbers. the problem is simple The radius of a circle is growing at the rate of $d$ units/sec, its initial radius is $R$, find the…
Vijay
  • 13
1
vote
1 answer

Is there a formula for the kth order derivative of the exponential of a function?

I'm trying to solve a problem here where I came across the following term $\frac{\rm d^k}{\rm dx^k}\left(e^{f(x)}\right)$ Is there a summation formula for this kind of derivative? It would really help me. Thank you very much. Addendum for me,…
Gabu
  • 307
1
vote
2 answers

Find the $n$th derivative of $f(x)=x\sin(x)\cos(2x)$

If it helps, it ask the value for $n=100$ and $x=\pi/2$. I can't do it by induction because it has too many factors and trying to use an equality for $\cos(2x)$ didn't helped. I don't see the relation in the derivatives.
Luis
  • 35
  • 4
1
vote
1 answer

How to extract a variable before differentation operator?

I am trying to make some derivations of open channel flow equations. And the problem is, I quite don't get some of the operations that are given in books on the following subject. For example: $Q=Q(x)$ $A=A(x)$ $U(x)=Q/A$ $g=9.81$ $\frac{1}{gA}…
Misery
  • 571
  • 2
  • 8
  • 23
1
vote
1 answer

Smoothness of function and finite difference method for computing its (first) derivative

I wonder whether a finite difference method for computing the first derivative of function, just needs that it belongs to (differentiability) class $C^{1}$. But I read that for case of central difference difference, the function should belong to, at…