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
1 answer

Exponential With Step Function

I would like to know how to differentiate the following function: $f(t)=e^{{-5}(t-2)}$. I think this function exists at $t=0$, but the derivative is valid only for $t>0$ or $t=0^+$. $$f'(t)=-5e^{{-5}(t)}$$ Is this correct? How would I express this…
Frederick
  • 119
0
votes
1 answer

Give an example of a function such that '(0) exists but lim→0 () does not exist.

Give an example of a function such that $f’(0)$ exists but $$\lim_{x \rightarrow 0}f(x)$$ does not exist. Hello, I am struggling to find an example of this? Much help, thanks!
0
votes
1 answer

Math derivative problem

Consider $$\mathcal C: \quad g(x)=x^3-5x^2+1$$ and $\mathcal C$ its curve. Show that $\mathcal C$ has two tangents parallel to a line with equation $y=13x$. Find the points of tangency $E$ and $F$. I can't think of a way to solve the first part…
bluesky
  • 11
0
votes
1 answer

Finding the stationary point with implicit differentiation

I want to find the stationary points of the curve $y^3+3xy^2-x^3=3$ I differentiate to get $\frac{x^2-y^2}{y^2+2xy}$ and so $x^2-y^2=0$ but I have two unknowns and I'm not sure how to solve.
Tiffany
  • 111
0
votes
0 answers

how to simplify trig functions that have different x values

I did a question where $\dfrac{dy}{dx} = \dfrac{3\cos t}{-8\sin2t}$ and I checked the mark scheme and they had simplified to $-\dfrac{3}{16} \csc t$ I was confused because I though it wasn't possibly to simplify because there's the cos with one t…
Tiffany
  • 111
0
votes
1 answer

Find all $x$ for which the derivative of $f(x)=\sqrt[3]{x}|\sin{x}|$ doesn't exist

The task is to find all $x$ for which the derivative of $f(x)=\sqrt[3]{x}|\sin{x}|$ doesn't exist. $\sqrt[3]{x}$ doesn't cause any problems. The derivative can be problematic because of $|\sin{x}|$. I think that the values for which the derivative…
0
votes
2 answers

Related rates, calculus

Suppose that $k^{2} + h^{3} = 9$. Find $\frac{dh}{dt}$ when $k=1$ and $\frac{dk}{dt} = 3$ ans $= \frac{1}{2}$. I'm differentiating with respect to $t$ but I cannot get the answer if you could show me the steps, or how to approach this question,…
0
votes
1 answer

properties of real differentiable function

problem I have tried to investigate f according to given criteria but dont seem to go nowhere, supposedly i have could show that according to given criteria f must be either strictly positive and growing or strictly negative and decreasing but i do…
gaga
  • 11
0
votes
1 answer

Given that $y = (1+\ln(4x))^{3/2}$ find $y'$ at $x = 4e^{-3}$

I've been trying to attempt this question but I keep getting the wrong answer. For $y'$, I get $$y' = \frac{3}{2}(1+\ln(4x))^{1/2}\times\frac{1}{x}$$ which I think can be rewritten as: $$y' = \frac{3}{2x}(1 + \ln(4x))^{1/2}$$ I then sub the value of…
Tiffany
  • 111
0
votes
1 answer

When can you not use the second derivative test?

According to google, it's when $f'(x)$ doesn't exist. I was given the following functions: \begin{align} y & = -\tfrac 1 3x^3 -4x + 16x \\[6pt] y & = xe^{-x/4} \\[6pt] y & = -\cos(x-4) \\[6pt] y & = -x^2 + 8x \end{align} I was able to automatically…
0
votes
3 answers

First derivative of a quadratic function

I have the following question about the derivative. Find out the quadratic function, which takes the value $41$ at $x=-2$ and the value $20$ at $x=5$ and is minimized at $x=2$ . Calculate the minimum value of this function. If the function is…
0
votes
0 answers

From the existence of the limit of derivatives we can conclude the differentiability.

it should actually be quite easy but i have difficulties to prove this fact: if $f: \mathbb{R} \to \mathbb{R}$ is continuous everewhere and is differentiable everywhere except for $x_0$ and if $\lim_{x\to x_0}f^{'}(x)$ exists, then $f^{'}(x_0)$…
0
votes
1 answer

Find the $n$th derivative of the function

I was trying to find the $n$th derivative of the function $$y=e^x\tanh^{-1}x$$ I managed to find a formula for the $n$th derivative by inspection that relates the $n$th derivatives with its lower order derivatives…
0
votes
2 answers

Problem understanding partial derivatives

Question: How is the differentiation of $xy=constant$ equal to $x\text{d}y+y\text{d}x$? My Approach: I first tried using partial differentiation, which I know very little of. Basically, it's the differentiation of the function with respect to one…
0
votes
1 answer

What rules were applied to get this solution when differentiating

I've come across this derivation that looks fairly simple yet I cannot get it right.We are given solutions but I dont understand it.The function looks like this $$f(x) = \cos y \space \ln x + y\sqrt{x^2 +3} $$ Now since $\cos y$ and $\ln x$ are…
codeisfun
  • 119