How do you prove that a=-(w^2)

  • Thread starter Thread starter asdf1
  • Start date Start date
asdf1
Messages
734
Reaction score
0
how do you prove that a=-(w^2)
from v=wxr?
i know you're supposed to differentiate v=wxr, but i don't know how to differentiate a cross product...
 
Last edited by a moderator:
Physics news on Phys.org
The cross product is the vector created by the determinant
a \times b = <br /> \begin{tabular}{|c c c|}<br /> i &amp; j &amp; k \\ <br /> a_1 &amp; a_2 &amp; a_3 \\<br /> b_1 &amp; b_2 &amp; b_3 \\<br /> \end{tabular}<br />

So, take the determinant of the above matrix, and then differentiate as normal. (Hint: the determinant will give you a vector, with 3 coordinates. You can differentiate each coordinate on its own.)

Edit: are you familiar with how to take a determinant? Otherwise you can use a \times b = |a||b|\sin{\theta}, but then you'll have to know \theta, or treat it as a constant.
 
Last edited:
wow!
thank you very much!
what happens if you want to prove it for an infinite number of coordinates(ex., i, j, k, l, m, ...)?
 
asdf1 said:
wow!
thank you very much!
what happens if you want to prove it for an infinite number of coordinates(ex., i, j, k, l, m, ...)?

The cross product is only defined in R3.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top