Questions tagged [partial-derivative]

For questions regarding partial derivatives. The partial derivative of a function of several variables is the derivative of the function with respect to one of those variables, with all others held constant.

The partial derivative of a function of several variables is the derivative of the function with respect to one of the variables, with the others held constant. The partial derivative, like the ordinary derivative, describes the rate of change of a function in a particular direction.

If $f = f(a_1, a_2, \dots, a_n)$ is a function of $n$ variables, then the partial derivative of $f$ with respect to the variable $a_i$ can be written as a limit:

$$\frac{\partial f}{\partial a_i} = \lim_{h \to 0} \frac{f(a_1, \dots, a_i + h, \dots, a_n) - f(a_1, \dots, a_i, \dots, a_n)}{h}.$$

Alternatively, this quantity can be denoted as $f_{a_i}$.

If the function has continuous partial second derivatives, then:

$$\frac{\partial}{\partial x_i}\left(\frac{\partial}{\partial x_j}\right)=\frac{\partial}{\partial x_j}\left(\frac{\partial}{\partial x_i}\right)$$

a result known as Schwarz's Theorem.

6917 questions
1
vote
1 answer

Geometric meaning of directional derivative

Suppose $f(x,y)$ is a differentiable function and $v = (a, b)$ is a vector. If $(x_0,y_0) \in D_f$ and $\frac{\partial f}{\partial v}(x_0,y_0) = 0$. What is the meaning of this? Along the direction of the vector $v$ the graph does not change the…
1
vote
1 answer

find the partial derivative of this function

Let's says $f(x,y,z)$ is differentiable real function at point $(0,0,0)$. We know that $f_y(0,0,0) = f_x(0,0,0) = 0$, and $f(t^2,2t^2,3t^2) = 4t^2$ for every $t>0$. what can we say about $f_z(0,0,0)$ ? It seems to me that we can say $f_z(0,0,0) =…
d_e
  • 1,565
1
vote
2 answers

Partial derivative with respect to y of logarithm?

I don't understand how to do partial derivatives of log. My question is how to do $\frac{\partial}{\partial y} (\log_y(9x))$. Do I treat $9x$ as a constant? I know the general derivative of a log is $\frac 1{x\ln(b)}$. Please help?
Naomi
  • 13
1
vote
2 answers

Gradient of a function

Gradient of a function is $\langle f_x(x,y),f_y(x,y) \rangle$. But I don't understand this gradient vector shows what. When I find gradient of some function, that vectors represents what? Thank you.
1
vote
0 answers

Relation between $f_{xx}$ and $f_{yy}$

If $f(x,y) = \cos(cx+y) + e^{cx-y}$ Show $f_{xx}=c^{2}f_{yy}$ My try, $$f_{x}=-c\sin(cx+y)+ce^{cx-y}$$ $$f_{xx}=-c^{2}\cos(cx+y)+c^{2}e^{cx-y}$$ $$f_{y}=-\sin(cx+y)-e^{cx-y}$$ $$f_{yy}=-\cos(cx+y)+e^{cx-y}$$ So,$$ f_{xx}=c^2(-\cos(cx+y)+e^{cx-y})$$…
Socre
  • 559
1
vote
1 answer

Partial differential equations in $ \infty $

Suppose that we have $$\begin{cases} u_{tt}=u_{xx} \text{ for }\ 0 < x < \pi ,\ t > 0\\ u(x,0)=8\sin x \\ u_{t}(x,0)=0\\ u(0,t)= u(\pi,t)=0\end{cases}$$ find $ \lim_{t \rightarrow \infty }u( \frac{\pi}{4},t) $=?
behnam
  • 11
1
vote
1 answer

Gradient of a Mutivariable function

I am having a multivariable function g(x,y) as below: How do I calculate the gradient of $g(x, y) = 1/2 (x + y − |x − y|)$.
Adnan
  • 152
  • 1
  • 10
1
vote
1 answer

Partial derivative with logarithmic differentiation

So I'm trying to follow the derivation in a book on Analytic combinatorics. We have the function $$P(z,u)=(1-z)^{-u}$$ and I need to take the partial derivative with respect to $u$, then evaluate at $u=1$. So, my attempt: $$\ln…
Alan
  • 16,582
1
vote
1 answer

Chain rule with partial derivative

I have learned for the total derivative: $$\frac{dF(x(z),y(z))}{dz} = \frac{\partial F(x,y)}{\partial x} \frac{dx}{dz} + \frac{\partial F(x,y)}{\partial y} \frac{dy}{dz}.$$ Now I need the partial derivative: $$ \frac{\partial…
Gerard
  • 1,513
1
vote
1 answer

I need help with partial derivative question

Can anybody please help me out, i can't figure out how to work this one
1
vote
1 answer

Check whether partial derivative commutes with inverse partial derivative.

Is the following true? with proof. In other words check whether $\partial^{2}_{r}$ commutes with $\partial^{-2}_{r}$. $$\partial^{-2}_{r}\partial^{2}_{r}=\partial^{2}_{r}\partial^{-2}_{r}$$ Side Note: In case of $\Box^{-1}\Box\neq \Box\Box^{-1}$.
Wiliam
  • 493
1
vote
1 answer

Rewriting a simple partial derivative

Should be easy for Mathematicians. The partial deferential equation is from Thermodynamics and the book presents the following without a worked sequence. I have taken Calculus 3 and differential equations (introduction to ordinary differential…
0
votes
1 answer

Getting the original function from a derivative

i know that $f_x = 4x^3 + 4xy $ is the partial derivative of the function $ f = x^4 + 2x^2y $ But how is the original function $ f = x^4 + 2x^2y $ found from the partial derivative ? As in, how do i reverse the process?
0
votes
1 answer

Gradient of a matrix-matrix function

Let $F(X)=XX^\top$ where $X$ is a $n \times m$ matrix. What is $\frac{\partial F(X)}{\partial X}$ ? $$ \begin{align} \frac{\partial F(X)}{\partial X}=\lim_{h \to 0}\frac{F(X+hZ)-F(X)}{hZ} & = \lim_{h \to 0}\frac{XX^\top + hXZ^\top +hZX^\top +…
davcha
  • 1,745
0
votes
1 answer

Finding Directional derivative (multivariate calculus)

Given the following function $$f(x, y, z) = 2x ^2 + 4y − z$$ and the parametric curve L given by $$x = t,$$ $$y = t − 1,$$ $$z = t ^2 + 4t$$, $$t ∈ [0, 5].$$ Let $(a, b, c)$ be the point of intersection between the level surface $f(x,…
ys wong
  • 2,017