MEM23004 - Task 1 - Knowledge Questions #1

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 31

MEMp23004 Apply Tec

Assessment Task 1 Knowledge Qu

nadzsilvasoriano
MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 0 of 31
Qualification Details:
Training Package Code & Title: RII – Resources and Infrastructure Industry Training Package
Qualification National Code & Title: RII50520 – Diploma of Civil Construction Design
Unit National Code & Title: MEM23004 – Apply Technical Mathematics
Assessment Title: Assessment Task 1 – Knowledge Questions

Student Details:

Full Name: Nadine Marie Silva-Soriano

Student ID: ACMi0896

Purpose of Assessment:
The purpose of this assessment is to evaluate individuals' proficiency in a broad range of mathematical
and engineering skills, along with their knowledge of relevant concepts. These skills include:
 using engineering software
 working with different number systems
 analyzing functions
 applying sequences and series
 handling two-dimensional vectors
 solving problems involving complex numbers
 utilizing matrix analysis,
 assessing probability, and
 conducting stability analysis

The assessment aims to ensure that individuals are well-equipped to excel in engineering and related
fields by testing both practical skills and theoretical knowledge.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 1 of 31
Assessment plan

The student must be assessed as satisfactory in the following tasks to demonstrate competence in
various ways.

Evidence number / Assessment method / Type of Detail/Task Instructions/Description


Task number evidence / Task name

Assessment Task 1 Knowledge Questions 1 (KQ) written questions – Individual Task


Assessment Task 2 Knowledge Questions 2 (KQ) written questions – Individual Task

Assessment Task 3 Occasion 1 Engineering Problem Solution - Software

Assessment Task 4 Occasion 2 Engineering Problem Solution

Assessment Submission Method: Online submission via Learning Management System (LMS)

Instructions for the student:


 All knowledge tests are untimed and are conducted as open-book assessments (this means
you can refer to your textbook during the test).
 You must respond to all questions. Be concise, to the point and write answers within the word
limit given to each question. Do not provide irrelevant information. Remember, quantity is not
quality.
 You may handwrite or use a computer to answer the questions.
 You must complete the task independently and write your responses in your own words.
 Do not start answering questions without understanding what is required. Read the questions
carefully and critically analyze them for a few seconds; this will help you to identify what
information is needed in the answer.
 Your answers must demonstrate an understanding and application of the relevant concepts and
critical thinking.
 Use non-discriminatory language. The language used should not devalue, demean, or exclude
individuals or groups based on attributes such as gender, disability, culture, race, religion,
sexual preference or age. Gender-inclusive language should be used.
 When you quote, paraphrase, summarize or copy information from other sources to write your
answers or research your work, always acknowledge the source.
 Where a student’s answers are deemed not satisfactory after the first attempt, a resubmission
attempt will be allowed
 No marks or grades are allocated for this assessment task. The outcome of the task will be
Satisfactory or Not Satisfactory.
 As you complete this assessment task, you are predominately demonstrating your written skills
and knowledge to your trainer/assessor.
 The student may speak to their trainer/assessor if they have any difficulty in completing this
task and require reasonable adjustments.
 For more information, please refer to the Training Organization’s Student Handbook.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 2 of 31
Student Declaration:

 I have read and understood the information in the Unit Requirements before commencing
this Student Pack.
 I understand the consequences of plagiarism and that a false declaration is a form of
malpractice.
 I declare that the answers I have provided are my work. Where I have accessed
information from other sources, I have provided references and/or links to my sources.
 I have kept a copy of all relevant notes and reference material that I used as part of my
submission.
 I have provided references for all sources where the information is not my own. I
understand how the assessment is structured. I accept that the work I submit may be
subject to verification to establish that it is my own.
 I understand that if I disagree with the assessment outcome, I can appeal the assessment
process, and either re-submit additional evidence undertake gap training, or have my
submission re-assessed.
 All appeal options have been explained to me.
 For assessment, I give the trainer/assessor permission to:
Reproduce this assessment and provide a copy to another member of staff; and
Take steps to authenticate the assessment, including communicating a copy to a
plagiarism-checking service (which may retain a copy of the assessment on its database for
future plagiarism checking).

Student Signature:

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 3 of 31
Assessment Task 1: Knowledge Questions # 1

Complete the following calculations and solve the given problems.

Provide your response to each question in the box below.

Problems:
Number Systems: Decimal, Binary, Hexadecimal

Question 01: Satisfactory Response


Explain the decimal number system.
Yes No
The decimal number system, also known as the base-10 system, is the most widely used number system in the
world. It is the system we use in our everyday lives for counting, arithmetic, and representing quantities. The
word "decimal" comes from the Latin word "decem," which means ten, and that's because the system is based
on powers of 10. Here's how the decimal number system works:

1. Digits: In the decimal system, there are ten digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. These digits are used to
represent all numbers.

2. Place Value: The position of each digit in a decimal number has a specific place value, which is a power of 10.
The rightmost digit has a place value of 10^0, the next one to the left has a place value of 10^1, the next 10^2,
and so on. This means that each digit's value is determined by multiplying it by its place value and then summing
up these values.

3. Example: Let's take the decimal number 725 as an example. In this number:
- The rightmost digit '5' is in the ones place, so its value is 5 * 10^0 = 5.
- The digit '2' is in the tens place, so its value is 2 * 10^1 = 20.
- The leftmost digit '7' is in the hundreds place, so its value is 7 * 10^2 = 700.

To get the overall value of the number, you add up these values: 700 + 20 + 5 = 725.

