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

Determine the equation for the tangent in a point on a curve

I am supposed to determine the equation for the tangent in point (4,1) to the curve: $$5\sqrt{x}=2\sqrt{y}(x+y^2)$$ I think that I should differentiate the expression and then put the values (4,1) where x and y are. But how do I differentiate this…
0
votes
2 answers

Derivation of deformation formula in physics textbook

There is a derivation of a deformation formula for rocks in one of my textbooks which I don't quite follow. As the problem is mathematical, I've decided to post it here The derivation goes as follows: Denote the internal energy per unit volume of…
Kristian
  • 1,245
0
votes
1 answer

Rate of change of area of a square with respect to side length

I have been asked to find the rate of change of the area of a square with respect to the length of its side when the side is 4ft. This is how I thought I should do it. Area=$s^2$ $\frac{d(a)}{d(s)}=2 s$ Now I thought that I could just replace s with…
ALEXANDER
  • 2,099
0
votes
2 answers

derivative of this special function

I would like to take the first derivative of the following function respect to x. what is the derivative of this function with respect to x? $$f = {(e^{y-z})}^{e^{xw}}$$ where y, z, and w are known.
rose
  • 183
0
votes
3 answers

Find the derivative of $\frac{x^{1/3}} {({x^3+1})^{1/3}}$

I tried to solve it my answer is $$\frac{-2x^{4/3}(x^{3}+1)^{2/3}+1}{3x(x^3+1)^2}$$ I just want to make sure if I derived it correctly thanks
Mickey
  • 760
0
votes
2 answers

Find range of values

Find the range of values of the constant $a$ at which the equation $x^3 - 3a^2x + 2 = 0$ has $3$ different real number roots. I took the derivative and found that $x = -a, a$ Then I solved for $f(a) = 0$ and $f(-a) = 0$ to find that $a = -1, 1$ How…
0
votes
1 answer

Find the rate of change. $P=250(1+(2t/(49+t^2)))$

A population of bacteria is introduced into a culture. The number of bacteria $P$ can be modeled by $P=250(1+(2t/(49+t^2)))$ where $t$ is time (in hours). Find the rate of change of the population when $t=4.00$. I know the first thing I need to do…
0
votes
2 answers

$\dfrac {f(x)-f(0)}{g(x)-g(0)}=\dfrac {f'\big( \theta(x)\big)}{g'\big( \theta(x)\big)}$ , $\lim_{x \to 0+} \dfrac{\theta(x)}x=?$

$f,g:[0,1 ]\to [0,1]$ be continuous functions and twice differentiable in $[0,1]$ such that $g'(x) \ne 0 ,\forall x \in (0,1) , f''(0)g'(0) \ne f'(0)g''(0) $ , let $ \theta(x)$ be one of the numbers for which the assertion of the Cauchy's…
Souvik Dey
  • 8,297
0
votes
2 answers

Maximum value of a function using derivatives

For which x does the function $f(x) = x^3-6x^2-5x+5$ assume its maximum value on the interval $[-5,5]$? The critical points for this function are $\frac{12 + \sqrt{204}}{6}$ and $\frac{12 - \sqrt{204}}{6}$. The end points are -5 and 5. The maximum…
Minu
  • 971
  • 1
  • 9
  • 16
0
votes
3 answers

Derivative of $f(0)=0$

Why is the derivative of $f(x) = x-(x^2-2x)$ not defined at $x= 0$? For a function $f(x) = x-|x^2-2x|$, the differentiation is possible when is broken into a piece wise function. i.e. $$f(x) =\begin{cases}x-(x^2-2x)&x^2-2x\ge0\\ …
Minu
  • 971
  • 1
  • 9
  • 16
0
votes
1 answer

Prove that $\arcsin (x)$ differentiates to $\frac{1}{ \sqrt {1-x^2}}$

I want to prove this. I have no idea where to start. How do I do it?
user160292
  • 33
  • 5
0
votes
1 answer

Average rate of change over the given interval?

Find the average rate of change for the following functions please. I'm facing problems in these. $s=2t^3-5t+7$ interval from $t=1$ to $t=3$ $h=\sqrt{2t}-7$ interval from $t=8$ to $t=8.5$
Ahmad
  • 19
  • 5
0
votes
3 answers

Derivative of sum of two exponential functions

I have the following formula - $$ f(x) = \left(0.1 e^{-1.5{x}^{0.2}} + 0.9 e^{-0.5{x}^{0.1}}\right)^{c}$$ where $\bf c$ is a constant value. How can I solve $f'(x)$ ? According to the answer, I have got: $$ f'(x) = c \left(0.1 e^{-1.5{x}^{0.2}} +…
rose
  • 183
0
votes
1 answer

finding velocity from a table

I have a homework question I am seeking an alternative solution to. Basically, the question is... "The table provided below shows the position of a particle S, at several times, t. as the particle moves along a straight line, where t is measured in…
Astro
  • 257
0
votes
2 answers

Differentiability of function

Given $f(x)=a_0+a_1 |x|+a_2 |x|^2+a_3 |x|^3 $ We have to find the range of the constants for which the function is differentiable. I tried to solve, knowing that sum of differentiable functions is differentiable. so $a_0+a_2 |x|^2$ is…