Simultaneous Equation difficulty

jonnburton

Junior Member
Joined
Dec 16, 2012
Messages
155
Hi

I have been unable to solve the following simultaneous equation and was wondering whether anyone could point me in the right direction/show what I'm doing wrong in my working.

A) 5x + 3y = 4

B) 5x^2 - 3y^2 = 8

Rearranging A:

C) 3y = 4-5x


so B is:

5x^2 - (4-5x)^2 = 8

5x^2 - (16-40x+25) = 8

-20x^2 +40x -24 = 0


And this is where I reach a dead end as the final quadratic equation is not factorizable (b^2 - 4ac = 3520).

Any information would be greatly appreciated!
 
Hello, jonnburton!

{(A)5x+3y=4(B)5x23y2=8}\displaystyle \begin{Bmatrix}(A)& 5x + 3y &=& 4 \\ (B)& 5x^2 - 3y^2 &=& 8 \end{Bmatrix}

Rearranging (A): .3y=45x\displaystyle 3y \:=\: 4-5x
so B is: .5x2(45x)2=8\displaystyle 5x^2 - (4-5x)^2 \:=\: 8 . This is incorrect.

Rearranging (A): .y=45x3\displaystyle y \:=\:\frac{4-5x}{3}
Substitute into (B): .5x23(45x3)2=8\displaystyle 5x^2 - 3\left(\frac{4-5x}{3}\right)^2 \:=\:8
Got it?


By the way, most quadratics are not factorable.
That's why they invented the Quadratic Formula.

 
Hi Jon

Soroban has given you your answer, but I want to point out HOW you made your mistake.

To substitute for y in equation B you must find y. You did not. You skipped a step. You found 3y and saw 3y^2 in equation B and thought you were saving time by substituting 3y for 3y^2. But of course 3y = 3y^2 only if y = 0 or y = 1. I suspect that 75% of the mistakes made in math come from skipping steps.

You made several other mistakes. You came up with the equation:

20x2+40x24=0.\displaystyle -20x^2 + 40x - 24 = 0. You made your arithmetic much harder by skipping the step of simplification.

20x2+40x24=0    5x28x+6=0.\displaystyle -20x^2 + 40x - 24 = 0 \implies 5x^2 - 8x + 6 = 0.

Much easier arithmetic. Because you did not simplify you made an arithmetic mistake.

b24ac    (40)24(20)(24)=16004(+480)=16001920=320+3520.\displaystyle b^2 - 4ac \implies (40)^2 - 4(-20)(-24) = 1600 - 4(+480) = 1600 - 1920 = - 320 \ne + 3520.

MORAL: DONT SKIP STEPS
 
Hi Soroban and Jeff, many thanks to both of you for your help. I can see where I went wrong with this now - and thanks for the advice on not skipping steps! I need to pay attention to this.
 
I have been trying to get further with these simultaneous equations but still can't solve them!

This is what I have done:

5x+3y=4\displaystyle 5x + 3y = 4

5x2+3y2=8\displaystyle 5x^2 + 3y^2 = 8

5x2+3(45x3)8=0\displaystyle 5x^2 + 3(\dfrac{4-5x}{3}) - 8 = 0

Multiply throughout, to get rid of the fraction:

15x23(45x)224=0\displaystyle 15x^2-3(4-5x)^2 - 24 =0

15x23(1640x+25x2)24=0\displaystyle 15x^2-3(16-40x+25x^2) - 24 =0

15x248+120x75x224=0\displaystyle 15x^2-48 +120x-75x^2 - 24 =0

60x2+120x72=0\displaystyle -60x^2+120x -72 =0

Simplifies to:

5x2+10x6=0\displaystyle -5x^2+10x -6 =0

According to the answer in the book, the solution is:
x=2\displaystyle x=2
y=2\displaystyle y=-2

But when using the quadratic formula, I get:

x=10+/100(456)10\displaystyle x = \dfrac {-10+/-\sqrt-100-(4*-5*-6)}{-10}