4. Decimal Point: The decimal point is used to represent fractional parts of numbers. To the right of the decimal
point, the place values are powers of 10 with negative exponents. For example, the digit immediately to the
right of the decimal point is in the tenths place (10^-1), the next to the right is in the hundredths place (10^-2),
and so on.

5. Example with fractions: In the decimal number 3.75:


- The digit '3' is in the ones place, so its value is 3 * 10^0 = 3.
- The digit '7' is in the tenths place, so its value is 7 * 10^-1 = 0.7.
- The digit '5' is in the hundredths place, so its value is 5 * 10^-2 = 0.05.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 4 of 31
Adding these values together: 3 + 0.7 + 0.05 = 3.75.

The decimal system's simplicity and familiarity make it well-suited for everyday calculations, such as addition,
subtraction, multiplication, and division. It's also widely used in various fields, including finance, science,
engineering, and many other disciplines.

1.1: Express 929110 in base 10 form.

929110 = 9000+200+90+1
9(10)3+2(10)2+9(10)1+1(10)0

Question 02: Satisfactory Response

Explain the binary number system. Yes No


The binary number system, also known as the base-2 system, is a fundamental numeral system used in
mathematics and digital technology. Unlike the decimal system, which uses ten digits (0-9), the binary system
uses only two digits: 0 and 1. These binary digits, often referred to as "bits," are the building blocks of all digital
data and computing.

Here's how the binary number system works:

1. Binary Digits (Bits): As mentioned earlier, the binary system consists of only two digits: 0 and 1. Each digit is
called a "bit." These bits are used to represent information in a binary format.

2. Place Value: Similar to the decimal system, the binary system assigns a place value to each digit based on
powers of 2. The rightmost digit represents 2^0 (1), the next one to the left represents 2^1 (2), the next 2^2 (4),
and so on. Each place value is twice the value of the one to its right.

3. Example: Let's take the binary number 1101 as an example. In this number:
- The rightmost digit '1' is in the ones place, so its value is 1 * 2^0 = 1.
- The next '0' is in the twos place, so its value is 0 * 2^1 = 0.
- The next '1' is in the fours place, so its value is 1 * 2^2 = 4.
- The leftmost '1' is in the eights place, so its value is 1 * 2^3 = 8.

To calculate the overall value of the binary number, you add up these values: 8 + 4 + 0 + 1 = 13 (in decimal).

4. Binary Operations: Binary numbers are fundamental in digital computing because they can represent two
states: 0 for off or false, and 1 for on or true. These binary values are used in various operations, such as
addition, subtraction, multiplication, and division, as well as logical operations like AND, OR, and NOT.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 5 of 31
5. Binary to Decimal Conversion: You can convert a binary number to its decimal equivalent by multiplying each
digit by the corresponding power of 2 and summing up the results, as shown in the example above.

6. Applications: The binary system is the foundation of all digital technology, including computers, smartphones,
and digital communication systems. In computers, data is stored and processed using binary code, with each bit
representing a binary digit. This allows computers to manipulate and process data in a way that is ultimately
based on binary arithmetic.

Understanding the binary system is essential for anyone working with digital technology, as it forms the basis of
how data is stored, processed, and transmitted in the digital world.

2.1: Express 20010 as a binary number.

20010 = 128+72
20010 = 128+64+8
20010 = 27+26+23

20010 = 1x27+1x26+0x25+0x24+1x23+0x22+0x21+0x20
20010 = (11001000)2

Question 03: Satisfactory Response


Yes No
Define hexadecimal System?
Hexadecimal, often abbreviated as "hex," is a numeral system with a base of 16. It is used as a convenient way
to represent binary data and is commonly employed in computer science, mathematics, and engineering for a
variety of purposes, including programming, memory addressing, and data storage. Hexadecimal uses the digits
0-9 for values 0-9, and the letters A-F (or a-f) for values 10-15. Here's how the hexadecimal system works:

1. Digits: In the hexadecimal system, there are 16 unique digits:


- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 (representing values 0-9)
- A, B, C, D, E, F (or a, b, c, d, e, f) (representing values 10-15)

2. Place Value: Similar to the decimal system, each digit's value in a hexadecimal number is determined by its
position, which has a place value based on powers of 16. The rightmost digit represents 16 0 (1), the next one to
the left represents 161 (16), the next 162 (256), and so on.

3. Example: Let's take the hexadecimal number 1A3 as an example. In this number:
- The rightmost digit '3' is in the ones place, so its value is 3 * 160 = 3.
- The 'A' is in the sixteens place, representing 10 in decimal, so its value is 10 * 161 = 160.
MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 6 of 31
- The leftmost '1' is in the 256s place, so its value is 1 * 162 = 256.

To calculate the overall value of the hexadecimal number, you add up these values: 256 + 160 + 3 = 419 (in
decimal).

4. Binary Representation: Hexadecimal is often used as a compact and human-readable representation of binary
data. Each hexadecimal digit corresponds to exactly four binary digits (bits). For example, the hexadecimal digit
'A' corresponds to the binary '1010', 'F' corresponds to '1111', and '0' corresponds to '0000'. This makes it easier
to work with binary data in a more concise and legible form.

5. Applications: Hexadecimal is widely used in computer programming, especially when dealing with memory
addresses, debugging, and low-level hardware configurations. It is also used in color representation in web
design and graphics, with each pair of hexadecimal digits representing the red, green, and blue (RGB) color
channels.

Hexadecimal is a versatile and important numeral system in the world of computing, as it provides a convenient
bridge between binary and more human-friendly representations of data.

3.1: Convert 14 397 to a hexadecimal number. Satisfactory Response


Yes No

1439710 = 14397/16 = 899.8125 = 899R13


