Math Problem Statement

Solve the system by the substitution method: 1) xy = 5 2) x^2 + y^2 = 26

Solution

To solve the given system of equations using the substitution method, follow these steps:

The system of equations is:

  1. xy=5xy = 5
  2. x2+y2=26x^2 + y^2 = 26

Step 1: Solve for yy in terms of xx from the first equation

From xy=5xy = 5, we isolate yy:

y=5xy = \frac{5}{x}


Step 2: Substitute y=5xy = \frac{5}{x} into the second equation

Substitute into x2+y2=26x^2 + y^2 = 26:

x2+(5x)2=26x^2 + \left( \frac{5}{x} \right)^2 = 26

Simplify (5x)2\left( \frac{5}{x} \right)^2:

x2+25x2=26x^2 + \frac{25}{x^2} = 26


Step 3: Eliminate the fraction by multiplying through by x2x^2

To clear the denominator, multiply the entire equation by x2x^2 (assuming x0x \neq 0):

x2x2+x225x2=26x2x^2 \cdot x^2 + x^2 \cdot \frac{25}{x^2} = 26x^2

Simplify:

x4+25=26x2x^4 + 25 = 26x^2


Step 4: Rearrange into standard form

Bring all terms to one side to form a quadratic equation in terms of x2x^2:

x426x2+25=0x^4 - 26x^2 + 25 = 0

Let z=x2z = x^2 (substitution to simplify). Then the equation becomes:

z226z+25=0z^2 - 26z + 25 = 0


Step 5: Solve the quadratic equation

Solve for zz using the quadratic formula z=b±b24ac2az = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, where a=1a = 1, b=26b = -26, and c=25c = 25:

z=(26)±(26)24(1)(25)2(1)z = \frac{-(-26) \pm \sqrt{(-26)^2 - 4(1)(25)}}{2(1)}

Simplify:

z=26±6761002z = \frac{26 \pm \sqrt{676 - 100}}{2}

z=26±5762z = \frac{26 \pm \sqrt{576}}{2}

z=26±242z = \frac{26 \pm 24}{2}

This gives two solutions:

  1. z=26+242=25z = \frac{26 + 24}{2} = 25
  2. z=26242=1z = \frac{26 - 24}{2} = 1

Step 6: Back-substitute z=x2z = x^2

Recall z=x2z = x^2. Therefore:

  1. x2=25x^2 = 25x=±5x = \pm 5
  2. x2=1x^2 = 1x=±1x = \pm 1

Step 7: Solve for yy corresponding to each xx

Using y=5xy = \frac{5}{x}, find yy for each value of xx:

  1. For x=5x = 5:
    y=55=1y = \frac{5}{5} = 1 Solution: (x,y)=(5,1)(x, y) = (5, 1)

  2. For x=5x = -5:
    y=55=1y = \frac{5}{-5} = -1 Solution: (x,y)=(5,1)(x, y) = (-5, -1)

  3. For x=1x = 1:
    y=51=5y = \frac{5}{1} = 5 Solution: (x,y)=(1,5)(x, y) = (1, 5)

  4. For x=1x = -1:
    y=51=5y = \frac{5}{-1} = -5 Solution: (x,y)=(1,5)(x, y) = (-1, -5)


Final Solutions:

The solutions to the system are:

(5,1),(5,1),(1,5), and (1,5)(5, 1), (-5, -1), (1, 5), \text{ and } (-1, -5)


Would you like a graph or further verification for these solutions?


Related Questions:

  1. How do you solve systems of non-linear equations graphically?
  2. Can you solve the system using elimination instead of substitution?
  3. How do you verify solutions to a system of equations?
  4. What are real-world applications of solving such systems?
  5. How does the substitution method differ from other algebraic techniques?

Tip:

Always simplify and rearrange equations carefully to avoid calculation errors, especially when dealing with non-linear systems.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Systems of Nonlinear Equations
Substitution Method
Quadratic Equations

Formulas

Substitution method: Solve one equation for a variable and substitute into another.
Quadratic formula: x = (-b ± √(b² - 4ac)) / 2a

Theorems

Quadratic formula for solving equations
Basic algebraic manipulations for nonlinear systems

Suitable Grade Level

High School (Grades 9-12)