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
1 answer

How to find $h'(x)$ given the following?

I need some help with this since I can't seem to figure it out: $h(x)= f(2x - g(x))$ How do I simplify this in such a way that if I have several values for $f(x)$, $g(x)$, $f'(x)$ and $g'(x)$ and $x$, I can solve for $h'(x)$ x f(x) g(x) f'(x)…
0
votes
1 answer

Slope of a tangent line for curve

Hi I have a quick question I'm hoping someone could help me iron out. Below is a homework question I'm working on, and I need help with part (b). The answer it seems to me is "less than", and not "greater than". The reason I say this is because the…
Astro
  • 257
0
votes
3 answers

Pattern to ease differentiation.

Is there a way to differentiate the following without multiplying everything out? $$f(x)=\bigg(1 + \Big( 2 + \big(3 + (4 +x^6)^2~\big)^3~\Big)^4\bigg)^5$$ (Chain rule doesn't help much, binomial theorem neither.)
355durch113
  • 1,570
0
votes
2 answers

Complex Exponential

how would you use the complex exponential to evaluate: Thank you.
0
votes
2 answers

Can I change determinant and partial derivation?

Let $f(t,x)$ be a function whereat $x\in\mathbb{R}^n$ and $t\in\mathbb{R}$ fixed. Furthermore both $\frac{\partial}{\partial t}f(t,x)$ and $\frac{\partial}{\partial x}f(t,x)$ exists and are continious. For fixed $t$, $\frac{\partial}{\partial…
mathfemi
  • 2,631
0
votes
4 answers

Determining local maximum or minimum - derivative worded problem

A cubic function has the rule $y=f(x).$ The graph of the derivative function $f'$ crosses the $x$-axis at $(2,0)$ and $(-3,0).$ The maximum value of the derivative function is $10$. The value of $x$ for which the graph of $y=f(x)$ has a local…
confused
  • 983
0
votes
1 answer

Find the absolute minimum and absolute maximum values

$$f(x) = x - (1/x) ; [3,1]$$ What is the first and second derivative of this function? I think I found the first derivative $f'(x) = (x-1)(x+1)/x$
Kay
  • 1
0
votes
1 answer

Derive the "Marginal Product" of x and z by taking the partial derivatives of the production function.

A Firm has the production function Q= 0.95 x + ln(z) + 100 where x and z are a variable inputs. Derive the "marginal product" of x and z by taking the partial derivatives of the production function. i'd really love to know the theory of how you do…
0
votes
1 answer

Troubled by the question of showing that $f \equiv 0$

It is as follows: If $f \in C^{(\infty)}\left([-1,1]\right) $and $f^{(n)}(0)=0$ for $n=0,1,2,...,$ and there exists a number $C$ such that $\sup_{-1 \leq x\leq 1}|f^{(n)}(x)|\leq n!C$ for $n \in \Bbb N$, then $f \equiv 0 $ on$[-1,1]$. If we take the…
user110503
  • 903
  • 7
  • 17
0
votes
1 answer

First derivative of a lagrangian with integrals.

I would like to understand how to find the first derivative with respect to $C_i$ of $$\mathcal{L}=\left[\int_{i=0}^1 C_i^{(\eta-1)/\eta}di\right]^{\eta/(\eta-1)} +\lambda\left[S-\int_{i=0}^1P_iC_idi\right]$$ The most difficult part here for me is…
Charlie
  • 1,492
0
votes
2 answers

Differentiation ...

Would this be a correct differentiation : $d(\sqrt[3]{1-x^3})=(-x^2*dx)/(1-x^3)^\frac{2}{3}$ I don't know why, but the textbook shows me this answer : $-\sqrt[2]{(1-x^3)^2}*dx$ Can somebody guide me ? Thank yoU!
user108343
0
votes
1 answer

Prove that $2\arctan x + \arcsin \frac{2x}{1+x^2} = \pi$ for every $x\geq1$

Prove that for every $x\geq1$ $$f(x) = 2\arctan x + \arcsin \frac{2x}{1+x^2} = \pi$$ My idea is to firstly calculate $f(1)$ which is actually $\pi$. Then I need to show, that for every $x\geq1$, derivative of $f(x)$ is equal to $0$ However,…
stil
  • 383
0
votes
1 answer

Lagrange and Leibniz notation.

Suppose $g=g(x,y)$ is a certain function and we need to find the new function $g_x(x^2y,y)$, say. How would one write this in Leibniz notation. Is it $\cfrac{\partial g(x^2y,y)}{\partial x}$ or $\left.\cfrac{\partial g(t,y)}{dt}\right|_{t=x^2y}$ or…
0
votes
1 answer

Derivative of special function

I have the following formula and I would like to take the derivative of this function with respect to a where we know that $x$ is a vector of our data and $z$ is constant. how can I do this? $$f(x) = \log\left(1 -…
rose
  • 183
0
votes
1 answer

Special Derivative Function

I have a function $f(x)$ which I would like to have the derivative with respect to $x$. How can I get the derivative of the following function with respect to $x$? $$f(x) = \log\left(1-z^{e^{y^{T}x}}\right)$$
rose
  • 183