Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Good morning everyone, I would like to know how to calculate:

$\frac{d}{dt}\det \big(A_1(t), A_2(t), \ldots, A_n (t) \big)$

Help me please. Thank you

share|improve this question

3 Answers

up vote 2 down vote accepted

The formula is $$d(\det(m))=\det(m)Tr(m^{-1}dm)$$ where $dm$ is the matrix with $dm_{ij}$ in the entires. The derivation is based on Cramer's rule, that $m^{-1}=\frac{Adj(m)}{\det(m)}$. It is useful in old-fashioned differential geometry involving principal bundles.

I noticed Terence Tao posted a nice blog entry on it. So I probably do not need to explain more at here.

share|improve this answer
we can write it as a sum?, and how? please – kiroro Jan 13 at 8:09
Try to write down the 2 by 2 case yourself and see how it works. – user32240 Jan 13 at 8:17
for n=2, i must have $ \frac{d}{dt}\det \big(A_1(t),A_2(t)\big)=$ $\det \big(A'_1(t),A_2(t)\big)+ \det \big(A_1(t),A'_2(t))\big) $ but how ? – kiroro Jan 13 at 8:45
how to use the formula? please – kiroro Jan 13 at 9:35
Find a DG book on principal bundles. – user32240 Jan 13 at 9:37
show 2 more comments

Like product rule:

$$\dfrac{d}{dt}\det(A_1(t),A_2(t),...,A_n(t))=\det(A_1^{'}(t),A_2(t),A_n(t))+\det(A_1(t),A_2^{'}(t),...,A_n(t))+...+\det(A_1(t),A_2(t),...,A_n^{'}(t)) $$

share|improve this answer
1  
Yes, I guess that's what OP wants. – user32240 Jan 13 at 8:16
@kiroro helped you? – user52188 Jan 13 at 8:17
1  
yes this is the formula that I want, but I'm not yet arrived – kiroro Jan 13 at 8:24
@kiroro I'll be happy to explain later!! In my country it's too late, ok? I'm going to sleep. You need it fast? But it seems that you are having good results. nice!!! – user52188 Jan 13 at 8:45
1  
ok thank you good night – kiroro Jan 13 at 8:47

Think I can provide a proof for Matias' formula.

So, let

$$ A(t) = \mathrm{det}\left( A_1(t), \dots , A_n(t) \right) \ . $$

By definition,

$$ \frac{dA(t)}{dt} = \mathrm{lim}_{h\rightarrow 0} \frac{A(t+h) - A(t)}{h} = \mathrm{lim}_{h\rightarrow 0} \frac{\det (A_1(t+h), \dots, A_n(t+h)) - \det(A_1(t), \dots , A_n(t))}{h} $$

Now, we subtract and add

$$ \det(A_1(t), A_2(t+h), \dots , A_n(t+h)) $$

obtaining:

$$ \frac{dA(t)}{dt} = \mathrm{lim}_{h\rightarrow 0} \frac{\det (A_1(t+h), A_2(t+h),\dots, A_n(t+h)) - \det(A_1(t), A_2(t+h), \dots , A_n(t+h))}{h} + \mathrm{lim}_{h\rightarrow 0}\frac{ \det(A_1(t), A_2(t+h), \dots , A_n(t+h))-\det(A_1(t), \dots , A_n(t))}{h} $$

Now we focus on the first addend, which is

$$ \det \left( \mathrm{lim}_{h\rightarrow 0} \frac{A_1(t+h) - A_1(t)}{h}, \mathrm{lim}_{h\rightarrow 0} A_2(t+h), \dots,\mathrm{lim}_{h\rightarrow 0} A_n(t+h) \right) $$

That is,

$$ \det (A_1'(t), A_2(t), \dots , A_n(t)) \ . $$

Now, let's go for the second addend to which we substract and add

$$ \det(A_1(t), A_2(t), A_3(t+h), \dots , A_n(t+h)) \ . $$

From which we will obtain the term

$$ \det (A_1(t), A'_2(t), A_3(t), \dots , A_n(t)) \ . $$

Keep on doing analogous operations till you get

$$ \det (A_1(t), A_2(t), \dots , A_{n-1}(t), A_n'(t)) \ . $$

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.