1439710 = 899/16 = 56.1875 = 56R3
1439710 = 56/16 = 3.5 = 3R8
1439710 =3/16 = 0.1875 = 0R3
1439710 = (38313)16
1439710 = (383D)16

Question 04: Satisfactory Response


Convert the following to a decimal number.
a) 1010102 Yes No
b) F9B3

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 7 of 31
Problems:
 Binomials and Polynomials

Question 05: Satisfactory Response


i) What is a binomial? Give two examples.
Yes No
A binomial is a mathematical expression or polynomial that consists of two terms connected by either addition
or subtraction. Binomials are commonly encountered in algebra and probability theory. Each term within a
binomial can be a monomial (a single term) or a polynomial itself. Here are two examples of binomials:

1. Simple Binomial:
- Example 1: x + y
- Example 2: 3a - 2b

In both of these examples, there are two terms separated by either a plus sign (+) or a minus sign (-). These are
binomials because they have exactly two terms.

2. Binomial Expansion:
- Example 3: (x + 2y)3
- Example 4: (a - b)2

In these examples, the binomials are raised to a power, and when expanded, they result in multiple terms.
However, each of these expanded expressions still consists of two terms.

Binomials are important in algebraic expressions, equations, and probability distributions, and they are a
fundamental concept in mathematics. The binomial theorem, for example, provides a formula for expanding
binomial expressions raised to a power, making it easier to work with and simplify such expressions.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 8 of 31
ii) What is a polynomial? Give two examples.

A polynomial is a mathematical expression consisting of one or more terms, where each term is a constant, a
variable raised to a non-negative integer exponent, and possibly multiplied by a coefficient. Polynomials are
widely used in mathematics, science, engineering, and various other fields for modeling, solving equations, and
performing calculations. Here are two examples of polynomials:

1. Simple Polynomial:
- Example 1: 2x3 - 5x2 + 3x - 7

In this example, 2x3, -5x2, 3x, and -7 are all terms of the polynomial. Each term consists of a coefficient (2, -5, 3,
and -7, respectively), a variable (x), and an exponent (3, 2, 1, and 0, respectively). The terms are combined using
addition and subtraction.

2. Quadratic Polynomial:
- Example 2: 4x2 - 6x + 2

This is a quadratic polynomial because the highest power of the variable x is 2 (in the term 4x 2). It contains
three terms: 4x2, -6x, and 2. Each term follows the same format as in the first example.

Polynomials can take various forms, with different degrees (the highest exponent) and coefficients. They are
used to model a wide range of real-world phenomena, from simple curves to complex functions. Polynomial
equations are also solved to find roots (values of x that make the polynomial equal to zero), which has
applications in many areas of science and engineering.

iii) Explain the monomial with an example.


A monomial is a type of mathematical expression that consists of a single term. A term, in this context, is a
combination of a coefficient, a variable, and an exponent, all multiplied together. Monomials are fundamental in
algebra and serve as the building blocks for more complex expressions like polynomials. Here's the general form
of a monomial:

axn

Where:
- a is the coefficient, which is a constant (a numerical value).
- x is the variable.
- n is a non-negative integer exponent.

Here's an example of a monomial:

3x4

In this example, 3 is the coefficient, x is the variable, and 4 is the exponent. This monomial represents the
product of the coefficient 3 and x raised to the fourth power. Monomials can have different coefficients,
variables, and exponents, but they always consist of a single term with this basic structure.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 9 of 31
Question 06: Satisfactory Response
Identify the Monomial, Binomial, Trinomial, Polynomial, and Multinomial from the
following: Yes No
a) 5pq b) 3b + 5c

c) x + y + z d) a2+ 2b
1. Monomial
2. Binomial
3. Trinomial
4. Binomial

Problems:
Exponential and Logarithmic functions required for the engineering application

Question 07: Satisfactory Response


Explain Exponential functions.
Yes No
An exponential function is a mathematical function of the form:

f(x) = a ● bx

Where:
- f(x) is the value of the function at a given x.
- a is a constant, known as the "initial value" or the value of the function when x = 0.
- b is also a constant, called the "base," and it must be greater than zero and not equal to one.
- x is the independent variable.

Exponential functions are characterized by the fact that the variable x appears as an exponent, and they exhibit
rapid growth (when b > 1) or rapid decay (when 0 < b < 1) as x increases or decreases.

Key features and properties of exponential functions include:

1. Initial Value: The constant a represents the initial value of the function at x = 0. It determines where the
function intersects the y-axis.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 10 of 31
2. Base: The base b determines the rate of growth or decay of the function. If b > 1, the function exhibits
exponential growth; if 0 < b < 1, it shows exponential decay.

3. Growth and Decay: Exponential growth occurs when b > 1, and the function increases rapidly as x becomes
larger. Exponential decay occurs when 0 < b < 1, and the function decreases rapidly as x becomes larger.

4. Asymptote: Exponential functions have a horizontal asymptote along the x-axis when b > 1 (for growth) or
along the y-axis when 0 < b < 1 (for decay). The graph approaches, but never touches, this asymptote.

5. Continuous and Smooth: Exponential functions are typically continuous and smooth curves, and they are
defined for all real values of x.

6. Domain and Range: The domain of an exponential function is all real numbers -∞ < x < ∞, and the range
depends on whether it's a growth or decay function.

Examples of exponential functions:

1. Exponential Growth:f(x) = 2x represents exponential growth with a base of 2. As x increases, the function
doubles in value each time.

2. Exponential Decay: f(x) = 0.5x represents exponential decay with a base of 0.5. As x increases, the function
halves in value each time.

