mirror of
https://gitlab.com/magicalsoup/Highschool.git
synced 2025-01-23 16:11:46 -05:00
2.0 KiB
2.0 KiB
Unit 3: Solving Equations and Inequailties
Equations
- a
mathematical statement
in which the value on theleft side
equals the value on theright side
of the equal sign
- To
solve
and equation is to find the variable that makes the statement true ### Methods to solve an equation
- Expand and simplify both sides
- Isolate using reverse order of operations
- Check the solution by plugging the variable back into the equation
and check if the
left side
equals theright side
Absolute Values
- There are 2 cases. For this sort of equation, you must split the equation into 2 separate equations. One of the
- equations will have the absolute bracket be positive while the other
negative.
- Absolute values are written in the form \(`| x |`\)
- where
\(` | x | = \begin{cases} x, & \text{if } x > 0\\ 0, & \text{if } x = 0\\ -x, & \text{if } x < 0 \end{cases} `\)
Quadractic Equations
Quadratic Function
: A parabolic graph where the axis of symmetry is parallel to the y-axis
Quadratic Equation
: This function is set equal to0
. The solution to the equation are calledroots
Solve quadratic equation by:
- Isolation
- \(`a(x+b)^2 + k = 0`\)
- Factor using zero-product property
The Zero Factor Property
refers to when \(`a \times b=0`\), then either \(`a=0`\) or \(`b=0`\).
- \(`(x-a)(x-b)=0`\)
- \(`x = a, b`\)
- Isolation
Note:
- \(`\sqrt{x^2} = \plusmn x`\) (There
are 2 possible solutions) - Distrubutive Property
- This is
opening the bracket. \(`a(x+y) =
ax+ay`\)
Tips
Absolute Values
can have 2 solutions
Quadratics
can also have 2 solutions
- Make sure to do the reverse when moving things to the other side,
meaning a positive on the
left side
becomes a negative on theright side