Find the 3rd order partial derivatives

1.2k Views Asked by At

Find all the 3rd order partial derivatives

$f(x,y)=ax^2+bxy+cy^2$,

can I write for all my 3rd partial derivatives as

$0=${$f_{xxx},f_{xxy},f_{xyy},f_{yyy}$}

1

There are 1 best solutions below

1
On BEST ANSWER

for example we have for $$f(x,y)=ax^2+bxy+cy^2$$ the following derivatives: $$f_x=2ax+by$$ $$f_{xx}=2a$$ $$f_{xxx}=0$$ can you get further?