x=10+/2010\displaystyle x = \dfrac {-10+/-\sqrt-20}{-10}

Which I don't think makes any sense because a negative number doesn't have a square root.
 
I have been trying to get further with these simultaneous equations but still can't solve them!

This is what I have done:

5x+3y=4\displaystyle 5x + 3y = 4

5x2+3y2=8\displaystyle 5x^2 + 3y^2 = 8 ← You have careless typo here

5x2+3(45x3)8=0\displaystyle 5x^2 + 3(\dfrac{4-5x}{3}) - 8 = 0 ← You have careless typo here

Multiply throughout, to get rid of the fraction:

15x23(45x)224=0\displaystyle 15x^2-3(4-5x)^2 - 24 =0 ← This should be 15x21(45x)224=0\displaystyle 15x^2 - 1* (4-5x)^2 - 24 =0

15x23(1640x+25x2)24=0\displaystyle 15x^2-3(16-40x+25x^2) - 24 =0

15x248+120x75x224=0\displaystyle 15x^2-48 +120x-75x^2 - 24 =0

60x2+120x72=0\displaystyle -60x^2+120x -72 =0

Simplifies to:

5x2+10x6=0\displaystyle -5x^2+10x -6 =0

According to the answer in the book, the solution is:
x=2\displaystyle x=2
y=2\displaystyle y=-2

But when using the quadratic formula, I get:

x=10+/100(456)10\displaystyle x = \dfrac {-10+/-\sqrt-100-(4*-5*-6)}{-10}

x=10+/2010\displaystyle x = \dfrac {-10+/-\sqrt-20}{-10}

Which I don't think makes any sense because a negative number doesn't have a square root.


.
 
I have been trying to get further with these simultaneous equations but still can't solve them!

This is what I have done:

5x+3y=4\displaystyle 5x + 3y = 4     3y=45x    y=45x3.\displaystyle \implies 3y = 4 - 5x \implies y = \dfrac{4 - 5x}{3}. Still skipping steps.


5x2+3y2=8\displaystyle 5x^2 + 3y^2 = 8 How did a minus sign become a plus sign. Be careful.

5x2+3(45x3)8=0\displaystyle 5x^2 + 3(\dfrac{4-5x}{3}) - 8 = 0 No 5x23(45x3)28=0.\displaystyle 5x^2 - 3\left(\dfrac{4 - 5x}{3}\right)^2 - 8 = 0. Denominator is 32=9.\displaystyle 3^2 = 9.

By this time you are so far off track that there is no point in checking further.


Multiply throughout, to get rid of the fraction:

15x23(45x)224=0\displaystyle 15x^2-3(4-5x)^2 - 24 =0

15x23(1640x+25x2)24=0\displaystyle 15x^2-3(16-40x+25x^2) - 24 =0

15x248+120x75x224=0\displaystyle 15x^2-48 +120x-75x^2 - 24 =0

60x2+120x72=0\displaystyle -60x^2+120x -72 =0

Simplifies to:

5x2+10x6=0\displaystyle -5x^2+10x -6 =0

According to the answer in the book, the solution is:
x=2\displaystyle x=2
y=2\displaystyle y=-2

But when using the quadratic formula, I get:

x=10+/100(456)10\displaystyle x = \dfrac {-10+/-\sqrt-100-(4*-5*-6)}{-10}

x=10+/2010\displaystyle x = \dfrac {-10+/-\sqrt-20}{-10}

Which I don't think makes any sense because a negative number doesn't have a square root.
.
 
I think I might have got closer to solving this.

5x+3y=4\displaystyle 5x + 3y = 4

5x23y2=8\displaystyle 5x^2 - 3y^2 = 8


3y=45x\displaystyle 3y = 4 - 5x

y=45x3\displaystyle y = \dfrac {4 - 5x}{3}



5x23(45x3)28=0\displaystyle 5x^2 - 3(\dfrac{4-5x}{3})^2 - 8 = 0

