Change in area of a triangle formed by position vectors

MissMCHP
Messages
3
Reaction score
0

Homework Statement


Consider two particles located at positions \vec{r_{1}}(t) and \vec{r_{2}}(t), respectively, with corresponding velocities given respectively by \vec{v_{1}}(t) and \vec{v_{2}}(t). Consider the triangle formed by the origin and the position vectors of the two particles. Show that the rate of change of the area A(t) of this triangle is given by the expression
\frac{dA}{dt} = \frac{\left|r_{2}\right|^{2}(v_{1}\bullet r_{1})+\left|r_{1}\right|^{2}(v_{2}\bullet r_{2})-(r_{2}\bullet r_{1})(v_{1}\bullet r_{2}+v_{2}\bullet r_{1})}{2\left|r_{2}\times r_{1}\right|}

Homework Equations


\left|a\times b\right|=|a||b|sin\theta maybe?

The Attempt at a Solution


Originally, I thought I might get the formula for the area of the triangle, then simply differentiate it in respect to t. However, I only got as far as A=|r_{1}\times r_{2}|/2before realizing I don't know how to differentiate the magnitude of a cross product. However, I can't think of any other way to express the area of the triangle in terms of the two vectors...

Any hints would be greatly appreciated.
 
Physics news on Phys.org
before jumping into the cross product, trying differntiating a magnitude of a vector may help:

magnitude of a vector
|\textbf{u}|= (\textbf{u} \bullet \textbf{u})^{\frac{1}{2}}

differentiating
\frac{d}{dt}|\textbf{u}|<br /> = \frac{d}{dt}|(\textbf{u} \bullet \textbf{u})^{\frac{1}{2}} <br /> = \frac{ \frac{d}{dt}(\textbf{u} \bullet \textbf{u})}{2|\textbf{u}|} <br /> = \frac{ (\textbf{u}&#039; \bullet \textbf{u}+\textbf{u} \bullet \textbf{u}&#039;)}{2|\textbf{u}|} <br /> = \frac{ \textbf{u}&#039; \bullet \textbf{u} }{|\textbf{u}|} <br /> = \textbf{u}&#039; \bullet \widehat{\textbf{u}}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top