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

Three variables partial derivatives using chain rule

Question: Suppose $w=F(x,y,t), \ y=g(x,t), \ x=h(t)$. Find $dw/dt$ in terms of partial derivatives of $F,g$, and the derivative of $h$. So I know that I need to use chain rule. But $w$ is a function of $x,y,t$ and when I do partial derivatives,…
0
votes
1 answer

Using the chain rule to find partial derivatives

Use the Chain Rule to find $∂z/∂s$ and $∂z/∂t$. $$ z = \tan(u/v) $$ $$ u = 5s + 7t $$ $$ v = 7s − 5t $$ This is the equation I used to find ∂z/∂s: $$ \frac{\partial z}{\partial s}=\frac{\partial z}{\partial u}\cdot\frac{\partial u}{\partial…
Wilson
  • 101
0
votes
0 answers

Partial derivative of special function

How can I get the derivative of the following formula with respect to X? $$ g = \frac{X\exp({Y' X)} Z (Z)^{\exp{(Y'X)}}}{1-Z^{\exp{(Y'X)}}}$$ where X is a vector of unknown parameters and Y is a vector same length as X but known, such that for…
rose
  • 183
0
votes
1 answer

Derive equation from a set of equations

Suppose I have a parameter dependent on 2 variables y = f(x,z) and I have two equations defining the relation as y = ax + b (when z is kept constant) and y = mz³ (when x is kept constant) How do I derive a final equation for y which is dependent…
0
votes
0 answers

Partial derivatives for $f(x) = e^y(x \sin(x) - y \cos(x)) $

i have to find the partial derivatives for x and y for this function: $f(x) = e^y(x \sin(x) - y \cos(x)) $ I am used to find partial derivatives for functions that follows this pattern: $x^4+y^4-(x-y)^2$ (just an examples) ,but the first function…
0
votes
1 answer

Partial derivative with constant

Given $$c = 0.03 + 0.08a$$ What is $\dfrac{\partial c}{\partial a}$? I'm guessing $\dfrac{\partial c}{\partial a} = 0.03 + 0.08 = 0.11$? The constant is confusing me. Thanks.
0
votes
1 answer

What is the relation between $\frac{\partial x^{\prime}}{\partial x}$ and $\frac{\partial x}{\partial x^{\prime}}$?

If we have a (non-singular) coordinate transformation from the coordinates $\{x^i\}$ to the coordinates $\{x^{\prime i}\}$, what is the relation between the partial derivatives $\frac{\partial x^{\prime j}}{\partial x^i}$ and $\frac{\partial…
Larara
  • 1,492
0
votes
0 answers

Higher order derivative in two variables

Is there a closed form formula for $$\frac{d^n}{d t^n}F(x(t),y(t))$$ in terms of partial derivatives of $F$? I have worked out the expression partially: $$\frac{d^n}{d t^n}F(x(t),y(t))=\sum_{i=1}^{n}\sum_{j=0}^i…
Prastt
  • 171
0
votes
1 answer

Partial Derivatives of $F(x,y,z) = \log(z + \sin(y^2 -x))$

Partial derivatives with respect to $x$, $y$ and $z$. Thank you!
0
votes
1 answer

How to find the stationary points

Find the stationary points: $$f(x,y)=x^2-\frac 13y^3-xy$$ Have so far with respect for $x$: $\frac{\partial f}{\partial x}=2x-y$ With respect for $y$: $\frac{\partial f}{\partial y}=-y^2-x$ But having trouble getting from here?
Martin
  • 21
0
votes
1 answer

Partial derivatives at (0,0)

Prove that $\dfrac{2(x^3+y^3)}{x^2+2y}$ is discontinuous at $(0,0)$. Also show that the partial derivatives with respect to $x$ and $y$ at $(0,0)$ exist.
user119065
  • 223
  • 2
  • 8
0
votes
1 answer

Partial derivative of $z=2z+xy^2$

I need to find partial derivatives of a function $z = 2z + xy^2$. Usually, I'd just simplify it to $z = -xy^2$ and find that $\cfrac{\partial z}{\partial x}=-y^2$ and $\cfrac{\partial z}{\partial y}=-2yx$, however, my professor said this is not the…
0
votes
1 answer

Laplace's Equation for a Radial Function (cylindrical co-ord)

I'm working on a question which has lead me to the Laplace equation in cylindrical coordinates. I've looked it up and found that, for the radial component, this is equivalent to $$\nabla^2\ f = \frac{1}{r} \frac{\partial}{\partial r}\left(r…
Jean
  • 3
  • 1
0
votes
1 answer

Partial derivative with respect to a function

Let $f(x,y,z) = e^{xy^2}$. Find $f_{xxy}$. How do I start approaching this question. Thanks in advance.
user108947
0
votes
2 answers

Geometric intuition for partial derivatives with a single dependent variable

Having watched an integralCALC video lesson, given $$w=xe^{y/z}, x = t^2, y = 1-t, z=1+2t$$ which could be rewritten as $$w=t^2 e^\frac{1-t}{1+2t}$$ How does $dw/dt$ differ from $\partial w/\partial t$? Is there some intuition behind the partial…