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
0 answers

Solution to a path problem with maximum values of derivatives

I want to minimize the travel time from known position A to known position B while the derivatives of path are below their maximum value. I have: v[t] <= vmax ... velocity a[t] <= amax ... acceleration j[t] <= jmax ... jerk j2[t] <= j2max ...…
pazduha
  • 11
1
vote
1 answer

Difference Between Differentiation on Time vs Position

I'm hoping somebody could help me understand the difference between the following: $$∂_tc(x,t)$$ $$∂_xc(x,t)$$ My understanding is the the top derivative would be something like velocity but what would that make the bottom derivative? Thanks.
1
vote
1 answer

Derivative of hyperbolic tangent equation?

Suppose I have the following hyperbolic tangent function: $$\ f(x)=\frac{(1-e^{-2x})}{(1+e^{-2x})}$$ What will be the first derivative of this function?
maddy
  • 11
1
vote
2 answers

Does dimension of derivative should agree with dimension of variable?

Suppose variable $x$ is a N*1 vector, $A$ is a M*N matrix and $b$ is a M*1 vector. $$ f(x) = \|e^{Ax} - b \|_2^2 $$ Does its derivative should be like following? $$ \frac{\partial f}{\partial x} = 2*(e^{Ax} - b)*A^T*e^{Ax} $$ If it is, but the…
Jinfeng
  • 13
1
vote
1 answer

Can I find the inverse of a function using this formula?

This is only a half-thought out question right now, and I'll probably answer it myself. But I'm posting it as I came up with it so that, after I work on it, I can check on here and find out how other people approached it. Okay. So there is a way…
1
vote
2 answers

What are the critical points of $x-4\sqrt{x+1}$?

A critical point $c$ is defined as $f'(c) = 0$ or $f'(c) = $ undefined. This definition is taken from this video. if $$f(x) = x-4\sqrt{x+1}$$ then $$f'(x) = 1 - \frac{2}{\sqrt{x+1}}$$ To find the critical points I set $f'(x) = 0$. According to…
user1534664
  • 1,272
1
vote
2 answers

Why only the numerator is derived?

Why the derivative of $y = \frac{x^5}{a+b}-\frac{x^2}{a-b}-x$ is solved by deriving just the numerators? The solution is $\frac{dy}{dx}=\frac{5x^4}{a-b}-\frac{2x}{a-b}-1$.
juliano.net
  • 321
  • 3
  • 14
1
vote
0 answers

Question about derivative notation

So i am studying for my calc test and i have a quick question does $dy/dx$ means $y'(x)$? and does $dy/dt$ means $y'(t)$? Thanks
MrAbdul
  • 23
1
vote
4 answers

Derivative of $(1-x)^{-2}$

Wolfram Alpha is telling me that the answer is $$-\frac2{(x-1)^3}.$$ But I thought that by using the chain rule you multiply the front by $2$ then subtract the exponent by $1$ then multiply by the derivative of the inside ($-1$) to get…
jake
  • 13
1
vote
3 answers

How do I know that $\ln(x^2+1)-x \arctan(x)$ is always negative or zero?

I did google the function and I can clearly see that it is always negative or zero, but I have no idea how I would have found this on my own. Both the logarithm and the $x\cdot \arctan(x)$ are positive. What I did do is derive the function but that…
Kalec
  • 147
1
vote
3 answers

$f(x) = e^x - x^2/2 - x + \ln x$ Find the monotonicity using derivatives

$f(x) = e^x - x^2/2 - x + \ln x$ The answer given by my book is that $f(x)$ is strictly increasing for $x\in(0,+οο)$. But it's giving me trouble. I tried: $f'(x) = e^x - x- 1 + 1/x$ but I have no idea how to prove $f'(x)>0$. Any help is appreciated.
1
vote
2 answers

How to examine convergence of series using mean value theorem?

I have to examine convergence of series $\sum_{n=1}^{\infty}{\frac{\ln(n+1)-\ln(n)}{\sqrt{n}}}$ but I even don't know how to begin. Any hints?
alex
  • 31
1
vote
1 answer

Number of roots of equation

I have to calculate number of roots of the quation $6\ln(x^2+1)=e^x$. $(6\ln(x^2+1) - e^x)^{'} = \frac{12x}{x^2+1} - e^x$. It's not easy to examine sign of $\frac{12x}{x^2+1} - e^x$. So, what should I do?
alex
  • 31
1
vote
2 answers

Formula for derivative of the inverse function

How to deduce formula for $\operatorname{arcsinh}(x)$ knowing that $\sinh(x)=\dfrac{e^x-e^{-x}}{2}$, $\sinh'(x)=\cosh x$ and $(f^{-1}(x))'=\dfrac{1}{f'(f^{-1}(x))}$ ?
xan
  • 1,443
  • 1
  • 21
  • 28
1
vote
2 answers

What is meant by "find the slope of the tangent to the graph of f at a general point x"

I am pretty thick and need questions to be specific or I do not know what they want. Do they want me to give a random example for x? eg the slope at x=7 is 5x?
Ray Kay
  • 1,353