[latexpage]
It is appropriate that we start off by establishing the universal coordinate system used throughout this chapter, basic, yet crucial to our success to any degree.
The x-axis runs left to right, divided by a y-axis that runs up and down, forming an Origin at the point of contact between the two lines. To the right and above this origin, on the x-axis and y-axis respectively, is considered to be positive territory. Running to the left and down, on the x-axis and y-axis respectively, we consider this to be negative territory.
It is the basic standard to run the scale of each axis in the same magnitude. In that I am mean for 1 unit of x, you have 1 unit of y so that a line running from the origin to any point with an equal x and y value (i.e. 3,3) is at a 45 degree angle to the x and y axis respectively.
However, often times, the problems we analyze are not basic, and the (x,y) coordinates are defined to fit our given constraints. For example, say your buddies are analyzing your flight through the air as you launch yourself off a sweet mo-ped jump. Running from left to right they may define your flight with an x-axis defined by time, t (time) as opposed to x, in 1 sec intervals. The y-axis would be denoted with an h (height) rather than a y and divided into 5 ft intervals. This (t,h) coordinate system is the same as the (x,y), just tweaked to fit your unique situation.
The coordinate system can be broken up in to 4 unique “quadrants”. Quadrant 1 is where each of the points have coordinates that are positive. Running from this quadrant, clockwise, you hit Quadrant 2 where the points have a positive x coordinate and negative y coordinate. In Quadrant 3, both coordinates are negative and finally Quadrant 4, the x coordinate is negative and the y coordinate is positive.
While analyzing problems, it is common to want to know what the distance is between two points in a given plane. Given two points, say A(4,2) and A(6,3), we can determine both what the horizontal distance and the vertical distance is between these points. We commonly hear this as the “change in x” or “change in y”, more formally notated as $\Delta x$ and $\Delta y$, delta being a greek letter meaning “change in”. Using the points given, the $\Delta x=6-4=2$ and the $\Delta y=3-2=1$ which leads us to our first general formula for the “change in x” and “change in y” when given two points $A(x_1,y_1)$ and $B(x_2,y_2)$.
\begin{align*}\boxed{\Delta x=x_2-x_1\;and\ \Delta y=y_2-y_1}\end{align*}
Numbers
A real number is a number whose square is a positive number. As an example, the $\sqrt{16}$ is equal to 4, this is real.
On the other hand, an imaginary number is one that has a square that is negative. In each case, the number is reduced to the form:
\begin{align*}\boxed{bi\:where\ b\ is\ a\ real\ number\ and\ i=\sqrt{-1}\;and\ i^2=-1}\end{align*}
For example, $\sqrt{-16}$ is an imaginary number and can be written as 4i. This is done by taking the square root of 16 to be 4 (a real number) and leaving the basis of the imaginary number $\sqrt{-1}$, simplified to i.
Constants
We need many constants to keep track of the multiple variables we have in our real world analysis. A constant is a quantity whose value remains unchanged. Constants can be both numerical and arbitrary. A numerical constant is absolute and maintains it’s value throughout the entirety of a problem, i.e. 1, 2, 7, etc.
On the other hand, an arbitrary constant is one which can be assigned an unlimited set of numerical values which are retained throughout the analysis. To help in organizing and tracking these arbitrary constants throughout our work, it is a must that we denote them using letters, often using primes and/or subscripts to give us more options. For example:
Using primes,
$a^’$ $\;$(read “a prime”),
$a^'”$ $\;$ (read “a double prime”),
$a^”’$ $\;$(read “a third”), are all different constants.
Using subscripts,
$a_1$ $\;$(read “a one”),
$a_2$ $\;$(read “a two), are different constants.
Using both,
$a_1^’$ $\;$(read “a one prime”),
$a_3^”$ $\;$(read “a three double prime”)
all these are different constants.
Quadratic Formula
The general Quadratic form:
\begin{align*}\boxed{ax^2+bx+c=0}\end{align*}
This second order polynomial equation is made up of the variable x and three arbitrary constants a, b, and c. These constants can literally be any number, the only limit is, the constant ‘a’ can never be 0 because the equation would no longer hold the form of a second order polynomial.
There are two values of the variable x that satisfy the general form equation. These solutions, denoted as $x_1$ and $x_2$ , are known as roots, and may or may not be distinct and/or real. We can solve for these roots using the following equation:
\begin{align*}\boxed{x_1,x_2=\frac{-b \pm \sqrt{b^2-4ac}}{2a}}\end{align*}
The term $\sqrt{b^2-4ac$ in the equation above is better known as the discriminant, often times denoted with a $\Delta$ , not to be confused with the term “change in” as defined in a previous section. To get an idea of what roots we are working with, we can use the discriminant:
$when\ \Delta\ is\ positive\ the\ roots\ are\ real\ and\ unequal\\
when\ \Delta\ is\ zero\ the\ roots\ are\ real\ and\ equal\\
when\ \Delta\ is\ negative\ the\ roots\ are\ imaginary$
Moving on with our roots:
Adding $x_1$ and $x_2$ together we have $x_1+x_2=\frac{-b}{a}$
Multiplying $x_1$ and $x_2$, we have $x_1x_2=\frac{c}{a}$
Using these two terms and proofing the Quadratic, we can rewrite the equation as such:
\begin{align*}\boxed{ax^2+bx+c=a(x-x_1)(x-x_2)}\end{align*}
A good practice and to better understand how equations are derived, you can multiply out the right hand side and substitute for the terms $x_1+x_2$ and $x_1,x_2$ as defined above.
Using the discriminant rules stated above, the quadratic can be rewritten:
$If\ \Delta\ is\ positive\ ax^2+bx+c=a(x-x_1)(x-x_2)\\
If\ \Delta\ is\ zero\ ax^2+bx+c=a(x-x_1)^2\\
If\ \Delta\ is\ negative\ ax^2+bx+c=a[(x+\frac{b}{2a})^2+\frac{4ac-b^2}{4a^2}]$
Variables
It’s been a while, let’s hit that dictionary again. A variable is a quantity that has an unlimited amount of values that can be assigned. In many cases, the infinite possibilities of a variable are bracketed within a set of limits. You are probably more familiar with seeing these limits proposed as inequalities:
$-4<x<3$
x is a variable and can be any number between -4 and 3, but not equal to -4 or 3
To include -4 and 3 as possibilities within the limits, you would see the inequality stated as the following,
$-4\leq x\leq3$
You can also have a combination of the limits, one end being “less than”, while the other end can be “greater than or equal to”, that would appear as the following,
$-4\leq x<3$
Multivariable Equations
For the most part, in Engineering we deal with equations with two or more variables.
We can deem a multivariable equation solved when we are able to satisfy the equation by plugging in a given set of values for the unknown variables.
An equation can be either algebraic or transcendental, the difference being, an algebraic equation, of how ever many variables, can be simplified down into the form $ax^my^nz^p$ , where a is a constant and m, n, and p are all positive numbers or zero.
Examples of algebraic equations:
$x^5+x^2y^2-z^2+4x-9=0$
$x^6y^2+3xy^2=-y^4+3x^2+4-x$
The degree of the algebraic equation can be determined by noting the highest degree within the equation. The equations above are 5th degree and 6th degree equations respectively.
An equation that can’t be simplified down in to the form $ax^my^nz^p$ is known as a transcendental equation. Examples of these types of equations are $y=sinx$, $logy=3x$ , and $y=2^x$.
Right Triangle
I will always remember my High School pre calculus teacher educating me with the delightful story of the Indian Tribesman Soh Cah Toa. The story is a long, detailed analysis of a powerful leader to a massive tribe in Middle America. In a nutshell though, Soh Cah Toa dominated to all lengths and from all different angles, and he is coincidentally tied to all the fundamental equations derived from a right triangle.
So just remember Soh Cah Toa, it will lead you to the following fundamental right triangle equations:
\begin{align*}
sin A& =\frac{o}{h}&
csc A& =\frac{h}{o}\\
cos A& =\frac{a}{h}&
sec A& =\frac{h}{a}\\
tan A& =\frac{o}{a}&
cot A& =\frac{a}{o}
\end{align*}
Angles
An angle can be measured in two different ways:
Degree: The unit angle is ${\frac{1}{\text{360}}}$ of a complete revolution. A ${\frac{\text{50}}{\text{360}}}$ of a revolution is written as ${\text{50}{}^{\circ}}$. (${\text{°=}\normalsubformula{\text{50 Degree}}}$)
Circular: The unit angle is an angle whose subtending arc is equal to the radius of that arc, and is called a radian.
The relationship between the two measurements is:
$360 \ degrees = 2\pi \ radians \ (\pi = 3.14)$
If you are asked or need to convert from one measurement to another, the following equations will do the job:
$1 \ degree =\frac{\pi }{180}= .0174 \ radians$
$1 \ radian =\frac{180}{\pi }= 57.29 \ degrees$