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

Differentiating $\frac{1}{Q(x)}$ and $\frac{1}{\sqrt{2 \pi}}e^{-\frac{x^2}{2 }}$

I am not very sure about differentiating $\frac{1}{Q(x)}$ and $\frac{1}{\sqrt{2 \pi}}e^{-{x^2}/{2}}$ $$Q(x)=\frac{1}{\sqrt{2 \pi}}\int ^{\infty}_{x} e^{-{t^2}/{2}} \mathrm dt$$ Are my calculations below correct? $$\left(\frac{1}{Q(x)}\right)'=…
shineele
  • 201
1
vote
2 answers

Why does $xy^x$ decrease for low $y$?

I'm trying to understand the behaviour of $f\left( x,y\right) =xy^{x}.$ I've computed its derivative with respect to $x$ and got $$\frac{\partial f\left( x,y\right) }{\partial x}=y^{x}+xy^{x}\ln y=y^{x}\left( 1+\ln y^{x}\right) . $$ Given…
Patricio
  • 1,604
1
vote
2 answers

Critical points of a function and discontinuity

I just wanted to ask, why does the following function: $$f(x)=x^{1/3}(x+3)^{2/3}$$ Have 3 crtical points $0,-1,-3$, because its first derivative is: $$f'(x)=\frac{x+1}{x^{2/3}(x+3)^{1/3}}$$ $$f'(x)=\frac{x+1}{x^{2/3}(x+3)^{1/3}}=0$$ Then $x=-1$ is…
1
vote
1 answer

Derivative of $ \log _{2} (\log_{3}(\log_{5}b)) $

I am supposed to find the derivative of $f(b)= \log _{2} (\log_{3}(\log_{5}b)) $ How would you calculate it? I know rules for derivation of logarithms but I don't know how to apply it in this case. Thanks
Johny547
  • 135
1
vote
2 answers

To apply quotient rule to show that show that $f'(0)=p'(0)/q(0)$ if $p(0)=0$

I am asked to apply the quotient rule $$f(x)=\frac{p(x)}{q(x)}$$ and show that $$f'(0)=\frac{p'(0)}{q(0)}$$ if $p(0)=0$, and hence evaluate $f'(0)$ where $$f(x)=\frac{xe^{2x}}{(2-x)(1-x)^2}$$ ...dont get it...just replace all $x$'s by $0$?? I…
1
vote
1 answer

First derivative on 2 variables

I got a problem that is causing me a headache. So differentiating $\frac {1}{12π}*c^2*h$. According to the constant rule we can pull out the constant $\frac {1}{12π}$ and differenciate $c^2*h$ as two different variables using the chain rule along…
David
  • 11
1
vote
1 answer

What's the difference between the two?

Question Which of the following two can define the derivative $f'(a)$: 1)$$\lim_{n \to \infty}n \left[f\left(a+\frac{1}{n}\right)-f(a)\right],n \in \mathbb{Z}.$$ 2)$$\lim_{x \to \infty}x\left[f\left(a+\frac{1}{x}\right)-f(a)\right],x \in…
mengdie1982
  • 13,840
  • 1
  • 14
  • 39
1
vote
1 answer

Find the equation to the tangent of a line using known points?

I have carried out the implicit differentiation of the original formula ($x-y^3=2xy$) to get the equation $$\frac{dy}{dx} = - \frac{2y-1}{3y^2-2x}.$$ Now I need to find the equation of the tangent at point $(-1, 1)$, I've plugged the values into the…
1
vote
2 answers

Implicit differentiation of $e^x(x^2 + y^2)$

I seem to have completely lost my bearing with implicit differentiation. Just a quick question: Given $y = y(x)$ what is $$\frac{d}{dx} (e^x(x^2 + y^2))$$ I think its the $\frac d{dx}$ confusing me, I don't what effect it has compared to…
1
vote
0 answers

Meaning of derivative in terms of the original function

Let's say the distance for a car equals: $f(x) = 5x$. Then it's speed is $f'(x) = 5$. But what does it mean to have speed of five? So, for example speed of car at $t=10$ is $5$, but what does it mean? Does it mean that distance will increase in 5…
1
vote
1 answer

A remarkable feature of the function $\sqrt{1-x^2}$

While doing some calculus problems I came across the remarkable discovery that the function $f(x)=\sqrt{1-x^2}$ actually equals its own derivative at the $x$ value of $-\frac {1}{\phi}$ ($\approx -0.618033$, $\phi$ being the golden ratio, approx.…
1
vote
1 answer

Mean Value Theorem ( i guess )

Suppose that a function $f$ is continuous on the closed interval $[0,1]$ and that $0\leq f(x)\leq 1$ for every $x \in [0,1]$. Show that there must exist a number $c$ such that $f(c)=c.$
1
vote
2 answers

Are these two different derivative definitions equal?

I have a question which asks me if the following two definitions of a derivative is equal. So I know the following equation, $f'(x_0) = \lim_{h \to 0} \dfrac{f(x_0+h) - f(x_0)}{h} $ as we went through it when I learnt this and how to get the…
PutinPress
  • 11
  • 2
1
vote
2 answers

when taking x to the power of 2 in a function do I put my x number in parentheses or not?

I have been struggling with this for the past couple of days now and can't seem to get a solid answer. Let's say that we are differentiating $f(x)=x^3-3x^2-24x+1$ and we get $3x^2-6x-24$ and we put this equal to zero to find that $x = -2$ and $x =…
1
vote
1 answer

Is this function differentiable at $(0,0)$?

Let $f: \mathbb R^2 \to \mathbb R$ be the function $$f(x,y) = \frac{x^3\sin(x+y) - y^4\ln(x^2+y^2)}{x^2+y^2}$$ where $(x,y) \neq (0,0)$ and $f(0,0)=0$. Is $f$ differentiable at $(0,0)$ and if so, how can I prove it?