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

Change of an angle in a triangle

I've a triangle ABC. Where AC is the hypotenuse and the angle ABC is 90 degress. AB is $15 km$ and changes with a speed of $600 km/h$. BC is $5 km$ and changes with a speed of $0 km/h$. At what speed changes the angle CAB in terms of $rad/h?$ I call…
iveqy
  • 1,327
0
votes
1 answer

How to solve system of equations depending on parameter

\begin{cases} y=x^4 \\ y+8=a(x+5/4) \end{cases} How many solutions does this sytem have depending on parameter a? I need to solve it using derivatives somehow. Thank you. I solved using hint which bubba gave me. Basically, we have this equation: $…
Yevs
  • 3
0
votes
1 answer

Derivatives of these two functions of $x$ containing sine and exponential functions

Can you help me with getting the derivatives of the following two functions please. \begin{gather*} f_1(x)=3^{\sin x}5^{\cos x} \\ f_2(x)=e^{x^2}+\sin^2 x. \end{gather*} It is too complicated for me. Could someone provide me with some direction.…
0
votes
1 answer

Inflection Points and derivatives

Find all inflection points of the following Hill function: $\displaystyle f(x)= \frac{Ax^3}{(a^3 + x^3)}$ assuming that $a > 0$. How do I approach this question?
0
votes
2 answers

Unable to figure out how to solve for a final value

We want to minimize the equation below with respect to r. $$\frac{b}{r}(n+2^r)$$ where b is a constant. The professor suggested we take the derivative of the equation, set it equal to 0, and then solve for r. By using the quotient rule and chain…
Ryan
  • 1,651
0
votes
1 answer

How to find the average and instantaneous rate of change of $f(x)=3 \cdot x^2+5 \cdot x-4$

Let $f(x)=3 \cdot x^2+5 \cdot x-4$ The average rate of change of $f$ between $x = 1$ and $x = 1.17$ equals...? The instantaneous rate of change of $f$ at $x = 1$ equals...? How can I answer these two questions?
jayson
  • 75
0
votes
1 answer

Calculating limit using L'Hopital's Rule

I need to compute the expression $xe^{-x/a}$ with the limits of $x$ from infinity to $0$. When I use L'Hopital's Rule, however, I do not get the correct answer of $0$. What is the problem?
user85362
0
votes
1 answer

Differentiability of arctan function

I should evaluate in which areas/intervals this function is differentiable and then differentiate. $$ \arctan\left({\sqrt{\frac{x+1}{x-1}}}\right) $$ So my approach would be: assume continuity and so differentiability of $ \arctan(x)$ and then check…
loop
  • 341
  • 1
  • 9
0
votes
1 answer

Speed and Distance

Suppose the following reading: Odometer = 1 km Speedometer = 1 km/hr. The driver accelerates in such a way that both remain the same. Is there a situation where both can remain the same ? Can a function of distance wrt time be given? Can a function…
Ortega
  • 1
0
votes
0 answers

I don't understand derivatives

Do I understand derivatives correctly? As I understand it, derivatives are something like that in the example: f(x) = x^2: x1=1, so 1 x2=4, so 3 x3=9, so 5 And the derivative is 2x+C, where C = -1. Is this some kind of overly successful example, or…
buujek
  • 1
0
votes
1 answer

Differentiating with respect to a sum

Suppose I have 2 arbitrary functions $f(\theta)$ and $g(\theta)$, and I need an expression for $\frac{\partial f}{\partial \theta +\partial g}$. How would I do so? Is the above expression equivalent to $\frac{\partial f}{\partial…
XU KANGYOU
  • 11
  • 1
0
votes
0 answers

Is the function differentiable near a point?

If $f’’(a)$ is defined, is $f$ differentiable near $a$? My logic goes, if $f’’(a)$ exist, then $f’(a)$ must be defined near $a$, thus $f$ is differentiable near $a$. Is that correct?
mafsu
  • 1
0
votes
0 answers

Inequality involving derivative and supremum norm

Let $I=[a,b]$ be an interval and $x_0 \in I$ fixed. I'm trying to show that for any $\epsilon>0$ exists a continuously differentiable function $f$ such that $|f'(x_0)| \geq \epsilon \| f \|_{\infty}$. Can someone give me a hint on how to construct…
Mathbds
  • 83
0
votes
1 answer

Treating derivatives as quotients

If $x$ and $y$ are (non-constant) functions of $z$, is it in general true that $\frac{dy}{dx} = \frac{\frac{dy}{dz}}{\frac{dx}{dz}}$? If it's not true, can you please provide a counterexample, and if it's true, how would we prove that? Thanks!
S11n
  • 898
0
votes
0 answers

Numerical partial differentiation of a convolution product with FFT

How can one numerically calculate the partial derivatives of a convolution function, particularly when the closed-form or analytical expressions of the derivatives are not readily available?
AChem
  • 267