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

Find the values of Tangent line that isn't given

I'm going through a review for an upcoming exam and this has me stumped: The line tangent to $y=f(x)$ at $x=3$ passes through the points $(0,10)$ and $(10,30)$. Find the values of $f(3)$ and $f'(3)$. I tried basic formatting for the functions, but…
GeoffM
  • 47
1
vote
1 answer

N-th derivative of $f(x)=\frac{e^x}{x-1}$ in closed form?

Is there a nice closed form for computing the n-th derivative of $$f(x)=\frac{e^x}{x-1}$$ ? I tried writing $xf(x)=e^x$ and then applying the Leibniz formula for the n-th derivative and this gives $$(x-1)f^{(n)}(x)+nf^{(n-1)}(x)=e^x$$ and here i…
1
vote
2 answers

Gradient of $f(x)=1/x$ at $x=2$

I've not done any math for a long time, so I have what I'm sure is a stupid question, but I can't figure out what to google to get a quick answer. I've differentiated from: $$y = x^{-1}$$ to: $$ dy/dx = -x^{-2} $$ and I'm asked to get the gradient…
1
vote
1 answer

Strange Notation for Derivatives?

I have encountered a somewhat odd notation for a derivative, and I can't seem to work it out. I was given that... $d(u^3v) = 3u^2vdu + u^3dv$ which sure, makes sense, however, If I now integrate both sides... $\int{d(u^3v)} = 3v\int u^2du + u^3 \int…
1
vote
0 answers

Counting Operation in Automatic Differentation - Forward vs Backward Mode

I've got a question concerning counting operations in Forward & Reverse Mode. Given a function $f: \mathbb{R}^{n} \rightarrow \mathbb{R}$: The Primal Trace contains $n$ operations, each node has one operation done, therefore $n$ nodes have $n$…
Telles
  • 11
1
vote
2 answers

Why is the derivative of a sine function a cosine function?

I am having a hard time coming up with WORDS to explain why is the derivative of a sine function a cosine function? Why? How do I write a few sentences saying why this happens? I follow example after example solving similar problems but still don't…
Tony
  • 11
1
vote
1 answer

Get derivative with square root in the denominator

Given: $$\begin{align} f(x) &= \frac{3}{\sqrt{2x^7}} \\ \\ \frac{df}{dx} &= \end{align}$$ The expected answer is: $$\begin{align} f(x) &= \frac{3}{\sqrt{2x^7}} \\ \\ \frac{df}{dx} &= -\frac{21\sqrt{2}}{4x\sqrt{x^7}} \end{align}$$ But what steps…
Dylan
  • 13
1
vote
1 answer

Radical Differentiation Rule

I'm solving some differentiation problems and a pattern has come to my attention. I'd like to know if the rule I've come up with is true and if it is provable. It goes as follows: Given a function $f$ with $f(x)=\sqrt[n]{x}$ then…
dima
  • 21
1
vote
1 answer

Derivative of product of matrix and vector

Suppossing $M$ is a $n \times n$ matrix and z is a $n \times 1$ row, and knowing the following identity: $$ \frac{\partial z^tM}{\partial z} = M $$ I want to solve the following: $$ \frac{\partial z^tMz}{\partial z} = (M + M^t) z $$ Using the…
1
vote
2 answers

Differentiate the x?! | Differentiation help needed dx/dx | Beginner question

The problem I've got says to differentiate the following: $x = f(y) = y^2 + \frac 1y$ I am a student studying differentiation at the moment. I don't quite get how am I supposed to differentiate $x$, as in $\frac{dx}{dx}$ or how?! Isn't the…
1
vote
1 answer

Why cannot we find a constant for function $f(x) = \operatorname{arccot} x - \arctan\frac{1}{x}$ even though its derivative is $0$?

I came across this exercise from Apostol book Volume 1 Ex 6.22 Q11. The function $f(x) = \operatorname{arccot} x - \arctan\frac{1}{x}$ has derivative $0$ when $x\neq 0$. But in the meantime, we cannot find a constant number $C$ such that $f(x) =…
1
vote
0 answers

Is it true that $ \left[ \frac{d^n}{dx^n} \left((x - a)^{n+1} (x - b)^{n+1}\right) \right]_{x=a} = 0 $ for positive integer $ n $?

While solving another problem I stumbled upon this fact that seems to be true but I do not how to prove. For a positive integer $ n $, we have $$ \left[ \frac{d^n}{dx^n} \left((x - a)^{n+1} (x - b)^{n+1}\right) \right]_{x=a} = 0. $$ Is this true? If…
Lone Learner
  • 1,076
1
vote
1 answer

Derivatives With Multiple Branches

I have the derivatives of two functions, $\frac{df(t)}{dt}$ and $\frac{dg(t)}{dt}$. I would like to calculate the derivative $\frac{df(t)}{dg(t)}$. This is a reasonably simple problem: \begin{equation} \frac{df(t)}{dg(t)} =…
1
vote
0 answers

If $f$ is a bounded continues function, a function of $x^2$, $f^{\prime}(x)$ exists and $f$ is a pdf, so $f^{\prime}(0)=0$.prove or counter example

If $f$ is a bounded continues function($\exists M\in R^+$ such that $\forall x\in R, \quad 0\leq f(x)
Masoud
  • 2,715
1
vote
0 answers

Solving an ODE with exponentials

$$e^{x^2y}\ \mathrm dx+ e^{y-x}\ \mathrm dy=0$$ I have been trying this for a long. I am not able to solve it. I have solved similar questions, but I have failed to solve this specifically. Thanks in advance.
Mahi
  • 11