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

Investigating if $f_{xy}$ =$f_{yx}$ for $f(x,y)=\frac {2x-y}{x+y}$ at $(0,0)$

I have to verify that $$f(x,y)=\frac {2x-y}{x+y}$$ indicating possible exceptional points and intestigating those points My attempt: I calculated $$f_x=\frac {3y}{(x+y)^2}$$ $$f_y=\frac {-3x}{(x+y)^2}$$ and for $$(x,y)\ne(0,0)$$ $$f_{xy}=\frac…
PiGamma
  • 814
0
votes
1 answer

Confusion on Partial Differentiation

If we have $y(x,t)=x^3+t^3$ and $x=t^2$ then $$\frac{\partial y}{\partial s} = \frac{\partial y}{\partial t}\frac{\partial t}{\partial s}+\frac{\partial y}{\partial x}\frac{\partial x}{\partial s}$$ Then setting $s=t$ we get $$\frac{\partial…
Kimari
  • 111
0
votes
0 answers

Turn differential upside down?

I saw some theoretical physics exercise and found a statement like $\frac{\partial V}{\partial p}=f$. In the next step the author concluded $\frac{\partial p}{\partial V}=\frac{1}f$. This conclusion looks terribly wrong to me, but seems to work in…
meneken17
  • 162
0
votes
1 answer

Total Differentials Fluid Mechanics

I'm having trouble with total differentials in relation to the attached picture (fluid deformation). I don't understand how the expressions for du and dv come about. It looks like u = f(x) and v = f(y), so i'm not sure why the incremental increases…
user485898
0
votes
1 answer

Partial derivatives help

$ f(x,y) = 2 ln(xy)-xy $ am trying to work out the gradient vector so when I take partial derivatives with respect to x and y $ \frac{2}{xy} - y $ , $ \frac{2}{xy}-x$
italy
  • 1,001
0
votes
0 answers

partial differentiation rules

In a partial differentiation lecture , it is written that $$\frac{\partial x}{\partial y} \ne \frac{1}{\partial y/\partial x} $$ if the relation between $x$ and $y$ is explicit . Can you give me an example? I am not convinced because for…
MCS
  • 615
0
votes
1 answer

Find $\frac{\partial z}{\partial x}$ of equation $y z-\ln z=x+y$

Find $\frac{\partial z}{\partial x}$ if the equation $y z-\ln z=x+y$ defines $z$ as a function of two independent variables $x$ and $y$ and the partial derivative exists? How to solve this problem? I do not know what to do after taking derivative…
0
votes
0 answers

Find $\frac{\partial^2 z}{\partial y\partial z}$

if $z=x^3 -3xy^2 $ show that $\frac{\partial^2 z}{\partial x\partial y}=\frac{\partial ^2z}{\partial y\partial z}$ I got $$\frac{\partial^2 z}{\partial x\partial y}=-6y$$ but have no idea how to find $\frac{\partial^2 z}{\partial y\partial z}$ will…
0
votes
1 answer

Partial Derivative Of An Exponential Gaussian Function

When trying to find the first partial derivatives for the function $\psi(x,t)=ae^{-(bx+ct)^2}$, I am getting the following answers: $$\frac{ \partial \psi}{\partial x}=2bae^{-(bx+ct)^2}$$ and $$\frac{ \partial \psi}{\partial t}=2cae^{-(bx+ct)^2}…
0
votes
0 answers

$\frac{\partial f}{\partial x} = \frac{\partial f}{\partial y}$

Consider function $f(x, y)$ smooth enough satisfying the following equation: $$\frac{\partial f}{\partial x} = \frac{\partial f}{\partial y}\ .$$ It is obvious, that any function of the form $f(x + y)$ suits the above condition. How can I prove,…
0
votes
0 answers

Find derivative with respect to time

I have $\phi$ which is a function of $x$ and $t$ (=time). And there is a point with coordinates $(x_0,y_0)$ moving with the time. At each time step, the coordinates are changing. I want to find the derivative of $\phi$ with respect to $t$ ($y$ in…
Math
  • 7
0
votes
1 answer

How to express the partial derivatives of a function?

My calculus is a bit rusty and I would need a refresher on this: Consider 2 functions $F$ and $G$. Both functions are $R \rightarrow R$. Consider a third function $y(u,v) = F(u)+G(v)$. How can you show that …
0
votes
1 answer

Proof of Leibniz's formula

While understanding the proof of the Leibniz's formula there are some steps that I don't really understand. Theorem: Suppose that $f:G \subset \mathbb{R}^2 \longrightarrow \mathbb{R}$ is a continuous function. Consider the…
Ayoub Rossi
  • 365
  • 1
  • 13
0
votes
1 answer

partial derivatives usage in rewriting maxwell relations

This question concerns physic problem but since it is a strict math problem I thought it would be better to ask here in the math forum. How can one prove how one can rewrite the equation dz=Mdx+Ndy with the fractions $M=\frac{\delta z}{\delta x}_y$…
torgny
  • 141
0
votes
1 answer

find partial derivative of $a_1x+b_1y$ with respect to $a_2x+b_2y$

What is the partial derivative of $a_1x+b_1y$ with respect to $a_2x+b_2y$? $$\frac\partial{\partial (a_2x+b_2y)}(a_1x+b_1y)$$It is zero?