Advanced partial differentiation

isa.b
Messages
3
Reaction score
0

Homework Statement



Given two functions F and G, I will use the following notation to indicate partial differentiation:
Fx means dF/dx
Gz means dG/dz
(for example)

I would like to develop the following two expressions. I don't want them grouped into brackets as they're now, but I have to develop them into single terms using the rules of partial differentiation.

Homework Equations



(Fx2 + Fy2)x = ?

(FxGx + FyGy)y = ?


The Attempt at a Solution



Your help is very much appreciated, thanks in advance!
 
Physics news on Phys.org
What have you done so far? What would you do if they were ordinary derivatives for example?

(f'^2+g'^2)'=?
 
hunt_mat said:
What have you done so far? What would you do if they were ordinary derivatives for example?

(f'^2+g'^2)'=?


I would break them into two separate derivatives
(f'^2)' and same for g

then 2f'

but I wonder what happens with a different axis such as (Fy^2)x
even worse with the products (the second case)

unfortunately I don't have much theoretical knowledge on partial differentiation (it's been many years ago...)
 
There is nothing at all advanced about those, and no "theoretical knowledge" is need. You just use the basic rules for differentiation.

(F_x+G_x + F_yG_y)_y = (F_xG_y)_y+ (F_xG_y)_y
= F_{xx}G_y+ F_xG_{xy}+ F_{xy}G_y+ F_xG_{yy}
 
HallsofIvy said:
There is nothing at all advanced about those, and no "theoretical knowledge" is need. You just use the basic rules for differentiation.

(F_x+G_x + F_yG_y)_y = (F_xG_y)_y+ (F_xG_y)_y
= F_{xx}G_y+ F_xG_{xy}+ F_{xy}G_y+ F_xG_{yy}


Thanks for your help HallsofIvy.
I'm not a mathematician, so I find it quite difficult, please understand.

The expression you worked out is for my 2nd case right? (I guess you just did a couple of typos, but that's why I'm not sure).
With your example I think I should be able to work out also the 1st case, but do you mind to show me that too? I'd like to check if I actually can do it

Thanks again!
 
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