You are on page 1of 2

MME 5026 REVISION

August 14, 2022: 7:00 to 9:00 am – Independent Study Session

Instructions

• You are required to do this problem set during the session


• This will be discussed at the session on August 21, 2022

Time: TWO HOURS

1. Define f(x) as a function of x: 𝑓 (𝑥 ) = 𝑥 4 + 𝑥 3 + 𝑥 2 + 𝑥 + 10. Do the following


activities and write down your observations.
Activity Observation
Diff(f(x),x)
Diff(f(x),x,x)
Diff(f(x),x,x,x)
diff(f(x),x)
diff(f(x),x,x)
diff(f(x),x,x,x)

2𝑥 2 +3
2. Define g(x) as a function of x: 𝑔(𝑥 ) = :
𝑥 2+2
I. Compute the first, second, third, fourth and fifth derivatives.
II. Display the outputs in simplest version.
III. Plot g(x) and its first, second, third, fourth and fifth derivatives in same
window.
3. Define

I. Find first derivative of this.


II. Plot function and its first derivative in the same window.
III. Do the following activities and write down your observations.
Activity Observation
evalf(f(50));
seq(evalf(n!/f(n)),n=2..22);
Seq(evalf(f(n), n=1..50);

4. Integrate the following functions:

Evaluate the following integrals and write down your observations:


5.
𝑒 −𝑖𝜔𝑡
Plot 𝑓 (𝑥 ) = exp⁡(−𝑥 2 ) in different windows with different domain (for example x in between -1
to 1, -10 to 10, -100 to 100 and –infinity to infinity).

6. Define the following function


𝑓 (𝑥, 𝑦) = exp(−𝑥 2 − 𝑦 2 ) sin⁡(10𝑥)
Get 3-d plot

You might also like