0% found this document useful (0 votes)
21 views4 pages

Final Exam 1999

This document is an end-of-term assessment for an Engineering Maths 2 module at the University of Limerick. It contains 10 multi-part math problems testing concepts like integrals, derivatives, differential equations, and linear algebra. Students must answer 1 question fully and 3 other questions of their choice. The exam is 2 hours and 21 minutes long and counts for 100% of the total module marks.

Uploaded by

shae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views4 pages

Final Exam 1999

This document is an end-of-term assessment for an Engineering Maths 2 module at the University of Limerick. It contains 10 multi-part math problems testing concepts like integrals, derivatives, differential equations, and linear algebra. Students must answer 1 question fully and 3 other questions of their choice. The exam is 2 hours and 21 minutes long and counts for 100% of the total module marks.

Uploaded by

shae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

University of Limerick

Ollscoil Luimnigh
College of Informatics and Electronics

END–OF–TERM ASSESSMENT
Module Code: MA4002 Duration of Exam: 2 21 hours
Module Title: Engineering Maths 2 Fraction of Total Marks: 100%
Term: Spring 1999 Lecturer: Dr. E. Gath
Instructions to Candidates: Answer question 1 and any three of 2, 3, 4, 5, 6, 7.

t
1.(i)[4] An object moves with acceleration a = 10e− 10 at time t. It starts from rest,
at time t = 0, from position s = 1000. Determine its velocity and position at
all times t ≥ 0.
Z
(ii)[4] Evaluate the indefinite integral x3 ln x dx.
’ Z x “
1
(iii)[4] Evaluate the limit lim
x→4 x − 4
tan(3t) dt .
4

(iv)[4] Write down, but do not evaluate, the Riemann sum corresponding to the definite
Z π

integral cos x dx, taking the partition P with xi = , for i = 0, 1, . . . , n,
0 n
and choosing ci = 12 (xi−1 + xi ) (the mid-point of each subinterval).

(v)[4] Write down the MapleVR4 command which gives the Rectangular Rule
Z 3
2
approximation of the integral ex dx, with 3000 subintervals.
0

(vi)[4] Find the volume of the solid of revolution that results from revolving about
the x-axis, the bounded region enclosed between the curve y = 5x2 and the y-axis,
for 0 ≤ y ≤ 5.

(vii)[4] Using the Improved Euler method, with step size h = 0.2, write down an
iterative scheme which approximates the solution of the initial value problem
y0 = x − y3, y(0) = 2.

(viii)[4] The quantities x and y are measured with relative error ex and ey respectively.
The quantity Q is then calculated from the formula Q = y cos(2x + 3y).
Find the relative error eQ in terms of ex , ey , x and y.

dy
(ix)[4] Solve the initial value problem + 2y = e−x , with y(0) = 2.
dx
(continued over....)
Module Code and Title: MA4002, Engineering Mathematics 2 Dr. E. Gath

1.(x)[4] For which value of β has the system of equations below an infinite number
of solutions?
x +3y +2z = 1
2x −y +z = 1
x +βy +5z = 2

2.[6+7+7] Evaluate each of the integrals:


Z Z π Z π
e3t − e−t 4 4 1
(i) dt (ii) x sec2 x dx (iii) dt
e3t + 3e−t + 6 0 0 4 − 5 sin t

Note re (iii): tan π8 = 2 − 1.

3.[20] Attempt any three of parts (i), (ii), (iii), (iv).


(i) Find the area enclosed between y = 2 cosh x and y = ex for x ≥ 0.

(ii) Find the volume of the solid of revolution that results from revolving about the y-axis,
the region enclosed between the curve y = 14 − 3x − x3 and the x-axis, for 0 ≤ x ≤ 2.

y3 1
(iii) Find the arc-length along the curve x = + for 1 ≤ y ≤ 2.
6 2y

(iv) Find the mass and the centre of mass of a rod with mass density ρ(x) = 4 − x2 ,
for 0 ≤ x ≤ 1.

Z π
2
4.(a)[10] Prove that In ≡ (cos x)2n+1 dx, n = 0, 1, 2, 3, . . ., satisfies the iteration
0
’ “
2n + 2 22n (n!)2
In+1 = In . Hence prove that In = .
2n + 3 (2n + 1)!

(b)[10] Find the least squares line approximation to the points (1, 4), (2, 4), (3, 7), (5, 8),
(7, 8). Plot these points and the line in the same graph.
Module Code and Title: MA4002, Engineering Mathematics 2 Dr. E. Gath

5.(a)[8] Find the Taylor Series, up to and including quadratic terms,


of z = f (x, y) = y 2 ex + sin(3x + y) about the point (0, π).

Œ Œ
d2 Œ Œ
(b)[6+4+2] Prove that M2 ≡ ln(x2 + 1)ŒŒ = 2, that is the maximum value of the
max ŒŒ
2
dx
x∈[0,1]
second derivative of ln(x2 + 1), on the interval 0 ≤ x ≤ 1, is 2.

Find an
Z
upper bound on the error for the Trapezoidal Rule approximation of the definite in-
1
tegral ln(x2 + 1) dx using n subintervals.
0
How many subintervals would be required to ensure an error of less than 10−10 ?

6. The charge q(t), at time t, in the capacitor in the LRC circuit depicted below satisfies
d2 q dq q
L 2
+ R + = E(t).
dt dt C

Consider a circuit with an inductor with L = 1 Henry, a resistor with R = 2 ohms and a
capacitor with C = 0.2 Farads.

(a)[8] Write down the general solution to the homogeneous equation i.e. when the external
voltage E(t) = 0. Sketch a typical solution.

(b)[8] By first finding a particular solution, find the general solution to the differential equa-
tion when the external voltage E(t) = 5 sin t.

(c)[4] Solve the equation in (b) when the initial charge on the capacitor is q(0) = 1 Farad
and the initial current is q 0 (0) = 0 amps.
Module Code and Title: MA4002, Engineering Mathematics 2 Dr. E. Gath

7. (a)[6] Write down a system of four linear equations in two unknowns


(i) which is inconsistent;
(ii) which has a unique solution;
(iii) which has an infinite number of solutions.

(b)[8+3+3] Find the inverse matrix A−1 of the 3 × 3 matrix


 
1 0 1
 

A= 1 1 0 
.
1 3 −1

Find the matrix AA−1 . Evaluate the determinant det A.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy