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

Relation between increasing of a function and its derivative

Given the function $$h(t)=100-4.9t^2$$ then its velocity is $$v(t)=h'(t)=-9.8t$$ I know $v$ decreases for $t>0$. My question is: does $v$ is always negative because $h$ decreases for $t>0$? Or is it the opposite: since $v$ is negative for $t>0$,…
mvfs314
  • 2,017
  • 15
  • 19
0
votes
2 answers

Taking the derivative to find the maximum of area of rectangle

The points $(3,0)$, $(x,0)$, $(x,\frac{1}{x^2})$, and $(3,\frac{1}{x^2})$ are the vertices of a rectangle where $x\geq3$, as shown in the figure above. For what value of $x$ does the rectangle have a maximum area? I know that…
user130306
  • 1,890
0
votes
0 answers

How to put derivative in terms of derived function

The question asks to find $f’(2)$ when $f(x)=h(x^2-3)$. I tried solving using the product rule and got $f’(x)=h(2x)+h’(x^2-3)$. I substituted $2$ for $x$ and got $4h+13h’$. But the answers are all in terms of $h’$ and no $h$. How do we change $h$…
MINH TO
  • 63
0
votes
3 answers

What is the derivative of x factorial?

If the derivative of x factorial exists, what is it? I have tried calculating it on a Derivative Calculator but it doesn't seem to return a result.
0
votes
1 answer

Deriving a bell curve

I am trying to see if it possible to derive a bell curve for a profession's annual salary. If I know how many people are part of the profession (such as 30,000 persons) and I know the mean annual salary (such as \$234,000) and that I know that the…
Tienth
  • 1
0
votes
0 answers

How do I find the Sub derivative of this function?

I have a simple equation where I need to find the subderivative and then df(0), df(1) etc. The equation is given by: Can someone explain how to find this?
billybob2
  • 119
0
votes
1 answer

Margin cost problem

Cost is in dollars and x is the number of units. Find the marginal cost functions MC for the given cost function. C = 700 + 22x + 6x^3 MC = first I tried 22+12x^2 but i just realized you bring down the exponential power down and subtract it by one…
Ben
  • 13
0
votes
0 answers

Meaning of Population is growing at some specific rate

Can anyone please tell me what is the meaning of the following line ? Population is growing at some specific rate I think it means $\frac{dy}{dt} = k$ where $y $ is the population at time $t$ and $k$ is a constant. Am I right ?
anonymous
  • 2,331
  • 14
  • 29
0
votes
1 answer

derivative of $y= (\frac{x}{x-1})^x - \frac{x}{x-1}$

I would like to work out the sign of the first order derivative of $y= (\frac{x}{x-1})^x - \frac{x}{x-1}$ with respect to x. I get this: $dy/dx = (\frac{x}{x-1})^x \left(-\frac{1}{x-1} + ln\frac{x}{x-1} + (\frac{1}{x-1})^2 (\frac{x-1}{x})^x…
mijia
  • 1
0
votes
1 answer

Differentiation problem regarding unspecified variable or function.

I am given $$ y = \alpha + \frac{1}{\alpha} $$ and asked to prove that $$ \alpha^2 y'' + \alpha y-2 = 0 $$ but when I use $\alpha$ as a variable I get $y-2 = 0$. Am I missing something? No other explanation is given regarding $\alpha$ or $y$.
0
votes
1 answer

Is $\frac{dx(t-T)}{d(t-T)}=\frac{dx(t-T)}{dt}$? Where T is a constant and t is an independent variable.

Given a function x(t) and a constant T, is the following relation true?: $$\frac{dx(t-T)}{d(t-T)}=\frac{dx(t-T)}{dt}$$ If it is true, what is the proof? Also, if this is true, does this mean that this statement is…
0
votes
3 answers

How to setup a function that has a defined second derivative and have two maxima but no minima?

For no minima on the endpoint, I am thinking a using a polynomial with odd degree so that the both ends will go upward to positive and negative infinity respectively. However, I have no idea how to have two maxima but no minima in between. Please…
0
votes
0 answers

A function which infinitely changes concavity but is everywhere non-decreasing

For the infinitely changing concavity part, I have come up with this specific example $y = ^4\sin\frac{1}{x}$. Derivative of $\sin\frac{1}{x}$ is $-\frac{\cos\frac{1}{x}}{x^2}$, and $x^2$ will always be positive, however $\cos\frac{1}{x}$ is only…
0
votes
0 answers

Derivative question requring one to draw a graph!

Is it possible to draw a function such that $f$ satifies: $f(0)=1$ $f'(x)<0$ for all real $x \neq0$ $f''(0)=0$ $f'(0)=$ undefined $f''(x)>0$ for all real $x > 0$ $f''(x)<0$ for all real $x < 0$
Eric
  • 1
0
votes
2 answers

Question about a simple derivative

Let's say we have $y = 10^2$ How much does $y$ increase when $x$ increases by $1$ unit? We have the form $y=x^2$ and $\dfrac{dy}{dx}=2x \ldots$ here $x=10$, so why isn't the answer $2(10)=20$? By simple evaluation the answer is…
Will
  • 101