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

Rules / agreements for function simplifications

I recently discovered logarithmic differentiation (Which was not taught to me at college for some reason) in the "Engineering Mathematics" book by Stroud. It striked me that the example and solved exercises were not fully simplified (They simply get…
user115173
1
vote
2 answers

differentiate to find velocity

I need to differentiate $x(t)=e^{2t}(4t^2-3t+1)$ to find velocity and acceleration at $3$ seconds. I need to use the product rule. I know $e^{2t} = u$ so $du(t)/dt = 2e^{2t}$ and $(4t^2-3t+1) = v$ and $dv= (8t-3)$ so $dy/dx = udv + vdu =…
baffled
  • 11
1
vote
2 answers

Closed form for repeated theta operator applied to $x\cos(x)$

let $\theta_{x}$ be the operator : $$\theta_{x}=x\frac{d}{dx}$$ What is the closed form for : $$\theta_{x}^{n}\left[x\cos(x)\right]$$ $n$ being an positive integer.
1
vote
2 answers

Point on the graph of $y=\sqrt{4x+13}$ closest to $(5,0)$?

Just did this question on an exam earlier today, I'm curious to see if I'm correct. What point on the graph of $y=\sqrt{4x+13}$ is closest to $(5,0)$? My answer: $(-1,3)$
1
vote
2 answers

Derivative with two varaibles

Find $y'$: $$yx^2+y^3 = x-y$$ I tried using $\frac{dy}{dx}$ and have gotten $\frac{1}{x}+3y^2$, which isn't right. Any ideas on what I'm doing wrong?
jjfish4
  • 11
1
vote
1 answer

Question on derivatives

Let f be a function such that f is equal to the limit as h approaches 0 of [f(7+h) - f(7)]/h = 4. Which of the following must be true i. f is continuous at x=7 ii. f is differentiable at x=7 iii. The derivative of f is continuous at x =7 My…
1
vote
1 answer

Derivative calculation stuck with two results

I'm trying to calculate derivative for this function, and I'm stuck with two results. Can anyone help please? My derivative: $$z = \frac{y^3}{3} - \frac{2}{y^3} + \frac{y}{2}$$ The first result I get is $0$ The second is: $$y'(z) =…
1
vote
1 answer

Largest class of functions where derivatives and products commute

What is the largest class of everywhere differntiable real functions of one variable such that the product of the derivatives is the derivative of the product? Certainly the constant functions satisfy my conditions, but is it the largest class of…
user107952
  • 20,508
1
vote
3 answers

What is this symbol called and what is it's use?

I have been seeing this symbol ever since I started university and I am finding it hard to Google-fu what it is. Can someone tell me the name of it and hopefully the function of it as well? It is the long vertical line at the end of the fraction…
1
vote
1 answer

Related rates question?

I am trying to solve the following question but I am not sure how to approach it. I know that I have to get the derivative of $s$ but how do I get the rate at which sales are currently changing? A retail store has determined that weekly sales $s$…
1
vote
3 answers

What is the right solution for derivative of implicit function?

There's need to find y' of: $$\arctan(y/x)=\ln\sqrt{x^2 + y^2}$$ Tried: $\dfrac{1}{(1+(y/x)^2)}*(\dfrac{y}{x})'=(x^2+y^2)^\dfrac{-1}{2}*(\dfrac{1}{2})*(x^2+y^22)^\dfrac{-1}{2} * (2x+2y'*y')$
J.Olufsen
  • 329
1
vote
1 answer

Show that $\lim_{h\to 0}[1/(f(a+h)-f(a))-1/hf'(a)]=-f''(a)/2f'(a)^2$.

Given that $f'(x)\ne0$ show that $\lim_{h\to 0}[1/(f(a+h)-f(a))-1/hf'(a)]=-f''(a)/2f'(a)^2$. By wrriting $f'(a)$ into its limit definitions, LHS seems to be $0$, so how to do this problem? Thanks.
JSCB
  • 13,456
  • 15
  • 59
  • 123
1
vote
2 answers

The tangent to the curve $y=x^2+1$ at $(2,5)$ meets the normal to the curve at $(1, 2)$

Find the coordinates of the point where the tangent to the curve $y=x^2+1$ at the point $(2,5)$ meets the normal to the same curve at the point $(1,2).$ I tried to form 2 equations for each set of coordinates given, then solve then simultaneously…
user108815
  • 11
  • 1
  • 2
1
vote
0 answers

Finding out the local minima from derivative of smooth data or smooth derivative of data?

I am trying to find out the local minima by taking derivative of smooth data. However derivative data contains unnecessary minima due to noise. Should I smooth derivative data before finding out minima.
User1551892
  • 125
  • 1
  • 7
1
vote
0 answers

How to notate derivative at a certain point?

I have a simple question. I have so far always used $f'(x)$ as a derivative notation. For example, if I have a function $y=x^4$ then $y'(x)=4x^3$ and $y'(x)=0$ when $x_1=x_2=x_3=2$. And If I want to find whether $x=0$ is a minima or maxima point…
SomeOne
  • 173