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
0
votes
0 answers

Derivative function for the cylinder to define displacements

I came upon definition of the derivative functions for the cylinder as given below. I can't understand why the derivative with respect to "x/a" is introduced here. Coordinate "x" varies along the cylinder and "a" is the radius of the cylinder, so…
user504068
0
votes
2 answers

Replacing variable in double differentiation

I was solving some physics but stuck in some math I need to change variable x to y in $${d^2\psi(x) \over dx^2}$$ where $y=\alpha x$ I reached till $${d \over dx}({1\over \alpha }{d\psi \over dy})$$ Now should I use formula of ${u\over v}$ in…
RKK
  • 408
0
votes
1 answer

Can one compute 'double' (or even triple) simultaneous derivatives: $\frac{F(x+dx,y+dy)-F(x,y)}{dxdy}$

I have encountered a situation where I need to find the result of the following construction: $$ \lim_{dx\to 0,dy\to 0} \frac{F(x+dx,y+dy)-F(x,y)}{dxdy} $$ Is this a valid derivative construction? What is the result of such a thing? In fact, my…
Anon21
  • 2,581
0
votes
0 answers

Helpfulness of the numerical quantity of the derivative in the real world.

I was thinking about why the numerical value of the derivative is helpful. Honestly, I find the numerical value a bit misleading with regards to the units of the derivative. I would love someone to help me clear up my confusion: Let the position, in…
E. Kaufman
  • 21
  • 2
0
votes
3 answers

Derivative of $1/(1-x)^2$

$ \frac{\partial f}{\partial x}\dfrac{1}{(1-x)^2} = \dfrac{0 *(1-x)^2 - (-1)(1)}{(1-x)^2*(1-x)} $ But: $ \frac{\partial f}{\partial x}\dfrac{1}{(1-x)^2} \neq \dfrac{0 *(x^2-2x+1) - (2x-2)(1)}{(x^2-2x+1)*(1-x)} $ Why can't I solve the binomial…
0
votes
0 answers

Struggling to understand the second derivative

I have mostly been using the derivative's limit definition, hence the second derivative and higher-order derivatives. However, today I came across this strange relation for the second derivative in one of the texts. Can someone help me understand…
0
votes
0 answers

Using logarithmic differentiation, find $y'$. Am I correct?

Using logarithmic differentiation, find $y'$. $$y=\ln x^{\cos(x)} \space (x>1)$$ I solved and here is my answer: $$y'=(\ln x)^{\cos(x)}(\cfrac{\cos(x)}{x\ln x}-\sin x\ln(\ln x)) $$ But I don't understand what is $(x>1)$ use for? Or am I missed…
user939913
0
votes
0 answers

Why differentiation in Rn,C are called best possible linear approximiation??

My answer is actually it is not a linear approximiation actually it an approximation of a translation of a linear transformation..whether in complex field if we see complex as a vector space over R and if it is diff at a point then actually it…
Raju
  • 55
0
votes
1 answer

deriving the work equation with product rule

Trying to derive the work equation in a conservative field after a few years of zero practice had me stump for an hour with simple derivatives. I know that: $\mathrm d(\vec{v} \cdot \vec{v}) = (\mathrm d\vec{v})\cdot\vec{v} + \vec{v}\cdot(\mathrm…
0
votes
3 answers

Third Derivative of the Reciprocal

We know that the first derivative of the reciprocal is simply its inverse, i.e. $\frac{dx}{dy} = \frac{1}{\frac{dy}{dx}}$ We also know that the second derivative of the reciprocal is as follow: $\frac{d^2x}{dy^2} =…
0
votes
0 answers

directional derivative of a constant function

I know that when a function is zero on a boundary, say $u=0$ on $\Gamma$, then $\nabla u = (\nabla u \cdot \nu)\nu$ where $\nu$ is the outward normal vector to $\Gamma$. My question is why is $\nabla u \cdot \tau$ ($\tau$ is the unit tangent vector)…
0
votes
2 answers

Differentiation by definition

I have this function: $f(x)=(\cos(x)-1)/(x^{1/3}+1)$ which is continuous at $0$ and I wanted to know if it's differentiable at $0$. The way I tried to solved it was using the definition: $$\lim_{h\to 0} \frac{f(0+h)-f(0)}{h}=\lim_{h\to…
0
votes
1 answer

How to figure out the rate of change of hypothenuse?

I am starting calculus and was given the following problem: In a right triangle, leg $x$ is increasing at a rate of $2m/s$ while leg $y$ is decreasing so that the area is always $6m^2$. How fast is the hypothenuse $z$ changing when $x = 3m$? I…
0
votes
2 answers

Proving $x\frac{\partial z}{\partial x}+2y\frac{\partial z}{\partial y}=nz$, for $z(x,y)=x^nf(\frac{y}{x^2})$. Where is my calculation wrong?

Given the function $z(x,y)=x^nf(\frac{y}{x^2})$ where is $f$ a differentiable function. Prove that equation: $$x\frac{\partial z}{\partial x}+2y\frac{\partial z}{\partial y}=nz \tag{$\star$}$$ My attempt is: $$\frac{\partial z}{\partial…
hi hi
  • 79
0
votes
0 answers

Does every point of minimum local has derivative equal to zero?

I have to answer if it's true or false that every minimum point of a function happens where the derivative is null. But I was wondering about $f(x)=|x|$ which clearly has global (local) minimum at $x=0$, but we're not able to calculate $f'(0)$. So,…
mvfs314
  • 2,017
  • 15
  • 19