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

Problem with a question requiring me to prove a derivative

I have been staring at the following question for an hour now, but the answer simply does not make sense to me… The question asks: please prove that if a is a constant, then... Question My problem with the answer is that I do not understand where…
Pregunto
  • 199
1
vote
3 answers

Differentiability of an even function

If $f$ is an even function such that $\lim_{h \to 0} \frac{f(h)-f(0)}{h}$ has a finite non zero value , then is $f(x)$ continuous , differentiable , or neither continuous nor differentiable at $x=0$? I think that the function is continuous , and it…
Aditi
  • 1,349
1
vote
2 answers

Why is this incorrect (regarding differentiating the natural log)?

We must differentiate the following: $$ [f(x) = \ln (3x^2 +3)]\space '$$ Why is this incorrect? I am just using the product rule: $ [f(x) = \ln (3x^2 +3)]\space ' = \dfrac{1}{x} \times (3x^2 + 3) + \ln(6x) = \dfrac{3x^2 +3}{x} + \ln(6x)$ My book…
Yoshi
  • 13
1
vote
1 answer

Derivative of $z(s) = \frac{1}{1 + e^{-s}}$

My lecture notes state that, if $z(s) = \dfrac{1}{1 + e^{-s}}$, then $z'(s) = 1 - z^2$. Isn't this incorrect? Shouldn't this be $z'(s) = \dfrac{ e^{-s} }{ ( 1 + e^{-s} )^2}$? Clarification/Confirmation would be appreciated.
The Pointer
  • 4,182
1
vote
0 answers

Why is cancelling differentials not okay?

I know this has been covered before in this post, but I still don't fully understand why cancelling differentials —not just inside an integral, but in general— is not considered okay or valid among mathematicians. I'm currently studying physics at…
TeicDaun
  • 202
1
vote
1 answer

Computing $\frac {d}{dx} (\frac {|x|^{n+1}}{1-x})$ for $x \in (-1,0) \cup (0,1)$ and $n \in \Bbb N$

I am trying to compute $\frac {d}{dx} (\frac {|x|^{n+1}}{1-x})$ for $x \in (-1,0) \cup (0,1)$ and $n \in \Bbb N$ in order to understand an example given in my textbook. What I have so far is that I get $\frac {d}{dx} (\frac {|x|^{n+1}}{1-x}) =…
1
vote
2 answers

Derivative of $\log_{x}(x^2+3)$

How to compute $f'(x)$ where $f(x)=\log_{x}(x^2+3)$ ? When we deal with $x^{x^x}$ we use $e^{x^x\ln x}$. What do we "do" with logarithms?
Hagrid
  • 2,581
1
vote
1 answer

Differentiating $x = \sec^2{3y}$ for $d^2y/dx^2$

I want to ask a question about differentiating trigonometric functions. I am trying to find $\frac{d^2y}{dx^2}$ for $x = \sec^2{3y}$ Now, this is what I did. $$\frac{dx}{dy} = 6\sec^2{3y}\tan{3y} = 6x(x-1)^{\frac{1}{2}}$$ I got the…
vik1245
  • 893
1
vote
1 answer

MVT to prove an inequality

Use the Mean Value Theorem to prove that $|\cos a − \cos b| \leq |a − b|\,\forall a, b \in\mathbb R$. Please advise if I am heading the right direction because I got stuck after doing this: $$\begin{align} f(x) &= \cos x \\ f'(x) &= -\sin x \\ c…
G.L.
  • 35
1
vote
3 answers

Derivative of a trigonometric function $\arctan$

Will someone help me explain this example please? $$y=\arctan \dfrac{\sqrt{1-\cos (x)}}{\sqrt{1+\cos (x)} }$$ Solution: $$\sin^2 (x/2)=\dfrac{1-\cos (x)}{2}\Rightarrow \sqrt{2}\sin (x/2)=\sqrt{1-\cos (x)}$$ $$\cos^2 (x/2)=\dfrac{1+\cos…
almanda
  • 23
  • 4
1
vote
1 answer

Derivative of a real-value function

Suppose we have a function $f(\theta)$ and it is $\mathbb{R} \rightarrow \mathbb{C}$. Consider the square of the absolute value of $f(\theta)$, $$g(\theta) = |f(\theta) |^2$$ Obviously, the function $g(\theta)$ is $\mathbb{R} \rightarrow…
Harry
  • 699
  • 3
  • 14
1
vote
2 answers

How to solve the following tricky question on differentiation and functions?

Let $f:\mathbb{R} \to \mathbb{R}$ be an infinitely differentiable function and suppose that for some $n >1$, $$ f(1) = f(0) = f^{(1)}(0) = f^{(2)}(0) = \cdots = f^{(n)} (0) = 0 $$ where $f^{(k)}(x)$ denotes the $k$-th derivative of $f$ for $k \ge…
1
vote
1 answer

Explanation for the meaning of the lowest value of $f'(x)$ in this task

I see that when $f'(x)=0$ we have the value of $x$ where the value of $y$ is the largest or smallest. But in this task, what is the meaning of the lowest value of $f'(x)$? I don't understand how we can take the $x$ value from the derivative and the…
Hills
  • 155
1
vote
0 answers

inertia tensor of rigid particle

If $I$ is the inertia tensor and $w$ is the angular velocity of a rigid particle (supposed a very small particle, a cell for example) We are working in 2 dimensional space $\mathbb{R}^2$ , so the 3 dimensional angular velocity vector has only the…
Math1995
  • 964
1
vote
1 answer

The directional derivative of the scalar function $\log(x^2+y^2+z^2)$ at point $P(1,1,1)$ in direction of line joining $p$ to $p_0(3,2,1)$ is

The directional derivative of the scalar function $\log(x^2+y^2+z^2)$ at point P(1,1,1) in direction of line joining p to $p_0(3,2,1)$ is parametric equation of line joining p to $p_0$ is $\overrightarrow{v}=(2t+1)i+(t+1)j+k$ unit vector in…