Exponential functions have wide-ranging applications in various fields, including finance, biology (e.g.,
population growth), physics (e.g., radioactive decay), and computer science (e.g., algorithms involving
exponential time complexity). They are powerful tools for modeling phenomena that involve rapid change over
time or with respect to some other variable.

7.1: Solve the problems below:

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 11 of 31
Question 08: Satisfactory Response
What are the logarithmic equations?
Yes No
Logarithmic equations are mathematical equations that involve logarithmic functions. Logarithms are the
inverse operations of exponentials, and they help solve equations where the variable is in the exponent. The
most common logarithmic equation is the logarithmic equation with a single logarithmic term. Here's the
general form of a logarithmic equation:

logb(x) = c

Where:
- logb(x) represents a logarithm with base b.
- x is the variable you're trying to solve for.
- c is a constant.

To solve logarithmic equations, you typically use the properties of logarithms and convert them into exponential
equations, then solve for the variable x. Here are some common types of logarithmic equations:

1. Basic Logarithmic Equations:


- log(x) = c, where log denotes the common logarithm (base 10).
- ln(x) = c, where ln represents the natural logarithm (base e).

2. Logarithmic Equations with Different Bases:


- logb(x) = c, where b is any positive base other than 1.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 12 of 31
- ln(x) = c, using the natural logarithm.

3. Logarithmic Equations with Multiple Terms:


- Equations that contain multiple logarithmic terms can be solved by combining them, simplifying, and then
converting to exponential form.

Here's a basic example of solving a logarithmic equation:

Example 1:
Solve for x in the equation log(x) = 2.

To solve this equation, you can rewrite it in exponential form:

102 = x

So, x = 100.

In this example, the logarithmic equation is converted into an exponential equation, and you can easily find the
value of x.

8.1: Use of the property of logarithms, solve for the value of x for the equations:

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 13 of 31
Problems:
Trigonometric Equations & Functions

Question 09: Satisfactory Response


Explain about trigonometric function and use the identities for sin (A ± B), cos (A ± B)
and tan (A ± B) to simplify the following: Yes No

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 14 of 31
Problems:
Sequences and Series

Question 10: Satisfactory Response


Write the definition for a sequence and a series and explain the various types of
sequences and series with example. Yes No

Sequence:
A sequence is an ordered list of numbers, usually defined by a formula or a pattern, where each number in the
list is called a term. Sequences can be finite (with a specific last term) or infinite (continuing indefinitely). The
general form of a sequence is denoted as {a₁, a₂, a₃, ...}, where "a₁" represents the first term, "a₂" represents the
second term, and so on.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 15 of 31
Series:
A series is the sum of the terms of a sequence. It is formed by adding up the terms of a sequence, either up to a
specified term (finite series) or to infinity (infinite series). The general form of a series is often denoted as "Σ"
(sigma notation) and written as Σaₙ, where "aₙ" represents the terms of the sequence.

Now, let's explore various types of sequences and series with examples:

Types of Sequences:

1. Arithmetic Sequence:
- An arithmetic sequence is a sequence where each term is obtained by adding a constant value (called the
common difference) to the previous term.
- Example: 2, 5, 8, 11, 14, ...

2. Geometric Sequence:
- A geometric sequence is a sequence where each term is obtained by multiplying the previous term by a
constant value (called the common ratio).
- Example: 3, 6, 12, 24, 48, ...

3. Fibonacci Sequence:
- The Fibonacci sequence is a famous sequence where each term is the sum of the two preceding terms.
- Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, ...

4. Harmonic Sequence:
- A harmonic sequence is a sequence where each term is the reciprocal of a natural number.
- Example: 1, 1/2, 1/3, 1/4, 1/5, ...

Types of Series:

1. Arithmetic Series:
- An arithmetic series is the sum of the terms of an arithmetic sequence.
- Example: 1 + 2 + 3 + 4 + 5 = 15 (Sum of the first 5 natural numbers)

2. Geometric Series:
- A geometric series is the sum of the terms of a geometric sequence.
- Example: 1 + 2 + 4 + 8 + 16 = 31 (Sum of a geometric series with a common ratio of 2)

3. Infinite Series:
- An infinite series is a series that continues indefinitely. Some well-known examples include the infinite
geometric series and the infinite harmonic series.
- Example: Σ(1/2ⁿ) = 1 (Infinite geometric series with a common ratio of 1/2)

4. Convergent Series and Divergent Series:


- A convergent series is one whose sum approaches a finite value as more terms are added.
- A divergent series is one whose sum approaches infinity as more terms are added.
- Example of a convergent series: Σ(1/n²) converges to π²/6 (Basel problem).
- Example of a divergent series: Σ(1/n) diverges (Harmonic series).
MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 16 of 31
These are just a few examples of the many types of sequences and series in mathematics. Sequences and series
are fundamental concepts in calculus, analysis, and various other branches of mathematics, with numerous
applications in science, engineering, and other fields.

Problems:
 Two-dimensional vectors
 Determinant and matrices
 Probability.
 Complex Numbers

Question 11: Satisfactory Response


Explain about two-dimensional vectors.
Yes No
Two-dimensional vectors are mathematical objects used to represent quantities that have both magnitude and
direction in a two-dimensional space, typically represented on a flat plane. These vectors are commonly
encountered in physics, engineering, computer graphics, and various other fields where quantities such as
displacement, velocity, force, or position need to be described in a two-dimensional context.

Here are the key characteristics and components of two-dimensional vectors:

1. Representation: A two-dimensional vector is often represented as an ordered pair (x, y), where 'x' represents
the horizontal component (the magnitude in the x-direction) and 'y' represents the vertical component (the
magnitude in the y-direction).

