Sonzaschool
Rudi

Sekondari ya Juu · Kidato cha Tano

Basic Applied Mathematics 1

Simultaneous equations

takriban dakika 6 kusoma

Mada za sehemu hiiAlgebraMada 1
  1. Simultaneous equations

Simultaneous equations

The term simultaneous equations refers to a set of two or more algebraic equations involving two or more variables. The solution to such a system is the set of values for the variables that simultaneously satisfy all the given equations.

Although many systems involve linear equations only, this section covers systems involving:

  • Two linear equations in two variables
  • One linear equation and one quadratic equation

Formulating and solving linear simultaneous equations

Real-life and mathematical problems can often be translated into algebraic form using simultaneous equations. Various techniques are used to solve them:

  • Elimination Method
  • Substitution Method
  • Graphical Method
  • Matrix Method (including Cramer's Rule)

In this section, we focus on the elimination and substitution methods.

Elimination method

The elimination method involves manipulating the equations so that one variable is eliminated when the equations are added or subtracted. This results in a single-variable equation, which can then be solved directly. Once one variable is found, it is substituted into either of the original equations to find the second variable.

Example 3.1:

Find two integers such that:

  • Twice the first minus the second is 5
  • Their sum is 1

Formulate the equations and solve them.

Solution:

Let the first integer be xx and the second be yy. Then:

{2xy=5(1)x+y=1(2)\begin{cases} 2x - y = 5 & \text{(1)} \\ x + y = 1 & \text{(2)} \end{cases}

To eliminate one variable, we can add or subtract the equations. First, let's eliminate yy. Add equations (1) and (2):

Multiply equation (2) by 1 (no change) and equation (1) by 1:

2xy=5(from Eq. 1)x+y=1(from Eq. 2)\begin{align*} 2x - y &= 5 \quad \text{(from Eq. 1)} \\ x + y &= 1 \quad \text{(from Eq. 2)} \end{align*}

Add both equations:

(2xy)+(x+y)=5+13x=6x=2(2x - y) + (x + y) = 5 + 1 \Rightarrow 3x = 6 \Rightarrow x = 2

Substitute x=2x = 2 into equation (2):

x+y=12+y=1y=1x + y = 1 \Rightarrow 2 + y = 1 \Rightarrow y = -1

Therefore, the two integers are 2 and -1.

Substitution method

In the substitution method, one variable is first expressed in terms of the other using one of the equations. This expression is then substituted into the second equation to solve for one variable. Once that variable is found, it is substituted back to find the remaining variable.

Using Example 1 again:

Solve:

{2xy=5(1)x+y=1(2)\begin{cases} 2x - y = 5 & \text{(1)} \\ x + y = 1 & \text{(2)} \end{cases}

using the substitution method.

Solution:

From equation (2):

x+y=1y=1x(3)x + y = 1 \Rightarrow y = 1 - x \quad \text{(3)}

Substitute (3) into equation (1):

2x(1x)=52x1+x=53x=6x=22x - (1 - x) = 5 \Rightarrow 2x - 1 + x = 5 \Rightarrow 3x = 6 \Rightarrow x = 2

Substitute x=2x = 2 into equation (3):

y=12=1y = 1 - 2 = -1

Again, the two integers are 2 and -1.

Simultaneous equations involving linear and quadratic equations

Some problems involve solving a system of two equations in which one is linear and the other is quadratic. These can be solved using substitution or other algebraic methods.

Example 2

There are two numbers such that their sum is 10 and the sum of their squares is 52. Formulate simultaneous equations and find the two numbers.

Solution

Let the two numbers be xx and yy. Then, the equations are:

x+y=10(1)x2+y2=52(2)\begin{aligned} x + y &= 10 \quad \text{(1)} \\ x^2 + y^2 &= 52 \quad \text{(2)} \end{aligned}

From equation (1), express yy in terms of xx:

y=10x(3)y = 10 - x \quad \text{(3)}

Substitute equation (3) into equation (2):

x2+(10x)2=52x^2 + (10 - x)^2 = 52

Expand and simplify:

x2+10020x+x2=52x^2 + 100 - 20x + x^2 = 52 2x220x+100=522x^2 - 20x + 100 = 52 2x220x+48=02x^2 - 20x + 48 = 0 x210x+24=0x^2 - 10x + 24 = 0

Factor the quadratic:

x26x4x+24=0x^2 - 6x - 4x + 24 = 0 x(x6)4(x6)=0x(x - 6) - 4(x - 6) = 0 (x4)(x6)=0(x - 4)(x - 6) = 0

So, x=4x = 4 or x=6x = 6. Then from equation (3):

  • If x=4x = 4, then y=104=6y = 10 - 4 = 6
  • If x=6x = 6, then y=106=4y = 10 - 6 = 4

Therefore, the two numbers are 4 and 6.

Example 3

The sum of two whole numbers is 5, and the difference of their squares is 5. Find the two numbers.

Solution

Let the two numbers be xx and yy, with x>yx > y.

x+y=5(1)x2y2=5(2)\begin{aligned} x + y &= 5 \quad \text{(1)} \\ x^2 - y^2 &= 5 \quad \text{(2)} \end{aligned}

From (1):

x=5y(3)x = 5 - y \quad \text{(3)}

Substitute into (2):

(5y)2y2=5(5 - y)^2 - y^2 = 5

Expand and simplify:

2510y+y2y2=525 - 10y + y^2 - y^2 = 5 2510y=525 - 10y = 5 10y=20y=210y = 20 \Rightarrow y = 2

Then from (3):

x=52=3x = 5 - 2 = 3

Therefore, the two numbers are 3 and 2.

Alternative method

Using the identity x2y2=(xy)(x+y)x^2 - y^2 = (x - y)(x + y), equation (2) becomes:

(xy)(x+y)=5(x - y)(x + y) = 5

Since x+y=5x + y = 5, substitute:

(xy)(5)=5xy=1(x - y)(5) = 5 \Rightarrow x - y = 1

Now solve the system:

x+y=5(1)xy=1(4)\begin{aligned} x + y &= 5 \quad \text{(1)} \\ x - y &= 1 \quad \text{(4)} \end{aligned}

Add equations (1) and (4):

2x=6x=32x = 6 \Rightarrow x = 3

Substitute into (1):

3+y=5y=23 + y = 5 \Rightarrow y = 2

Therefore, the two numbers are 3 and 2.

Example 4

The sum of two numbers is 12 and their product is 20. What is the difference between the two numbers?

Solution

Let the numbers be aa and bb, with a>ba > b. Then:

a+b=12(1)ab=20(2)\begin{aligned} a + b &= 12 \quad \text{(1)} \\ ab &= 20 \quad \text{(2)} \end{aligned}

From (1):

a=12b(3)a = 12 - b \quad \text{(3)}

Substitute into (2):

(12b)(b)=2012bb2=20b212b+20=0(12 - b)(b) = 20 \Rightarrow 12b - b^2 = 20 \Rightarrow b^2 - 12b + 20 = 0

Solve by factorization:

b210b2b+20=0b(b10)2(b10)=0(b2)(b10)=0b^2 - 10b - 2b + 20 = 0 \Rightarrow b(b - 10) - 2(b - 10) = 0 \Rightarrow (b - 2)(b - 10) = 0

So b=2b = 2 or b=10b = 10. Then:

  • If b=2b = 2, then a=122=10a = 12 - 2 = 10
  • If b=10b = 10, then a=1210=2a = 12 - 10 = 2

Since a>ba > b, we take a=10a = 10, b=2b = 2.

The difference is: ab=102=8a - b = 10 - 2 = 8

Therefore, the difference between the two numbers is 8.

Mwalimu

Unasoma somo hili? Niulize nikuelezee chochote kilichomo.

Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.

Ingia ili kuuliza