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

Use Differentiation to fine the absolute minimum and absolute maximums

Find the absolut maximum and absolute minimum values of the function f(x)= 4x/8x+4 On the interval [3,7] I'm quite lost on this question, if someone can work through it completely so i have a worked example for further question sit would be…
1
vote
1 answer

Differentiation Problem solving

A certain magical substance that is used to make solid magical spheres costs $\$800$ per cubic foot. The power of a magical sphere depends on its surface area, and a magical sphere can be sold for $\$20$ per square foot of surface area. If you are…
1
vote
1 answer

General formula for $\dfrac{\partial^k}{\partial x^k} \left(\frac{f(x)}{g(x)}\right)$

I would like to know the general formula for expressing $\dfrac{\partial^k}{\partial x^k} \left(\dfrac{f(x)}{g(x)}\right)$ in terms of derivatives of $f(x)$ and $g(x)$. I am stuck when trying to express $h^{(i)}(x)=\dfrac{\partial^i…
user103828
  • 2,368
1
vote
3 answers

Continuity and derivatives

Why does differentiability imply continuity? For instance, consider $f(x)=x$ on $(-\infty,0]$ and $f(x)=x+1$ on $(0,\infty)$. Then the at 0 the left derivative equals the right derivative equals 1, so why doesn't $f'(0)=1$?
vukov
  • 1,555
1
vote
4 answers

Derivative with a Square root in Denominator

$f(x) = \dfrac{-3}{\sqrt{3x^2 + 3}}$ I can't seem to figure this problem out. I think you would make the bottom(3x^2+3)^(1/2) and then use the chain rule on bottom and then use the quotient rule. This is the only question I cant seem to figure out…
1
vote
0 answers

Conclusions from derivative

Suppose f is continuously differentiable on [a,b] and f(a)=2 and $|f'(x) \leq 0.3|$ for all x. What can you say about f(b)? The only result I could get was $\frac{f(b)-2}{b-a} \leq 0.3$ by the mean value theorem, which is not insighful. What else…
1
vote
3 answers

chain rule using trig functions

So I have the following: $$ y = cos(a^3 + x^3) $$ This is what I got. $$ y' = \cos(a^3 + x^3) \ ( -sin(a^3 + x^3) ) \ ( 3a^2 + 3x^2 ) $$ I'm not sure what to do after this? Would this be the final answer?
user83911
1
vote
1 answer

solving a trig derivative

I'm trying to work this trig derivative but i'm not sure if I'm doing it correctly. I've edited: $$ \begin{align} y &= u(a\cos u + b\cot u)\\ \\ y' &=(u)(-a\sin u - b\csc^2 u)+ (a\cos u +b\cot u)(1)\\ &= -au\sin u - bu\csc^2 u + a\cos u + b\cot…
user83911
1
vote
2 answers

Find the partial derivative

How to find the partial derivative of this function, with respect for x? $$ h(x,y)=\frac{1}{\ln(e^x+y)}, y>0 $$
Martin
  • 21
1
vote
1 answer

Evaluating derivatives

"If the tangent line to $y = f(x)$ at $(4,3)$ passes through the point $(0, 2)$, find $f(4) $and $f'(4)$" I'm not sure even where to start on this. The language of this problem is very confusing to me, I don't have good English. I would think f(4) =…
1
vote
1 answer

How do you calculate angle between $\frac{x}{5}+\frac{y}{3}=1$ and $x=-1$?

How do you calculate angle between $\frac{x}{5}+\frac{y}{3}=1$ and $x=-1$? What I did: I rewrote $\frac{x}{5}+\frac{y}{3}=1$ as $y=3-\frac{3x}{5}$, therefore $m_{1}$ is $-\frac{3}{5}$, but what is $m_{2}$ of $x=-1$? It doesn't exist, right? How do I…
L_McClain
  • 523
1
vote
2 answers

Derivative of $x^2e^{-x}$

So I have to function $x^2e^{-x}$. Do I derivative that like $f' g+g' f$ or $f' g'$? I'm not sure because it is derivative over x so if you can help me.
1
vote
2 answers

If I derive $ e^{-2x} $, where does x go?

So I have the function $$ e^{-2x} $$ and if I derive this I thought that I should get $$ -2xe^{-2x} $$ But the $x$ disappears, why? Is it an inner derivative and because of that, I also have to differentiate the expression $-2x$ when I put it in…
1
vote
2 answers

Basic differentiation: second derivative

I'm currently teaching myself some differential equations by watching the MIT OCW series on the topic. In This video, at 21:50mins, the lecturer calculates the following derivatives: 1st $y'=x^2-y^2$ 2nd $y''=2x-2yy'$ My simple question is, how he…
Chris
  • 115
1
vote
1 answer

derivative of an element of array

I have an array $V_{N*K}$ that I have a function defined over the elements of this matrix which is $$ F=\sum_{j}^N\sum_{l}^N\sum_{k}^KV_{jk}\log\frac{V_{jk}}{V_{lk}}+V_{lk}\log\frac{V_{lk}}{V_{jk}} $$ The question is what is the derivative of this…
Ali
  • 11