2. Magnitude: The magnitude (length) of a two-dimensional vector is determined by the Pythagorean theorem:

|v| = √ (x 2 + y 2)

This formula calculates the length of the vector from its components.

3. Direction: The direction of a two-dimensional vector can be specified using angles or trigonometric functions.
For instance, the angle ∅ between the vector and the positive x-axis can be calculated as:

−1 y
∅ = tan
x

Alternatively, the direction can be described using the unit vector, which is a vector with a magnitude of 1 that
points in the same direction as the original vector.

4. Operations: Two-dimensional vectors can undergo various mathematical operations, including addition,
subtraction, scalar multiplication, and dot (scalar) product. These operations allow you to manipulate and work
with vectors in calculations.
MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 17 of 31
5. Vector Addition: To add two two-dimensional vectors (A and B), you add their corresponding components:

A+ B=( A x + B x , A y + B y )

6. Scalar Multiplication: Multiplying a two-dimensional vector by a scalar (a single number) scales the vector by
that factor:

c∙ A=¿ )

7. Dot (Scalar) Product: The dot product of two two-dimensional vectors A and B is defined as:

A ∙ B= A x ∙ B x + A y ∙ B y

8. Unit Vector: The unit vector û in the direction of a two-dimensional vector A is defined as:

A Ay
û= =¿,
¿ A∨¿ ¿ ¿ A∨¿ ¿

Two-dimensional vectors play a crucial role in various physical and engineering problems. They can describe
quantities like displacement, velocity, and force, and their mathematical properties make them valuable for
solving problems in mechanics, physics, and computer graphics.

11.1: Vectors p, q, r and s form the sides of the square shown in the following figure. Express (a) p in terms of
r (b) s in terms of q (c) diagonal → BD in terms of q and r.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 18 of 31
Question 12: Satisfactory Response
Define Real and Complex numbers and give examples.
Yes No
Definition:
Real numbers are the set of all numbers that can be expressed on the number line. They include rational
numbers (those that can be expressed as fractions of integers) and irrational numbers (those that cannot be
expressed as fractions and have non-repeating, non-terminating decimal expansions). Real numbers encompass
a wide range of values, both positive and negative, and are used to represent a vast array of quantities in
mathematics and the real world.

Complex numbers are an extension of real numbers. They are numbers of the form (a+ bi), where a and b are
real numbers, and i represents the imaginary unit. The imaginary unit is defined as i=√ −1, making it a number
whose square is equal to -1. Complex numbers are used to represent quantities involving both real and
imaginary components and are essential in various areas of mathematics, physics, and engineering.

Example:
3 + 2i
-4 - 1i
8 + 0i (a real number, as the imaginary part is zero)
i (purely imaginary number, with no real part)
1 - i (a complex number with both real and imaginary parts)

12.1: Solve the quadratic equation 2 s 2 − 3 s+ 7=0 – explain your answer at every step.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 19 of 31
Question 13: Satisfactory Response
What probability theory is applicable to several areas of engineering?
Yes No
Probability theory is a fundamental branch of mathematics that has wide-ranging applications in various areas of
engineering. It provides tools and concepts for modeling, analyzing, and making informed decisions about
systems, processes, and phenomena subject to randomness, uncertainty, and chance. Here are some key areas
of engineering where probability theory is applied:

1. Reliability Engineering: Probability theory plays a critical role in assessing the reliability of complex systems,
such as bridges, aircraft, power plants, and communication networks. Engineers use probabilistic models to
predict the probability of system failure and to design systems that meet reliability standards.

2. Risk Analysis and Management: Engineers use probability theory to evaluate and manage risks associated
with various projects and systems. This includes assessing the likelihood of adverse events, estimating potential
losses, and optimizing risk mitigation strategies.

3. Statistical Process Control: In manufacturing and quality control, probability theory is used to monitor and
control production processes. Engineers apply statistical methods, such as control charts, to detect variations
and defects in the manufacturing process.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 20 of 31
4. Signal Processing: Probability theory is used in fields like communication engineering and image processing to
analyze and filter signals in the presence of noise and interference. Engineers use techniques like signal-to-noise
ratio analysis and probabilistic models to enhance signal quality.

5. Queuing Theory: Queuing theory is applied in areas like telecommunications and traffic engineering to model
and optimize the behavior of queues or waiting lines. It helps design systems that minimize waiting times and
improve efficiency.

6. Optimization: Probabilistic optimization techniques, such as stochastic programming and Monte Carlo
simulations, are used to find optimal solutions in various engineering applications. These techniques account for
uncertain parameters and constraints.

7. Environmental Engineering: Probability theory is used to assess environmental risks, such as the probability of
floods, earthquakes, or other natural disasters, in the design of infrastructure and urban planning.

8. Structural Analysis: In civil and mechanical engineering, probabilistic models are used to assess the safety and
integrity of structures under various loading conditions and uncertainties.

9. Control Systems: Probability and control theory are integrated in control systems engineering to design
controllers that can handle uncertainty and disturbances in a controlled system.

10. Machine Learning and Artificial Intelligence: In fields like computer vision, natural language processing, and
robotics, engineers use probabilistic models and algorithms for tasks such as classification, regression, and
uncertainty estimation.

11. Power Systems Analysis: In electrical engineering, probability theory is applied to analyze the reliability of
power grids, manage energy demand, and optimize the operation of power generation and distribution systems.

Probability theory provides a solid foundation for making decisions in the presence of uncertainty and is an
indispensable tool for engineers working in diverse fields. It enables engineers to quantify and manage risks,
optimize systems, and design solutions that are robust and reliable.