\(\displaystyle (\dfrac{4-5x}{3})^2 = (\dfrac {16-40x+25x^2}{9})[\tex]


so,
5x23(1640x+25x29)8=0\displaystyle 5x^2 - 3(\dfrac{16-40x+25x^2}{9}) - 8 = 0

Here I multiplied everything by 9, to get rid of the fraction:

45x23(1640x+25x2)72=0\displaystyle 45x^2 - 3(16-40x+25x^2) - 72 = 0

Simplifies to:

15x2(1640x+25x2)24=0\displaystyle 15x^2 - (16-40x+25x^2) - 24 = 0

10x2+40x40=0\displaystyle -10x^2+40x-40 = 0

Simplifies to:
x2+4x4=0\displaystyle -x^2+4x-4 = 0

This won't factorize as

b24ac=16(44)=0\displaystyle b^2-4ac = 16-(-4*-4)= 0


So, using the quadratic equation:

x=b+/b24ac2a\displaystyle x =\dfrac{-b +/- \sqrt b^2-4ac}{2a}

x=4+/02=2\displaystyle x = \dfrac{-4 +/- \sqrt 0}{-2} = 2

Substituting into the first equation gives:

10+3y=4\displaystyle 10 + 3y = 4
3y=410\displaystyle 3y = 4 - 10
3y=6\displaystyle 3y = -6
y=2\displaystyle y = -2

Many thanks for all of your guidance, I do appreciate it a lot!\)
 
Last edited:
I think I might have got closer to solving this.

5x+3y=4\displaystyle 5x + 3y = 4

5x23y2=8\displaystyle 5x^2 - 3y^2 = 8


3y=45x\displaystyle 3y = 4 - 5x

y=45x3\displaystyle y = \dfrac {4 - 5x}{3}



5x23(45x3)28=0\displaystyle 5x^2 - 3(\dfrac{4-5x}{3})^2 - 8 = 0

\(\displaystyle (\dfrac{4-5x}{3})^2 = (\dfrac {16-40x+25x^2}{9})[\tex]


so,
5x23(1640x+25x29)8=0\displaystyle 5x^2 - 3(\dfrac{16-40x+25x^2}{9}) - 8 = 0

Here I multiplied everything by 9, to get rid of the fraction:

45x23(1640x+25x2)72=0\displaystyle 45x^2 - 3(16-40x+25x^2) - 72 = 0

Simplifies to:

15x2(1640x+25x2)24=0\displaystyle 15x^2 - (16-40x+25x^2) - 24 = 0

10x2+40x40=0\displaystyle -10x^2+40x-40 = 0

Simplifies to:
x2+4x4=0\displaystyle -x^2+4x-4 = 0

This won't factorize as =====> WRONG. It does factor.

b24ac=16(44)=0\displaystyle b^2-4ac = 16-(-4*-4)= 0 ====> In fact, the discriminant = 0, so not only does it factor, but it has only one solution (see below).


So, using the quadratic equation:

x=b+/b24ac2a\displaystyle x =\dfrac{-b +/- \sqrt b^2-4ac}{2a}

x=4+/02=2\displaystyle x = \dfrac{-4 +/- \sqrt 0}{-2} = 2

Substituting into the first equation gives:

10+3y=4\displaystyle 10 + 3y = 4
3y=410\displaystyle 3y = 4 - 10
3y=6\displaystyle 3y = -6
y=2\displaystyle y = -2

Many thanks for all of your guidance, I do appreciate it a lot!\)
\(\displaystyle

x2+4x4=0\displaystyle -x^2+4x-4=0

I think it is easiest to factor when the leading coefficient is not negative, so divide through by the leading coefficient, in this case -1:

x24x+4=0\displaystyle x^2-4x+4=0

(x2)(x2)=0 or (x2)2=0\displaystyle (x-2)(x-2)=0 \text{ or } (x-2)^2=0

x2=0\displaystyle x-2=0

x=2\displaystyle x=2
\)
 
Last edited:
Top