ALL Flashcards
What is a Complex number?
combination of a real number added with an imaginary number (a+bi)
What are Real numbers? Are they a subset of any other types?
All numbers except imaginary (not a subset)
What are Rational Numbers? Are they a subset of any other types?
All numbers that are real (not i) and do not extend forever (pi, Sqrt(2)) - this is a subset of Real numbers
What are Irrational Numbers? Are they a subset of any other types?
Numbers that extend forever (pi, sqrt(2)) - this is a subset of Real numbers.
What are Natural Numbers? Are they a subset of any other types?
Whole, positive numbers (also called Whole Numbers? counting numbers?) - this is the most exclusive subset of numbers.
What are Integers? Are they a subset of any other types?
Whole numbers (includes negatives, I.E. Natural Numbers and their additive inverse). - This is a subset of Real numbers and a subset of Rational Numbers.
What are Imaginary numbers? Are they a subset of any other types?
sqrt of negative numbers, i. (not a subset)
What is a Conjugate?
Two sets of numbers that, for one set are added and the second set subtracted. (2+sqrt(2) and 2-sqrt(2) are conjugates).
You can multiply something by it’s conjugate to get squares (E.G., (x-y)*(x+y) = x^2 - y^2. This becomes even more useful when dealing with complex numbers (5-4i multiplied with it’s conjugate becomes 41)
Sometimes annotated with a line over the variable, sometimes with an asterisk*
What is a quotient?
“results obtained by dividing”
What are other names for the length and angle of a vector?
Length: Magnitude, Absolute Value, Modulus
Angle: Argument note: argument is also the name of the term/expression on which a function operates (e.g. for y=LOGa(x), x is the argument.
What is the Quadratic Formula?
[-b +/- sqrt(b^2 - 4ac)]/2a
Which is the difference between <2, 3> and (2, 3)
<2, 3> is a vector whereas (2, 3) is an ordered pair (which could be a point on a graph rather than the vector from (0, 0) to that point)
What is the equation of a parabola written in Vertex Form?
y = a(x-h)^2 + k (I think this is also called standard form? The other is called the general form..)
the vertex of the parabola is (h, k), and a is where the parabola crosses the y axis (set x=0 and solve).
If the vertex is not known but the “roots” (y=0) are, then you can write the equation as y = a(x-r1)(x-r2) where r1 and r2 are the two roots, then you can expand this to the quadratic formula, use algebra to equate h and k to b and c (a is still a), and then re-write in vertex form.. spoiler alert: h=b/(-2a) and k=c-ah^2. This process is known as “completing the square”
what is the general form of a parabola?
y = ax^2 + bx + c
What are Permutations (probability), and what is the basic equation?
Used when forming a subset and order matters (e.g., listing number of options for filling out a baseball lineup where batting order matters given a certain roster size)
n!/(n-k)! where n = number of options & k = number of selections. (e.g., for a baseball team with 26 players, the number of 9-man lineup permutations is 26!/(26-9)!
)
What are Combinations (probability)
Used when forming a subset and order does not matter (e.g., listing the number of options for starters of a soccer match given a certain roster size)
n!/(k!(n-k)!) where n = number of options and k = number of selections. (e.g. for establishing 11 starters from a 16 man roster - ignoring positions - the number of possible combinations is 16!/(11!(16-11)! )
What is the Euclidean Algorithm and how do you use it?
It is a method for determining the highest possible common divisor. To do it, you divide the larger number by the smaller number which results in a number and a remainder. You then divide the previous denominator by the remainder and continue this until the remainder is 0. At that point, your previous remainder is the highest common divisor.
E.G. for 21 and 35: 35/21=1r14 21/14=1r7 14/7=2r0 so the highest common divisor is 7.
The highest number of possible steps required is 5 times the number of digits in the smaller number, so in the example that would be 5x2, or 10 steps. If you go 10 steps and still have a remainder, the numbers have no common divisor.
What is Least Common Multiple (LCM)?
The lowest number that can be divided by two given numbers.
E.G, the LCM of 45 and 120 is 360
What is an additive inverse
The number you would add to get back to zero. E.G. The additive inverse of 69 is -69
What is a geometric sequence?
In a geometric sequence, any term (other than the first) can be divided by the previous term to obtain a common ratio. The next term is then determined by multiplying by that ratio.
What is an arithmetic sequence?
A sequence where each term differs from the previous term by a constant amount (e.g., 3, 6, 9, 12,…)
An=n(x) where x is the difference in each step (3 for the example above)
What is a Fibonacci sequence?
A sequence where each term is the sum of the two previous terms, and the first two terms are both 1
(1, 1, 2, 3, 5, 8,…)
What is a Lucas sequence?
A sequence where each term is the sum of the two previous terms, and the first two terms are 1 & 3
(1, 3, 4, 7, 11, …)
What does “Composition of Functions” describe?
using the output of one function as input for another e.g. g(f(x)) ; This is different from g(x)*f(x) or g(x)+f(x)
What is the Associative Process?
States that the sum or product of two real numbers is the same regardless of order.
What does “take the square” mean?
take the square root (not ‘square the value’)
What is the Range of a function?
It describes the possible output of a function (if y=ax+b, the range would be all possible values of y)
What is the domain of a function?
It describes the possible input of a function (if y=ax+b, the domain would be all possible values of x)
If a parabola’s vertex is on the x-axis, what do we know?
We know that (b^2-4ac) = 0 (because there is only one root: [-b^2+/-sqrt(b^2-4ac)] / 2a would solve for the roots, and if b^2-4ac is equal to anything other than zero, then there would be two different answers..)
We know that k=0 (if written in vertex form).
What is the slope of a line perpendicular to the line y=ax+b?
the slope of a perpendicular line must be the negative reciprocal, meaning when multiplied by the slope of the known line, the product must equal -1. So the answer is -1/a
what is the equation for a line in slope-intercept form?
y=ax+b
what is the equation for a line in standard form?
ax+by=c where a is always a positive whole number (must multiply everything by -1 if a is negative, and must multiply by the denominator if it’s a fraction or decimal)
solve for x where y=LOGb(x)
x=b^y
solve for x where y=a^x
x=LOGa(y)
True or False: A logarithm can yield a negative value
True: log(a)=y can be rewritten as a=10^y, so if y can be negative if a is less than 1
True or False: A logarithm can process a negative value
False: log(a)=y can be rewritten as a=10^y, so a will never be negative or zero.
True or False: Log(ax)=Log(a)+Log(x)
True
True or False: Log(a/x)=Log(a)+Log(x)
False: Log(a/x)=Log(a)-Log(x) (minus, not plus)
True or False: Log(ax)=Log(a)*Log(x)
False: Log(ax)=Log(a)+Log(x)
Compute LOG4(32)
2.5: LOG4(32) = LOG(32)/LOG(4)
What is the derivative of 5/(2x^3)?
rewrite as 5/2(x^-3), then the derivative becomes -3(5/2)*(x^-4), which is -15/(2x^4)
How do you determine the equation for the line tangent to a curve at a given point on the curve?
Take the derivative of the function, then plug in the X value for the point you are interested in. This is the slope of the line. You then plug that X into the original equation to determine Y for that X: you now know the slope of the line and one point that the line crosses through so you can use that to determine the y-intercept and write the line in slope-intercept form.
eg. if f’(x) @ x=3 = (2/3) and f(x) @ x=3 = 7, we can plug this into the equation to get 7=(2/3)(3)+b, so b=5 making the slope-intercept equation of the line become y=(2/3)x+5
How do you determine the instantaneous rate of change of a line?
Take the derivative of the equation and plug in the x for the given point of interest (same as determining the slope of the tangent line at that point)
What is the equation to determine the average rate of change of a function over a given interval?
[f(a+h)-f(a)]/h where a=starting point and h=difference between starting and ending point (e.g. if finding the average from x=2 to x=5, a=2, h=3). THERE IS NO NEED TO TAKE A DERIVATIVE! This uses the ‘position’ function and estimates average velocity change without using calculus.
If the equation represents position, this is literally just finish position minus starting position divided by time to get from start to finish, which would be your average speed (velocity) over that distance.
How do you determine the maximum value of an equation?
Take the derivative and set it = 0. The derivative is the rate of change, so any time a function reaches a max/min, the slope of the line will be 0 at that point so you can find all max/mins by setting the derivative = 0.
How do you determine max/min point of a function, and how do you know if those points are local maximums or minimums?
Take the derivative and set it equal to zero to find local max/mins, then take another derivative and plug in those Xs to determine if the slope was positive or negative.
If the second derivative at that point is negative, it’s a local maximum, and if the second derivative is positive it’s a local maximum.
What is lim(x->2) asking
What does the function approach as x goes to 2 from the right side of x (i.e. counting backwards).
If you want to know the limit as you approach from the “left” (counting forwards) you would write lim(x->2^-) where there is a minus in the exponent position to indicate you want to approach it from the left.
How do you write the equation for a secant line?
You would be asked to find the secant line through two x values, so just solve the equation for those given values to find the corresponding y values. At that point you have two known points of a line and you just write the equation for that line (solve for the rise/run (m) between those two points, then use one point to solve for b and you’ll have y=mx+b)
What is the point of a secant line?
Secant lines are intro to calculus. you pick two points on a curve and determine the slope, then continue moving one point towards the other and watch what the slope does as you approach. This is equivalent to taking a derivative, but assumes you don’t yet know how to do that.
What is the difference between hyperbolic geometry and euclidean geometry?
1) Where Euclidean geometry says that, for a given line and a point not on that line, there exists only one line which can run through point P and be parallel to the line, hyperbolic geometry says there are at least two parallel lines, plus an infinite level of ultra-parallels (which I envision as projections onto the original two lines, but I don’t fully understand yet)
2) the sum of all angles in a triangle must be LESS than 180 (they must equal 180 for Euclidean geometry). In fact, you can use the formula pi-(sum of the angles) to calculate the surface area of a polygon in hyperbolic geometry.
Define Similar and Congruent
These terms are used in reference to geometry. Congruent means exactly the same (same size and shape). Similar means same shape (angles) but different sizes.
What is the difference between elliptic geometry and euclidean geometry?
Elliptic geometry is basically spherical geometry, which is, for the most part, opposite of hyperbolic geometry.
One key difference is that Euclidean says there can only be one line that goes through point P that is not on line L which is parallel to line L, but elliptic geometry says no parallel lines exist (picture drawing two lines around a sphere - eventually they have to cross twice)
What is the equation of a circle with a center point of (5,3) and a radius of 7?
(x-5)^2+(y-3)^2=49 (the equation is (x-h)^2+(y-k)^2=r^2
What are the lifespan requirements for engineering facilities?
80 years or more for the building, 20-40 years for the “support” equipment (HVAC, Boilers, etc.)
What is the art and science of measurement and control of the process variables in a production or manufacturing area?
Instrumentation
What does an Ammeter measure?
electrical current (amps!) in a circuit.
can consider Ammeter to be the shortened version of Amp-meter
What does a Voltmeter measure?
voltage or potential difference between two points in a circuit
What does an Ohmmeter measure?
electrical resistance through a circuit
What is the process of manufacturing a material in multiple layers to achieve improved properties (strength, sound insulation, etc) in a composite material called?
Lamination. This is an example of molding.
What manufacturing processes is inkjet printing an example of?
imaging and coating
What manufacturing process is shell molding an example of?
Casting - it uses an expendable sand mold
What manufacturing process is stamping an example of?
Forming
In programing, what is the difference between “while” and “do..while”
“while” checks for a given condition before executing a statement.
“Do…while” allows for execution of a loops before checking a condition
What does a Break Statement do in programming?
It forces a stop to a loop and resumes programming at the next statement.
What does a Continue Statement do in programming?
It forces the next iteration of a loop to begin without processing the remaining statements within the loop.
If a molecule accepts H+ ions, is it an acid or a base?
It’s a base: higher acidity means more hydrogen ions, so if a molecule is accepting additional hydrogen it must be more basic.
If a molecule is an H+ donor, is it an acid or a base?
An H+ donor is an acid
Which theory states that acids are substances that produce Hydrogen ions and bases produce hydroxide ions?
Lewis, Arrhenius, or Bronsted-Lowry
Arrhenius Theory
An Arrhenius acid increases the number of protons in a solution.
HCL dissolved in water is an Arrhenius acid because Hydrogen and Chloride disassociate in solution.
Which theory states that acids are proton donors and bases are proton acceptors?
Lewis, Arrhenius, or Bronsted-Lowry
Bronsted-Lowry Theory
Which theory states that acids are electron pair acceptors and bases are electron pair donors?
Lewis, Arrhenius, or Bronsted-Lowry
Lewis Theory
What is the hydronium ion concentration if pH=1? what about pH=3?
pH=-LOG(H+) so H+=10^(-pH)
pH=1 corresponds to a concentration of 0.1 moles/L (10^-1)
pH=3 corresponds to a concentration of 0.001 moles/L (10^-3)
What is the pH of something described as alkaline?
greater than 7 (7 is neutral, less than 7 is acidic. greater than 7 may also be described as basic..)
How do you calculate pH if you know the concentration of hydrogen ions?
pH = -log(H+)
Which of the following is the color range change for Bromthymol Blue, and what colors does it change from/to?
- 0-9.8
- 0-7.6
- 8-5.4
- 1-4.4
6.0-7.6, changes from yellow (acidic) to blue (basic)
Which of the following is the color range change for Phenolphthalein, and what colors does it change from/to?
- 0-9.8
- 0-7.6
- 8-5.4
- 1-4.4
8.0-9.8, changes from colorless (acidic) to pink (basic)
Which of the following is the color range change for Bromcresol Green, and what colors does it change from/to?
- 0-9.8
- 0-7.6
- 8-5.4
- 1-4.4
3.8-5.4, changes from yellow (acidic) to blue (basic)
Which of the following is the color range change for Methyl Orange, and what colors does it change from/to?
- 0-9.8
- 0-7.6
- 8-5.4
- 1-4.4
3.1-4.4, changes from red (acidic) to yellow (basic)