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

using definition of derivative

$f(x)=x^3-6x^2+9x-5$ is given. What is the value of $$\lim_{h\to0}\frac{[f'(1+2h)+f'(3-3h)]}{2h}$$ I tried to use the definition of derivative,and here it seems like the expression will be equal to something like the 2nd derivative of $f(x)$ but…
guest
  • 169
2
votes
1 answer

Derivative of logarithmic function

If the function $f(x)=\log_{2x}x^2$ is given, what is $f'(4)$? I tried to use the formula for derivative of logarithm but here the base is $2x$, so it made me confused. Note that the answer is $1/(18\ln 2)$.
guest
  • 169
2
votes
0 answers

How did this gradient get derived?

I am reading Pattern Recognition and Machine Learning by Bishop and equation 6.2 for gradient of regularized least squares is $$J(w) = \frac{1}{2}\sum^{N}_{n=1}\{\mathbf{w^T}\phi(\mathbf{x_{n}})-t_{n}\}^2+\frac{\lambda}{2}\mathbf{w^Tw}$$ then in the…
2
votes
1 answer

The $n$-th derivative of the product of three functions

I would like to ask what are the general formula for the the $n$-th derivative of the product of three functions? For the product of two functions, we have the Leibniz's rule for the general formula, how about three functions? Example may be like$\…
Tony
  • 59
2
votes
2 answers

Application of Derivatives , maxima minima jee mains 27th Aug Morning Shift 2021

This is the question Q) A wire of length 20 m is to be cut into two pieces. One of the pieces is to be made into a square and the other into a regular hexagon. Then the length of the side (in meters) of the hexagon, so that the combined area of the…
Blank
  • 31
2
votes
1 answer

Solving for third derivative of implicit differentiation

My professor gave us an activity of, to me what feels like, a vague third derivative implicit differentiation. We were taught up to second, but now I am feeling lost. I am tasked to find $\frac{d^3y}{dx^3}$, $x^2$+$y^2$=$a^2$. I treated $a^2$ as a…
hideme
  • 65
2
votes
2 answers

Proof that $\frac{d}{dx} \tan^{-1} x = \frac{1}{1+x^2}$using implicit differentiation

Proof that $\frac{d}{dx} \tan^{-1} x = \frac{1}{1+x^2}$ using implicit differentiation My workings: $y=\tan^{-1} x$, $x= \tan y$ $\frac{d}{dx} (x) = \frac{d}{dx} \tan y$ $1 = \sec^2 y \frac{dy}{dx}$ $\frac{dy}{dx} = \frac{1}{\sec^2 y} = \cos^2…
user307640
  • 2,632
  • 2
  • 17
  • 27
2
votes
0 answers

Using gradient descent with cross entropy loss

In the logistic regression, for an intercept $$\beta_0\in R$$,parameter vector $$\beta=\left(\beta_0,\beta_1,...,\beta_p\right)\in R^p$$ , target $$y_i\in\left\{0,1\right\}$$, and feature vector $$x_i=\left(x_{i1},x_{i2},...,x_{ip}\right)^T\in R^p$$…
shaki
  • 21
2
votes
4 answers

How to find derivative of function

What is algorithm to find differentiation of function $x^{2^x}$? What formula I need to apply? Thanks.
MyTitle
  • 121
2
votes
1 answer

Can you find a derivative of a function $f(x)$ with respect to something that isn't $x$?

I am not sure how to phrase this exactly, but an example of what I'm talking about is finding the derivative of $x^4$ with respect to, say, $x^2$. I was just thinking, maybe you could use some substitution to find the answer, and make $x^2=a$, and…
2
votes
1 answer

Differentiating $y = x - \frac2x + \frac3{x^2}$

Another easy question for you guys. I'm differentiating the below to find the equation of the tangent at $(-3,-2)$ $$y = x - \dfrac{2}{x} + \dfrac{3}{x^2}$$ I simplified to: $$ y = x - 2x^{-1} + 3x^{-2}$$ Then differentiated to get: $$…
2
votes
1 answer

Interpretation of $\exp\left(\frac{d}{dx} \ln( f(x) ) \right)$?

Is there any intuitive interpretation or simplification of $\exp\left(\frac{d}{dx} \ln(f(x))\right)$? Forms like $\phi=\exp\left(\frac{d}{dN} \ln(f(N))\right)$ are common in thermal physics/chemistry. Typically $N\gg 0$, and $f(N)$ is the ratio of…
2
votes
1 answer

How to use differentials to estimate the relativistic increase in mass from at 90% speed of light to 92%

the question below is from a section on differentials in an old calculus text I am teaching myself with (Calculus, Varberg & Purcell, 6th edition.) The text gives an answer (9.47%) but does not explain how it is derived. That is what I wish to…
2
votes
1 answer

second and first derivative growth function

I have a function I would like to take the first and second derivative from $$f(t)= a\left(1-\frac{1}{1+(b(t+i))^e+(c(t+i))^f+(d(t+i))^h)}\right)$$ I have taken the following steps $$u(t)={\left(\mathrm{b}\, \left(\mathrm{i} +…
2
votes
0 answers

A problem on Mean Value Theorem from Thomas Calculus.

The question If $f:[0,4] \rightarrow \mathbb{R}$ is differentiable, then prove that $$ [f(4)]^2-[f(0)]^2=8f'(a)f(b) \text{ for } a,b \in (0,4) $$ My Solution Let's choose $b$ such that $$ f(b)=\frac{f(4)+f(0)}{2} \tag{1} $$ Since $f$ is…