Algebra/Chapter 9/Quadratic Systems: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>MathXplore
m Added {{BookCat}} using BookCat.js
 
(No difference)

Latest revision as of 00:33, 28 November 2024

Solving Systems of Simultaneous Equations Involving Equations Of Degree 2

The substitution method should be used for efficiency when solving nonlinear simultaneous equations, unless other methods such as the graphing method provide clear and simple solutions quickly (when they would be faster than substitution).

Example: Solve the system of simultaneous equations.

y2+(2x+3)2=10 
2x+y=1 

With the second equation, make a given term (here, 2x should be used) the subject.

2x=1y 

Substitute the third equation into the first, and through factorization of the resulting, simplified quadratic with one variable the solutions can be found.

y2+((1y)+3)2=10 
y2+(4y)2=10 
2y28y+16=10 
y24y+3=0 
(y1)(y3)=0 

Hence we know y=1  or y=3 

Then, we calculate that the two possibilities are: y=1 , x=0  or; y=3 , x=1 

Template:BookCat