Jump to content

Johnny5

Senior Members
  • Posts

    1611
  • Joined

  • Last visited

Posts posted by Johnny5

  1. However, we can only second guess what it is you want to talk about, so why not formulate some questions?

     

    I do that very well. :D

     

    Let's see...

     

    Well I am trying to understand what a ring is, that's the point of this thread.

     

    As I already know the field axioms, this shouldn't be a hard thing to do, since a field is more complex than a ring. Yet I am still fuzzy on a few things, so lets see just what. At least this way if I make any errors, you can point them out.

     

    Lets start from Dave's definition of a Ring:

     

    A ring [math] \mathcal{R} [/math] is a set of elements which is defined axiomatically, as follows:

     

    There are two binary operations +,* on any arbitrary ring, which obey the following axioms:

     

    Let x,y,z denote arbitrary elments of [math] \mathcal{R} [/math].

     

    [math] \text{Axiom I:} x+y=y+x [/math]

    [math] \text{Axiom II:} (x+y)+z=x+(y+z) [/math]

    [math] \text{Axiom III:} \exists 0[0+x=0] [/math]

    [math] \text{Axiom IV:} \exists (-x) [x+(-x)=0] [/math]

     

    (Thus, for those who know what an abelian group is, a ring is an abelian group on at least one of the ring operations, possibly both, but necessarily at least one.)

     

    [math] \text{Axiom V:} (x*y)*z=x*(y*z) [/math]

    [math] \text{Axiom VI:} x*(y+z)=x*y+y*z [/math]

     

    The above axioms are all necessary axioms of any ring [math] \mathcal{R} [/math].

     

    Now, the first question is, are the axioms above sufficient to prove that 0 is the unique element of the ring, with the property listed above? If not, we have to add another axiom. The following proof was provided by Dave

     

    Proof that 0 is unique (Post 2 above)

     

    Assume you have two zero elements, [math]0[/math] and [math]

    \widetilde{0}

    [/math]. We know:

     

    [math]

    0 = 0 + \widetilde{0}

    [/math]

     

    Sending [math] \widetilde{0} [/math] through the ring axioms provides:

     

    [math] \text{Axiom III:} \exists 0[0+\widetilde{0}=0] [/math]

     

    And we have assumed that [math]\widetilde{0}[/math] satisfies the same property that 0 satisfies in the axioms so also we have:

     

    [math] \exists \widetilde{0}[\widetilde{0}+x=\widetilde{0}] [/math]

     

    And since 0 is a necessarily a ring element we have:

     

    [math] \exists \widetilde{0}[\widetilde{0}+0=\widetilde{0}] [/math]

     

    So we have:

    [math] 0+\widetilde{0}=0 [/math]

    [math] \widetilde{0}+0=\widetilde{0} [/math]

     

    Now ring [math] \mathcal{R} [/math] is an abelian group under +, which means that its a group under +, with the additional axiom that + is commutative. Commutativity of + is axiom 1. So the following is true:

     

    [math] 0+\widetilde{0}=\widetilde{0}+0 [/math]

     

    Thus, by the transitive property of equality we have:

     

    [math] 0=0+\widetilde{0}=\widetilde{0}+0=\widetilde{0} [/math]

     

    From which it follows that:

     

    [math] 0=\widetilde{0} [/math]

     

    Contrary to the assumption that they were different elements. Hence the ring element 0, asserted in axiom 3 is unique.QED

     

    (Without commutativity of +, this would not have been provable)

     

    Thus, the following is a theorem of any Ring theory:

     

    [math] \text{Theorem:} \exists! 0[0+x=0] [/math]

  2. I've been trying to fix an error that propagated through my original attempt, and unfortunately you only have six hours to edit any given post, but the information has to be kept in one place to follow the argument. What I am trying to do, is come up with a method of solving a cubic equation which is better than Cardan's formula.

     

    Here is what I have so far:

    [math]

    Z^3+AZ^2+BZ+C= 0

    [/math]

     

    Presume that you already know one root r1. It follows that you can factor the equation like so:

     

    (Z-r1)(Z^2+DZ+E)=0

     

    Now' date=' distribute to get:

     

    [math']

    Z^3+DZ^2+EZ-r_1Z^2-r_1DZ-r_1E = 0

    [/math]

     

     

    Now, group things in descending powers of Z, to obtain:

    [math]

    Z^3+(D-r_1)Z^2+(E-r_1D)Z-r_1E = 0

    [/math]

     

    And the given expression was:

    [math]

    Z^3+AZ^2+BZ+C= 0

    [/math]

     

    from which it follows that:

    [math]

    A = (D-r_1)

    [/math]

    [math]

    B = (E-r_1D)

    [/math]

    [math]

    C = r_1E

    [/math]

     

    Since you already knew one root, it follows that you can now figure out the remaining two roots... r2 and r3 using the quadratic formula.

     

    In other words you already know this:

     

    (Z-r1)(Z^2+DZ+E)=0

     

    So now focus on the following quadratic equation:

     

    Z^2+DZ+E=0

     

    Using the quadratic formula, the remaining two roots are given by:

     

    [math]

    r_2 = \frac{-D+\sqrt{D^2-4E}}{2}

    [/math]

     

    [math]

    r_2 = \frac{-D-\sqrt{D^2-4E}}{2}

    [/math]

     

    At this point, i wanted to solve an example problem.

     

    You are given the following cubic equation, and asked to find all three roots:

     

    [math]

    3n^3-9n^2+15n-1 =0

    [/math]

     

    The first thing you do, is make the leading coefficient equal to 1, like so:

     

    [math]

    n^3-3n^2+5n-\frac{1}{3} =0

    [/math]

     

    Let

    A= -3

    B=5

    c=-1/3

     

    We can now write the equation as:

     

    [math]

    n^3+An^2+Bn+C =0

    [/math]

     

    Let us presume that we already know r1, and can factor it out like so:

     

    [math]

    (n-r_1)(n^2+Dn+E) = 0

    [/math]

     

    Now, the roots of the quadratic are:

     

    [math] r_2 = \frac{-D + \sqrt{D^2-4E}}{2} [/math]

     

    [math] r_3 = \frac{-D - \sqrt{D^2-4E}}{2} [/math]

     

    And the relationships between D,E and A,B,C are:

     

    [math]

    A = (D-r_1)= -3

    [/math]

    [math]

    B = (E-r_1D)= 5

    [/math]

    [math]

    C = r_1E = -\frac{1}{3}

    [/math]

     

    Hence:

     

    [math]

    D=r_1-3

    [/math]

    [math]

    r_1D= E-5

    [/math]

    [math]

    E= \frac{1}{3r_1}

    [/math]

     

    Hence:

    [math]

    r_1D= \frac{1}{3r_1}-5

    [/math]

     

    From which it follows that:

     

    [math]

    \frac{1}{3r_1} -5 = -3r_1 + r_1^2

    [/math]

     

    From which it follows that:

     

    [math]

    r_1^3-3r_1^2+5r_1-1 = 0

    [/math]

     

     

    Now, we also know that:

     

    [math] r_2 = \frac{-D+\sqrt{D^2-4E}}{2} [/math]

     

    [math] r_3 = \frac{-D-\sqrt{D^2-4E}}{2} [/math]

     

    Hence, we can replace D by -3+r1, to obtain:

     

    [math]

    r_2 = \frac{-(-3+r_1)+\sqrt{(-3+r_1)^2-4E}}{2}

    [/math]

     

    and

     

    [math]

    r_3 = \frac{-(-3+r_1)-\sqrt{(-3+r_1)^2-4E}}{2}

    [/math]

     

    And we can replace E by [math] \frac{1}{3r_1} [/math] to obtain:

     

    [math]

    r_2 = \frac{-(-3+r_1)+\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}{2}

    [/math]

     

    and

     

    [math]

    r_3 = \frac{-(-3+r_1)-\sqrt{(-3+r_1)^2-\frac{4}{3r_1}}}{2}

    [/math]

     

    So, we now have the following three formulas:

     

    [math] r_1^3-3r_1^2+5r_1-1 = 0[/math]

     

    [math] 2r_2 = (3-r_1)+\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}

    [/math]

     

    [math] 2r_3 = (3-r_1)-\sqrt{(-3+r_1)^2-\frac{4}{3r_1}}}

    [/math]

     

    The question is, "can we now find the specific numbers r1,r2,r3, from the three equations immediately above?"

     

    Suppose that we add two of the three equations together, like so:

     

    [math]2r_2 +2r_3 = 2(3-r_1)

    [/math]

     

    From which it follows that:

     

    [math] r_1+r_2+r_3 = 3[/math]

     

    If we now subtract 2r3 from 2r2 we obtain:

     

    [math]

    2r_2-2r_3 = 2\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}

    [/math]

     

    Dividing both sides by two, and then squaring we obtain:

     

    [math]

    (r_2-r_3)^2 = (-3+r_1)^2- \frac{4}{3r_1}}

    [/math]

     

     

    If we multiply both sides by 3r1 we obtain:

     

    [math] 3r_1(r_2-r_3)^2 = 3r_1(-3+r_1)^2- 4 [/math]

     

    Now, the RHS is a cubic in r1, whereas the LHS is going to be quadratic in r2,r3.

     

    [math] 3r_1(r_2-r_3)^2 = 3r_1[9+r_1^2-6r_1]-4 [/math]

     

    [math] 3r_1(r_2-r_3)^2 = 27r_1+3r_1^3-18r_1^2-4 [/math]

     

    From an earlier line of work we know that:

     

    [math]

    r_1^3-3r_1^2+5r_1-1 = 0

    [/math]

     

    Solving for r1 cubed gives:

     

    [math]

    r_1^3 = 3r_1^2-5r_1+1

    [/math]

     

    Therefore it follows that:

     

    [math]

    3r_1(r_2-r_3)^2 = 27r_1+3(3r_1^2-5r_1+1 )-18r_1^2-4

    [/math]

     

    From which it follows that:

     

    [math] 3r_1(r_2-r_3)^2 = 27r_1+9r_1^2-15r_1+3 -18r_1^2-4 [/math]

     

    Combining like terms on the RHS leads to:

     

    [math] 3r_1(r_2-r_3)^2 = -9r_1^2+12r_1-1 [/math]

     

    Which leads to:

     

    [math] 9r_1^2-12r_1+1 +3r_1(r_2-r_3)^2 =0 [/math]

     

    Therefore:

     

    [math] 9r_1^2+r_1(-12+3(r_2-r_3)^2)+1=0 [/math]

     

    The previous equation is quadratic in r1, so in principle, if we knew r2, and r3, then we could solve it for r1 using the quadratic formula.

     

    Now, this is where i left off yesterday. So I am going to pick up the argument from here today, and try to finish it off by the end of the day.

     

    To quickly recapitulate, suppose you are given the following random cubic equation:

     

    [math]

    3n^3-9n^2+15n-1 =0

    [/math]

     

    You want to find three roots, r1,r1,r3, such that:

     

    [math] (n-r_1)(n-r_2)(n-r_3)= 0 [/math]

     

    Taking the steps outlined above, you discover the following:

     

    [math] r_1+r_2+r_3 = 3[/math]

     

    and

     

    [math] 9r_1^2+r_1(-12+3(r_2-r_3)^2)+1=0 [/math]

     

    Now, we started off by assuming that we knew r1, but didn't know r2 or r3. Now, lets reverse this. Suppose we don't know r1, but we do know r2, and r3. We could now figure out r1, from the formula above.

     

     

    Divide both sides of the equation above by 9, in order to obtain:

     

    [math] r_1^2+r_1 \frac{(-12+3(r_2-r_3)^2)}{9}+ \frac{1}{9} =0 [/math]

     

     

    In order to lighten up on the reading, define xi such that:

     

    [math] \xi \equiv \frac{(-12+3(r_2-r_3)^2)}{9} [/math]

     

    Thus, we can rewrite the equation as;

     

    [math] r_1^2 + \xi r_1 + \frac{1}{9} = 0 [/math]

     

    I think i've finally got a handle on the arithmetical mistake i made in earlier posts. Previously I had:

     

    [math] r_1^2 + \xi r_1 + 1 = 0 [/math]

     

    But this is wrong. What I should have had was:

     

    [math] r_1^2 + \xi r_1 + \frac{1}{9} = 0 [/math]

     

    Ok so... using the quadratic formula, the roots of the equation above are given by:

     

    [math] \text{root 1} \frac{-\xi + \sqrt{\xi^2 - \frac{4}{9}}}{2} [/math]

     

    [math]

    \text{root 2} = \frac{-\xi - \sqrt{\xi^2 - \frac{4}{9}}}{2}

    [/math]

     

    Now, r1 is a root of the principle equation which was:

     

    [math]

    3n^3-9n^2+15n-1 =0

    [/math]

     

    And we cannot have two solutions for r1, as the above roots, labeled 'root 1' and 'root 2' suggest.

     

    root 1 = root 2 if and only if

     

    [math] \frac{\sqrt{\xi^2 - \frac{4}{9}}}{2} =0 [/math]

     

    Which is true if and only if

     

    [math] \sqrt{\xi^2 - \frac{4}{9}}} =0 [/math]

     

    Which is true if and only if

     

    [math] \xi^2 - \frac{4}{9}}} =0 [/math]

     

    Which is true if and only if

     

    [math] \xi^2 = \frac{4}{9}}} [/math]

     

    Now, there are two possible solutions to the equation above, they are:

     

    [math] \xi_1 = \frac{2}{3} [/math]

    [math] \xi_2 = -\frac{2}{3} [/math]

     

    Recal the definition of x

     

    [math]

    \xi \equiv \frac{(-12+3(r_2-r_3)^2)}{9}

    [/math]

     

    Hence

     

    [math] \frac{2}{3} = \frac{(-12+3(r_2-r_3)^2)}{9} [/math]

     

    or

     

    [math] -\frac{2}{3} = \frac{(-12+3(r_2-r_3)^2)}{9} [/math]

     

     

    Lets just deal with x1 for now.

     

    So we have:

     

    [math] \frac{2}{3} = \frac{(-12+3(r_2-r_3)^2)}{9} [/math]

     

    which leads to

     

    [math] 6 = -12+3(r_2-r_3)^2 [/math]

     

    which leads to

     

    [math] 18 = 3(r_2-r_3)^2 [/math]

     

    which leads to

     

    [math] 6 = (r_2-r_3)^2 [/math]

     

    Which leads to:

     

     

    [math] r_2-r_3 = \pm \sqrt{6} [/math]

     

    That is:

     

     

    [math] r_2-r_3 = \sqrt{6} [/math]

     

    or

     

    [math] r_2-r_3 = -\sqrt{6} [/math]

     

    Now, lets consider x2 for now. We have:

     

    [math] -\frac{2}{3} = \frac{(-12+3(r_2-r_3)^2)}{9} [/math]

     

    This leads to:

     

    [math] -6 = -12+3(r_2-r_3)^2 [/math]

     

    Which leads to:

     

    [math] 6 = 3(r_2-r_3)^2 [/math]

     

    Which leads to:

     

    [math] 2 = (r_2-r_3)^2 [/math]

     

    Which leads to:

     

    [math] r_2-r_3 = \pm \sqrt{2}[/math]

     

    That is:

     

    [math] r_2-r_3 = \sqrt{2}[/math]

     

    or

     

    [math] r_2-r_3 = -\sqrt{2}[/math]

     

    Now, if the two roots found by using the quadratic formula are necessarily complex, then it is meaningless to speak of one root being greater than the other.

     

    On the other hand, if they are both real, than one of them is greater than the other.

     

    Assume it is the case that r2 > r3.

     

    Thus, r2-r3 > 0

     

    Therefore:

    [math]

    r_2-r_3 = \sqrt{6}

    [/math]

    and

    [math]

    r_2-r_3 = \sqrt{2}

    [/math]

     

    Thus, we have two equations in two unknowns, so we can solve for r2,r3.

     

    From the second equation we have:

     

    [math]

    r_3 = r_2-\sqrt{2}

    [/math]

     

    Substituting that into the first equation we have:

     

    [math]

    r_2-(r_2-\sqrt{2}) = \sqrt{6}

    [/math]

     

    From which it follows that:

     

    [math] \sqrt{2} = \sqrt{6} [/math]

     

    Which is false. Hence, it is not the case that r2>r3.

     

    Now, assume that r3>r2, hence r3-r2>0, hence r2-r3 is negative.

     

    Therefore:

     

    [math]

    r_2-r_3 = -\sqrt{6}

    [/math]

     

    and

     

    [math]

    r_2-r_3 = -\sqrt{2}

    [/math]

     

    Again, we arrive at an impossibility, hence the two roots r2,r3 are complex.

     

    In earlier lines of work we arrived at the following two equations:

     

    [math]

    2r_2 = (3-r_1)+\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}

    [/math]

    [math]

    2r_3 = (3-r_1)-\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}

    [/math]

     

    We added them together, subtracted them from one another, now lets multiply them together, to see what we get:

     

    [math] 4 r_2 r_3 = (3-r_1)^2 - [(-3+r_1)^2- \frac{4}{3r_1}] [/math]

     

    Which leads to:

     

    [math] 4 r_2 r_3 = (3-r_1)^2 - (3-r_1)^2+ \frac{4}{3r_1} [/math]

     

    Which leads to:

     

    [math] 4 r_2 r_3 = \frac{4}{3r_1} [/math]

     

    Which leads to:

     

    [math] r_2 r_3 = \frac{1}{3r_1} [/math]

     

    Which leads to:

     

    [math] r_1r_2 r_3 = \frac{1}{3} [/math]

     

    Let's treat r2,r3 as complex numbers. They would have shown up from using the quadratic formula, so that we would have:

     

    [math] r_2 = a + bi [/math]

    [math] r_3 = a - bi [/math]

     

    Now, complex roots would show up in pairs, hence r1 would have to be a real number.

     

    Thus, we would have to have this:

     

    [math] r_1r_2 r_3 = \frac{1}{3} = r_1(a + bi)(a - bi) [/math]

     

    From which it follows that:

     

    [math] r_1= \frac{1}{3(a + bi)(a - bi)} [/math]

     

    From which it follows that:

     

    [math] r_1= \frac{1}{3(a^2 + b^2)} [/math]

     

    Now, we also know that

     

    [math]

    r_1+r_2+r_3 = 3

    [/math]

     

    hence we must have:

     

    [math]

    \frac{1}{3(a^2 + b^2)}+(a+bi)+(a-bi) = 3

    [/math]

     

    From which it follows that:

     

    [math]

    \frac{1}{3(a^2 + b^2)}+2a = 3

    [/math]

     

    From which it follows that:

     

    [math]

    \frac{1}{3(a^2 + b^2)} = 3-2a

    [/math]

     

    From which it follows that:

     

    [math]

    3(a^2 + b^2) = \frac{1}{3-2a}

    [/math]

     

    From which it follows that:

     

    [math]

    3(a^2 + b^2) (3-2a) = 1

    [/math]

  3. What I really wanted to ask about was how they derived those funny looking shapes for orbitals.

     

    Answer: Mathematical theory of probability. Treatment of electron's position as a random variable, in the center of mass reference frame of a single hydrogen atom.

     

    Born Interpretation of

    [math] \psi^* \psi [/math]

     

    I can actually run through it for you, its really complicated though.

     

    The quickest way to answer your own question, depending on how much you already know, is to find a site that discusses QM, and ask about some of the formulas you see there.

     

    You will get different answers from different people, i assure you.

  4. Momentum etc are operators in this sense, and the you ought to at least know about solutions to the wave operator and so on.

     

    I do, I studied d`Alemberts solution to the wave equation, done Fourier integrals, Fourier series in QM. I've seen a whole lot. I am not sure how much I would suddenly 'recall' but what exactly are you thinking of, when you say, "solution to the wave operator."

     

    Also, i don't want the thread to stray too far from rings, so if the answer is long, then move it to another thread.

     

    PS: For what it's worth, most of this stems from trying to understand quaternions. which i still dont. :-(

  5. Yes, why do you think x is position? It isn't. Stop thinking physically. x is just a variable, and we're looking at the differential operators acting on the space of smooth functions in x, whatever. There is nothing that states x is position. It isn't.

     

    I didn't think it had to be position, i just wanted to choose an example, and that was the first that came to mind. I understand that x is a variable, very well i understand that.

     

    The differential operator given by Dave, could act on any number of 'items' one of which is position. I am keenly aware of that, i assure you.

     

    You don't have to interpret t as time, i understand that you are a 'maths' person, and you think mathematically, which is good. But it is also good to be able to apply mathematics to physical reality.

     

    Much maths was developed in order to solve problems in physics. And i am sure the opposite has happened as well, that math was developed in a pure sense, and then applied to physics.

     

    Regards

  6. Another interesting ring that we touched upon in my Algebra course was the ring of differential operators:

     

    [math]\mathcal{D} = \{ a_0 + a_1 \frac{d}{dt} + a_2 \frac{d^2}{dt^2} + \cdots + a_n \frac{d^n}{dt^n} \ | \ a_0' date=' \dots, a_n \in C^{\infty}(\R,\R) \}[/math']

     

    This isn't a ring under addition and multiplication, but under addition and composition.

     

     

    Dave this looks strangely familiar for some reason.

     

    It resembles a power series, which hasn't operated on anything yet. Or a Maclaurin series expansion I should say.

     

    I was wondering if there was some physical interpretation that we could give it. Like for example, suppose that it acts on position variable x (you can treat x as position vector r if you are so inclined, but I am just going to use x).

     

    Then you have lets see...

     

    a1x+

    a2x`+

    a3x``+

    a4x```+

     

    So I am wondering about units here, and how the coefficients manage to keep them the same.

     

    For example, x` is interpreted as velocity, x`` as dv/dt which is acceleration, and then x```` would be da/dt, which can be nonzero, as for many many terms which follow. Yet, in physics we generally ignore the higher terms.

     

    Can you add anything to this? (specifically I am wondering if i could do physics using all the higher terms)

     

    (I thought about this long long ago, but forget what i did. I was thinking along these lines at the time, though this was very long ago... saying that the total motion of a particle was described by an infinite series of the form given by Dave, yet to avoid actual infinity, the formula for the coefficients of the series, eventually went to zero, so that there was a highest term, so that the series wasn't 'really' infinite. The main thing is, you would have more complex things than acceleration in the kinematics.)

  7. the identity element of *any* group is unique, as are inverses.

     

    I guess my question would be, is it provable within the group axioms, that the identity is unique. I don't think that is true, so that you would have to add that as an axiom.

     

    But i will try to answer my own question right here, in a moment.

  8. Well' date=' this is true but it's not the whole picture. If a group is commutative then it's usually called abelian, so R is an abelian group under +.

     

     

     

    Yes. Assume you have two zero elements, [math']0[/math] and [math]\widetilde{0}[/math]. We know:

     

    [math]0 = 0 + \widetilde{0}[/math]

    [math]\widetilde{0} = 0 + \widetilde{0}[/math].

     

    Combining these, we must have that [math]0 = \widetilde{0}[/math]. It's a standard kind of thing (you can use it for fields also).

     

     

     

    No. Certain things are missing from the ring deliberately.

    1) * commutative; then R is called a commutative ring.

    2) There is an identity element [imath]1_R[/imath] such that [imath]1_R \cdot a = a \cdot 1_R = a[/imath] for all a in R; then R is called a ring with identity.

    3) Every element a has an inverse under *; then the ring is called a division ring.

     

    Ok, this is good.

     

    A ring R is necessarily a group under +, but furthermore, it must be an abelian group under+.

     

    (Now I have a side question... if ring R was a group under +, but not an abelian group under +, could you still have proved that 0 is unique?)

     

     

    So any ring R is an abelian group under +.

    Now, * has to be associative.

     

    1) If a*b=b*a then the ring is commutive.

    2) If 1*a=a*1 then the ring has an identity.

    3) if a*b=b*a and 1*a=a*1 and (for any a in R, other than 0, there is 1/a in R such that a*(1/a) = 1 then R is a division ring???

     

    Can you check my 3 above?

  9. I want this thread to be about Rings.

     

    I think the main issue for the thread should be, what is/are the purpose/purposes of defining a ring.

     

    Let me start off with the definition Dave gave, of a ring, in a different thread.

     

    A ring is a set R, with two operations defined on it, which are symbolized +, *.

     

    The ring R, must be a group under at least one of the two operations. It doesn't have to be a group under both, but it could be.

     

    Suppose that the ring is a group under +. That will mean the following four things are true about elements of R:

     

    1. There is a zero element of R, denoted by 0, such that for any element x of the ring, 0+x=x.

    2. Associativity: For any x,y,z elements of the ring R, we have:

    (x+y)+z = x+(y+z)

    3. (Inverse elements) For any element X of the ring R, there is an element (-x) of the ring, such that: x+(-x) = 0

    4. Commutativity: For any x,y elements of the ring R, we must have:

    x+y=y+x

     

    (Thus R is a group under +).

     

    Now, as for the other operation, namely *, we have to have associativity. That is:

     

    1. Associativity of *

    For any x,y,z elements of R: x*(y*z)=(x*y)*z

     

    Lastly, there has to be two distributive laws:

     

    a*(b+c) = a*b+a*c

    (b+c)*a = b*a+c*a

     

    A couple more questions.

     

    Question: Using the ring axioms above, (assuming i got them right that is), can you prove that the element 0 is unique?

    Question: Must the second operation *, be commutative too? If so, then the second distributive law above is redundant, and can be omitted from the set of ring axioms.

  10. why are you hatting your i's etc? THere's no need to do that.

     

     

    They are unit vectors, einheitsvektors, versors, vectors with magnitude one. Why not do it?

     

    As in here is the following standard orthonormal set of basis vectors in R^3:

     

    [math] \mathcal{f} \hat e_1, \hat e_2, \hat e_3 \mathcal{g} [/math]

  11. ixi is indeed zero for the cross product' date=' but i*i is not ixi is it?

    [/quote']

     

    OK :) yeah i thought that too, no i*i isnt iXi but...

     

    In order to get the other relations, i assumed that it was a cross product.

     

    Here, this is for Dave too.

     

    Quaternion 1: (s1,x1,y1,z1)

    Quaternion 2: (s2,x2,y2,z2)

     

    All components elements of real number system.

     

    Examine the following special case:

     

    s1=s2=0

     

    So we have:

     

    Quaternion 1: (0,x1,y1,z1)

    Quaternion 2: (0,x2,y2,z2)

     

    Now, multiply two quaternions together, and interpret the multiplication as the vector cross product.

     

    [math] (x_1 \hat i + y_1 \hat j + z_1 \hat k) \times (x_2 \hat i + y_2 \hat j + z_2 \hat k) [/math]

     

    So we have:

     

    [math] x_1 \hat i \times x_2 \hat i + x_1 \hat i \times y_2 \hat j + x_1 \hat i \times z_2 \hat k + [/math]

     

    [math] y_1 \hat j \times x_2 \hat i + y_1 \hat j \times y_2 \hat j + y_1 \hat j \times z_2 \hat k + [/math]

     

    [math] z_1 \hat k \times x_2 \hat i + z_1 \hat k \times y_2 \hat j + z_1 \hat k \times z_2 \hat k [/math]

     

    As you can see, there are nine terms. I think thats called a dyadic tensor, but i dont remember. Anyhow...

     

    Assume that we have associativity of scalars, and associativity of vectors.

     

    Furthermore assume commutativity of vectors times scalars. Hence we can write the above as:

     

    [math] x_1 x_2 \hat i \times \hat i + x_1 y_2 \hat i \times \hat j + x_1 z_2 \hat i \times \hat k + [/math]

     

    [math] y_1 x_2 \hat j \times \hat i + y_1 y_2 \hat j \times \hat j + y_1 z_2 \hat j \times \hat k + [/math]

     

    [math] z_1 x_2 \hat k \times \hat i + z_1 y_2 \hat k \times \hat j + z_1 z_2\hat k \times \hat k [/math]

     

    Interpreting X as vector cross product the above is equivalent to:

     

    [math] x_1 x_2 \hat i \times \hat i + x_1 y_2 \hat k + x_1 z_2 \hat j + [/math]

     

    [math] -y_1 x_2 \hat k + y_1 y_2 \hat j \times \hat j + y_1 z_2 \hat i + [/math]

     

    [math] -z_1 x_2 \hat j -z_1 y_2 \hat i + z_1 z_2\hat k \times \hat k [/math]

     

    The six terms i just changed, correspond to the cross product of two vectors.

     

    Thus, the above is equivalent to:

     

    [math] x_1 x_2 \hat i \times \hat i+ y_1 y_2 \hat j \times \hat j + z_1 z_2\hat k \times \hat k + \mathbf{V_1} \times \mathbf{V_2} [/math]

     

    Where

     

    V1 = <x1,y1,z1> = x1i + y1j + z1k

    V2 = <x2,y2,z2> = x2i + y2j + z2k

     

    The problem that I now have though, is that iXi=0, jXj=0, and kXk=0, but from various sources, I should get the negative of the scalar dot product, plus the vector cross product, not simply the vector cross product. So they cannot be equal to zero, they must satisfy

     

    iXi=-1=jXj=kXk

     

    but they do not. :confused:

     

     

    PS: And Dave, that has to be the quickest exposition on Rings I've ever seen. That was perfect. Watch how it keeps.

  12. This is a branch from another thread.

     

    Matt, it's been a long time since I've used poles and residues.

     

    I remember the method of images, and some other things here and there, but its been a long time.

     

    One question....

     

    What is a meromorphic function, and how does it tie into the concept of infinity?

    It's a function in the complex plane that is holomorphic (analytic) except at singularities.

     

    Ok, analytic functions. That was the entire first half of complex variables. Analytic functions.

     

    As I recall, a function is analytic at a point, if it's differentiable there?

  13. [math]

    Z^3+AZ^2+BZ+C= 0

    [/math]

     

    Presume that you already know one root r1. It follows that you can factor the equation like so:

     

    (Z-r1)(Z^2+DZ+E)=0

     

    Now, distribute to get:

     

    [math]

    Z^3+DZ^2+EZ-r_1Z^2-r_1DZ-r_1E = 0

    [/math]

     

     

    Now, group things in descending powers of Z, to obtain:

    [math]

    Z^3+(D-r_1)Z^2+(E-r_1D)Z-r_1E = 0

    [/math]

     

    And the given expression was:

    [math]

    Z^3+AZ^2+BZ+C= 0

    [/math]

     

    from which it follows that:

    [math]

    A = (D-r_1)

    [/math]

    [math]

    B = (E-r_1D)

    [/math]

    [math]

    C = r_1E

    [/math]

     

    Since you already knew one root, it follows that you can now figure out the remaining two roots... r2 and r3 using the quadratic formula.

     

    In other words you already know this:

     

    (Z-r1)(Z^2+DZ+E)=0

     

    So now focus on the following quadratic equation:

     

    Z^2+DZ+E=0

     

    Using the quadratic formula, the remaining two roots are given by:

     

    [math]

    r_2 = \frac{-D+\sqrt{D^2-4E}}{2}

    [/math]

     

    [math]

    r_2 = \frac{-D-\sqrt{D^2-4E}}{2}

    [/math]

     

    At this point, i wanted to solve an example problem.

     

    You are given the following cubic equation, and asked to find all three roots:

     

    [math]

    3n^3-9n^2+15n-1 =0

    [/math]

     

    The first thing you do, is make the leading coefficient equal to 1, like so:

     

    [math]

    n^3-3n^2+5n-\frac{1}{3} =0

    [/math]

     

    Let

    A= -3

    B=5

    c=-1/3

     

    We can now write the equation as:

     

    [math]

    n^3+An^2+Bn+C =0

    [/math]

     

    Let us presume that we already know r1, and can factor it out like so:

     

    [math]

    (n-r_1)(n^2+Dn+E) = 0

    [/math]

     

    Now, the roots of the quadratic are:

     

    [math] r_2 = \frac{-D + \sqrt{D^2-4E}}{2} [/math]

     

    [math] r_3 = \frac{-D - \sqrt{D^2-4E}}{2} [/math]

     

    And the relationships between D,E and A,B,C are:

     

    [math]

    A = (D-r_1)= -3

    [/math]

    [math]

    B = (E-r_1D)= 5

    [/math]

    [math]

    C = r_1E = -\frac{1}{3}

    [/math]

     

    Hence:

     

    [math]

    D=r_1-3

    [/math]

    [math]

    r_1D= E-5

    [/math]

    [math]

    E= \frac{1}{3r_1}

    [/math]

     

    Hence:

    [math]

    r_1D= \frac{1}{3r_1}-5

    [/math]

     

    From which it follows that:

     

    [math]

    \frac{1}{3r_1} -5 = -3r_1 + r_1^2

    [/math]

     

    From which it follows that:

     

    [math]

    r_1^3-3r_1^2+5r_1-1 = 0

    [/math]

     

     

    Now, we also know that:

     

    [math] r_2 = \frac{-D+\sqrt{D^2-4E}}{2} [/math]

     

    [math] r_3 = \frac{-D-\sqrt{D^2-4E}}{2} [/math]

     

    Hence, we can replace D by -3+r1, to obtain:

     

    [math]

    r_2 = \frac{-(-3+r_1)+\sqrt{(-3+r_1)^2-4E}}{2}

    [/math]

     

    and

     

    [math]

    r_3 = \frac{-(-3+r_1)-\sqrt{(-3+r_1)^2-4E}}{2}

    [/math]

     

    And we can replace E by [math] \frac{1}{3r_1} [/math] to obtain:

     

    [math]

    r_2 = \frac{-(-3+r_1)+\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}{2}

    [/math]

     

    and

     

    [math]

    r_3 = \frac{-(-3+r_1)-\sqrt{(-3+r_1)^2-\frac{4}{3r_1}}}{2}

    [/math]

     

    So, we now have the following three formulas:

     

    [math] r_1^3-3r_1^2+5r_1-1 = 0[/math]

     

    [math] 2r_2 = (3-r_1)+\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}

    [/math]

     

    [math] 2r_3 = (3-r_1)-\sqrt{(-3+r_1)^2-\frac{4}{3r_1}}}

    [/math]

     

    The question is, "can we now find the specific numbers r1,r2,r3, from the three equations immediately above?"

     

    Suppose that we add two of the three equations together, like so:

     

    [math]2r_2 +2r_3 = 2(3-r_1)

    [/math]

     

    From which it follows that:

     

    [math] r_1+r_2+r_3 = 3[/math]

     

    If we now subtract 2r3 from 2r2 we obtain:

     

    [math]

    2r_2-2r_3 = 2\sqrt{(-3+r_1)^2- \frac{4}{3r_1}}}

    [/math]

     

    Dividing both sides by two, and then squaring we obtain:

     

    [math]

    (r_2-r_3)^2 = (-3+r_1)^2- \frac{4}{3r_1}}

    [/math]

     

     

    If we multiply both sides by 3r1 we obtain:

     

    [math] 3r_1(r_2-r_3)^2 = 3r_1(-3+r_1)^2- 4 [/math]

     

    Now, the RHS is a cubic in r1, whereas the LHS is going to be quadratic in r2,r3.

     

    [math] 3r_1(r_2-r_3)^2 = 3r_1[9+r_1^2-6r_1]-4 [/math]

     

    [math] 3r_1(r_2-r_3)^2 = 27r_1+3r_1^3-18r_1^2-4 [/math]

     

    From an earlier line of work we know that:

     

    [math]

    r_1^3-3r_1^2+5r_1-1 = 0

    [/math]

     

    Solving for r1 cubed gives:

     

    [math]

    r_1^3 = 3r_1^2-5r_1+1

    [/math]

     

    Therefore it follows that:

     

    [math]

    3r_1(r_2-r_3)^2 = 27r_1+3(3r_1^2-5r_1+1 )-18r_1^2-4

    [/math]

     

    From which it follows that:

     

    [math] 3r_1(r_2-r_3)^2 = 27r_1+9r_1^2-15r_1+3 -18r_1^2-4 [/math]

     

    Combining like terms on the RHS leads to:

     

    [math] 3r_1(r_2-r_3)^2 = -9r_1^2+12r_1-1 [/math]

     

    Which leads to:

     

    [math] 9r_1^2-12r_1+1 +3r_1(r_2-r_3)^2 =0 [/math]

     

    Therefore:

     

    [math] 9r_1^2+r_1(-12+3(r_2-r_3)^2)+1=0 [/math]

     

    The previous equation is quadratic in r1, so in principle, if we knew r2, and r3, then we could solve it for r1 using the quadratic formula.

     

    Divide both sides of the equation above by negative three to obtain:

     

    [math] r_1^2+ ( \frac{-4 + (r_2-r_3)^2}{3} ) r_1 +1 =0 [/math]

     

     

    Now, to lighten up on the reading, define xi such that:

     

    [math] \xi \equiv( \frac{-4 + (r_2-r_3)^2}{3} ) [/math]

     

    And rewrite the equation above as:

     

    [math] r_1^2+ \xi r_1 +1 =0 [/math]

     

    The roots of the equation above, by the quadratic formula are:

     

    [math] \text{root 1} = \frac{-\xi + \sqrt{\xi^2 - 4}}{2} [/math]

     

    And

     

    [math] \text{root 2} = \frac{-\xi - \sqrt{\xi^2 - 4}}{2} [/math]

     

     

    Now, r1 is a root of the principle equation which was:

     

    [math]

     

     

    3n^3-9n^2+15n-1 =0

     

     

    [/math]

     

    And we cannot have two solutions for r1, as the above roots, labeled 'root 1' and 'root 2' suggest. So one of them will lead to an explicit contradiction.

     

    Hence root 1=root 2 if and only if

     

    [math] \sqrt{\xi^2 - 4} = 0 [/math]

     

    Which is true if and only if

     

    [math] \xi^2 - 4 = 0 [/math]

     

    Which is true if and only if

     

    [math] \xi^2 = 4 [/math]

     

    Which is true if and only if

     

    [math] \xi = 2 [/math]

     

    Which is true if and only if

     

     

    [math] \frac{-4 + (r_2-r_3)^2}{3} = 2 [/math]

     

    Which is true if and only if

     

    [math] -4 + (r_2-r_3)^2 = 6 [/math]

     

    Which is true if and only if

     

    [math] (r_2-r_3)^2 = 10 [/math]

     

    Which is true if and only if

     

    [math] r_2-r_3 = \sqrt{10} [/math]

     

    And this result is new. :)

     

    We now have two equations in three unknowns.

     

    [math] \text{Equation 1}: r_1+r_2 + r_3 = -3 [/math]

     

    [math] \text{Equation 2}: 0r_1+ r_2-r_3 = \sqrt{10}[/math]

     

    Now, we just need one more equation in the same three unknowns, and we can use the techniques of linear algebra, to find the unique solution.

  14. Does it not? So presumably the integral round a closed path of a meromorphic function being equal the the number of poles in the interior counted with residue (up to a constant) isn't a "real use of it in an equation"?

     

     

    Matt, it's been a long time since I've used poles and residues.

     

    I remember the method of images, and some other things here and there, but its been a long time.

     

    One question....

     

    What is a meromorphic function, and how does it tie into the concept of infinity?

  15. So' date=' in reading up on the quaternions you didn't bother to look up the definition? You have confused them, Johnny precisely because you don't know what either of them is.

     

    1. An algebra is a ring that is a vector space (over a field) It is the definition of what an algebra is.

     

    2. The quaternions are R^4 equipped with a product that satisfies the correct properties to be a ring and is thus an algebra.

     

    We declare the basis to be given as 1,i,j,k with the rules you know so well: ij=k jk=i ki=j and ji=-k kj=-i ki=-j

     

    Thus H is the set of all symbols a+bi+cj+dk where a,b,c,d are in R and mutliplication extended linearly. I've told you at least once before if not twice.

     

    Q_8, the quarternion group is the set of quaternions with exactly one of a,b,c or d equal to plus or minus 1. It is a group with 8 elements.

     

    You recall that you implied that the quaternionic people had made a mistake with the naming? Well, if you don't even know what they are how can you say such things?[/quote']

     

     

    It's ok, I'm beginning to get a handle on it (quaternions).

     

    An algebra is a ring, which is a vector space over a field.

     

    What is a ring again?

     

     

    And a couple of important questions.

     

    Firstly, what is R^4??? I am a person who holds that space is three dimensional, so what does the fourth dimension of quaternionic algebra represent. From what I have been able to gather, from reading multiple sources, is that the extra dimension happens to correspond to a rotation. An angle.

     

    And i have one other question. I was running through the mathematics of the product of two quaternions, and something bothered me. I was trying to multiply two quaternions together, and get the cross product and the dot product. I have a question on it when you get a chance.

     

    I can explain the problem.

     

    I was able to generate the cross product, using

     

    ij=k, ji=-k

    ik=j, ki=-j

    jk=i, kj=-i

     

    But, for ii i got 0, instead of -1, for jj i got 0, instead of -1, and for kk i got zero instead of -1. So i am sure i made some kind of mistake, but i dont know where, if you could show me just that alone, i would be grateful.

     

    Regards

  16. Johnny5' date=' the Einstein tensor has the coefficient of the ricci scalar and metric as a half not a quarter.

     

    [math'] G^{\alpha\beta}=R^{\alpha\beta}-\frac{1}{2}g^{\alpha\beta}R[/math]

     

    Ok thank you. We can get back to working on GR whenever you'd like. I'd like to learn it, regardless of whether or not i think its correct, because I now find myself wanting to learn tensor calculus for reasons that have nothing to do with GR.

     

    Specifically, i am trying to learn about quaternions, and how to use them to derive rotation matrices. I am also trying to understand Foucalt's pendulum, coriolis force, as well as the mathematics of gyroscopes, including the parallel axis theorem.

     

    While trying to learn about those things, i discovered that Hamilton was the one who coined the term 'tensor,' and he had nothing to do with Ricci, or the invention of the Ricci calculus, which is now apparently called "tensor analysis" due to Einstein. So there is some confusing stuff going on. Nevertheless, apparently Hamilton broke up quaternions into two parts, one part called a tensor, and the other part was either a vector, or a versor or a scalar. Not sure yet.

     

    But my linear algebra is good enough to use it. Anything I don't happen to recall, only takes a moment to look up.

     

    Regards

     

     

    PS: I am perfectly content to continue the discussion in the other thread, where revprez was involved, but whenever you're ready.

  17. All right here is an article which explains how to add and multiply two quaternions:

     

    Addition and multiplication of quaternions

    Two such quaternions are added by adding the real parts and the imaginary parts separately:

     

    (a + u) + (b + v) = (a + b) + (u + v)

    The multiplication of quaternions translates into the following rule:

     

    (a + u) (b + v) = (ab − <u, v>) + (av + bu + u × v)

    Here, <u, v> denotes the scalar product and u × v the vector product of u and v.

     

    Let Q1= (a+u)=quaternion 1

    Let Q2 = (b+v)=quaternion 2

     

    a is the scalar part of quaternion 1, and u) is the vector part.

    b is the scalar part of quaternion 1, and v) is the vector part.

     

    So if the above article is correct, then in the case where a=b=0 the answer should be

     

    Q1Q1= -(dot product of u with v) + (cross product of u with v)

  18. Johnny5' date='

     

    There are 2 ways to interpret your logic formula, and I'm trying to figure out which one you mean. I'll use A and E as the universal and existential quantifiers (since I don't have access to special symbols here ;) ). The 2 ways are:

     

    1) ExAy(if not(x=y) then x before y.)

     

    2) AyEx(if not(y=x) then x before y.)

    [/quote']

     

    I meant what I said...

     

    There is at least one moment in time X, such that for any moment in time Y, if not (X=Y) then X before Y.

     

    So that is one above. Using special symbols, we have this:

     

    Let Á denote the set of moments in time, and let us restrict the domain of discourse to this set only. Thus, the existential and universal quantifiers refer to elements of this set only in what follows.

     

    To formulate the statement that time had a beginning using FOL, we write this:

     

    [math] \exists X \forall Y[ \neg(X=Y)\Rightarrow \text{X before Y} ][/math]

     

    Translation: There is at least one X an element of Á, such that for any Y an element of Á, if X is a different element of Á than Y, then the following statement is true:

     

    X before Y

     

    Proving there is only one such element of Á is left as a theorem.

     

    So that is what I mean. I do not mean (2), i mean (1), in the manner that I have explained.

     

    Here is your translation of (1):

     

    1) says that there is at least one point in time such that for all other points in time not equal to itself, it comes before them

     

    You translated = as equal to.

     

    This will raise some questions as to what is meant by two elements of Á being equal.

     

    There is a simple answer to that, which has to do with simultaneity being an equivalence relation on Á. But I will let that come out naturally. For right now where we are is good.

     

    Now, let me analyze (2):

     

    [math]\forall Y \exists X [ \neg(X=Y)\Rightarrow \text{X before Y} ]

    [/math]

     

    Let me translate. For any moment in time Y, there is at least one moment in time X, such that if X is different from Y, then X comes before Y.

     

    That is not what I meant.

     

    It sounds to me like you mean to imply 1), but then you are right that you need a statement A to arrive at such a conclusion, and therein lies your problem (at least, I'm inclined to believe).

     

    Yes you are correct, I am referring to 1.

     

    In fact, to say that time did not have a beginning, i would formulate that as follows:

     

    [math] \neg \exists X \forall Y[ \neg(\text{X simultaneous to Y})\Rightarrow \text{X before Y} ][/math]

     

    Which is equivalent to:

     

    [math] \forall X \exists Y[ \neg(\text{X simultaneous to Y}) \text{and} \neg (\text{X before Y}) ][/math]

     

    Which is equivalent to:

     

     

    [math] \forall X \exists Y[\text{Y before X}] [/math]

     

    Translation: Given any moment in time X, there is at least one moment in time Y, such that Y before X.

     

    The temporal logic which I am using, is based upon the fact that the following statement is necessarily a tautology:

     

    [math] \forall X \forall Y[\text{X simultaneous Y or X before Y or Y before X}][/math]

     

    Undefined binary relation on Á: before

     

    Definition: For any x,y elements of Á

    X simultaneous Y if and only if (not(X before Y) and not(Y before X))

     

    Using nothing but first order logic, and the definition above, you can prove that the following statement is necessarily a tautology:

     

    [math] \forall X \forall Y[\text{X simultaneous Y or X before Y or Y before X}][/math]

  19. Let Q1 denote quaternion (w1' date='x1,y1,z1).

    Let Q2 denote quaternion (w2,x2,y2,z2).

     

    Let the product of Q1 and Q2 follow the normal rules of multiplication of one polynomial by another, so that we have:

     

    (Q1)(Q2)= (w1,x1,y1,z1)(w2,x2,y2,z2)

    (Q1)(Q2)= (w1+x1i+y1j+z1k)(w2+x2i+y2j+z2k)

     

    Consider the case where w1=w2=0.

     

    (Q1)(Q2)= (0+x1i+y1j+z1k)(0+x2i+y2j+z2k)

     

    Following the rules of multiplication of one polynomial by another we have:

     

    x1ix2i+x1iy2j+x1iz2k+

    y1jx2i+y1jy2j+y1jz2k+

    z1kx2i+z1ky2j+z1kz2k

     

     

    Now, here is the formula for the vector cross product:

     

    V1 X V2 = <a,b,c> X <d,e,f> =

     

    i(bf-ce)-j(af-cd)+k(ae-bd)

     

    Here is Q1Q2 again:

     

    x1ix2i+x1iy2j+x1iz2k+

    y1jx2i+y1jy2j+y1jz2k+

    z1kx2i+z1ky2j+z1kz2k

     

    Which is equivalent to:

     

    x1ix2i+y1jy2j+z1kz2k +

     

    x1iy2j+x1iz2k+

    y1jx2i+y1jz2k+

    z1kx2i+z1ky2j

     

    I didn't get to finish this yesterday, but I was trying to figure something out. I worked on it last night. Here it is:

     

    In a right handed coordinate system we have:

     

    i X j = k

    i X k = -j

    j X k = i

     

    and also

     

    j X i = -k

    k X i = j

    k X j = -i

     

    Now, look at the expansion of the product of two quaternions again:

     

     

    x1ix2i+y1jy2j+z1kz2k +

     

    x1iy2j +x1iz2k+

    y1jx2i+y1jz2k+

    z1kx2i+z1ky2j

     

    Let it be the case that:

     

    x1iy2j = x1y2ij=x1y2(i X j) = x1x2 k

     

    x1iz2k= x1z2ik=x1z2(i X k) = x1z2 (-j) = -x1z2 j

     

    y1jx2i = y1x2ji=y1x2(j X i) = y1x2 (-k) = - y1x2 k

     

    y1jz2k = y1z2jk = y1z2(j X k) = y1z2 i

     

    z1kx2i = z1x2 (ki) = z1x2 (k X i) = z1x2 j

     

    z1ky2j = z1y2 (kj) = z1y2 (k X j) = z1y2 (-i) = -z1y2 i

     

    From which it follows that the product of two quaternions Q1,Q2 is given by:

     

    x1ix2i+y1jy2j+z1kz2k +

     

    x1x2 k -x1z2 j - y1x2 k + y1z2 i + z1x2 j -z1y2 i

     

    Which leads to this:

     

    x1ix2i + y1jy2j + z1kz2k +

     

    (y1z2-z1y2)i-(x1z2-z1x2)j+(x1x2 - y1x2)k

     

    As you can see the three terms above are for the cross product of two vectors.

     

    So to recapitulate.

     

    Suppose that we are given two quaternions Q1, and Q2:

     

    Q1 = (w1,x1,y1,z1)

    Q2 = (w2,x2,y2,z2)

     

    For now consider the case where w1=w2=0. The product of Q1 with Q2 leads to this:

     

    (Q1)(Q2)= (0+x1i+y1j+z1k)(0+x2i+y2j+z2k)

     

    Which leads to:

     

    (Q1)(Q2) = [x1ix2i + y1jy2j +z1kz2k'] + V1 X V2

     

    Where:

     

    V1 X V2 = <x1,y1,z1> X <x2,y2,z2> = (y1z2-z1y2)i-(x1z2-z1x2)j+(x1x2 - y1x2)k

     

    Now, since we assumed that quaternion multiplication is associative, it follows that:

     

     

    (Q1)(Q2) = [x1x2ii + y1y2jj +z1z2kk] + V1 X V2

     

    Now, because i was using cross product to handle

     

    ij as i X j

    ik as i X k

    jk as j X k

     

    and so on, it follows that i need to handle

     

    ii as i X i

    jj as j X j

    kk as k X k

     

    So lets start with evaluating i X i.

     

    We can use the determinant so that we don't make any mistake.

     

    [math]

    i \times i = \left| \begin{array}{ccc}i & j & k\\1 & 0 & 0\\1 & 0 & 0\end{array}\right|

    [/math]

     

    Which you can see is equal to zero.

     

    But now if we interpret ii as 1, jj as 1, and kk as 1, we have:

     

    (Q1)(Q2) = [x1x2ii + y1y2jj +z1z2kk] + V1 X V2 =

    [x1x2 + y1y2 +z1z2] + V1 X V2

     

    And the first three terms are the scalar product or dot product of two vectors V1,V2. That is:

     

    [math] Q_1 Q_2 = V_1 \bullet V_2 + V_1 \times V_2 [/math]

     

    But the above formula is only true provided that:

     

    ii=1

    jj=1

    kk=1

     

    But that is not how Hamilton interpreted them.

     

    In fact, the story is that he carved the following on some bridge in Ireland:

     

    ii=-1

    jj=-1

    kk=-1

     

    If we take that as the case then the product of two quaternions would have been given by:

     

    (Q1)(Q2) = [-x1x2 - y1y2 -z1z2] + V1 X V2 =

    -[x1x2 + y1y2 +z1z2] + V1 X V2

     

    From which it follows that:

     

    [math] Q_1 Q_2 = -V_1 \bullet V_2 + V_1 \times V_2 [/math]

     

    Yet, in using the formula for the determinant, what we should have used was:

     

    ii=0

    jj=0

    kk=0

     

    So what is the correct interpretation of quaternion multiplication?

  20. i am having a difficult time locating the GR equations for gravity with x amount of mass energy. could someone post them please?

     

    All i remember is this:

     

    [math] G_{\mu}_{\nu} = \frac{8 \pi G}{c^4} T_{\mu}_{\nu} [/math]

     

    The LHS is the einstein tensor, and the RHS is a constant (whose units are inverse force) and T is the stress-energy tensor. Also, the Einstein tensor can be written in terms of the Ricci tensor and the Ricci scalar, as follows:

     

    [math] G_{\mu}_{\nu} = R_{\mu}_{\nu} - \frac{R}{4}g_{\mu}_{\nu} [/math]

     

    R mu nu is the Ricci tensor, R is the Ricci scalar, and g mu nu is the metric tensor.

     

    Someone else can be more specific. But the answer lies in the meaning of the stress tensor. And I don't understand it yet. But at least this post might get an answer for you started.

     

    Regards

  21. Let Q1 denote quaternion (w1,x1,y1,z1).

    Let Q2 denote quaternion (w2,x2,y2,z2).

     

    Let the product of Q1 and Q2 follow the normal rules of multiplication of one polynomial by another, so that we have:

     

    (Q1)(Q2)= (w1,x1,y1,z1)(w2,x2,y2,z2)

    (Q1)(Q2)= (w1+x1i+y1j+z1k)(w2+x2i+y2j+z2k)

     

    Consider the case where w1=w2=0.

     

    (Q1)(Q2)= (0+x1i+y1j+z1k)(0+x2i+y2j+z2k)

     

    Following the rules of multiplication of one polynomial by another we have:

     

    x1ix2i+x1iy2j+x1iz2k+

    y1jx2i+y1jy2j+y1jz2k+

    z1kx2i+z1ky2j+z1kz2k

     

     

    Now, here is the formula for the vector cross product:

     

    V1 X V2 = <a,b,c> X <d,e,f> =

     

    i(bf-ce)-j(af-cd)+k(ae-bd)

     

    Here is Q1Q2 again:

     

    x1ix2i+x1iy2j+x1iz2k+

    y1jx2i+y1jy2j+y1jz2k+

    z1kx2i+z1ky2j+z1kz2k

     

    Which is equivalent to:

     

    x1ix2i+y1jy2j+z1kz2k +

     

    x1iy2j+x1iz2k+

    y1jx2i+y1jz2k+

    z1kx2i+z1ky2j

  22. This was something i was working on awhile back, and wanted to see through to the end, but then Latex went down. Since Latex is finally back up, its been about a month, I'm going to resume this.

     

    The whole issue had to do with Cardan's formula.

     

    It's been so long that I'm going to begin again fresh.

     

    It began in post 8, with this:

     

    I was thinking of a better way to do it this morning.

     

    Suppose you already knew one of the three roots' date=' call it r1.

     

    So you are given this:

     

    The following code was used to generate the image you clicked on:

     

    [math']

    a_3Z^3+a_2Z^2+a_1Z+a_0 = 0

    [/math]

     

    a_3 nonzero, the other coefficients might or might not be zero.

     

    So divide everything by the leading coefficient a3, to get:

     

    [math]

    Z^3+AZ^2+BZ+C= 0

    [/math]

     

    Which is what the original person gave.

     

    So I am going to pick it up from here.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.