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
1 answer

Function that requires differentiation

Differentiate: $$\ln\left(\dfrac{x^2\sqrt{2x^2+3}}{\left(x^4+x^2\right)^3}\right)$$ I have tried to figure it out here: The steps are too long so I tidy up as an image After the steps from the image, these are the final steps of…
nerdy
  • 21
2
votes
2 answers

Does this statement about natural logs of functions make sense?

For two functions $a(x)$ and $b(x)$, since $\ln(a/b) = \ln(a) - \ln(b)$, does $$\frac{d}{dx} \ln(a/b) = \frac{d}{dx} \ln(a) - \frac{d}{dx} \ln(b) = \frac{1}{a} \cdot \frac{da}{dx} - \frac{1}{b} \cdot \frac{db}{dx}?$$
2
votes
1 answer

How should we interpret $\frac {d}{dt}$?

I've been using derivatives and integrals mechanically for years without really questioning the symbols. I recently watched some YouTube videos and came to understand that:$$\frac {dx}{dt}$$basically means, for some function, $f(t)=x$, an…
2
votes
1 answer

Errors and approximations

I needed help with this question: The diameter and altitude of a can in the shape of a right circular cylinder are measured 4cm and 6cm respectively. The possible error in each measurement is 0.1cm.Find approximately the maximum possible error in…
Aladdin
  • 282
2
votes
1 answer

differentiate the parameter with function

It seems very basic but I can't understand... Consider $f(x)=2x$. I want to differentiate $L=(x-f(x))b + 3(f(x))$ regarding $f(x)$. When I looked at the solution, it says $\partial L/\partial f = -b+3$. But I am confused because I can't get why $x$…
2
votes
2 answers

Need help with a twice differentiable and bounded function.

Let $f : \mathbb{R} \to \mathbb{R} $ a bounded and twice diffentiable function so that $\begin{equation} \forall x \in \mathbb{R}, f"(x) \geq 0 \end{equation}. $ My point is to prove that $f$ is constant. So if I can prove that $\forall x \in…
Pablito
  • 123
2
votes
0 answers

left-hand and right-hand derivative

If the derivative of $f(x)$ didn't exist at $x=a$. Then it automatically means that its left-hand and right-hand derivative are not equal. My question to know differentiability of $f(x)$, do we need to evaluate left and right hand derivative. If…
2
votes
4 answers

Derivative of constant divided by equation

I'm having trouble figuring out how to derive $\frac{5}{4 + 3\cos{2x}}$. Using the $D\frac{f}{g} = \frac{gDf - fDg}{g^2}$ rule doesn't seem to work: it results in zero.
user66659
  • 155
2
votes
1 answer

How to get the derivative of an average?

I was curious about how to derive the derivative of an average. More specifically: $$\mu = \frac{1}{m}\sum_{i = 1}^m x_i$$ $$\frac{\partial \mu}{\partial x_i} =\ ?$$ My derivation is as follows: $$ \begin{align} \mu & = \frac{1}{m}(x_1 + x_2 +…
Sean
  • 1,487
2
votes
1 answer

Applied mathematics, when to leave out delta function?

I cant figure out when I´m supposed to ignore the $\delta(t)$ function in the answer. $\theta(t)$ is The Heaviside function I have three examples: 1. Let $f(t) = e^t\theta(t)$ and find $f'$ Answer: $(e^t\theta(t))' = (e^t)'\theta(t) +…
netigger
  • 187
2
votes
7 answers

On the meaning of the second derivative

When we want to find the velocity of an object we use the derivative to find this. However, I just learned that when you find the acceleration of the object you find the second derivative. I'm confused on what is being defined as the parameters of…
2
votes
2 answers

.derivative of ceil(x) proof and explanation

I know that the derivative is 0 for all x but can somebody explain this to me. I understand derivatives but I have been having a lot of trouble here. I know that $ceil(x)=(x+1/2) - (arctan(tan(pi*(x+1/2))))/(pi)$ for all non integer x so I…
2
votes
7 answers

How do we use derivatives in our daily lives

How can we use derivatives in our real lives, I know that we have a lot of formulas to find the derivatives of a function,but why do we need them ?
rabia
  • 63
2
votes
2 answers

Second derivative test, what if f ''(x) = 0

Let $f(x)$ be a differentiable function. If $( 0, 0)$ is a local minimum of the graph of $y = f(x)$, which of the following may be true? $(1) f '(0) = 0$ $(2) f '(0) > 0$ $(4) f "(0) = 0$ $(8) f "(0) > 0$ Would (4) be correct when the degree of x…
user661498
2
votes
3 answers

$\ln X$ derivative problem?

$f(x) = x \ln(\cos3x - x^3)$, then $f'(x)$ = ? I got $$\begin{align} &X * \left(\frac{1}{\cos3x - x^3}\right) * \left({-3}({\sin3x -3x^2})\right)\\ &= \frac{-(3x \sin3x) - 3x^3}{(\cos3x) -x^3}\\ \end{align}$$ and I don't know what to to next. The…