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

How to calculate the partial derivative of matrices' product

Let $U = \frac{1}{2}u^TKu$, then $\frac{\partial U}{\partial u} = Ku$. How could I get this answer? Is there any book explains how to calculate derivative of matrices?
Nevermoe
  • 133
3
votes
1 answer

What is $\frac{\partial z}{\partial y}$ for $z = F(u, v, y), u = f(v, y)$ and $v = g(x, y)$?

I'm reviewing the chain rule for partial derivatives, and since I've never actually learned it other than picking it up while learning other stuff in courses, I'm not 100% sure I'm doing it correctly when it comes to more complicated…
Ryker
  • 1,499
3
votes
2 answers

Partial derivative at origin

Given $u(x,y)=(x^3-3y^2x)/(x^2+y^2)$, $x,y\in \mathbb R$. Then, partial derivative of $u$ with respect to $x$ at $(0,0)$ i.e. $u_x(0,0)=?$ I calculated as follows: $u_x(0,0)=\lim\limits_{h\to 0}\dfrac{u(0+h,0)-u(0,0)}{h}=\dfrac{h^3/h^2}{h}=1$, and…
GGI
  • 149
3
votes
1 answer

how do you read partial derivative notation, from left to right or from right to left?

how do you read partial derivatives? I have seen people reading from left to right, and have seen people reading from right to left.for example what does this equation mean $\frac{\partial f}{\partial x \partial y}$: 1)at first you differentiate…
3
votes
1 answer

Rules for partial derivatives

Im trying to show some calculation rules for partial derivatives. Let $x,y,z$ be variables which are linked by $f(x,y,z) = 0$. Given is a function $w(x,y)$ show that: $\displaystyle \frac{\partial x}{\partial y} \Bigr|_z = \left(\frac{\partial…
Howdy Ho
  • 645
3
votes
0 answers

Partial Derivative Cosine Similarity - Matrix

In this thread ( partial derivative of cosine similarity ) is discussed the derivation of the partial derivative of cosine similarity between two vectors. Let's say we want the cosine similarity between a whole matrix of vectors. So cossim(X),…
Jibril
  • 151
3
votes
1 answer

Does one always have $f_{xy}=f_{yx}$?

I would like to know if when we take a second partial derivative of a function do we always get: $$\frac{\partial^2{u}}{\partial{x} \, \partial{y}} = \frac{\partial{^2u}}{\partial{y} \, \partial x}$$ if not, what does it mean about the function if…
segevp
  • 1,015
3
votes
3 answers

Finding partial derivative given $x,y,z$ related by $yx = \ln(x+z)$

We are given that $x, y, z$ are related by the equation $yx = \ln(x + z)$. What is the partial derivative of $z$ with respect to $x$ at the point $(\frac e2, \frac 2e, \frac e2)$? I'm sorry I don't have any work on this problem; I'm just really…
3
votes
0 answers

Is concept of directional derivative is different to people with different cultures?

When I studied math in my university Bauman Moscow State Techinical University we used notion of directional derivative as a quantity which can be evaluated even for function which has one side derivative but is not differetiable. [1], p.142 But…
3
votes
1 answer

Partial Derivative to Second Degree Conceptual

Let $u(x,y)=f(x+y)+g(x-y)$. How can I calculate $\partial u/ \partial x$, $\partial u/ \partial y$, $\partial^2 u/ \partial x^2$, $\partial^2 u/ \partial y^2$ in terms of derivatives of $f$ and $g$. So I thought of making a new variable such that…
sophie
  • 31
3
votes
3 answers

geometrical meaning of partial derivatives

If $f$ is a function of $x,y,z$, then what is the geometrical mean of $\frac {\partial f}{\partial x}$ ? Similary what is geometrical meaning of other partial derivatives of function $f$. Please tell ... Thanks
khushmeet
  • 129
2
votes
0 answers

Can chain rule for derivatives be extended to partial derivatives?

I know that this is true for all cases, via chain rule: $$\frac{dy}{dx}=\frac{dy}{du}\frac{du}{dv}\frac{dv}{dx}$$ However, is this…
t.c
  • 315
  • 2
  • 8
2
votes
0 answers

Partial derivative question #2

Problem: $$ \text{Find}\: \frac{\partial{u}}{\partial{x}}\:\text{of}\:\:\:\:\: u=x^u+u^y $$ Would $\frac{\partial{u}}{\partial{x}}$ look like: $$…
bjd2385
  • 3,017
2
votes
0 answers

Find these three partial derivatives...

Could you please give me hints on the following problem? (I would appreciate it if you give me no solution, just a point/push in the right direction) If $$ u-v+2w=x+2z \\ 2u+v-2w = 2x - 2z \\ u-v+w=z-y $$ find $…
bjd2385
  • 3,017
2
votes
1 answer

Usage of $\partial \Sigma$ to denote boundary in Kelvin-Stoke's Theorem

I've noticed that the boundary of a region $\Sigma$ as used in Stoke's theorem is always denoted by $\partial \Sigma$, yet I've always been told that a quantity of this form has no mathematical meaning as applied to a function in the sense that if…
bjem
  • 151
1
2
3
28 29