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

Find the equation of the tangent line to a given curve at a given point

Find the equation of the tangent line to the curve $x^2 - y^2 +2x-6=0$ in the point $(x,3)$, where $x<0.$ So I tried to find the derivative of the given curve, $2x-2yy' +2=0$...here I replaced the given coordinates and I have that $y'=-3/2$ I…
egdfd
  • 71
4
votes
1 answer

exercise of derivates and divisibility

How to prove that if $p$ is a prime number for all $i\geq p$ and $k\geq 0$ the coefficient of $$\frac{d^i}{dx^i}\left(\frac{x^{p+k}}{(p-1)!}\right)$$ is a integer number multiple of $p$
4
votes
1 answer

Differentiate then solve or vice versa. Why is there a difference?

The other day I stumbled upon the following problem. Start with a rectangular piece of card an integer number wide, by an integer number long, with one of those values being prime. Then cut four identical squares from each corner of the card.…
4
votes
5 answers

Differential function problem

Let $f: \mathbb{R} → \mathbb{R} $ be a function such that $f(x)$ is differentiable on all $\mathbb{R}$ and $\lim_{x\to \infty}(f(x)-f(-x))=0$. Prove there exists $x_{0} \in \mathbb{R}$ such that $f'(x_{0})=0$ I tried proving it by contradiction…
Itay4
  • 2,166
4
votes
0 answers

Are these relations possible to prove without defining this new kind of derivative?

I'm using these notations: 1.$log^n_xy$: For log with the base $x$ applied $n$ times to $y$. For example, $log^3y=log(log(log(y))$ all with the same base. 2.$^{n[x]}a$: For the power tower or repeated exponentiation of $a$ evaluated from right to…
Ribosome
  • 51
  • 6
4
votes
3 answers

Derivative of a function raised to the power of x

I have come across a derivative that I don't know how to solve. $$(x^{\frac{1}{2}} + \ln x)^x.$$ I know how to take derivatives of a constant to the power of $x$ but for some reason I can't figure this one out, any help would be great!
Chance
  • 509
4
votes
2 answers

Can the second derivative of a function be interpreted as the slope of its "concavity lines"?

Can the second derivative of a function be interpreted as the slope of its "concavity lines"? For example consider the following picture: Does $f''$ for each point $x$ that corresponds to an arrow being drawn (for which there are $9$ in the…
user1770201
  • 5,195
  • 6
  • 39
  • 71
4
votes
0 answers

More convenient form of derivative of $\mathrm{sinc}(x)$

$\mathrm{sinc}(x)$ is defined as $\frac{\sin(x)}{x}$ except continuous at $x=0$ (insert the removable singularity). The derivative of $\mathrm{sinc}(x)$ is usually given as the derivative of $\frac{\sin(x)}{x}$, namely $$\frac{\cos(x)}{x} -…
asmeurer
  • 9,774
4
votes
5 answers

Finding the value of x at which the tangent to the curve is parallel to the x axis

I have thoroughly searched up how to attempt this question. However, I am not sure if my answer is correct or if I even attempted the question correctly. Assistance would be greatly appreciated! Calculate the value of x at which the tangent to the…
4
votes
3 answers

Problem in understanding the concept of differentiation.

I have just completed the chapter differentiation. But I still have confusion in understanding the concept of it.I observe a fact that if we can draw a tangent to a curve at any point of it or in other words if it is possible to make the best linear…
user251057
4
votes
4 answers

Derivative of a particular matrix valued function with respect to a vector

I am reading a section of a book regarding linear regression and came across a derivation that I could not follow. It starts with a loss function: $\mathcal{L}(\textbf{w},S) =…
Nick
  • 41
4
votes
0 answers

Find the derivative of the function $ y= x|\cos{\frac{\pi}{x}}|$

Function is defined as it follows : $x \neq 0$ and $f(0)=0$ My work is: $\frac{d}{dx}(x|\cos{\frac{\pi}{x}}|)$ = $|\cos{\frac{\pi}{x}}|$ + $x(\frac{d}{dx}|\cos{\frac{\pi}{x}}|)$ = $|cos{\frac{\pi}{x}}|$ +…
Premtim
  • 55
4
votes
6 answers

Derivative of a composition

Let $f$ and $g$ two differentiable functions on $]a, b[$. Then $f \circ g$ is differentiable on the same interval and we have the expression : $$(f \circ g)' = g' \cdot f' \circ g$$ How do you prove this ?
Cydonia7
  • 891
4
votes
2 answers

If the second derivative of a function is zero, why is the second derivative test inconclusive?

2nd derivative test gives three possibilities: 1) greater than zero (strict local min) 2) less than zero (strict local max) 3) equal to zero - no information It is this third case that I do not understand. If the second derivative at a stationary…
4
votes
5 answers

If $x^4+7x^2y^2+9y^4=24xy^3$,show that $\frac{dy}{dx}=\frac{y}{x}$

If $x^4+7x^2y^2+9y^4=24xy^3$,show that $\frac{dy}{dx}=\frac{y}{x}$ I tried to solve it.But i got stuck after some…
diya
  • 3,589