Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
1225
2
avatar

Hi - what is the best way to solve simultaneous equations where one is quadratic and the other linear? For example:

y=x+3

y=x2+3x

 

Thank you

 Apr 11, 2017
 #1
avatar+26396 
+2

Hi - what is the best way to solve simultaneous equations where one is quadratic and the other linear?

For example:

y=x+3

y=x2+3x

 

1. Formula line ( linear equation)

yline=mxline+b

 

2. Formula parabola (quadatic equation)

yparabola=Ax2parabola+Bxparabola+C

 

3. set equal  yline=yparabola=yintersection :

mxintersection+b=Ax2intersection+Bxintersection+CAx2intersection+xintersection(Bm)+Cb=0xintersection1,2=mB±(mB)24A(Cb)2Ayintersection1,2=mxintersection1,2+b

 

4. Example:

y=x+3m=1b=3y=x2+3xA=1B=3C=0xintersection1,2=13±(13)241(03)21xintersection1,2=2±4+122xintersection1,2=2±42xintersection1=2+42=1xintersection2=242=3yintersection1=1xintersection1+3=11+3=4yintersection2=1xintersection2+3=1(3)+3=0

 

laugh

 Apr 11, 2017
 #2
avatar+130466 
+1

 

Just set the equations equal......so we have...

 

x^2 + 3x   = x + 3           subtract  x + 3 from both sides

 

x^2 + 2x - 3   = 0           factor

 

(x + 3) ( x - 1)  = 0

 

Set both factors = 0   and solve for x........so

 

x = -3           and      x = 1 

 

And when x = -3, y = -3 + 3  = 0

 

And when x = 1, y = 1 + 3  = 4

 

So......the intersection points are   ( -3, 0)   and   ( 1, 4)

 

 

 

cool cool cool

 Apr 11, 2017

5 Online Users

avatar
avatar
avatar