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

Derivative of $\tan^{-1}\left(\frac {12x-64x^3}{1-48x^2}\right)$

How do you differentiate this function? $$f(x)=\tan^{-1}\left(\frac {12x-64x^3}{1-48x^2}\right)$$ I tried to change what's inside the inverse tan function to get the identity of the sum or difference between two angles but I can't get it right.
John C.
  • 184
  • 5
1
vote
2 answers

Find the derivative of $h(r)=(ae^r) / (b + e^r)$.

I got this answer $$\frac{ae^r(b-1)}{(b + e^r)^2}.$$ But in the solution page, they put the answer $$\frac{abe^r}{ (b + e^r)^2}.$$ Which is the correct answer? There answer is correct if $d/dx(b) = 0$, I thought it's $1$.
1
vote
0 answers

Finding derivative of $f(x) = 1+\frac{x}{1+e^{x-3}}$ where $f'(x) = 0$

I've managed to find the derivative to be $f'(x) = \frac{1+e^{x-3} - x(e^{x-3})}{(1+e^{x-3})^2} = 0$ I'm posting a new example because I've noticed too many mistakes in the way I wrote the question that it's easier to scratch it. I'm stuck on this…
nyugnep
  • 23
1
vote
2 answers

Use sing pattern $f'(x)$ to determine where $x$ rises and falls for $f(x) = \frac{(xe^{-x})}{2}$

Use sing pattern $f'(x)$ to determine where $x$ rises and falls for $f(x) = \frac{(xe^{-x})}{2}$ So worked out derivative which is: $$f'(x) = e^{-x}(1 – x)/2$$ Need it to equal zero: $0 = e^{-x}(1 – x)/2$ But now i'm a little stuck, how do i…
1
vote
1 answer

differentiability of functions from $\mathbb R^2 $ to $ \mathbb R^2$

I have a question where i solved half of it but couldn't continue, any help would be great and thanks in advance. We have the function $$F(x,y)=( \cos x -\sin y, \sin x -\cos y)$$ the function is defined on $\mathbb R^2$ with the usual euclidean…
1
vote
1 answer

Derivative of a function with summation

Can someone please help me to verify whether the derivative of the following function: $$z(\zeta)=\frac{R}{2}\left[a\left(\frac{1}{\zeta}+\sum_{k=1}^{N}m_k\zeta^k\right)+b\left(\zeta+\sum_{k=1}^{N}\frac{m_k}{\zeta^k}\right)\right]$$ with respect to…
BeeTiau
  • 185
1
vote
1 answer

Nth derivative formula for high degree power rule

I was wondering if there is a general formula for finding some $n$-th derivative. I came up with this (the Google doc has the math with proper formatting). Can someone tell me if this is correct and if it has been done before (it probably has)? If…
1
vote
2 answers

Derivative by definition of $ f(x)= 2x\sin(2x)$

I want to find the derivative of $f(x)=2x\sin(2x)$ but I'm having trouble developing the trigonometric identities. Here's what I worked…
Jakcjones
  • 159
1
vote
3 answers

derivatives equivalent somehow

If I take the derivative of $$\frac{1}{1-x}$$ I get: $$\frac{1}{(1-x)^2}$$ If I take the derivative of the same as $$\frac{x}{1-x}$$ I also get $$\frac{1}{(1-x)^2}$$ Am I doing something wrong?
Jackson Hart
  • 1,600
1
vote
1 answer

Differentiation in 3d of sin root and fractions in one! -> to find the normal to a function

I have to find the normal of this function at a defined point $x$ and $z$, I have done A Level maths but that was some time ago but I don't think it was covered to this level, I am now doing a CS degree. I thought the best way would be to…
Andrew
  • 113
1
vote
2 answers

Implicit differentiation questions

I want to solve $dy/dx$ for the following: $x^2 + y^2 = R^2$ where $R$ is a constant. I know to use implicit differentiation, though I have a question. When I derive $R^2$, do I obtain $2R$ or 0? Additionally, deriving $y^2$ with respect to x yields…
user590954
1
vote
2 answers

Values that make a piecewise function differentiable

This is a common type of question in calculus courses, but I have found the reasoning in the answer given lacking. What values of $b$ make $f(x)$ differentiable for all x. $$ f(x) = \left\{ \begin{array}{ll} bx^2-3 & \quad x \leq…
matt
  • 876
1
vote
1 answer

Sensitivity of revenue to price

This is a rather simple problem, but i can't for the life of me figure out the logic behind it. The revenue $R $ from a software product depends on the price $p$ charged by the distributor according to the formula. $$R = 4000p-10p^2$$ How sensitive…
1
vote
2 answers

Tangent line to solution set of equations

Determine the parametric equation for the tangent line at the point $P = (1,1,1)$ to a curve which is described by the solution set of the following equations: $x^2 + y^2 + z^2 = 3$, $3x + 4y + 5z = 12$ I dont have a clue where to start. How can I…
dreamer
  • 3,379
1
vote
2 answers

Proof of derivative of invertible function

I know $y=f(x)$ is differentiable and invertible. His inverse function is $x=g(y)$ which is also differentiable. I have to prove that $g'(y)= 1/(f'(x))$. I tried first with an baby example with $y=x^2$ and it turned out that this holds. But I have…
Nedellyzer
  • 1,174