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
5 answers

Definition of second derivative as a limit

I found a statement that the second derivative can be defined as: $$\lim_{x \to a} \frac{f '(x)-f '(a)}{x-a}$$. Does this definion follow from the definition of the first derivative as: $$f ' (x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}$$ If so, how?…
kiwifruit
  • 707
0
votes
3 answers

Differentiation wrt to L

I need to differentiate a equation which I have some problem with. The equation looks like this: $(K-L)(x/L)^{\gamma}$. I need to differentiate this wrt to L. Not able to do it. Need some guidance on this.
lakshmen
  • 1,005
0
votes
1 answer

Proof with mean value theorem

I am having trouble completing this proof. Prove that $$\lim_{x \to 0} \frac{\cos x-1}{x}=0$$ using the mean value theorem. The mean value theorem guarantees that we have a c such that $\displaystyle f'(c)= \frac{f(b)-f(a)}{b-a}$. In our case, we…
0
votes
4 answers

Proving differentiability with inequality

Given: $0 \leq f(x) \leq x^2$ for all $x$. Prove that $f$ is differentiable at $ x=0$, and find $f '(0)$. Give a counterexample of a function which satisfies the hypothesis, but which is not continuous for $x \neq 0$. How can I prove the…
0
votes
1 answer

chain rule confusion inner function

I have the following problem: $$ y = x\sec kx \\ y' = x\ \sec{kx}\ \tan{kx} + \sec{kx} \\ = \sec{kx} (x\ \tan{kx} + 1) $$ I'm confused about the kx is it $$\sec(k)$$ or $$\sec(kx)$$ So if I were to take the derivative would it be…
user83911
0
votes
1 answer

Derivatives using b^x

I don't understand why, where the lines I noted with red, you would use product rule again? I know that derivative of b^x is b^x (lnb), but why would you use the product rule on something that you had already take nthe derivative to equal lnb? What…
0
votes
2 answers

Derivative Question: How to do the following

How should I take the derivative of the following: $$\frac{t^2}{(1+t^4)^{1/2}}$$ I know the answer and I have tried quotient rule and product rule and I can't seem to succeed.
0
votes
1 answer

If $f'(x)=g(x)$ and $g'(x)= -f(x)$ for all $x$ and $f(2)=4=f'(2)$. Find value of $f^2(4) +g^2(4)$

Problem:If $f'(x)=g(x)$ and $g'(x)= -f(x)$ for all $x$ and $f(2)=4=f'(2)$. Find value of $f^2(4) +g^2(4)$ Solution: I tried this question by first principle method of derivative but didn't get the answer
rst
  • 2,031
0
votes
2 answers

Finding $x^2\frac{\mathrm{d}^2y}{\mathrm{d} x^2}$ when given $x=e^t$

The question from my notes involves solving the ODE in the form of: $$x^2y''+xpy'+qy=r$$ To solve this I set $y=e^t$ and I stated that: $$x^2\frac{\mathrm{d}^2y}{\mathrm{d} x^2}=\frac{\mathrm{d}^2y}{\mathrm{d} t^2}-\frac{\mathrm{d}y}{\mathrm{d}…
Johnmgee
  • 503
  • 1
  • 3
  • 14
0
votes
4 answers

Find the derivative ${(x^{3} + 2)(x^{2} + 2) \over x^3+1}$

find the derivative $\displaystyle{{{\rm d} \over {\rm d}x}\left[% {\left(x^{3} + 2\right)\left(x^{2} + 2\right) \over x^3+1}\right]}$ This is what I have so far: $$(x^3+1)[(x^3+2)(x^2+2)]-[(x^3+1)](x^3+2)(x^2+2)/(x^3+1)^2$$ …
envy
  • 37
0
votes
2 answers

Derivatives exam question

I posted a thread yesterday : Quadratic formula - math error I've finally got an understand to it and can work out maximum/minimum ect but for the exam questions we're expected to give an answer like this : I've no idea what this means, if anyone…
user119325
  • 127
  • 1
  • 6
0
votes
1 answer

When is partial differential and total differential same?

If $\bf{X}$ is a function of time only i.e. $\bf{X} = \bf{X}\left(t\right)$, then, is the following development true? $d\bf{X}=\frac{\partial \bf{X}}{\partial t}dt$. $\Rightarrow$ $\frac{d\bf{X}}{dt}=\frac{\partial \bf{X}}{\partial…
0
votes
1 answer

How obtain derivative at a point if we know the derivative at another different point

Why it is sufficient to compute the derivative of a function f(t) at the point t=0 to obtain the derivative at a point t'>0 ? Is there a relation between the two derivatives at such points?
SAKLY
  • 475
0
votes
1 answer

Multivariate differentiation

I am totally confused with multivariate differentiation. So, how will I find the pair $(x,y)$ making below function optimum? $$3x^2 + 6x + 5y^2 + 5y$$ P.S.: This is not a homework.
user5054
  • 103
0
votes
0 answers

Derivative of a multiple sum of matrix elements

I have an array $V_{N*K}$ in which the sum of elemnts in each column is equal to 1. I have a function defined over the elements of this matrix which…