Intervention Calculus Comprehensive Study Notes - Dr. Lopez
Real Number System
The real number system is a hierarchical classification of numbers used in calculus and mathematics. It is categorized as follows:
- Real Numbers: The overarching set containing all rational and irrational numbers.
- Rational Numbers: Defined as the ratio of two integers. These numbers are either terminating or repeating decimals.
- Examples provided: 5, 33, 0.5, 1.23, 3.3
- Integers: Counting numbers including zero and their negative counterparts.
- Set representation: {…,−3,−2,−1,0,1,2,3,…}
- Whole Numbers: Positive counting numbers including zero.
- Set representation: {0,1,2,3,…}
- Natural Numbers: Positive counting numbers starting from 1 (excludes 0).
- Set representation: {1,2,3,…}
- Irrational Numbers: Numbers that cannot be written as a fraction. They are non-terminating and non-repeating.
- Examples: π, 2, 3, 5
Basic Laws of Natural Numbers and Equality
Laws for Addition
- Closure Property: If a and b are natural numbers, then a+b=c, where c is also a natural number.
- Commutative Property: The order of addition does not change the sum: a+b=b+a.
- Associative Property: The grouping of numbers does not change the sum: a+(b+c)=(a+b)+c.
- Closure Property: If a and b are natural numbers, then a×b=c, where c is also a natural number.
- Commutative Property: The order of multiplication does not change the product: a×b=b×a.
- Associative Property: The grouping of factors does not change the product: a×(b×c)=(a×b)×c.
- Distributive Property: Multiplication distributes over addition: a×(b+c)=(a×b)+(a×c).
Basic Laws of Equality
- Reflexive Property: A value is always equal to itself: a=a.
- Symmetric Property: If the first value equals the second, the second equals the first: If a=b, then b=a.
- Transitive Property: If two values are both equal to a third value, they are equal to each other: If a=b and b=c, then a=c.
- Addition Property of Equality: If a=b and c=d, then a+c=b+d.
- Multiplication Property of Equality: If a=b and c=d, then a×c=b×d.
Laws of Exponents
Exponents follow specific rules for simplification and manipulation:
- Product Rule: am×an=am+n
- Quotient Rule: anam=am−n
- Power of a Power Rule: (am)n=amn
- Power of a Product Rule: (ab)m=ambm
- Power of a Quotient Rule: (ba)m=bmam
- Zero Exponent Rule: a0=1
- Negative Exponent Rule: a−m=am1
- Fractional Exponent Rule: anm=nam
Properties of Logarithms
Logarithms are the inverses of exponential functions and follow these operational rules:
- Product Rule: logb(xy)=logbx+logby
- Quotient Rule: logb(yx)=logbx−logby
- Power Rule: logb(xn)=nlogbx
- Change of Base Rule: logbx=logablogax or logbx×logab=logax
- Zero Rule: logb(1)=0
- Identity Rule: logb(b)=1
- Equality Rule: If logbx=logby, then x=y
- Inverse Rules: blogbx=x and logb(bx)=x
- Reciprocal Rule: logx1=−log(x−1) (Note: Slide lists this as logx1=−log(x), representing the internal reciprocal property).
Properties of Radicals
- Product of Radicals: nab=nanb
- Quotient of Radicals: nba=nbna
- Root of a Root: nma=nma
- Power of a Radical: nam=(na)m
- Index Power Cancellation: nan=a
- Odd Index Negative Root: n−a=−na for odd numbers n
Algebraic Terms and Polynomials
Key Definitions
- Variable: A letter that denotes a real number.
- Algebraic Expression: Formed by combining variables and real numbers using addition, subtraction, multiplication, division, powers, or roots.
- Polynomial: An expression of the form anxn+an−1xn−1+…+a1x+a0, where coefficients are real numbers.
- Degree: The highest power of the variable present in the polynomial.
Classification Examples
- 3x2: Degree 2
- 7x+5: Degree 1
- x3+3x2−x+1: Degree 3
- 6x2−4x+7: Degree 2
- x: Degree 1
Classification by Terms
- Monomial: One term (e.g., 5x7)
- Binomial: Two terms (e.g., 8x6−1)
- Trinomial: Three terms (e.g., −3x2+x−1)
- Polynomial: Many terms (e.g., 5x3−2x2+3x−6)
Classification by Degree Names
- Constant: Degree 0 (e.g., 5)
- Linear: Degree 1 (e.g., 2x+1)
- Quadratic: Degree 2 (e.g., 3x2−5x−3)
- Cubic: Degree 3 (e.g., x3−x2+x+1)
- Fourth-degree: Degree 4 (e.g., 7x4+3x3−7x+8)
Algebraic Operations
Rules for Signage (Assuming a>b)
- Addition:
- +a+(+b)=+(a+b)
- −a+(−b)=−(a+b)
- Numbers with opposing signs are subtracted, and the result carries the sign of the larger number.
- Subtraction:
- +a−(+b)=+(a−b)
- −a−(−b)=−(a−b)
- +a−(−b)=+(a+b)
- −a−(+b)=−(a+b)
- Multiplication:
- (+a)(+b) = +(a & b)
- (-a)(-b) = +(a & b)
- (+a)(-b) = -(a & b)
- (-a)(+b) = -(a & b)
- Division:
- (+a)/(+b)=+(a/b)
- (−a)/(−b)=+(a/b)
- (+a)/(−b)=−(a/b)
- (−a)/(+b)=−(a/b)
Polynomial Operations
Addition and Subtraction
- Addition: Combine like terms.
- Example: (x2−x+5)+(6x2+2x−10)=7x2+x−5
- Subtraction: Rewrite the subtraction as addition by changing signs of terms in the subtrahend, then combine like terms.
- Example: (3x2−8x+7)−(2x2−6x+12)=(3x2−8x+7)+(−2x2+6x−12)=x2−2x−5
Multiplication
- Involves distributive property across all terms.
- Example: (4x−3)(5x2−2x−1)
- Step 1: 4x(5x2−2x−1)=20x3−8x2−4x
- Step 2: −3(5x2−2x−1)=−15x2+6x+3
- Step 3: Combine: 20x3−23x2+2x+3
Division
- Can be performed via long division.
- Example: (x3+7x2+10x−6)÷(x+3)
- (x3+3x2) subtracted from top results in 4x2+10x
- (4x2+12x) subtracted results in −2x−6
- −(−2x−6) results in 0
- Quotient: x2+4x−2
Factorization and Special Products
Special Products
- Product of sum and difference: (x+y)(x−y)=x2−y2
- Square of a binomial (sum): (x+y)2=x2+2xy+y2
- Square of a binomial (difference): (x−y)2=x2−2xy+y2
- Cube of a binomial (sum): (x+y)3=x3+3x2y+3xy2+y3
- Cube of a binomial (difference): (x−y)3=x3−3x2y+3xy2−y3
Factoring Techniques
- Difference of Squares: x2−y2=(x+y)(x−y)
- Perfect Square Trinomials:
- x2+2xy+y2=(x+y)2
- x2−2xy+y2=(x−y)2
- Sum of Cubes: x3+y3=(x+y)(x2−xy+y2)
- Difference of Cubes: x3−y3=(x−y)(x2+xy+y2)
Practice Exercises
Exponent Practice
- 3×43
- 4x3×2x3
- x5×x3
- 2x3×2x2
- 65/63
- x5y6/xy2
- x7y5/xy4
- 80
- −(9x)0
- (x2y)4
- 16xy4/8x4y2
- 20xy5/5x3y
- (2cd4)2(cd)5
- (2fg4)4(fg)6
Logarithm Practice
- 4log3−4log8
- log2+log11+log7
- lnx−4lny
- 6log3+6log3v
Factorization Practice
- 3x2−2x−5
- 10m2+17m+6
- 121a2−66ab+9b2
- 10u3−130u2+400u
Complex Simplification
- 3x−31x+3(x−1)
- 5x−2(x2−7x2)
- x−5x2−10x+25
- x+1x2−4x−5
- 2x4x3−6x2
- x2+6x+5x2−2x−3