Equations Reducible to Linear Form
Equations Reducible to Linear Form" refers to equations that can be transformed or rewritten into a linear equation. These equations typically involve variables raised to powers other than 1, such as squared terms, cubed terms, or higher. By applying suitable substitutions or transformations, these equations can be simplified into linear equations, making them easier to solve using standard linear algebra techniques.
Table of Content
Standard Form of Two-Variable Linear Equation Pairs
A linear equation is a one-degree polynomial. It can have one or more than one variable in it. For example, 2x + 5, 5x + 10y ...etc are some examples of linear equation. Sometimes some equations are not linear in nature by default, but they can be brought into the linear form.
For example:
The equation given above is not a linear equation, but it can be brought into a linear form with some rearrangements and algebraic methods. Let's look at them in detail.
Equations Reducible to Linear Form
Let's look at this procedure with an example.
Then this equation becomes,
7p + 3q = 2
Now the solutions to this equation can be find out with “p” and “q” and then later we can get the real solutions with the previous relation,
Determine the solution to the equation provided below:
Question 1: Reduce the following equation into the linear form.
Solution:
Like explained above, let's say.
Substituting these values in the equation, we get
2p + q = 1
Now let's see how to solve a pair of such equations with an example,
Question 2: Solve the given system of equations
Solution:
Let's say,
Then both equations become,
2p + q = 1 ......(1)
5p + 2q = 3 ........(2)
We now have to solve these equations,
From equation (1),
q = 1 - 2p
Plugging this value in the equation (2)
5p + 2(1 - 2p) = 3
⇒5p + 2 - 4p = 3
⇒p + 2 = 3
⇒p = 1
Then q = -1.
Now let's back the actual solutions by using the expressions we assumed in the beginning.
⇒ x - 4 = 1
⇒ x = 5
Similarly,
⇒ -y + 1 = 1
⇒ y = 0
Thus, the solution to this system of equation is x = 5 and y = 0.
Word Problems
Question 1: A boat goes 60 Km upstream and 88Km downstream in 20 hours. In another trip, it went 80Km upstream and 110 Km downstream in 26 hours. Find out the speed of the stream and the speed of the boat in still water.
Solution:
Let's assume that speed of boat in still water is “x Km/h” and speed of stream is “y Km/h”.
So, speed of boat in downstream = x + y
And speed of boat in upstream = x - y
So, for the first trip the equation will be,
Similarly, the equation for the second trip will be,
These equations now need to be reduced in a linear form,
Substituting this in the above equations, we get
20 = 60p + 88q
26 = 80p + 110q
Solving this with cross multiplication method,
This gives us,
Now put these value of “p” and “q” in the equation,
To get the values of “x” and “y” we will solve these equations,
x - y = 5 ..... (1)
x + y = 11 ..... (2)
Putting the value of x = y + 5
y + 5 + y = 11
⇒2y = 6
⇒y = 3
So, x = 8
Thus, the solution is x = 8 and y = 3.
Question 2: Distance between two cities is 300Km. A person has to travel from one to another using Bus and Train both. It takes 4 hours to travel if we go 60Km by train and the remaining distance is covered by bus. If 100km is travelled by train and the remaining by bus, it takes 10 minutes longer. Find the speed of the train and bus that's been running between two cities.
Solution:
Let the speed of bus be “x” and that of train be “y”.
So total time taken,
Now the two equations become,
4 = 60p + 240q
Solving these equations,
The solution comes out to be
Computing the values of x and y from this,
x = 60 and y = 80
Thus, speed of the bus is 60Km/h and that of train is 80Km/h.
Question 3: Ramesh's age is twice his son's age, Four years ago, his son's age was 20 years less than his father. Find their current age.
Solution:
Let the age of Ramesh be x and the age of his son is y
The equations obtained are,
y= 2x ⇢ 1
y-4 = (x-4) +20 ⇢ 2
2x- 4 = x-4 + 20
x = 20 years
Question 4: Solve the following equation and obtain the value of p and q,
1/(2p) - 1/q= 2
1/p + 1/(2q)= 10
Solution:
As it is clearly seen that the above two equations are not in the form of linear equation as the reciprocal of p and q are given.
Simplifying,
(1/2)(1/p) - 1/q = 2
1/p + (1/2)(1/q) = 10
Let 1/p= x and 1/q = y
Now, the equations shall look like,
1/2(x) - y = 2
x + 1/2(y) = 10
Simplifying further to find the values of x and y,
x- 2y = 4 (1)
2x+ y= 20 (2)
Multiplying equation 2 with 2 in order to equate both equations
x- 2y= 4
4x+ 2y= 40
5x = 44
x= 44/5
y= 12/5
Therefore, p= 1/x= 5/44
q= 1/y= 5/12
Question 5: There are 2 friends, Aditya and Aman, they both decided to buy some candies and chocolates, they both together spent Rs. 200 on buying items but Aman spent 4 more than half the amount Aditya spent. Calculate the precise amount spent by both the friends.
Solution:
Let the amount spent by both Aditya and Aman be a and b respectively,
Now, they both collectively spent 200 rupees
a+ b= 200 (1)
Aman spent 4 rupees more than half the aditya's amount
a/2 +4 = b (2)
Solving equation (2)
a+ 8= 2b
a= 2b-8
Putting the value of a in equation (1)
2b- 8 +b = 200
3b = 208
b= 208/3 = Rs. 69.7 ∼ Rs. 70
b= Rs. 70
Putting the value of b in equation (1)
a= Rs. 130