Proof of derivative of determinant

unfunf22
Messages
15
Reaction score
0

Homework Statement


Given n2 functions fij, each differentiable on an interval (a,b), define F(x) = det[fij] for each x in (a,b). Prove that the derivative F'(x) is the sum of the n determinants, F'(x) = \sum_{i=0}^n det(Ai(x))$. where Ai(x) is the matrix obtained by differentiating the functions in the ith row of [fij(x)].

Homework Equations


To be honest I'm not completely sure what equations would be useful in this proof. I cannot get a good intuition on it.

I suppose Leibniz formula could be handy: http://en.wikipedia.org/wiki/Leibniz_formula_for_determinants

Expansion by minors might be useful as well: http://en.wikipedia.org/wiki/Laplace_expansion

However, that is as far as my intuition will take me.

The Attempt at a Solution


This has been more of a sit and think process than a pen to paper one. I understand what I am supposed to do, but I have not the slightest idea what my intuition to this proof should be. I can't see how the determinant of the matrix would look (since I cannot diagonalize it or anything to make the determinant easy to calculate). I'm not very strong in my understanding of the Leibniz formula for determinants. I understand the idea behind minor's a bit better (delete i-row,j-column and take determinant of what is left). If I could get a feel for what the determinant of [fij(x)] would look like I might be able to see why the derivative would look like F'(x) = \sum_{i=0}^n det(Ai(x))$.

I just need some intuition here, basically, and perhaps a good explanation of the weapons in my arsenal that would help me do this proof.

-Ian
 
Physics news on Phys.org
Think about writing out the determinant as summing over every possible term \Pi f_{ij} where no pair of fij is from the same row or column. Then think about the product rule
 
So you are saying use leibniz and match its behavior to that of the product rule? Is there not a way to do this inductively?
 
I guess you can. If you expand by minors along a row, take the derivative of that, and then use your inductive step to find the derivative of the minors
 
Alright. Well I am using Leibniz to informally argue it at the moment. I'll see if that pans out.
 
I was able to prove it thanks to the general formula for the product rule of n functions. Thanks!
 
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