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

Justification for the cancellation of differential form

In the book sadri hassani, the author proves that if the wronskian of 2 functions is zero, then the function is linearly dependent. The proof is:- I am not sure if the step where the $dx$ term is canceled is justified. One way to prove the same…
0
votes
2 answers

Calculating speed of jet

A jet is flying at its cruising altitude of 6 miles. It’s path carries it directly over Brook, who is observing it and making calculations. At the moment when the elevation angle is 60 degrees, Brook finds that this angle is increasing at 72 degrees…
Blueteal
  • 3
  • 1
0
votes
1 answer

Proof for derivative of f(x) = a

When I used to prove in high school that $f'(x) = (f(x) = c)' = 0$ I did the following: $$ \lim_{h \rightarrow \infty} \frac{f(x+h)-f(x)}{h} = \frac{c-c}{h} = 0 $$ but now the notation in my course at the university is a little bit different so I am…
Mathias
  • 917
0
votes
1 answer

Can someone help me related rates?

A police officer is standing near a highway using a radar gun to catch speeders. He aims the gun at car that has just passed his position and, when the gun is pointing at an angle of 45 to the direction of the highway, notes that the distance…
0
votes
3 answers

Why can't we write sin x as $(\sin x)^1$ and use the formula for derivative of $x^n?$ (11th grade)

So I understand how the derivative of $\sin x$ is $\cos x$. But why can't we use the formula stating the derivative of $x^n = n(x^{n - 1})$ and say that derivative of $\sin x$ ($x$ is $\sin x$ and $n$ is $1$) is $1$? And why can't we just apply…
Nadeem
  • 19
0
votes
1 answer

Show that a differentiable function is decreasing

Suppose that $f$ is continuous on $[0, 1]$, differentiable on $(0, 1)$ and $f(0) = 0$. Prove that if $f'$ is decreasing on $(0, 1)$ then the function $g : (0, 1) → R$ given by $g(x) = f(x)/x$ is decreasing on $(0, 1)$. Any ideas? The first sentence…
user600210
0
votes
3 answers

The derivative of e with a constant compared with a constant and an unknown

My understanding when taking the derivative; $$e^x = e^x$$ $$e^{10} = e^{10}$$ But happens when there is an arithmetic symbol in the power? $$e^{10 -t}$$ I've seen this answer given "$(-1)e^{10 - t}$" Question 1: Why do we not deduct $1$ from $t$?…
Anon
  • 141
  • 10
0
votes
2 answers

Trouble understanding with taking the second derivative

Problem Statement In the following image, I cannot understand why taking the derivative of $\sqrt{1-y^2}$ that you must do $\frac{\frac{d}{dx}[1-y^2]}{2\sqrt{1-y^2}}$ in order to get to the solution. Here are the steps (partially) The step that I…
0
votes
1 answer

Trigonometric differentiation

I haven't use derivatives in a long time and I'm having some difficulty remembering them. Can someone explain the derivative below? $\frac{d}{dt}\sin\theta(t)= \frac{d(\sin\theta)}{d\theta}\frac{d\theta}{dt}$ What rule is applied here?
SlimJim
  • 45
0
votes
1 answer

Find the derivative of sigmoid function using the limit definition

so I was trying to get the derivative of the sigmoid function $\sigma(x)=\frac{1}{1+e^{-x}}$. I know how to get it using the properties of derivatives but I need to do it from limit definition. Here is what I tried: $\sigma'(x)= \lim_{h \to 0}…
patamon
  • 67
0
votes
2 answers

How is it possible to do such a derivative? $ \frac{d}{d(x+y)}\sum_{r=0}^\infty(x+y)^{\alpha +r}$

I want to do the following derivative $$ \frac{d}{d(x+y)}\sum_{r=0}^\infty(x+y)^{\alpha +r}$$ and I guessed I must begin from the following statement: $$ \frac{d}{d(x+y)}= \frac{d}{dx}\sum_{r=0}^\infty(x+y)^{\alpha +r}+…
Habib
  • 3
0
votes
0 answers

Is it possible to predict if a single variable function of form y= f(x) can have a point with zero slope ??

Is it possible to predict if a single variable function of form y= f(x) can have a point with zero slope without plotting an X-Y graph of the function?? Also if a function of form y=f(x) have points with zero slopes, is it possible to predict if one…
0
votes
2 answers

Compound derivatives question please?

Q : Find $\frac{dz}{du}$ and $\frac{dz}{dv}$ if $z=\mathrm{arctan}(\frac{x}{y})$, $x=4\sin(u)$, $y=e^v$. So,finding $\frac{dz}{du}$ means finding the partial derivative of $z=\mathrm{arctan}(\frac{x}{y})$ and $x=4\sin(u)$. but there is a problem, I…
0
votes
2 answers

applications of derivatives in economics

if given the cost function of producing $x$ products as $C(x)=x^3-3x^2-80x+500 $ and each product is sold at $2800$ dollars,what weekly production rate will maximize the profit and what is the largest possible profit per week? here is what i…
0
votes
2 answers

Finding derivatives of a compound function?

I have to find $dz/dx$ and $dz/dy$ if $z=u^3-uv+v^2$ ,$u=x/y$ and $v=xy$...Maybe I should express them in a different way so I can integrate them,but how?