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

what is the derivative of this function

I need help in this following question. I have tried many attempts but really confused on how to solve it. Therefore, i would appreciate any help from you guys. Thanks allot $$f(x) = \dfrac{\ln x}{e^{x^2 + 2}}$$
0
votes
1 answer

Why does the derivate of (x+1)^2 not equal 2?

$$f(x) = (x+1)^2$$ $$f'(x) = 2(x+1)$$ Shouldnt it equal 2 because, the rules of derivation says that the derivation of any number equals 0 the derivation of x^2=2x*1=2 $$(x+1)^2 =x^2+1$$ $$1=0$$ $$x^2=2x=2$$ $$2+0=2$$
0
votes
1 answer

equation tangent line. $f_a(x)=(x-a)e^{a+2-x}.$

Let $f$ be the following function $$f_a(x)=(x-a)e^{a+2-x}.$$ I have to determine a point where the tangent in this point meet $Oy$ axis in point $A(0,2012)$. I made $f'(x)=(1-x+a)e^{a+2-x}$. and then equation of…
Iuli
  • 6,790
0
votes
0 answers

What's wrong with this derivative calculation

For the following function: $$f(x)=\frac{2}{2x^2}-\frac{x}{3}+\frac{4}{5}+\frac{x+1}{x}$$ I got the individual derivatives below: $$\frac{d}{dx}(\frac{2}{2x^2}) = \frac{d}{dx}(\frac{1}{x^2}) = \frac{-2}{x^3}$$ $$\frac{d}{dx}(\frac{x}{3}) =…
Delta
  • 323
  • 2
  • 10
0
votes
2 answers

Find the dimensions of a cylinder of given volume V if its surface area is a minimum.

The following is the question : Find the dimensions of a cylinder of given volume V if its surface area is a minimum. The cylinder has a closed top and bottom. 2 formula : (1) $V=r^2\pi h$ (2) $A=2r\pi h+2r^2\pi$ -> $A=2r\pi \left(h+r\right)$ I…
Casper
  • 1,039
0
votes
1 answer

the following formula shows the relationship between the amount of energy (E) released and the richter number. M = 2/3log10(E/0.007)

E is measured in kWh hours. If the average household uses 247 kWh hours per month, how many months would the energy generated released by an earthquake measuring 7.7 on the richterscale power 4.8 million households. Not sure where to start with…
0
votes
3 answers

Question about differentiation and equalities and integrals

Question ;Let's suppose I have function f(x) and function u(x) Now if $\frac{d}{dx}f(x) = q$ and $\frac{d}{dx} u(x)=q$ then this means $u(x)=f(x)$?" But if I do integral of q would I get $f(x)$ or $u(x)$? God Bless You. New question; Let's suppose…
0
votes
2 answers

Can you please proof that f is constant by computing the derivative f?

Suppose that $│f(x) - f(y)│≤│x-y│^2$ for all $x,y \in \mathbb{R}$ Proof that $f$ is constant by computing the derivative $f$
Aysel
  • 31
0
votes
1 answer

$f(x) = (x + 1)(x − 2)^2$ . a Sketch the curve $y = f(x)$, showing the coordinates of any points where the curve meets the coordinate axes.

I tried putting $y=0$, then having $(x+1)$, $(x-2)$, $(x-2)$; where $x$ would equal $(0,..)$ respectively. Is that correct, and not sure what to sketch?
user108815
  • 11
  • 1
  • 2
0
votes
1 answer

Why is $f(x)$ not always a local max/min when $f'(x)=0$?

I know that if $f(x)$ is a cusp or a point of inflection, then it's not a local max/min when $f'(x)=0$. But what about in a piece wise function? Given $f(x) = 0$ when $x = 0$, and $f(x) = \sin(1/x)$ for all other values of $x$, it's clear that…
ben
  • 31
  • 1
  • 3
0
votes
3 answers

What is the derivative of $f(x)= \cos(\sin x/x)$

What is the derivative of this function? $$ f(x)= \cos \bigg(\frac{\sin x}{x}\bigg) $$
Aysel
  • 31
0
votes
2 answers

The Derivatives Of A Function y'=f(x,y)

I'm having problem in finding $y''''$ if $y'=F(x,y)=f$ and $y''=fx + ffy$. Any help on this? I know that i will a multi variate chain rule since it is a function of two variables but i got confused later. what's the solution?
MATH
  • 1
0
votes
1 answer

Showing that the difference of two functions is affin

Given that for two functions $f$ and $g$ it holds that $f'' = g''$ for all $x \in \mathbb{R}$, how can it be shown that the difference of $f$ and $g$ is afin, i.e. that $f - g = ax+b$, for some a and some b. I do not expect solutions, hints are…
TestGuest
  • 1,053
0
votes
3 answers

Changing variable

I've problem with formulating the following problem. I guess I need to express $v(d)$ in $v(t)$ but since $d=v*t$ I can't just replace $d$ with $v*t$ since I would get $v(t) = v...$, a recursive function. A particle moves in a straight line. The…
iveqy
  • 1,327
0
votes
1 answer

Maximize area depending on angle

How can I choose the angle $\alpha$ so that the total area of the figure is maximized? Let's call the line length for $a$ and the base of the triangle with its top angle $\alpha$ for $2b$. The height of this triangle we call $c$. Then solve $b$ in…
iveqy
  • 1,327