Partial Derivatives: Solve f(x,y)=1,000+4x-5y

Julian12345
Messages
2
Reaction score
0

Homework Statement


Find
∂2f
∂x2
,
∂2f
∂y2
,
∂2f
∂x∂y
, and
∂2f
∂y∂x
.
f(x, y) = 1,000 + 4x − 5y

Homework Equations

The Attempt at a Solution


Made somewhat of an attempt at the first one and got 0, however my teacher has poorly covered this in class, and I would value some further explanation.
 
Physics news on Phys.org
0 is correct for the first one, but how did you get it? Set out your working and you may be able to see how to do the others using a similar approach. If not, somebody may be able to help you move on from where you are up to.

What is your understanding of the meaning of ##\frac{\partial^2f}{\partial x\partial y}##?

By the way, to write partial derivatives neatly, use latex code. The following code
\frac{\partial^2f}{\partial x^2}
when enclosed between double-# delimiters at each end, gives ##\frac{\partial^2f}{\partial x^2}##.
 
andrewkirk said:
0 is correct for the first one, but how did you get it? Set out your working and you may be able to see how to do the others using a similar approach. If not, somebody may be able to help you move on from where you are up to.

What is your understanding of the meaning of ##\frac{\partial^2f}{\partial x\partial y}##?

By the way, to write partial derivatives neatly, use latex code. The following code
\frac{\partial^2f}{\partial x^2}
when enclosed between double-# delimiters at each end, gives ##\frac{\partial^2f}{\partial x^2}##.

Alternatively, you can just write ##\partial^2 f/ \partial x^2##, and it should still be perfectly readable. Right-click on the displayed expression and then choose the "display math as Tex commands" menu item.
 
Julian12345 said:

The Attempt at a Solution


Made somewhat of an attempt at the first one and got 0, however my teacher has poorly covered this in class, and I would value some further explanation.
In addition to what your teacher has covered in class, there should be some explanation in your textbook. Have you read the section that discusses partial derivatives? There should be some examples in your book. You shouldn't rely only on what the teacher does in class.
 
If you consider multiple derivatives as a sequence, these problems become less confusing.
##\frac{\partial ^2 f}{\partial x^2 } = \frac{\partial }{\partial x }\left( \frac{\partial }{\partial x}f\right)##
Similarly,
##\frac{\partial ^2 f}{\partial x \partial y } = \frac{\partial }{\partial x }\left( \frac{\partial }{\partial y}f\right)##.
Do the operations in order, and you will get the correct result.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top