13.1: A fair dice is rolled, and a fair coin is flipped. What is the probability that either the dice will come up 2
or 3, or the coin will land head up?

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 21 of 31
Question 14: Satisfactory Response
What is matrix and determinant?
Yes No
Matrix:
A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. Each
individual entry in a matrix is called an element. Matrices are widely used in various fields of mathematics,
science, engineering, and computer science to represent and manipulate data. The size of a matrix is specified
by the number of rows and columns, which is typically written as "m x n," where "m" is the number of rows, and
"n" is the number of columns.

Here is an example of a matrix:

This is a 3x3 matrix with nine elements arranged in three rows and three columns.

Determinant:
The determinant is a scalar value associated with a square matrix. It is a numerical value that can be calculated
for a square matrix of any size (i.e., a matrix with the same number of rows and columns). The determinant of a
matrix is used in various mathematical applications, including solving systems of linear equations, finding
eigenvalues and eigenvectors, and determining invertibility.

The notation for the determinant of a matrix is often written as "det(A)" for a matrix A.

The formula for calculating the determinant of a 2x2 matrix, A, is as follows:

d et ( A)=ad −bc
For a 3x3 matrix, the formula is more complex and involves cofactor expansion. For a 3x3 matrix:

det ( A)=a(ei − fh)−b (di− fg)+ c (dh − eg)

And for larger matrices, the calculation becomes increasingly intricate.

Determinants have several important properties, such as:


 The determinant of a square matrix and its transpose are the same.
 The determinant of a product of two matrices is the product of their determinants.
 If the determinant of a matrix is zero, it implies that the matrix is singular and not invertible.
 The determinant of the identity matrix is equal to 1.

Determinants are fundamental in linear algebra and have applications in solving systems of linear equations,
analyzing transformations and their properties, and understanding the geometric and algebraic characteristics of
matrices and vectors.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 22 of 31
14.1: A matrix is a rectangular pattern or array of numbers. Example:

Using the above definition, complete


the following.
Describe the sizes of the matrices A, B and C above, and give examples of matrices of order 3 × 1, 3 × 2, and 4
× 2.

Matrix A is a 3x3 matrix which has 3 rows and 3 columns. On the other hand, matrix B is a 2x3 matrix which has
2 rows and 3 columns. Lastly, Matrix C is a 1x3 matrix which has 1 row and 3 columns.

Here are examples of matrices for the specified orders:

1. Matrix of order 3 × 1:
A 3 × 1 matrix has 3 rows and 1 column. Here is an example:

2. **Matrix of order 3 × 2:**


A 3 × 2 matrix has 3 rows and 2 columns. Here is an example:

3. **Matrix of order 4 × 2:**


A 4 × 2 matrix has 4 rows and 2 columns. Here is an example:

In each of these matrices, the numbers are arranged in rows and columns. Matrices are used to represent data
and perform various operations in mathematics, physics, engineering, and computer science. The concept of
matrices is fundamental to linear algebra and has a wide range of applications in diverse fields.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 23 of 31
Problems:
 Software for mathematical analysis and graphical representations
 Technical mathematical techniques
 Engineering applications requiring mathematical techniques:
 Vector analysis of force systems on beams and bodies
 Trigonometric plots related to waveforms for amplitude, frequency, and phase shift analysis.
 Matrix and determinant solutions of vector systems or simultaneous equations

Question 15: Satisfactory Response


Which software package is commonly used for mathematical analysis and graphing,
allowing users to visualize functions, perform symbolic calculations, and create 2D Yes No
and 3D plots?

SMath Studio is a software package commonly used for mathematical analysis, graphing, and symbolic
calculations. It is a comprehensive mathematical program that provides a user-friendly interface and a wide
array of features for performing various mathematical tasks. SMath Studio is designed to handle complex
computations and visualize mathematical functions in 2D and 3D, making it a popular choice for students,
educators, and professionals in the field of mathematics and engineering.

Here are some key features of SMath Studio:

1. Graphing and Visualization: SMath Studio allows users to create 2D and 3D plots, graphs, and charts, enabling
visual representation of mathematical functions and data sets.

2. Symbolic Computation: SMath Studio supports symbolic computation, allowing users to perform symbolic
calculations, equation solving, and algebraic manipulations.

3. User-Friendly Interface: SMath Studio offers an intuitive interface that facilitates the input of mathematical
expressions, equations, and functions, making it accessible for users with varying levels of expertise.

4. Customization and Extensibility: SMath Studio provides customization options, allowing users to create
custom functions, scripts, and extensions to enhance its functionality and meet specific mathematical
requirements.

5. Solver and Analysis Tools: SMath Studio includes solver and analysis tools for solving equations, performing
numerical calculations, and conducting mathematical analyses.

6. Support for Various Mathematical Formats: SMath Studio supports various mathematical formats, including
LaTeX, MathML, and others, making it compatible with a range of mathematical software and documents.

SMath Studio is known for its versatility and functionality, particularly in educational settings and for individuals
MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 24 of 31
looking for a comprehensive mathematical tool that combines graphing, symbolic computation, and numerical
analysis.

Question 16: Satisfactory Response


Explain the technical mathematical techniques?
Yes No
Technical mathematical techniques encompass a wide range of mathematical methods and tools that are
specifically employed in technical and scientific fields for solving complex problems, making precise
measurements, and analyzing data. These techniques are essential for engineers, scientists, and researchers to
address a variety of real-world challenges. Here are some key technical mathematical techniques:

