How do you determine the solution in terms of a system of linear equations for #x^2 + y^2 = 13#, #2x-3y = -6#?

1 Answer
Sep 23, 2015

Solutions are
#x = (-12 + 3sqrt(133))/13#, #y = (18 + 2 sqrt(133))/13#
and
#x = (- 12 - 3sqrt(133))/13#, #y = (18 - 2 sqrt(133))/13#

Explanation:

Solutions may be found by substitution of the suitably rearranged first order equation (the second one in your particular system of equations) into the second order equation (the first one in your system). The quadratic will typically have two solutions for each substitution.

Taking the first equation

#2x - 3 y = -6#

And rearranging to find the value of one of the variables in terms of the other, for example (it would be possible to do this in either of two ways)

#2 x = 3 y - 6#

#=> x = 3/2 y - 3#

This value of x may be substituted into the other equation (which is a quadratic), that is

#(3/2 y - 3)^2 + y^2 = 13#

#=> (9/4 y^2 -18/2 y + 9) + y^2 - 13 = 0#

#=> 13/4 y^2 - 18/2 y - 4 = 0#

Multiplying throughout by 4 for convenience

#=> 13 y^2 - 36 y -16 = 0 #

This is a messy equation; it would be quickest in an exam to apply the quadratic formula rather than searching for factors. So, values of y satisfying this equation are given by:

# (- (-36) +- sqrt((-36)^2 - 4 (13) (-16)))/(2 (13)) #

# = (36 +- sqrt((-36)^2 - 4 (13) (-16)))/26 #

# = (36 +- sqrt(2128))/26 #

# = (36 +- sqrt(2*2*2*2*133))/26 #

# = (36 +- 4 sqrt(133))/26 #

# = (18 +- 2 sqrt(133))/13 #

The corresponding values of #x# may be found by substituting these solutions into the first order equation (after it has been rearranged to give #x# in terms of #y#; this has already been done).

When #y = (18 + 2 sqrt(133))/13#,

#x = 3/2 ((18 + 2 sqrt(133))/13) - 3#

#= 3 ((9 + sqrt(133))/13) - 3#

#= ((27 + 3sqrt(133))/13) - 39/13#

#= (-12 + 3sqrt(133))/13#.

When #y = (18 - 2 sqrt(133))/13#,

#x = 3/2 ((18 - 2 sqrt(133))/13) - 3#

#= 3 ((9 - sqrt(133))/13) - 3#

#= ((27 - 3sqrt(133))/13) - 39/13#

#= (- 12 - 3sqrt(133))/13#.

Remember to check workings, and to check consistency of solutions by substitution into the given equations.