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

Tangent line parallel to Y-axis, of a function $f(y)=\sqrt[3]{x^2-x^3}+x$ and points where tangent line does not exist

I have function defines as : $$f(y)=\sqrt[3]{x^2-x^3}+x$$ and need to find points where the tangent line is parallel to y-axis and point where tangent line does not exist. I found points where derivation is infinity [0,1], which should be the…
1
vote
1 answer

Application of Derevative($F'(0)=g''(0)-3T'(0)>0$)

If $g(x)$ is a differentiable real valued function satisfying $g′′(x) – 3g′(x) > 3$ $∀ x \ge 0$ and $g′(0) = –1$ then $g(x) + x$ for $x > 0$ is (A) increasing function of x (B) decreasing function of x (C) data insufficient (D) none of these My…
1
vote
3 answers

How to solve it in simple ways, Find $f'(0)$

$f(x) = \dfrac{\left(x-3\right)\left(x-2\right)\left(x-1\right)x}{\left(x+1\right)\left(x+2\right)\left(x+3\right)}$ Find $f'(0)$ By apply the Quotient Rule $\frac{f'g - g'f}{g^2} $, I can find the answer but it's too long. Is there any other…
Jojo
  • 23
1
vote
1 answer

$m$-th derivative of an $n$-times iterated function

I'm trying to calculate multiple derivatives of iterated functions, but I'm already having trouble at the the thrid one, which is worrying, because I started with the ambition of calculating arbitrary numbers of derivatives of arbitrarily often…
1
vote
1 answer

find the derivative $f'(0)$

Given $$f(x)=\frac{\sqrt{2-e^{2x}}\sqrt[4]{2-e^{4x}}\cdot\ldots\cdot\sqrt[50]{2-e^{50x}}}{(2-e^x)\sqrt[3]{2-e^{3x}}\cdot\ldots\cdot\sqrt[99]{2-e^{99x}}},$$ find $f'(0)$. this method was used $$ \Big(\ln|f|\Big)' =…
math_14
  • 55
1
vote
3 answers

What is the derivative of $\sqrt {\text{sin}\sqrt {x}}$?

I found an answer here: https://brainly.in/question/3822188 Let, $ y = \sqrt {\text{sin}\sqrt {x}} $ or, y = (sin√x)^(1/2) Now, differentiating with respect to x, we get dy/dx = 1/2 (sin√x)^(1/2 - 1) d/dx (sin√x) = 1/2 (sin√x)^(-1/2) (cos√x) d/dx…
hmmmm
  • 21
1
vote
0 answers

Can tell sign of derivative through observing numerator and denominator limits?

Say a derivative is differentiable in the interval $x \in [a,b]$ The derivative of the limit at $f(b)$ is $\lim\limits_{x \to b^+}\frac{f(x)-f(b)}{x-b}$ If we can show that $\lim\limits_{x \to b^+}f(x)-f(b)$ and $\lim\limits_{x \to b^+}x-b$ both…
1
vote
1 answer

According to the epsilon delta definition, Is a function differentiable at its end points $[a,b]$?

$$∀x\in A, ∀ϵ>0, ∃δ>0, \text{ s.t. } |x−c| <δ ⟹ \left|\frac{f(x) − f(c)}{x-c} −L\right| < ϵ $$ My doubt is that given the epsilon delta definition of differentiability, if a function is right differentiable at $x=a$ in the interval $[a,b]$ and…
1
vote
1 answer

First fundamental of calculus

Find $$\frac{d}{dx}\int_{-x^2}^{0} sin(8t^2)dt$$ Is this correct? $$\frac{d}{dx}\int_{-x^2}^{0} sin(8t^2)dt = -2x(-sin(8x^4))$$
Jisbon
  • 79
1
vote
1 answer

Finding derivative using definition

Using definition of derivative, find derivative of f at 0 when f(x) = $x^3sin \mid x \mid$ Since definition is: $f'(x)=\frac{f(x)-f(a)}{x-a} = \frac{x^3sin \mid x \mid - a^3sin \mid a \mid}{x-a}$ What should I do from here? Should I attempt to…
Jisbon
  • 79
1
vote
1 answer

Derivative of Taylor Expansion of $e^x$

$y = 1 + \frac{x}{1!} + \frac{x^2}{2!} + ..... + \frac{x^n}{n!} $ We needed to find to derivative of this function. I just wrote the given series is the Taylor expansion of $e^x$, therefore $f(x)$ and $f'(x)$ are the same, but the correct answer is…
B Luthra
  • 205
1
vote
1 answer

Determining the limit as the denominator goes to zero

It's been a while since I've taken an intro calculus class. Could someone remind me of this? I'm guessing it's La'Hopitals but a refresher would be super helpful $ \lim_{\gamma\to1} \frac{c_{t}^{1-\gamma}}{1-\gamma} = ln(C_t) $
1
vote
1 answer

How to go from one definition of a derivative to another?

How do we go from $\lim_{h\to0}=\frac{f(a+h)-f(a)}{h}$ to $\lim_{h\to0}=\frac{f(a+h)-f(a)-Lh}{h}=0$
1
vote
1 answer

Partial derivatives question help here?

I have the function $$u=\frac{x^3+8xy^2-y^3}{x^3+y^3}.$$ I have to show if $$x\cdot \left(\frac{\partial u}{\partial x}\right) +\left(\frac{\partial u}{\partial y} \right)=0.$$ How do I find du/dx and du/dy?
1
vote
0 answers

What is the proper way to do implicit differentiation?

I've always learned implicit differentiation as $\frac{dy}{dx}$. But some tutorials on the web use $\frac{d}{dx}$. Here's an example of how I solve questions. Find the slope of the tangent line to the graph of $x^2 + 3xy - 2y^2 = -4$ with respect…
user716925