1. Calculus: Calculus involves the study of rates of change and accumulation. It includes techniques such as
differentiation (finding derivatives) and integration (finding integrals), which are fundamental for solving
problems related to motion, optimization, and physical phenomena.

2. Linear Algebra: Linear algebra deals with vector spaces and linear equations. It is essential for solving systems
of linear equations, matrix operations, and understanding transformations in multi-dimensional spaces.

3. Differential Equations Differential equations describe how functions change over time or in response to
varying conditions. They are widely used in physics, engineering, biology, and many other fields.

4. Probability and Statistics: Probability theory and statistics are crucial for data analysis, hypothesis testing,
modeling uncertainty, and making informed decisions based on data. These techniques are applied in fields like
finance, quality control, and research.

5. Numerical Analysis: Numerical analysis focuses on methods for approximating solutions to mathematical
problems that cannot be solved exactly. Techniques include root-finding algorithms, numerical integration, and
numerical solutions to differential equations.

6. Complex Analysis: Complex analysis studies functions of complex numbers. It is used in electrical engineering,
fluid dynamics, and other areas involving complex functions and mappings.

7. Transform Methods: Transform methods, such as the Fourier transform and Laplace transform, are used in
signal processing, image analysis, and solving differential equations by converting them into more manageable
forms.

8. Optimization Techniques: Optimization methods are employed to find the best solution among a set of
alternatives. Linear programming, nonlinear optimization, and convex optimization are used in fields like
operations research, engineering design, and finance.

9. Partial Differential Equations (PDEs): PDEs are critical for modeling physical processes that vary in space and
time. They are used in fields like fluid dynamics, heat transfer, and quantum mechanics.

10. Discrete Mathematics: Discrete mathematics, which includes topics like combinatorics, graph theory, and
number theory, is important in computer science and cryptography, as well as in solving problems related to
MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 25 of 31
networks and algorithms.

11. Numerical Simulations: Using computational tools and techniques to model and simulate complex physical
systems, such as finite element analysis for structural engineering or computational fluid dynamics in
aerodynamics.

12. Regression Analysis: Regression analysis is used to model the relationship between variables and make
predictions based on data. It is widely used in fields such as economics, social sciences, and engineering.

These are just a few examples of the technical mathematical techniques that are applied in various scientific and
engineering disciplines. These techniques provide the foundation for understanding, analyzing, and solving
complex problems and are indispensable for advancing technology and scientific knowledge.

Question 17: Satisfactory Response


How does vector analysis, particularly the calculation of the moment of a point, help
in the design of beams and structures? Yes No

Vector analysis, specifically the calculation of the moment of a point, is crucial in the design and analysis of
beams and structures in engineering. The moment of a point, also known as the moment of force or torque, is a
vector quantity that describes the tendency of a force to rotate an object about an axis. In the context of beam
and structural design, understanding and calculating the moment of a point is essential for assessing the
structural integrity, stability, and load-bearing capacity of the elements. Here's how vector analysis, including
the calculation of the moment of a point, aids in the design of beams and structures:

1. Structural Analysis: Vector analysis helps engineers understand the distribution of forces and moments within
a structure. By analyzing the moments of various points along a beam or within a structure, engineers can
determine the internal stresses and deformations, which are critical for ensuring the structural integrity and
safety of the design.

2. Load Calculations: By calculating the moments of different loads applied to a structure, engineers can
accurately determine the points of maximum stress and potential failure. This aids in designing structures that
can withstand expected loads and external forces without buckling or collapsing.

3. Material Selection: Vector analysis helps engineers select appropriate materials for beams and structures by
enabling them to calculate the maximum moments and stresses that the materials can withstand. This ensures
that the chosen materials have sufficient strength and durability to support the expected loads and
environmental conditions.

4. Structural Stability and Rigidity: By considering the moments of forces and loads acting on beams and
structures, engineers can ensure structural stability and rigidity. This is vital for preventing excessive deflection,
bending, or twisting, which could compromise the overall stability and functionality of the structure.

5. Optimization of Beam and Structural Designs: Vector analysis allows engineers to optimize beam and
structural designs by identifying areas of high stress concentration or excessive moments. By modifying the

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 26 of 31
geometry, material properties, or support configurations, engineers can minimize stress concentrations and
create more efficient and cost-effective designs.

6. Safety and Building Codes Compliance: Accurate calculation of the moment of a point helps engineers ensure
that beam and structural designs comply with safety standards and building codes. This is crucial for maintaining
the safety of occupants and preventing structural failures or collapses, especially in the case of buildings,
bridges, and other critical infrastructure.

By employing vector analysis and considering the moment of a point, engineers can create safer, more efficient,
and structurally sound designs for beams and structures, meeting the stringent requirements of modern
construction and ensuring the longevity and safety of the built environment.

Question 18: Satisfactory Response


Explain the importance of trigonometric plots, such as the sine and cosine functions,
in analyzing vibrations in civil engineering structures like bridges? Yes No

Trigonometric plots, specifically the sine and cosine functions, play a crucial role in the analysis of vibrations in
civil engineering structures like bridges. Understanding the importance of these functions in vibration analysis is
essential for designing safe and structurally sound infrastructure. Here are some key reasons for their
significance:

1. Modeling Harmonic Motion: Sine and cosine functions are fundamental to representing harmonic or
sinusoidal motion. Vibrations in structures, especially under dynamic loads, often exhibit periodic, harmonic
behavior. By expressing these vibrations in terms of sine and cosine functions, engineers can model and analyze
them effectively.

2. Frequency Analysis: The sine and cosine functions are associated with specific frequencies, amplitudes, and
phases. In vibration analysis, these functions are used to characterize the frequencies at which a structure
vibrates. This information is crucial for identifying potential sources of vibration, determining natural
frequencies, and assessing resonance conditions.

