2

I know that these two are exactly the same equation but I can't seem to prove it.

You are also given that $p+q=1$.

This is a follow up from a similar question.

BLAZE
  • 1
  • Please clarify what you mean by "becomes". – Bill Dubuque Aug 11 '14 at 13:27
  • @BillDubuque Hi there, 'Becomes'in this case means 'equal' I wanted to avoid using that word since there are already equal signs in both equations. I know that these two are definitely the same equation. I just cannot seem to prove it. – BLAZE Aug 11 '14 at 15:46

3 Answers3

4

HINT:

$$(q^2+p)^2+(pq-1)^2=0$$

Also, $$a^3+b^3+c^3-3abc=(a+b+c)(\sum a^2-bc)$$

Here $a=p,b=q,c=-1$

See If $a,b,c \in R$ are distinct, then $-a^3-b^3-c^3+3abc \neq 0$.

4

As lab said.

$$(q^2+p)^2+(pq-1)^2=0$$

Since $p$ and $q$ are real numbers, then LHS is sum of two squares, wich are non-negative, therefore:

$$\begin{cases} q^2 + p = 0 & \Longrightarrow & p = -q^2 \\ pq - 1 = 0 & \Longrightarrow & -q^3-1 = 0 \end{cases}$$

Therefore $q = -1$ what means that $p = -1$, wich contradicts that $p+q = 1$.

But the second equation holds:

$$p^3+q^3+3pq-1= (-1)^3 + (-1)^3 + 3(-1)(-1) -1 = 0$$

Darth Geek
  • 12,543
  • $$\begin{cases} pq - 1 = 0 & \Longrightarrow & -q^3-1 = 0 \end{cases}$$ Should this not imply that $pq=1?$ and this line: $$p^3+q^3+3pq-1= (-1)^3 + (-1)^3 + 3(-1)(-1) -1 = 0$$ is more of a verification than proof, what i'm looking for is algebraic proof that $q^4+2pq^2 +p^2 = 2pq -(pq)^2 -1$ is the same equation as $p^3+q^3+3pq-1=0$ – BLAZE Aug 12 '14 at 01:09
  • @user144533 The implication that $-q^3-1=0$ comes from substituting $p=-q^2$ from the previous line into $pq-1=0$. – Théophile Aug 12 '14 at 01:29
  • 1
    @user144533 Well, they are not the same equation. The second one is equivalent to:

    $$\frac{1}{3}·(p+q-1)\left((p-q)^2 + (q+1)^2 + (p+1)^2\right)=0$$ Wich is true for $p = q = -1$ or for $p+q = 1$. Whereas the first one, as we've seen, only holds for $p = q = -1$. This is because $p,q\in \mathbb{R}$. Otherwise we'd have more solutions, such as: $$p = \frac{1\pm \sqrt{3}i}{2} \hspace{1cm} q = \frac{1\mp \sqrt{3}i}{2}$$ wich would satisfy $p+q = 1$

    – Darth Geek Aug 12 '14 at 07:12
  • 1
    That is, allowing $p$ and $q$ to be complex numbers. – Darth Geek Aug 12 '14 at 07:18
  • 1
    Also, note that if we substitute $p = 1-q$ on both equations we get to $(q^2-q+1)^2 + (-q^2+q-1)^2 = 0$ on the first one, but on the second one we get to $0 = 0$ because all the terms cancel out. – Darth Geek Aug 12 '14 at 07:23
1

Write the equations as $\,f(p,q) = 0\,$ and $\,g(p,q) = 0,\,$ respectively.

Then $\ {\rm mod}\ p\!+\!q\!-\!1\!:\,\ f \equiv 2(q^4\!-q^2\!+1)\,$ and $\, g\equiv 0$.

So if $\,p\!+\!q=1\,$ then $\,f = g \iff q^4\!-q^2\!+1=0\iff q^6=-1,\ q^2\ne -1$

Bill Dubuque
  • 282,220
  • Sorry, I'm still a little lost. How does this help me show that $q^4+2pq^2 +p^2 = 2pq -(pq)^2 -1$ is the same equation as $p^3+q^3+3pq-1=0$ – BLAZE Aug 12 '14 at 01:20
  • 1
    @user144533 $\ $ If $,p+q=1,$ then $,f=g\iff q^4-q^2+1 = 0\ \ $ – Bill Dubuque Aug 12 '14 at 01:24