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

Derive by two variables

I can't get my head around the following term: $(\frac{\partial}{\partial t} + v_o\nabla)^2 p(t,x)$ I know what $\frac{\partial}{\partial t}p(t,x)$ is supposed to mean and I assume that $v_o\nabla p(t,x)$ is simply a product of $v_o$ with $p(t,x)$…
0
votes
1 answer

the heat does not change in which direction we go

My question is about directional derivatives that i could not understand completely... The heat function on every point of a plane is given as T(x,y,z) = xyz and also the point t = (1,1,1) is given. Starting from the point t, in which direction we…
ötarcan
  • 153
  • 2
  • 12
0
votes
1 answer

Derivative of composition of real function and matrix calculation

I have $f: R^n \Rightarrow R^1$ and $H$ a $n \times n$ matrix (that is inversible) What's the gradient of: $g: x \mapsto f(H.x)$ expressed using the gradient of f? Is it just $x \mapsto H. \nabla f(H.x) $ ?
d--b
  • 158
  • 7
0
votes
1 answer

How should I interpret a negative partial derivative?

I calculated the partial derivatives for $f(x,y)=x*y$ and I got that for x it's $y$ and for y it's $x$, pretty simple. Then, at point $(2; -3)$ I get that the partial derivative with respect to x is -3 and with respect to y it's 2. How can I…
Floella
  • 473
0
votes
0 answers

Finding the local maximum , minimum or saddle points

Finding the local minimum and local maximum. $f(x,y) = ye^x - 3x - y +2$. If someone has time please check if i am making mistakes? $\frac{\partial f}{\partial x} = ye^x - 3$. equation i $\frac{\partial f}{\partial y} = e^x-1$. equation…
Khan Saab
  • 427
0
votes
0 answers

Matrix derivative with respect to an orthogonal matrix

Consider the following function: $$\ f(U)= UU^TXUU^TY $$ where $\ U \in \Re^{n*m} $ ,$\ U^TU = I_m$ and X and Y are Symmetric positive definite matrices with dimension $\ n$. What is the derivative of $\ f(U)$ with respect to $\ U$ ? Thank you…
alireza
  • 51
  • 4
0
votes
1 answer

Finding partial derivative of exponential functions

I am having trouble understanding the following derivation. Specifically, I am not able to understand why the partial derivative of $x_i$ with respect to $s_k$ is what it is. My hunch is that it is has something to do with the rule $…
Jonathan
  • 736
0
votes
1 answer

A simple question on partial derivative.

A particle's position is given by $r_i=r_i(q_1,q_2,...,q_n,t)$. So velocity: $$v_i=\frac{dr_i}{dt} = \sum_k \frac{\partial r_i}{\partial q_k}.\dot q_k + \frac{\partial r_i}{\partial t} $$ In my book it's given $$\frac{\partial v_i}{\partial \dot…
Weezy
  • 61
0
votes
1 answer

Partial derivative: Asking for explanation and reference

Link to the Basic definition's image What is the theory of the transformation from $f'(x)$ into $\frac{{\partial f}}{{\partial x}}(x,y)$ ? (I don't mean just replace a by y) Could anybody explain shortly and give me some reference? Your help is…
0
votes
2 answers

What is happening with these partial derivatives?

I think I know what is going on but please point out my mistakes and gaps in understanding! 1 the author decomposes the partial using CHAIN RULE $$\frac{\partial \psi}{\partial x} = \frac{\partial \psi}{\partial r}\frac{\partial r}{\partial…
Conor
  • 536
0
votes
1 answer

A function with partial derivatives but not continuous

I have a function f(x,y) which is 1 at the origin and 0 for any other point. This function isn't continuous because the limit doesn't exist at (0,0). Could you show its partial derivatives exist. (not homework)
Math
  • 437
  • 4
  • 10
0
votes
1 answer

Points where the tangent plane is horizontal

I am trying to find points on $z= (2x^2+y^2)e^(-x^2-y^2)$ where the tangent planes are horizontal. Taking the partial derivatives with respect to x and y and setting both to zero. After simplifying the two equations I…
Alan
  • 1
0
votes
3 answers

Partial Derivatives and defining a function.

Define f(x,y) = x+2y and w = x+y. What is $\frac{df}{dw}$? Does it make sense to define the partial derivative of a function f with respect to an arbitrary function w(not just x or y)? If so, what does this definition give for the specific…
Chumbawoo
  • 177
0
votes
0 answers

Show that $f(x, y) := e^{xy} \sin(x + y)$ is totally differentiable

Given, $$f(x, y) := e^{xy} \sin(x + y),$$ I want to show that $f(x, y)$ is totally differentiable. Approach Since we were never given any example for solving a problem like this, I feel pretty much lost. I'd guess that I have to evaluate the…
Julian
  • 1,401
0
votes
2 answers

Partial derivatives

For $F(x,y)=ye^{x^2-y}$ find $F_x, F_{xx}, F_y, F_{xy}$ (partial derivatives) I'm not sure if these are correct, but this is what I got: $F_x=2xye^{x^2-y}$ $F_{xx}=4xye^{x^2-y}$ $F_y=-e^{x^2-y}$ $F_{xy}=-2xe^{x^2-y}$