Reference no: EM133043745
2010ODL-N Further Maths - Teesside University
Assignment 1:
Question 1. Convert the following into the number systems specified:
(a) 11011110110012 to octal and hexadecimal forms.
(b) 3B4E516 to denary and binary forms.
Question 2. Add the binary numbers, working in binary. Express the answer as an 8-bit number, clearly showing any carry bits.
110111102 + 011011012
Question 3. Follow the scenario and instructions clearly, and state the values as an exact value, or, correct to 2 decimal places accuracy:
(a) Given 2 complex numbers Z1, Z2 as:
Z1 = 4 - 5j, Z2 = -2 - 3j
Find: Z = 3Z1 + 2Z2 in Cartesian form a + bj.
(b) The current I in an a.c. circuit is given by I = j(0.5 - 2j)/7+5j
Find the current I in polar form r∠θ.
Question 4. Convert z = -2 + j to polar form and find z8 using De Moivre's theorem. Plot z and z8 on an Argand diagram.
Question 5. The total impedance of two impedances connected in parallel is given by
1/Z = 1/Z1 + 1/Z2
where Z is the total impedance and Z1 = 4 + 2j and Z2 = 2 - 3j are the branch impedances.
Determine the current and its phase angle relative to a 110V supply voltage.
Question 6. Perform the matrix operations based on the given matrices:
![2244_Matrix.jpg](https://secure.expertsmind.com/CMSImages/2244_Matrix.jpg)
(a) BT + C
(b) 3E - 2DT
Question 7. Given the matrix A = ![2351_Matrix1.jpg](https://secure.expertsmind.com/CMSImages/2351_Matrix1.jpg)
(a) Find the inverse of the matrix A clearly showing all the steps leading to the inverse matrix.
(b) Show clearly using matrix multiplication that AA-1 = I and A-1A = I, where I is the identity matrix.
8. The system of currents i1, i2 and i3 in a circuit satisfy these equations:
i1 + i2 + i3 = 0
6i1 - i3 = 24
7i2 - 2i3 = 9
Solve the system using:
(a) Matrix inversion
(b) Gaussian elimination
Give the answers correct to 3 decimal places accuracy.
Assignment 2
Question 1. The output response, f(t) of a feedback control system is given by:
f(t) = k/1+k [1 - e-(1+k)t], where k is a constant.
Determine:
a) The value of f(3), taking k = 5. Give your answer accurate to 2d.p.
b) The inverse function f-1(t), where k is a constant.
Question 2. The functions g and h are defined by:
g(x) = 6/3 - x; x ≠ 3
h(x) = 5x + 2
Determine:
(a) The function g(h(x).
(b) The function h(g(x)).
Question 3. Solve the equations correct to 2 decimal places accuracy.
(a) Estimate using the bisection method, the positive real root of:
ln(x4) = 0.7
Take the initial guess as xL = 0.5, xIJ = 2
(b) Estimate using Newton Raphson method, one root of:
2x3 - 11. 7x2 + 17. 7x - 5 = 0
Take the initial guess as x0 = 3.
Question 4. Evaluate 0∫Π/3 √sin (x) dx correct to 3 decimal places using n= 6 equal intervals, applying:
(a) Trapezoidal rule
(b) Mid-ordinate rule
(c) Simpsons rule
Question 5. Determine the general solution of the differential equations. Write out the solution y explicitly as a function of x.
(a) 3x2y2 dy/dx = 2x - 1
(b) 2dy/dx + 3y = e-2x - 5
Question 6. Determine the particular solution of the equation:
d2y/dx2 + 3dy/dx + 2y = 10cos(2x) satisfying the initial conditions y(0) = 1, y′(0) = 0.
Question 7. Find the inverse Laplace transform of:
(a) 3-2s/s2-4s+9
(b) s+2/(s2+9)(s-2)
Question 8. Solve using the Laplace transform method:
d2y/dt2 - 2 dy/dt + y = 5et and y(0) = 1, y'(0) = 1