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

Question on finding derivative for a piecewise function with absolute value

Let $f(x)=\begin{cases}\frac{1}{2}x^2 ~~~~~&\text{if } |x|\leq c \\ c|x| - \frac{1}{2}c^2 ~~~~~&\text{if } |x|> c \end{cases}$, where $c>0$ is just a constant value in $\mathbb{R}$ Then I find out $f'(x) = \begin{cases}x ~~~~~&\text{if } |x| < c \\…
xxxxxx
  • 603
1
vote
2 answers

Interpreting derivative vs change via ratio subtraction

I have simple data in time like below: time A B rate (A/B) June 50 100 0.5 July 65 300 0.2167 I want to find the change in the rate. From the above table it is clear that the rate decreased in the second month. Therefore shouldn't the…
1
vote
1 answer

Find k in a curve equation when equation of a line tangent to curve is given

The equation of the curve is $$y=x\left(\frac{k}{\sqrt{x}} - 1\right)$$ Does the problem mean the curve has a slope of zero at $y = 25/4$? The problem asks to find the value of $k$ and equation of line "l" which can be seen in the graph.
1
vote
1 answer

local minimum implies $f''(c)\geq0$

Let $f$ be a $C^2$ function defined on an open interval $I \subseteq \mathbb{R}$ near $c \in I$. If $c$ is a local minumum, is it true that $f''(c)\geq0$? Why? I'm learning semi-definiteness of a multi-variable function via approaching a point with…
Lab
  • 573
  • 2
  • 16
1
vote
1 answer

Derivative of $\sqrt{a^2-x^2}$

Can anyone provide an explanation for the following: $$ \frac{d}{dx}(\sqrt{a^2-x^2}) = \frac{-x}{\sqrt{a^2-x^2}} $$ I can only seem to get $\frac{a-x}{\sqrt{a^2-x^2}}$. I don't understand how the derivative of $a^2-x^2 = -2x$. Why does the $a^2$…
1
vote
1 answer

A directional derivative of $f(x,y)=x^2-3y^3$ at the point $(2,1)$ in some direction might be:

A directional derivative of $$ f(x,y)=x^2-3y^3 $$ at the point $P(2,1)$ in some direction might be: a) $-9$ b) $-10$ c) $6$ d) $11$ e) $0$ I'd say it's $-9$ for sure, but what about $0$ (the direction would be $<0,0>$)? Are there any other proper…
TomDavies92
  • 1,215
  • 3
  • 13
  • 24
1
vote
1 answer

How does $f(x+\delta x)=(1+\delta x)f(x)\implies \frac{d f(x)}{dx}=f(x)$ generalizes to multivariables?

I am looking for two generalizations: Multivariable (with scalars) $$ f(x+\delta x,y+ \delta y)=(1+\delta x + \delta y)f(x,y)\implies \frac{f(x+\delta x,y+\delta y)-f(x,y)}{(\delta x +\delta y)}=f(x,y) $$ Is this a derivative in some…
Anon21
  • 2,581
1
vote
1 answer

How to use the Chain rule for: $y=\cosh(a\sinh^{-1}x)$

$$y=\cosh(a\sinh^{-1}x)$$ where $a$ is a constant. What do i substitute for $u$ and $v$ to then find $\frac{du}{dx}$ and $\frac{dv}{dx}$? I am then suposed to prove that: $$(x^2+1)\frac{d^2y}{dx^2} +x\frac{dy}{dx}-a^2y=0$$
maxmitch
  • 651
1
vote
1 answer

How to find nth derivative

Can anyone help with this question? How to find the nth derivative of $$ e^x(2x+3)^3? $$
Rahul
  • 23
1
vote
0 answers

Very short math question derivatives?

If we have $2x+p+ (2x+p)\cdot \dfrac {dp}{dx} =0$ we express it $\left(\dfrac {dp}{dx} + 1\right) \cdot(2x+p)=0$ What if we have $\;0 =p+ \left[(2x)- \dfrac 1p\right]\cdot \dfrac {dp}{dx}$ how can we express it like the upper form? I am in the…
fgf
  • 57
1
vote
0 answers

Which value $y'(1)$ of $y(x) = \sqrt{x\sqrt{(x+3)\sqrt{x\sqrt{(x+3)\sqrt{x...}}}}}$

Given $y(x) = \sqrt{x\sqrt{(x+3)\sqrt{x\sqrt{(x+3)\sqrt{x...}}}}}$ Which value of $\dfrac{dy(1)}{dx} = y'(1)$? My attempt: $y^2 = x\cdot \sqrt{(x+3)\cdot y}\\y^4 = x^2\cdot (x+3)\cdot y\\ y^3 = x^3+3x^2$ So trying $y'$: ${3}\cdot y^2\cdot y' =…
miguel747
  • 269
1
vote
0 answers

Is it possible to have a null value at a given point of the derivative of function while having this point not a local maximum or minimum?

Is it possible to have a null value at a given point of the derivative of a function while having this point not a local maximum or minimum ?
1
vote
2 answers

Derivatives constants basic

I'm struggling with basic rules for derivatives. So $\dfrac{d}{dx} 2x = 2$ Because you factor out the constant to $2\times \dfrac{d}{dx}x$ and that is $2\times1 = 2$ But $\dfrac{d}{dx}2 = 0$ Again factor out to $2\times \dfrac{d}{dx}1(*)$ and that…
Jeff
  • 115
1
vote
0 answers

What is the derivative of $x \cdot (y^2+x^2)^{\frac{-1}{2}} \cdot t$ with respect to t

What am I supposed to do here? I know I can differentiate the stuff inside the brackets using the Chain Rule and can then differentiate that bit by product rule and then apply the product rule again? Would that be a reasonable thing to do? I have…
1
vote
1 answer

How to derive (19.15) from Feynman Lectures Vol. III

The Feynman lectures volume 3 chapter 19 derives the following equation, $$\frac{d^2g}{d\rho^2}-2\alpha\frac{dg}{d\rho}+\left(\frac{2}{\rho}+\epsilon+\alpha^2\right)g=0.\tag{9.15}$$ To do this he says to plug the following…