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

Is it the case that an antiderivative of $\sqrt{1-z^{2}}$ is $\frac{i}{2}(z\sqrt{z^{2}-1}-\operatorname{Log}(z+\sqrt{z^{2}-1})+C$?

$\operatorname{Log}$ denotes the principal branch of the complex natural log $\sqrt{t}$ denotes the principal square root of $t$ An antiderivative of $\sqrt{1-z^{2}}$ is $\frac{i}{2}(z\sqrt{z^{2}-1}-\operatorname{Log}(z+\sqrt{z^{2}-1})+C$ Is this…
Simon M
  • 657
0
votes
0 answers

Differentiate the expression with respect to $u$

$$u(x) = \int_0^1 xtu^2(t) dt$$ $u$ is an unknown function (integral equation form). If not possible to differentiate explicitly is there an expression for the derivative of this integral with respect to $u$?
Log On
  • 1
0
votes
4 answers

Value of $y''$ in $x^4+7x^2y^2+9y^4=24xy^3$ at $(1,\alpha)$

If $x^4+7x^2y^2+9y^4=24xy^3$. Then value of $y''(1,\alpha)$ is ,given $1+7\alpha^2+9\alpha^4=24\alpha^3$ What I try: First differentiate both side with respect to $x$, we have $\displaystyle 4x^3+7(x^2+2yy'+y^2\cdot 2x)+36y^3y'=24(x\cdot…
jacky
  • 5,194
0
votes
1 answer

Find inflection points

I am formalizing a stochastic and translating into the Stan probabilistic programming language. Long story short: it's a measurement error model with a sub-model that uses the following function $y(t)$. But I need some additional information from…
Fabio
  • 313
0
votes
1 answer

Total derivative of explicit variable and not implicit

Say you have the following function, with the following information: $F = mk\dot x^2 + k^2gx$ $m, k, g$ are some constants $x$ under the hood is the function of $t$ (we could say implicitly depends) $\dot x$ is the derivative of $x$ with respect to…
Matt
  • 103
0
votes
1 answer

Applications of Derivatives (Approximation)

If we are asked to find the derivative of x³ with respect to x, the answer will be 3x² (y=x³, dy/dx=3x²). So dy=3x²*dx, I understood this till here, but in the next step my teacher told us that we can write this as: d(x³) which is fine but how do we…
0
votes
1 answer

Finding the derivative of y

If $$y= \arccos \frac{2x-3\sqrt{1-x^2}}{\sqrt{13}}$$ ,find $\frac{dy}{dx}.$ Please help me solve this. Thank you
chndn
  • 2,863
0
votes
2 answers

Differentiation with respect to $x$

Differentiate with respect to $x$ $$\arcsin \frac{2^{x+1}}{1+4^x}$$ I couldn't solve this problem. Should I substitute anything or should I directly solve it?Can you offer your assistance?Thank you
chndn
  • 2,863
0
votes
1 answer

derivative of $x+x+x \ldots$ $x$ times, without using the usual $x^2 = 2x$

Derivative of $x+x+x+x \ldots$ $x$ times wrt $x$ is $2x$. Why? I know that derivative of $x^2 = 2x$. But if someone asks $1+1+1 \ldots x$ times $= x$, not $2x$, what will be the clear explanation for that? Like if I had to explain it to someone…
Anne
  • 125
0
votes
0 answers

While getting diferential for x³ at x = 0 there isn't tangent line

If we draw the grafic of the x³ we would see at x=0 it's 0 and its deritive is also 0. But deritive means that we should be able to draw a tangent line. But we can't at x=0. We can only draw a secant line. How is that
Ali
  • 1
0
votes
0 answers

Taking derivative in rationals

I learned that the derivative of a continuous function $f$ (if it exists) is $$ f'(x):=\lim\limits_{h\to0}\frac{f(x+h)-f(x)}{h}, $$ or any other "equivalent" definition. Since $\mathbb{Q}$ is dense, if $f'(x)$ is defined in $\mathbb{R}$, can the…
Samuel Han
  • 77
  • 7
0
votes
0 answers

Finding the range of values of x for what the function is decreasing by differentiation

I would like to ask the way how we consider the range of values of x for what the function is decreasing in a cubic equation by differentiation. The question is to find the range of values of x for what the function is…
Kyooo
  • 1
0
votes
0 answers

Differentiation of a simple function

I was studying the second derivative and got stuck with this problem. $$y=4x-(2x-1)^4$$ I assumed that $u=(2x-1)$ and differentiate u with respect to x but for $y=4x-u^4$ how can I differentiate that?
Kyooo
  • 1
0
votes
0 answers

Finding the value of k when the normal to the curve is parallel to the given line

The normal to the curve $\ y=2x^2+kx-3$ at the point $(3, -6)$ is parallel to the line $x+5y=10$. Find the value of $k$. Find the coordinates of the point where the normal meets the curve again. I am trying to find the value of $k$ but my answer…
Kyooo
  • 1
0
votes
0 answers

Multiplicity and roots of derivatives.

This is asking for approvation rather than asking for explainations. Let $f$ be a polinomial. A real number $\alpha$ is a zero of $f$ with multiplicity $m$ (meaning that there are $m$ zeros for $f$.) if $f(x)=(x-\alpha)^mg(x)$ where $g(x)\neq0$ Let…