3. Superposition of Modes: Structural vibrations can be complex, with multiple modes of vibration
simultaneously occurring. These modes can be represented using combinations of sine and cosine functions.
Superposition allows engineers to break down the overall vibration behavior into its constituent modes and
assess their individual contributions.

4. Modal Analysis: Modal analysis is a technique used to identify the natural modes of vibration of a structure.
These modes can be expressed in terms of sine and cosine functions, making it easier to understand how
different parts of a structure move under dynamic loading conditions.

5. Response Spectrum Analysis: In civil engineering, response spectrum analysis is used to evaluate how a
structure responds to seismic or other dynamic loads. The analysis often involves the use of sine and cosine
functions to represent the acceleration time history of the ground motion and the structural response.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 27 of 31
6. Amplitude and Phase Analysis: Sine and cosine functions provide a convenient way to express the amplitude
and phase of vibrations. The amplitude describes the magnitude of motion, while the phase indicates the timing
and relative displacement of different parts of a structure. This information is vital for assessing structural
performance and safety.

7. Vibration Control: Engineers use the knowledge of sine and cosine functions to design effective vibration
control systems. By manipulating the amplitude and phase of vibrations, they can reduce the impact of dynamic
loads on structures, improving safety and comfort.

8. Predictive Maintenance: Continuous monitoring of vibrations in civil engineering structures can help predict
maintenance needs and identify potential structural issues before they become critical. Analyzing vibration data
using trigonometric functions is instrumental in this process.

In summary, trigonometric plots, particularly sine and cosine functions, are essential tools for understanding and
analyzing vibrations in civil engineering structures. They provide valuable insights into the frequencies, modes,
amplitudes, phases, and overall behavior of structural vibrations. This knowledge is critical for designing and
maintaining safe and reliable infrastructure, especially in dynamic loading conditions such as seismic events or
vehicular traffic.

Question 19: Satisfactory Response


How do matrix and determinant solutions assist civil structural engineers in solving
complex systems of equations for structural analysis and optimization in bridge Yes No
design?
Matrix and determinant solutions are invaluable tools for civil structural engineers when it comes to solving
complex systems of equations in structural analysis and optimization for bridge design. Here's how they assist in
these processes:

1. Structural Analysis:
 Matrix Representation of Structures: Civil structural engineers often represent structural systems as
matrices, where each element corresponds to a structural component, such as beams, columns, and
connections. These matrices help describe the stiffness, flexibility, and load-bearing properties of the
components.
 Linear Systems of Equations: The behavior of a bridge or any structural system can often be described by
linear equations. Matrix algebra allows engineers to formulate these equations as a system of linear equations.
This system can be represented as Ax=b, where A is the coefficient matrix, x is the vector of unknowns (e.g.,
displacements), and b is the vector of applied loads.
 Matrix Inversion: To solve the system of equations for unknown displacements or forces, engineers often
need to invert the coefficient matrix A. Matrix inversion techniques, such as the Gaussian elimination method or
matrix factorization, are used to find solutions efficiently.

2. Optimization in Bridge Design:


 Objective Functions: In bridge design, optimization problems are common. Engineers aim to find the
optimal design parameters, such as dimensions, materials, and support configurations, that minimize cost,
weight, or other design objectives while satisfying structural constraints.
MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 28 of 31
 Linear and Nonlinear Programming: Optimization problems can be formulated as linear or nonlinear
programming problems. Linear programming involves optimizing a linear objective function subject to linear
constraints, while nonlinear programming deals with more complex, non-convex problems.
 Determinants for Constraints: Determinants are used to assess whether a set of linear equations is
consistent and solvable. In optimization, determinants are often used to check the feasibility of design
constraints and ensure that the system of equations represents a consistent structural configuration.
 Sensitivity Analysis: Matrix derivatives and gradients are used to assess how changes in design parameters
impact the objective function. This sensitivity analysis is crucial for understanding the trade-offs in design
decisions.

3. Computational Efficiency:
 Sparse Matrix Techniques: In structural analysis, especially for large and complex structures, matrices can
be large and sparse, meaning most of the entries are zero. Engineers use specialized techniques for dealing with
sparse matrices, such as iterative solvers and matrix decomposition methods, to improve computational
efficiency.
 Parallel Computing: High-performance computing and parallel processing can be applied to speed up
matrix operations, making it possible to analyze and optimize complex structural systems more quickly.

Matrix and determinant solutions, along with linear algebra techniques, enable civil structural engineers to
perform structural analysis, assess the integrity of structural systems, and optimize designs efficiently. These
mathematical tools play a central role in ensuring the safety and efficiency of bridges and other critical
infrastructure. They provide a systematic and rigorous framework for modeling, analyzing, and improving the
performance of civil engineering structures.

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 29 of 31
Assessment Result:

Trainer/Assessor Name:

Trainer/Assessor Declaration I hold:

Vocational competencies at least to the level being delivered


Current relevant industry skills
Current knowledge and skills in VET, and undertake
Ongoing professional development in VET

I declare that I have conducted a comprehensive and impartial


evaluation of this student’s submission. The assessment tasks were
deemed current, sufficient, valid, and reliable. The feedback has been
provided to the student in the marking guide.

Assessment Decision:
Satisfactory Not Yet Satisfactory

Reassessment/catchup
required Yes No

Trainer/Assessor Signature

Date

MEM23004 Apply Technical Mathematics – Task 1_Knowledge Questions #1 | V 2.0 | 2023

Page 30 of 31

You might also like