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

Understanding total derivative

Given the information that $\vec A= \vec A(\vec r(t),t)$, why is $$ \frac{dA}{dt} = \frac{\partial A}{\partial t} + (\vec r' \nabla)\vec A$$ and not $$ \frac{dA}{dt} = \frac{\partial A}{\partial t} + \vec r' (\nabla \vec A ) $$ ?
Christian
  • 1,781
1
vote
2 answers

Having 2 functions of the same variable, how can I find the derivative of the first function in relation to the other?

Let's be specific and use a simpler example than what I actually need to solve. $$ \begin{split} x(t) &= t + A\sin(wt) \\ y(t) &= B \cos(wt) \end{split} $$ How would I obtain the derivative of x in y? My maths are pretty rusty :( I'd like to be able…
1
vote
1 answer

application of inverse function theorem (first I thought implicit function theorem and then corrected it), how to continue?

Let $f=(f_1,f_2,f_3):\mathbb{R}^2\to\mathbb{R}^3$ continuously differentiable, $\det\begin{pmatrix} D_1f_1 & D_2f_1 \\ D_1f_2 & D_2f_2 \end{pmatrix}\not=0$. How to prove: In every point $(a_1,a_2)$ exists a neigbourhood $W$ of $(a_1,a_2,0)$ and $V$…
1
vote
1 answer

finding angle between two curves using knowledge of derivative

The curves $y=\sin 2x$ and $y=\cos 2x$ intersect at $x=\frac{π}{8}$. Find angle between the curves at this point. Extend your solution to find the angle between the curves $y=\sin 5x$ and $y=\cos 5x$. My solution: When $x = 0.3927$, $y=…
lolisme
  • 55
1
vote
2 answers

Derivative and graph mismatch

Using the implicit function $(x^2+y^2-1)^3=x^2y^3$ it can be shown that $y'=\frac{2xy^3-6x(x^2+y^2-1)^2}{6y(x^2+y^2-1)^2-3x^2y^2}$ but when I evaluate it for the point (1,0) I get $y'(1,0)=\frac{0}{0}$ even though the slope of the tangent line is 2…
Garth
  • 13
1
vote
1 answer

Equations of motion - equilibrium condition

Two frictionlessly shiftable mass points are connected by a massless thread of constant length l. For the arrangement given by the figure, use D'Alembert's principle to determine the equations of motion and the equilibrium condition. I'm learning…
Rafa Fafa
  • 205
1
vote
1 answer

Does differentiability of a composite function imply differentiability of all its components?

Does differentiability of a composite function imply differentiability of all its components? I.e. if $f(x)=g(x)+h(x)$ and we know $f(x)$ is differentiable at some point $x=a$, does this also imply $g(x)$ and $h(x)$ are differentiable there? Or is…
1
vote
1 answer

Derivative of the composition of two functions

Is the calculation below…
1
vote
1 answer

derivative of infinite sum of terms

If we have $\sum_{i=1}^\infty f_i(x)$ and assume this is a convergent sum and asumme all the $f_i$ are differentiable in every point. Is the derivative of the infinite sum equal to the sum of the derivatives (so is $(\sum_{i=1}^\infty f_i(x))' =…
Koen
  • 682
1
vote
0 answers

Cannot find horizontal tangent of the curve

Does the curve represented by the equation $y= \cos x + 5x$ have any horizontal tangent? I calculated $y\prime=0$ and i got $\sin x=5$ which is false so what should i do ? Here is what i did : $$ y = \cos x +5x,\\ y\prime=-\sin x +5 $$ I have…
1
vote
2 answers

Question about derivatives and derivative rules

What are the differences and similarities between finding the derivative using the definition and between finding the derivative using the derivative rules? What are the differences between the derivative function and a derivative at a point?
Dylan
  • 19
1
vote
3 answers

Power rule vs. Derivative rule

I have been learning about derivatives and need some answers. So the power rule is simple you just bring down a power such as $f(x)=x^2$ becomes $f'(x)=2x$. Then with the derivative rule we use the equation: $$f'(x)=\lim_{h\to 0}\frac{…
alex
  • 51
1
vote
1 answer

Chain rule version for partiel derivative?

Non-math student here so go easy on me. How do we calculate a partial derivative in terms of $x$ when dealing with a multivariable composite function, and what 'chain rule version', if any, could one refer do? The function I have in mind is,…
1
vote
3 answers

Differentiating inverse trig function

When differentiating $\sin^{-1}(x/2)$, I got $\frac{1}{2}(4-x^2)^{-1/2}$ but the answer I'm given does not include being multiplied by half. Can anyone explain if the answer I'm given is right and why they did not multiply the equation by the…
J. Doe
  • 199
1
vote
2 answers

Differentiation of a constant function from first principles

How do you differentiate a constant $K$ from first principles to show that it equals zero? $f(x) = K$ but what does $f(x+h)$ equal to where $h$ is the change in $x$?
J. Doe
  • 199