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

A particle moves along the x-axis find t when acceleration of the particle equals 0

A particle moves along the x-axis, its position at time t is given by $x(t)= \frac{3t}{6+8t^2}$, $t≥0$, where t is measured in seconds and x is in meters. Find time at which acceleration equals 0. I got the answer 0.5 and 0 but apparently i got the…
RMC
  • 31
  • 1
  • 4
3
votes
1 answer

Finding Points of Inflection (Standard Deviation)

Question: A Random Variable that is normally distributed with mean $\mu$ and standard deviation $\sigma$ has a probability density function of $$ f(x) = {1\over {\sigma}{\sqrt {2\pi}}} e^{(x-\mu)^2\over 2 \sigma^2} $$ Find the values of $x$ where…
3
votes
2 answers

If $f(x^3 + x) = x^3 + x^2 + 1$, then what is $f'(2)$?

If $f(x^3 + x) = x^3 + x^2 + 1$, then what is $f'(2)$? I don't even have an idea of how to solve this problem. I solved every single problem in my text book until this question so I thought I'm either missing some critical information about…
Haggra
  • 223
3
votes
1 answer

Given that $f''(x)=f(x^2)$, what is $f''(x^3)$

I'm pretty sure you can't do $f''(x^3)=f((x^3)^2)$. To Clarify I DO NOT mean $(f(x^3))''$ but $f''(x^3)$
3
votes
0 answers

Derivation of the Leibniz (product) rule for differentiating Grassman numbers

In Chapter 1 of Nakahara's Geometry, Topology, Physics, Grassman numbers are defined as linear combinations of objects $\theta_i$ which satisfy anti-commutation relations $\{ \theta_i, \theta_j\} = 0$. Then differentiation with respect to these…
3
votes
2 answers

Derivative to Zero, What does it intuitively mean?

I'm currently learning machine learning, and I came across this equation called Least Squares Regression. X and w are both matrices. The multiplication of both matrices becomes y hat, which is theoretically supposed to be equal to y. We want to…
3
votes
2 answers

$\|f(x)-f(y)\|\ge c\|x-y\|$ for all $x,y\in U, c>0$-> continuously differentiable inverse function $g:f(U)\to U$

Let $U\subset\mathbb{R}^n$ open, $f:U\to \mathbb{R}^n$ continuously differentiable, $\|f(x)-f(y)\|\ge c\|x-y\|$ for all $x,y\in U, c>0$. Why is $\det(Df(x))\neq 0$ for all $x\in U$ and $f\colon U\mapsto f(U)$ global invertible with inverse function…
3
votes
4 answers

l'Hospital's rule with trigonometric functions

$$\lim_{x\to0^+}\frac{1-\cos(x)}{x^2\sin(x)}$$ I keep running in circles using the L'Hospital rule. After the third time applying it I got 0 but this isnt true from the graph. I can see it goes to +ve infinity. Please let me know if anyone has an…
3
votes
3 answers

Easy question : $\int (xdy+ydx)$

I am ashamed to ask such an easy question but, well: Lets say I got a function $$ f(x,y)=xy $$ Now let's compute the total differential of the function $$ d(f(x,y))=xdy+ydx $$ Now if I do $$ \int d(f(x,y))=\int(xdy+ydx)=\int xdy +\int ydx =x\int…
3
votes
3 answers

How can $\frac{\mathrm{d}}{\mathrm{d}x}\left[y(u(x))\right] = \frac{\mathrm{d}y}{\mathrm{d}x}$?

I just saw a video on the chain rule, and it stated that $$\frac{\mathrm{d}}{\mathrm{d}x}\left[y(u(x))\right] = \frac{\mathrm{d}y}{\mathrm{d}x}$$ I don't understand this; if I let $y(x) = x^2$ and $u(x) = \sqrt x$…
Vincent
  • 2,064
3
votes
3 answers

Is this observation correct?

I was revising some differentiation, when I observed something that I pretty much always took for granted, so I decided to write it in mathematical notation. Would you please tell me if I'm correct to say the following: If $f(X) = cg(X)$, $c$ is a…
FutureSci
  • 247
  • 2
  • 9
3
votes
1 answer

How to solve this related rates question?

Wheat falls from an overhead bin and accumulates in a conical pile, so that the radius of the base of the cone is always twice the height of the cone. If the wheat falls at a rate of $3$ m$^3$/min, how fast is the height of the wheat pile changing…
jack
  • 31
3
votes
3 answers

Derivative getting different result

Studying for a midterm, and one of the problems is: $$\frac{x^3+7}{x}$$ and we have to find the derivative. My professor is getting: $$2x-\frac{7}{x^2}$$ But I got $$3x-\frac{x^3+7}{x^2}$$ I even tried using an online calculator to verify my…
Omeed
  • 103
3
votes
4 answers

Finding $\frac{d}{dx} \frac{x^2}{y}$

$$\frac{d}{dx} \frac{x^2}{y}$$ According to Wolframalpha I "factor out constants" $$\frac{\frac{d}{dx} x^2}{y}$$ Then I will get $\frac{2x}{y}$. Is that right? But $y$ is not a constant? What I did actually (quotient rule got me stuck) The actual…
Jiew Meng
  • 4,593