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

existence of the derivative at a point

I need some help here. Let $f:]a,b[$ and $c\in ]a,b[$ be such that $f$ is continuous in $c$ and $f'(x)$ exists for each $x\in ]a,c[\cup]c,b[$. If $\lim_{x \to c}f'(x)$ exists, then prove that $f'(c)$ exists and is equal to this limit. So far, what…
miguel
  • 1
0
votes
0 answers

How do we evaluate an intersection in fuzzy set to compare alpha cut values?

I have given $\alpha$ in the interval $[0,1]$ and the $\beta$ interval $[0,1]$ and the condition is $\bigcap \alpha: \alpha\lt\beta [μ]\alpha = [μ]\beta$ How do I evaluate this condition to check for the condition? $μ$ is the membership function of…
ranjir
  • 1
0
votes
3 answers

How to solve using definition of derivative for a constant function?

$df\over dx$|$_{x=5}$ f(x)=2 is the problem I'm working with. I believe the definition of the derivative is $\frac{f(x+h)-f(x)}{h}\,$ but how would I find the answer using this definition? There's no x variable in the problem I was given, so I'm not…
Rachel
  • 43
0
votes
4 answers

I'm trying to derivate this, but looks like my procedure is flawed, can you tell me why?

I've got this function: $$f(x)=\left(\frac{\sec x+\tan x}{\sec x-\tan x}\right)^{1/2}$$ and I tried using pythagorean identity to simplify it, thus I've found that: $$f(x)=\sec x+\tan x$$ and derivative is way more simple here. Is this OK? or should…
0
votes
0 answers

Solve $f(x) =f'(x) f''(x)$

$$f(x) =f'(x) f''(x)$$ Find the polynomial function $f:\Bbb R\to \Bbb R$, with $\deg(f) =n$. I have found that the degree is $3$ but just replacing gives me that $f(x) =\frac{x^3}{18}$
Jack
  • 581
0
votes
2 answers

Total derivative of poison

I’m studying Adiabatic pressure change by reading text book and encounter this equation $(1)\:\:\:\:\:\:PV^γ=constant $ Total Derivative of $(1)$ will be $∂P/P=-γ∂V/V $ Can somebody explain process of this equation?
Mune
  • 9
0
votes
1 answer

Check differentiability of a function

I have the following function: $$ f(x)=e^{x^2}-1-x^2 $$ It is considered known that $ f(x) \geq \frac{x^4}{2} $ for any real $x$'s. I have to check the differentiability of the function $ g(x)=f(x)^{1/4} $ at the point $ x=0 $. The derivative of $…
Wolfuryo
  • 577
  • 5
  • 13
0
votes
2 answers

Notation of derivatives

Small question, If $u=dx/dt$, and we have $a=du/dt$, is this equal to $a=du/dt=dx/dt^2=(1/dt)(dx/dt)=u/dt$?
bguner
  • 21
0
votes
1 answer

finding the stationary points with implicit differentiation

How do I find the points on a curve that are stationary? I have the equation $$\frac{x^2}{20}+\:\frac{y^2}{5}\:=\:1$$ Using implicit differentiation I arrived at: $$-\frac{x}{4y}$$ To find the stationary points on the curve, I made the numerator =…
Anon
  • 141
  • 10
0
votes
0 answers

Okay ideal gas equation, 2.0

My question is concerning the process of deriving the ideal gas equation. I have a problem where I have to find the derivative of the ideal gas equation: $$PV = nRT$$ My issue is with handling the constants, I am quite confident with the…
MEcho
  • 69
0
votes
5 answers

Given $ 4x^2 +2y^2 =1 $, find maximum value $ 4x+2y $

Given $ 4x^2 +2y^2 =1 $ then find the maximum value of $ 4x+2y $ My thinking: I have taken $ x= \frac{sin{\theta}}{2} $ and $y=\frac{cos{\theta}}{\sqrt{2}}$ . Which satisfies the equation. After substitution I've got $4x+2y= 2\times sin{\theta}…
Chris
  • 748
0
votes
3 answers

For what values $​​a, b$ ​​parabola $y = ax^2$ will be tangent with the line $y=2x+b$?

For what values $​​a, b$ ​​parabola $y = ax^2$ will be tangent with the line $y=2x+b$? Do I need the derivative of the equations? Or one of them then compare between them? $y=ax^2$ $y=2x+b$
Ofir Attia
  • 3,136
0
votes
0 answers

These two ways to differentiate $Nn_1n_2$ (where $N=n_1+n_2$) are giving contradictory results.

Having $$P=Nn_1n_2\qquad (n_1+n_2=N),$$ I compute the total derivative $\frac{dP}{dn_1}$ in two…
AHB
  • 1,469
0
votes
3 answers

Finding the max value of a function in a given interval

$f(x)=2x^5-5x^2$, interval [-2, 2] How should I approach this, after I found the first derivative?
0
votes
2 answers

Numerical estimate of slope for y=x^2 works with any delta x?

I've just discovered that I can use Euler's method to estimating the slope of $y=(x + c)^2$ with perfect accuracy, regardless of what $\Delta x$ is used. What causes this? Does it happen with other functions, what must they look like for it to…
Kari
  • 229