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

Rate Of Change Surface Area of Sphere with expanding radius O level problem.

A sphere of radius $2 \text { cm}$ starts expanding with its radius $r \text { cm}$ increasing at a constant rate of $3 \text { mm} / \text s$. Find the rate at which the surface area $A \text { cm}^2$ of the sphere is increasing after $10 \text {…
Ben Avelson
  • 109
  • 9
1
vote
3 answers

Differential of the norm in $\mathbb{R}^n$

We consider the normed vector space $(\mathbb{R}^n,\Vert\cdot\Vert)$. Is the map $\Vert\cdot\Vert$ differentiable even if it is not induced by a scalar product?
net
  • 11
1
vote
4 answers

Is there a way to answer this problem without using arithmetic at each step?

I was running through this mock high school math graduation test (try it out!) http://www.minnpost.com/data/2012/12/can-you-pass-mathematics-grad-test-high-school-students Question 6 gave me pause: Dan bought a new computer for $900. Each year, the…
1
vote
1 answer

Check if function is Gâteaux- resp. Fréchet-differentiable

Check if the function $$ F\colon L^2[0,1]\to L^2[0,1], (F(x))(t)=\sin x(t) $$ is Gâteaux- resp. Fréchet-differentiable at $x=0$. I started checking if the function is Gâteauch-differentiable at $x=0$ with $$\lim\limits_{s\to…
user34632
1
vote
1 answer

The derivative has a higher grade than the function itself. How is that possible?

I can't solve a question of a test of a pre-university mathematics course. I understand the rules of derivatives but I am blocked when trying to solve the following question below. I tried to solve the question by making the derivative of the…
Casma
  • 11
1
vote
1 answer

Find the derivative of the function for the given value of x

The function is $\left[{\sqrt[3]{ax^2}+\sqrt[3]{a^2x}}\right]$ and ${x=a}$ I'm confused on what to do first, should I substitute ${x}$ for ${a}$ and then get the derivative or is it the other way around?
1
vote
1 answer

Differentiate $\log_3(7x+2)$

Differentiate $\log_3(7x+2)$ I used the chain rule for this equation, making $u=7x+2$ and $g=\log_3u$. I then calculated $u'$ to be $7$ and $g'$ to be $\frac{1}{(7x+2)\cdot \ln3}$. Now all thats left is to multiply $u'$ and…
Pablo
  • 548
1
vote
3 answers

Differentiate $\frac{3x-6}{x}$

This should be fairly simple but I'm missing something. The way that I derived this equation was $$f(x)=\frac{3x-6}{x}$$ $$f'(x)=\frac{3(1x^0)-0}{1x^0}=\frac{3}{1}=3$$ What am I doing wrong?
Pablo
  • 548
1
vote
1 answer

A problem with logarithmic differentiation

I'm solving a problem to find if h(x) = (a^|x|)sgn(x) is increasing or decreasing (taking a>1) for all real values of x. For x>0 and for x=0, I have found that f'(x) >= 0.. But…
1
vote
3 answers

Find $\left(\arctan\left({1+x^2}\right)\right)'$

I want to find the derivative of $$\left(\arctan\left({1+x^2}\right)\right)'$$ From the derivatives table I see that $$\arctan{u}=\frac 1 {1+u^2}$$ Therefore it is intuitive for me to replace $1+x^2$ (which is the argument of the function above)…
Cesare
  • 1,471
1
vote
3 answers

Find min and max for $f(x)=x^2*(35-x)^5$. We may use calculus.

I have got the following function: $f(x)=x^2(35-x)^5$ I need to find the points that $$f'(x)=0$$ in order to find extrema points, but I cannot find the derivative due to exponents! Problem: I broke $(35-x)^5$ via binomial expansion ,but I think…
1
vote
1 answer

Derivative and divison [SOLVED]

[SOLUTION: Like Tom-Himler said: numerator is wrong because chain-rule was not followed] I am reading, Calculus Made Easy and there is this example on page 73: $$\omega = \frac{\sqrt{1-\theta^2}}{1+\theta}$$ (notice square-root is only in…
1
vote
4 answers

Derivative to function ratio

Is there a physical meaning for derivative of the function to function ratio? That is, this quantity, $$ Q(x) = \frac{1}{f(x)}\frac{df(x)}{dx} $$ Like for instance, if $f$ is the potential energy, this would be work to potential energy ratio. Or…
1
vote
1 answer

Framing a function from given functional equations

Suppose a continuous ,differentiable and real valued function satisfies the relation $f(\frac{x+y}{3})=\frac{2+f(x)+f(y)}{3}$ For all real x and y. If $f’(2)=2$ Then find $f(x)$ This is how I attempted it: We substitute $y=2x$ in the equation…
Aditi
  • 1,349
1
vote
1 answer

To find the monotonicity of a function using another function

If $f(x)$ is a differentiable real valued function satisfying $f”(x)-3f’(x)>3$ for all $x$ greater than or equal to zero , and $f’(0)=-1$ then comment on the monotonocity of $f(x)+x$ for all $x>0$ This is how I attempted the question…
Aditi
  • 1,349