You are on page 1of 2

Ton Duc Thang University

Faculty of Information Technology

APPLIED CALCULUS FOR IT - 501031


ESSAY

1 Intructions
Student performs the requirements in section 2. Recall that
• Your report must be written carefully.
• You can be asked to explain about your report if necessary.
• If you cheat on this essay, you will receive zero point.
• The report (StudentID.pdf ) will submit on course’s classroom.
• Deadline: 15/8/2021

2 Questions
Students must represent those processing of questions in the submitted report.
Question 1: Write MATLAB’s command with the equation of y = ln(x) that results from

(a) Shifting down 4 units (d) Shifting down 3, right 3 units


(b) Vertical stretching by a factor of 3 (e) Reflecting about the y−axis
(c) Shifting left 1, up 2 units (f) Reflecting about the line y = x

Next, students represent your results which include MATLAB’s command and the graph of above
equations in your report. (3 points)
Question 2: Write MATLAB’s command to find the limit or explain why it does not exist (1 points)

x2 − 4x + 4 (x + h)2 − x2
(a) limx→2 (c) limx→0
x3 + 5x2 − 14x h
x2 + x (x + h)2 − x2
(b) limx→−1 5 (d) limh→0
x + 2x4 + x3 h
1
Question 3: Write MATLAB’s command to show y = √ in a window that has 0 ≤ x ≤ 2 in your
2 x
report. Then, students explain what is going on, for h = −2, −1, 0.5, 0.1 and
√ √
x+h− x
y=
h
(2 points)

1
Ton Duc Thang University
Faculty of Information Technology

dy
Question 4: Write MATLAB’s command to verify if y = (3x2 + 12)2 by using the chain rule with y as
dx
a composite y = u2 and u = 3x2 + 12. (1 points)
Question 5: Write MATLAB’s command to find the line tanget k(x, y) to the curve f (x, y) = x2 + y 2 + 1
at (1, 1) and show f (x, y) and k(x, y) on the same graph. (1 points)
Question 6: Write MATLAB’s command to find the partial derivative of function f (x, y) at the specified
point (using the limit definition of partial derivative)

f (x, y) = 5 − 2x + 4y − x2 y 2
∂f ∂f
and at (-2, 1)
∂x ∂y

(1 points)

Question 7: Given the revenue function in dollars

R(x) = −2x3 + 500x2

and the cost function in dollars


C(x) = 257x2 + 1800x
Write MATLAB’s command to find the marginal profit at x = 50 units. (1 points)

You might also like