Linear and Quadratic Equations Flashcards
What is a linear equation?
A linear equation is an equation with one or more variables, in which each is raised only to the first power and those variables are not multiplied by one another.
e.g.,
10x + 20 = 30
or
5y - 6x = 14
“Raised to the first power” means we don’t often see the exponent.
How do we maintain equality when solving linear equations?
How can we confirm we got the correct answer?
To maintain equality, whatever we do to one side of the equation, we must do to the other.
To check our work, we can plug in our answer and confirm whether both sides are equal.
What are our two options for solving two variable equations?
Substitution method: Isolate one variable of one equation, then substitute it for that variable in the other equation. We then get a value, which we can use to solve for the other unknown variable.
Combination method: Stack the two equations, then add or subtract the entirety of one equation to (or from) the other.
Note: you can multiply equations by (-1) to make addition or subtraction easier.
What is a coefficient?
The number a variable is multiplied by in an equation.
e.g.,
2x + 5y = 21 (The coefficient of x is 2; the coefficient of y is 5).
or
x + 3 = 4 (The coefficient of x is 1).
How do we approach systems of equations when our coefficients don’t line up?
e.g.,
(1) 4x + 3y = 12
(2) 3x + 2y = 10
We can manipulate one or both of them to make the variables cancel.
e.g., we can multiply (1) by 3 and (2) by 4 to get 12x for both, then cancel through subtraction as normal.
When do we use the substitution method vs. the combination method?
e.g.,
(1) 2x + 4y = 25 and 14x + 7y = 100
(2) 3y = 12 + 6x and 15y + 20x = 5.5
(3) 55x + 10y = 101 and 2x + y = 76
Use the substitution method when you can easily isolate one of the variables.
Use the combination method when you cannot easily isolate one of the variables.
e.g.,
(1) Combination
(2) Substitution
(3) Combination
True or False: we can only substitute single variables, not expressions.
If true, what type of problem is this most common with?
e.g.,
(1) x + y = 12
(2) x + y + 3z = 14
or
(1) 18a + 39b = 21
(2) c + 6a + 13b = 20
False. We can substitute entire expressions into equations.
This is most pertinent when we have two equations, but three variables.
e.g.,
(1) x + y = 12
(2) x + y + 3z = 14 therefore (12) + 3z = 14
and
(1) 18a + 39b = 21
(2) c + 6a + 13b = 20, so c + (7) = 20
What is our approach for problems with fractions?
e.g., (2x/3) - 2y = (5/2)
or
(x/5) - (2y/x) = 3
We multiply both sides by the Least Common Denominator to get rid of the fractions, then solve as we would a normal problem.
e.g., (2x/3) - 2y = (5/2) would be multiplied by (6/1)
or
(x/5) - (2y/x) = 3 would be multiplied by (5x/1).
How do we eliminate a fraction if it is not yet distributed?
e.g., x - 5 = (2/3)(y + 10), how would we eliminate the fraction?
We can distribute the (2/3), then eliminate, or we can eliminate it immediately.
If eliminating before distributing, we do not need to multiply (y+10) by the LCD.
e.g., x - 5 = (2/3)(y + 10), we multiply ( x - 5 ) and (2/3) by the LCD of 3, but not the ( y + 10 ).
See example 15.
What does it mean when we’re asked “what is (x) in terms of (y)?”
How about when we’re asked to “solve for (a) in terms of (b) and (c)?”
What is (x) in terms of (y) means we isolate x and set it equal to some expression of y. So y is the only variable in the answer.
“Solve for (a) in terms of (b) and (c)” means we isolate (a) and set it equal to some expression of (b) and (c), so (b) and (c) are the only variables in the answer.
Note: when all terms in an equation or expression share a common term, you can factor the common factor out.
e.g., 4x + 4y = 16
4 (x + y) = 4(4)
4x + 4y = 19
4 (x+y) = 19
If the product of two integers is 1, what does this indicate?
Either both integers are equal to 1 or both are equal to -1.
What does the Zero Product Property tell us?
If the product of two quantities is 0, one or both of those quantities must be equal to 0.
e.g., If a x b = 0, a or b or both must equal 0.
If (n + 4)(n - 1) = 0, either (n + 4) = 0 or (n - 1) = 0.
In an equation like x(x + 100) = 0, what is a common mistake that we want to avoid?
Don’t divide both sides by x to remove the x outside the parenthesis! YOU CAN’T DIVIDE BY A VARIABLE, AS IT COULD BE 0.
There are two possible solutions, x = 0 and x + 100 = 0.
The mistake is to divide by x, leaving us with one potential solution, x = -100.
Recall the Zero Product Property: if two things multiplied equal 0, at least one of those things must be zero.
*****Can we divide by a variable?
e.g., x(x + 100) = 0
() Confirm
We cannot divide by a variable unless we know it is not 0.
What is a quadratic equation?
What form must it be in before we can factor it?
A quadratic equation is an equation in which the highest power of an unknown variable is 2.
It must be in ax^2 + bx + c = 0 (or general form) before we can factor it.
e.g., x^2 + 2x + 1 = 0
10x^2 = 100x
5c^2 + 10 = 10c - 20
What are factors of a quadratic equation?
Which of the following is in factored form vs. general form:
x^2 + 4x + 4 = 0
(x + 2)(x + 2) = 0
A quadratic equation’s factors are expressions that are multiplied together to produce the original quadratic equation.
e.g., (x + 2)(x + 2) = 0 are the factors for x^2 + 4x + 4 = 0