MATH1051 Calculus and Linear Algebra I - Lecture Workbook Solutions
How to Use This Workbook
- This workbook is designed for lectures, tutorials, and lab sessions.
- It contains exercises, definitions, and examples to be completed during lectures.
- The completed workbook serves as a study guide for assignments and exams.
- Attending lectures is crucial.
- The calculus part of the course uses "Calculus (8th edition)" by James Stewart as a reference text.
- The workbook often refers to this text for definitions, theorems, and examples.
- The linear algebra part of the course has no set text, but "Elementary Linear Algebra (11th edition)" by Howard Anton is recommended.
- Additional course information can be found on Blackboard at http://blackboard.elearning.uq.edu.au
Numbers
Number Systems
- Mathematics relies on fundamental structures like numbers, sets, shapes, vectors, and complex numbers.
- Numbers are crucial building blocks for equations and inequalities used to solve abstract and applied problems.
Common Subsets of R (Real numbers)
- R: Set of real numbers, represented by finite or infinite decimal expansions.
- N: Set of natural numbers
- Z: Set of integers
- Q: Set of rational numbers, expressible in the form where p, q ∈ Z and .
- Irrational numbers are real numbers that cannot be expressed as a ratio of integers (e.g., , , , , ).
Real Number Line and Ordering on R
- The real number system can be visualized as points on a line with positive direction to the right and 0 as the origin.
- Real numbers are ordered: for any two real numbers a and b, exactly one of the following holds: a > b, a < b, or a = b.
- Symbols '
- Geometrically, a < b means a lies to the left of b on the number line.
- means either a < b or .
Definition: Intervals
- An interval is a set of real numbers representing a segment of the real number line.
- Open Interval: For a < b , the open interval from a to b is denoted as (a, b) = {x ∈ R | a < x < b} (endpoints not included).
- Closed Interval: For a < b , the closed interval from a to b is denoted as (endpoints included).
- Half-Open Intervals: [a, b) = {x ∈ R | a ≤ x < b} and (a, b] = {x ∈ R | a < x ≤ b} .
- Infinite Intervals: , (-∞, a) = {x ∈ R | x < a} , , (a, ∞) = {x ∈ R | a < x} .
- .
- can never be included in an interval.
Absolute Value
- Definition:
Examples
Properties of Absolute Value
- (i)
- (ii) (positive square root)
- (iii) , , with a ≠ 0 for nonpositive n.
- (iv) (triangle inequality)
Convention for
- For a > 0 , always denotes the positive solution of .
- Thus, .
- Solutions to for a > 0 are .
Complex Numbers
- Introduced in the 16th century to obtain roots of polynomial equations.
- A complex number is of the form where and i is a symbol satisfying .
- x is the real part of z, and y is the imaginary part of z.
- The set of all complex numbers is denoted C.
- Example: .
Example
- The real part of is 3, and the imaginary part is -2 (not ).
- Complex numbers can be added and multiplied by replacing with -1.
- Example: .
Example: Simplify (3 − 2i)(1 + i)
Example: Suppose a, b ∈ R. Simplify (a + bi)(a − bi)
- Complex Conjugate: If is a complex number, the complex conjugate of z is , denoted as .
- Example: The complex conjugate of is .
- is always a real number.
Example: Simplify
- Multiply top and bottom by the complex conjugate of the denominator:
- A polynomial of degree n always has n complex roots (counted with their correct multiplicity).
- Every quadratic has two roots.
Example: Find the roots of
- Using the quadratic formula:
- Completing the square:
Polar Form
- Real numbers are represented on the real line.
- A complex number is represented by a point in the complex plane (horizontal axis = real axis, vertical axis = imaginary axis).
- z can be specified by length r (modulus) and angle θ (argument).
- r is the modulus of z, denoted as , measuring the distance of z from the origin.
- θ is the argument of z.
- Relationships:
Example: Write z = 1 + i in polar form
- Modulus: .
- Argument: .
Euler’s Formula
- Euler’s formula states that for any real number θ:
- Every complex number can be represented in polar form as . This requires defining the exponential function for complex arguments.
Functions
Definition: Function, Domain, Range
- Let X and Y be subsets of R.
- A function is a rule assigning each element to exactly one element , called the value of f at x.
- X is the domain of f.
- is the range of f, also written range(f).
- The range of f, f(X), is a subset of Y.
- The range is the set of all possible values of as x varies throughout the domain.
- f(X) is not necessarily equal to all of Y.
Example
- The function such that is a function with domain R.
- The range is given by:
Example
g : (-6, 7) → R
g(x) =
{-5, -6 < x < 0
-π, x = 0
x, 0 < x < 7
- Domain of g is the open interval .
- Range: .
Graphs
- A function can be represented by drawing its graph, which is the set of all points in a plane where .
Convention (Domain)
- An expression like "the function " means the function f with .
- When the domain is not specified, it is taken to be the largest subset of R on which the rule is defined (and gives a real output).
- For , the domain would be .
Vertical Line Test
- Not every curve represents the graph of a function.
- For each x in the domain, there must correspond exactly one y in the range.
- In the graph of a function, any vertical line must cut the graph in at most one point.
- The equation of a circle does not give rise to a function on any domain intersecting .
Example
- Both (the top half of the circle) and (the bottom half of the circle) are functions of x.
- .
- , .
Exponential Functions
- An exponential function is of the form , where the base a is a positive constant, and x is the exponent or power.
- One common exponential function is .
- Exponential functions are useful for modeling population growth (base a > 1) and radioactive decay (base 0 < a < 1).
Example
- The half-life of strontium-90, , is 29 years, meaning half of any quantity will disintegrate in 29 years.
- If the initial mass is 24mg, the expression for the mass remaining after t years is:
Mass remaining at time t:
Initial mass:
Half-life:
So,
Thus, , for .
For mg, years, .
Composition of Functions
- Let f and g be two functions.
- The composition of f and g, denoted , is defined by .
Example
- Their compositions are given by:
- In general, .
One-to-One (1-1) Functions
- A function is said to be one-to-one (1-1) or injective if, for all , .
- Equivalently: .
- On the graph of f, any horizontal line cuts through the curve in at most one place.
Example
- Show that the function f defined by is 1-1.
- The domain of f is R.
- Need to show that for any .
- Therefore, f is 1-1.
Inverse Functions
- Let be a 1-1 function.
- For each (the range of f), there is a unique x with .
- Define the inverse function by .
- So .
- The inverse function reverses the direction of the mapping: but .
- f must be 1-1 in order that be a function.
How to Find \f^{-1}
- To find , solve for x in terms of y.
Example
- Find if
- f is 1-1.
- and
- , so .
Solve for x in terms of y:
So, .
The name of the variable is irrelevant, so we can write .
To obtain the graph of , we reflect the graph of about the line .
Example
- is not 1-1 and therefore has no inverse.
- However, gives a 1-1 function with range .
- The inverse of this function is then .
- Similarly, the negative half of the function is 1-1, with inverse .
- This technique is often used when the function is not 1-1 over its entire domain: just take a part where it is 1-1 and determine the inverse for that part.
Logarithms
- Logarithms are the inverse functions of the exponential functions.
- From the graph of (a ≠ 1, a positive constant), we see that it is 1-1 and thus has an inverse, denoted .
- From this definition we have the following facts:
a^{\loga x} = x \quad \forall x > 0
Domain of is and its range is R.
Natural Logarithm
- Now we set (Euler’s number = 2.71828 . . .).
- The inverse function of is .
Properties
- Using exponent laws, together with the fact that is the inverse function of , we can prove the following. For x, y > 0, we have:
- ;
- ; and
- .
Note .
Proof property (1)
- Let . By definition of inverse function this means .
- Let , so .
It follows that .
Thus .
The other properties are proved similarly.
Example: Bacteria Population
- If a bacteria population starts with 100 bacteria and doubles every 3 hours, then the number of bacteria n after t hours is given by the formula .
(a) Find the inverse of this function and explain its meaning.
(b) When will the population reach 50000?
Solution:
a
If , then
Taking the natural logarithm of both sides gives
So,
The inverse function describes how long it will take to obtain n bacteria.
b
Substituting gives hours.
Inverse Trigonometric Functions
- The function is 1-1 if we just define it over the interval .
- The inverse function for this part of is denoted .
- is defined on the interval and takes values in the range .
- Similarly, is 1-1 on the interval and its inverse function is denoted .
- The function is defined on and takes values in the range .
- Also, is 1-1 on the open interval with inverse function denoted by .
- Hence has the domain with values in the range .