Many problems lend themselves to being solved with systems of linear equations. In "real life", these problems can be incredibly complex. This is one reason why linear algebra (the study of linear systems and related concepts) is its own branch of mathematics.
In your studies, however, you will generally be faced with much simpler problems. What follows are some typical examples.
Content Continues Below
Advertisement
In the past, I would have set this up by picking a variable for one of the groups (say, "c" for "children") and then use "(total) less (what I've already accounted for)" (in this case, "2200 − c") for the other group. Using a system of equations, however, allows me to use two different variables for the two different unknowns.
number of adults: a
number of children: c
With these variables, I can create equations for the totals they've given me:
total number: a + c = 2200
total income: 4a + 1.5c = 5050
Now I can solve the system for the number of adults and the number of children. I will solve the first equation for one of the variables, and then substitute the result into the other equation:
a = 2200 − c
4(2200 − c) + 1.5c = 5050
8800 − 4c + 1.5c = 5050
8800 − 2.5c = 5050
−2.5c = −3750
c = 1500
Now I can back-solve for the value of the other variable:
a = 2200 − (1500) = 700
I now have values for both of my two variables. I can look back at my definitions for the variables in order to interpret these values within context. To answer the original question, there were:
1500 children and 700 adults.
Content Continues Below
You will probably start out with problems which, like the one above, seem very familiar. But you will then move on to more complicated problems.
The trick here is to work with the digits explicitly. I'll use "t" for the "tens" digit of the original number and "u" for the "units" (or "ones") digit. I then have:
t + u = 7
The ten's digit stands for "ten times of this digit's value". Just as "26" is "10 times 2, plus 6 times 1", so also the two-digit number they've given me will be ten times the "tens" digit, plus one times the "units" digit. In other words:
original number: 10t + 1u
The new number has the values of the digits (represented by the variables) in reverse order. This gives me:
new number: 10u + 1t
And this new number is twenty-seven more than the original number. The keyword "is" means "equals", so I get:
(new number) is (old number) increased by (twenty-seven)
10u + 1t = (10t + 1u) + 27
Now I have a system of equations that I can solve:
t + u = 7
10u + t = 10t + u + 27
First I'll simplify the second equation:
10u + t = 10t + u + 27
9u − 9t = 27
u − t = 3
After reordering the variables in the first equation, I now have:
u + t = 7
u − t = 3
Adding down, I get:
2u = 10
u = 5
Then t = 2. Back-solving, this means that the original number was 25 and the new number (gotten by switching the digits) is 52. Since 52 − 25 = 27, this solution checks out.
The number is 25.
Affiliate
To find the parabola's equation, you'll plug the values from each of the three (x, y) pairs into y = ax2 + bx + c. This will give you three equations in three unknowns, those unknowns being the coefficients, a, b, and c.
(If they've given you "nice" points like, say, all three intercepts, then life is pretty easy. You'd take the x-intercept values, convert them to factors of the quadratic, and then use the third intercept to find the value of any multiplier. Supposing the x-intercepts are at −3 and +2; then the factors would be x + 3 and x &minus 2, which multiply to x2 + x −6. If you plug zero in for x, you'll get −6. If the y-intercept is actually at y = −12, then you know that you need to multiply through by 2, so the equation is y = 2x2 + 2x − 12. Easy-peasy.
(But what does it look like when they give you not-nice points?)
Affiliate
Recalling that a parabola has a quadratic as its equation, I know that I am looking for an equation of the form ax2 + bx + c = y. Also, I know that points are of the form (x, y). Practically speaking, this mean that, in each of these points, they have given me values for x and y that make the quadratic equation true. Plugging the three points in the general equation for a quadratic, I get a system of three equations, where the variables stand for the unknown coefficients of that quadratic:
a(−1)2 + b(−1) + c = 9
a(1)2 + b(1) + c = 5
a(2)2 + b(2) + c = 12
Simplifying the three equations, I get:
1a − b + c = 9
1a + b + c = 5
4a + 2b + c = 12
I won't display the solving of this problem, but the result is that a = 3, b = −2, and c = 4, so the equation they're wanting is:
y = 3x2 − 2x + 4
You may also see similar exercises referring to circles, using:
x2 + y2 + bx + cy + d = 0
...or other conics, though parabolas are the most common. Keep in mind that projectile problems (like shooting an arrow up in the air or dropping a penny from the roof of a tall building) are also parabola problems, using:
...where h0 is the original height, v0 is the initial velocity, s is the height at time t, usually measured in seconds, and g refers to gravity, being 9.8 if you're working in meters and 32 if you're working in feet).
All of these different permutations of the above example work the same way: Take the general equation for the curve, plug in the given points, and solve the resulting system of equations for the values of the coefficients. Warning: If you see an exercise of this sort in the homework, be advised that you may be expected to know the forms of the general equations (such as "ax2 + bx + c = y" for parabolas) on the next text.
URL: https://www.purplemath.com/modules/systprob.htm
© 2024 Purplemath, Inc. All right reserved. Web Design by