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

partial differential,stationary point and classify the point

I have a question about partial differential , stationary points and to classify those. $$f(x,y) = e^x + x + \frac{xy^2}{2} - 2xy +6y - \frac {3y²}{2}$$ so the partial diffs are(quite sure it's right): $$f_y = xy-2x+6-3y = (x-3)(y-2)$$ $$f_x = e^x…
0
votes
1 answer

Finding Partial Derivatives: The Meaning of Holding a Variable Constant

I'm having some difficulty understanding the meaning of "hold y (or x) constant" when finding the partial derivative of an equation such as: $z=x^2+xy+y^2$ Please show all intermediate steps using partial derivative notation and explain what it…
0
votes
1 answer

Partial Derivatives of Ideal Gas Law

The ideal gas law states that for a given quantity of confined gas in a container, the pressure P, volume V and temp T satisfy an equation $P=kT/V$, where k is a positive constant. Show that: $$V \frac{\partial P}{\partial V} = -P$$ and $$V…
E.JJ
  • 45
0
votes
1 answer

partial derivative of a variable in terms of other variables

I'm studying ordinary derivative equations and I'm trying to understand how partial derivatives work. I'm trying to guess it using those equations here: $$z = ax + by$$ $$z'= \frac{\partial z}{\partial x} = a + by'$$ and: $$y =…
0
votes
1 answer

How do I solve (∂/∂x+∂/∂y+∂/∂z)^2 of u

I'm trying to solve a question in which it is given that u=f(x,y,z) and it is asked to find (∂/∂x+∂/∂y+∂/∂z)^2 of u . How do I solve this? Should I apply the formula (a+b+c)^2=a^2+b^2+c^2+2ab+2bc+2ca ? Or any other easy method ?
user117741
0
votes
1 answer

Find the slope of the tangent line resulting when intersecting surfaces.

Find the slope of the tangent line that results when intersecting the following surfaces: $z=x^3y+5y^2$ with the plane $x=2$ at $y=1$ Attempt: The surfaces must intersect, so I plug in $x=2$ into the first equation and get: $$z=8y+5y^2$$ Then I…
YoTengoUnLCD
  • 13,384
0
votes
2 answers

Find constant $a$ in partial derivative

Let $f$ be a function of $x$ and $y$ that $f_x = x+2y$ and $f_y = ax+3y$ where $a$ is a constant. In this case, why and what must $a$ be? My Thoughts: I think that going backwards is what I have to do here. I have to find $f$. But I'm not sure how…
sasha
  • 3
0
votes
2 answers

Partial Derivative of f(x,y) = x^y

This is a homework problem I'm somewhat perplexed on. I thought it was straight forward, but I was incorrect in that assessment. $$ f(x,y) = x^y\\ \text{find: }f_x(x,y)\text{ and }f_y(x,y)\\ $$ So I attempted to simplify my equation into something…
Niko
  • 393
0
votes
1 answer

Multiplying the total derivative of a function with an arbitrary constant

I have the following problem: Let $f(x,y)$ be an arbitrary function, whose total derivative is then: $\text{d} f(x,y) = ($$ \partial f \over \partial x $$)\cdot \text{d} x +($$ \partial f \over \partial y $$)\cdot \text{d} y $. Now let $\lambda$…
0
votes
1 answer

Computing the partial derivatives of a function defined as another compound function

The problem is as follows: My working is: I don't know what I should be doing. Can you please help?
ahorn
  • 2,236
0
votes
2 answers

About chain rule

I have $z=f(x,y)$ known and I'd like to express $\partial z / \partial x$ as a function of $\partial y / \partial x$ and $\partial y / \partial z$. I know the solution is $$\frac{\partial z}{\partial x} = - \frac{\partial y / \partial x}{\partial y…
rhorho
  • 1
0
votes
1 answer

derivation of formula of the maximum likelihood

I found a derivation for the formula of logistic regression, it uses the hypothesis concept stated like: and the derivation that I have doubts is: For example, in the horizontal line that I marked, why the sign is changed to minus?; and the part…
Lila
  • 479
0
votes
1 answer

How to calculate the partial derivative of an unknown function?

I have $$z= f(x-ay) + g(x+ay)$$ and I have to prove that $$\frac{\partial^2 z}{\partial y^2} = a^{2} \frac{\partial^2 z}{\partial x^2}$$ but I can't understand the way partial derivative works here. Could anyone make it a little more clear to me?
0
votes
2 answers

Help with Partial Derivatives and Chain rule

The question is Determine $f_{xy}$ when $f = ytan^{-1}(xy)$ I know that there is chain rule somewhere in here, but I don't understand where it comes from.
0
votes
1 answer

Second partial derivatives (one seems strange)

I am trying to find the second-partial derivatives for the following equation: $$g = \sum_{i=1}^n \left(y_i - \frac{\theta_1 x_i}{x_i+\theta_2}\right)^2$$ Here, $\theta_1$ and $\theta_2$ are the model parameters. I start by finding the first-order…