Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 77 pages
Exam (elaborations)

MIT ENGINEERING ANALYSIS BLUEPRINT REAL 2026 EXAM SCENARIOS AND VERIFIED ANSWERS WITH RATIONALES

Document preview thumbnail
Preview 4 out of 77 pages

This world-renowned institution sets the gold standard for foundational mathematical analysis and rigorous analytical problem-solving. The mathematics department evaluates students through high-level proofs, multi-step optimization challenges, and deep conceptual theorem applications. Success in this track requires a flawless grasp of rate-of-change models, transcendental functions, and complex integration boundaries. This elite collection directly mirrors the intricate questioning patterns and high intellectual difficulty expected in top-tier STEM tracks. It serves as a premium academic asset designed to help ambitious learners achieve complete mastery over fundamental engineering mathematics.

Content preview

MIT ENGINEERING ANALYSIS
BLUEPRINT REAL 2026 EXAM
SCENARIOS AND VERIFIED
ANSWERS WITH RATIONALES

Calculus I: Final Examination Practice Questions
Question 1
Evaluate the limit: \(\lim_{x \to 3} \frac{x^2 - 9}{x^2 - 2x - 3}\).
A. \(0\)
B. \(\frac{3}{2}\)
C. \(\frac{2}{3}\)
D. The limit does not exist. [1, 2]
• Correct Answer: B
• Rationale: Factoring the numerator and denominator yields
\(\frac{(x-3)(x+3)}{(x-3)(x+1)}\). For \(x \neq 3\), the expression
simplifies to \(\frac{x+3}{x+1}\). Evaluating the limit by direct
substitution gives \(\frac{3+3}{3+1} = \frac{6}{4} =
\frac{3}{2}\). [1]
Question 2
Find the limit: \(\lim_{x \to 0} \frac{\sin(5x)}{3x}\).
A. \(\frac{1}{3}\)
B. \(1\)
C. \(\frac{5}{3}\)
D. \(0\)
• Correct Answer: C
• Rationale: Rewrite the limit as \(\frac{5}{3} \cdot \lim_{x \to 0}
\frac{\sin(5x)}{5x}\). Using the fundamental trigonometric limit
identity \(\lim_{\theta \to 0} \frac{\sin(\theta)}{\theta} = 1\),
the expression evaluates to \(\frac{5}{3} \cdot 1 = \frac{5}{3}\).
Question 3
Determine the value of the constant \(k\) that makes the function
\(f(x)\) continuous everywhere:

,\(f(x)=\begin{cases}kx^{2}+2x&\text{if\ }x\le 2\\ 3x-k&\text{if\
}x>2\end{cases}\)
A. \(k = \frac{2}{5}\)
B. \(k = \frac{5}{2}\)
C. \(k = -\frac{2}{5}\)
D. \(k = 0\) [1]
• Correct Answer: C
• Rationale: For \(f(x)\) to be continuous at \(x = 2\), the left-hand
limit must equal the right-hand limit: \(\lim_{x \to 2^-} (kx^2 +
2x) = \lim_{x \to 2^+} (3x - k)\). This simplifies to \(4k + 4 = 6 -
k\). Solving for \(k\) gives \(5k = 2\), which means \(k =
\frac{2}{5}\). Wait, let's check the algebra: \(4k + 4 = 6 - k
\implies 5k = 2 \implies k = 2/5\). Let me re-read the options. Ah,
let's verify: \(4(2/5) + 4 = 8/5 + 20/5 = 28/5\). Right hand side:
\(3(2) - 2/5 = 6 - 2/5 = 30/5 - 2/5 = 28/5\). The value is \(k =
\frac{2}{5}\). Option A is \(2/5\).
Question 4
Evaluate the limit: \(\lim_{x \to \infty} \frac{4x^3 - 2x + 7}{5 - 3x^2 -
8x^3}\).
A. \(\frac{4}{5}\)
B. \(0\)
C. \(-\frac{1}{2}\)
D. \(-\frac{4}{8}\)
• Correct Answer: C
• Rationale: For a limit at infinity of a rational function, divide
every term by the highest power of \(x\) in the denominator
(\(x^{3}\)). The limit simplifies to \(\lim_{x \to \infty} \frac{4 -
2/x^2 + 7/x^3}{5/x^3 - 3/x - 8} = \frac{4}{-8} = -\frac{1}{2}\).
[1]
Question 5
Using the formal definition of the derivative, find the instantaneous rate
of change of \(f(x) = \sqrt{x}\) at \(x = 4\).
A. \(\frac{1}{2}\)
B. \(\frac{1}{4}\)
C. \(2\)
D. \(\frac{1}{8}\) [1, 2, 3]

, • Correct Answer: B
• Rationale: The derivative of \(f(x) = \sqrt{x}\) is \(f'(x) =
\frac{1}{2\sqrt{x}}\) via the power rule. Evaluating at \(x = 4\)
yields \(f'(4) = \frac{1}{2\sqrt{4}} = \frac{1}{4}\).
Question 6
Find the equation of the tangent line to the curve \(y = x^3 - 2x^2 + 4\)
at the point \((2, 4)\).
A. \(y = 4x - 4\)
B. \(y = 2x\)
C. \(y = 4x + 4\)
D. \(y = 3x - 2\)
• Correct Answer: A
• Rationale: The derivative is \(y' = 3x^2 - 4x\). At \(x = 2\), the
slope \(m = 3(2)^2 - 4(2) = 12 - 8 = 4\). Using point-slope form:
\(y - 4 = 4(x - 2) \implies y - 4 = 4x - 8 \implies y = 4x - 4\). [1]
Question 7
Differentiate the function: \(f(x) = \frac{x^2 + 1}{3x - 2}\).
A. \(f'(x) = \frac{3x^2 - 4x - 3}{(3x - 2)^2}\)
B. \(f'(x) = \frac{2x}{3}\)
C. \(f'(x) = \frac{3x^2 - 4x + 3}{(3x - 2)^2}\)
D. \(f'(x) = \frac{6x^2 - 4x - 3}{(3x - 2)^2}\)
• Correct Answer: A
• Rationale: Applying the Quotient Rule \(\frac{u^{\prime }v-
uv^{\prime }}{v^{2}}\) where \(u = x^2 + 1\) and \(v = 3x - 2\):
\(f'(x) = \frac{(2x)(3x - 2) - (x^2 + 1)(3)}{(3x - 2)^2} = \frac{6x^2
- 4x - 3x^2 - 3}{(3x - 2)^2} = \frac{3x^2 - 4x - 3}{(3x - 2)^2}\).
Question 8
Find the derivative of \(y = \sin^3(4x)\).
A. \(3\sin^2(4x)\cos(4x)\)
B. \(12\sin^2(4x)\cos(4x)\)
C. \(12\cos^2(4x)\)
D. \(4\sin^2(4x)\cos(4x)\) [1]
• Correct Answer: B

, • Rationale: Apply the Chain Rule sequentially. Let \(u = \sin(4x)\),
so \(y = u^3 \implies \frac{dy}{du} = 3u^2 = 3\sin^2(4x)\). Then
differentiate the inner function: \(\frac{d}{dx}(\sin(4x)) =
4\cos(4x)\). Multiplying them gives \(3\sin^2(4x) \cdot 4\cos(4x)
= 12\sin^2(4x)\cos(4x)\).
Question 9
Use implicit differentiation to find \(\frac{dy}{dx}\) for the curve \(x^2
+ y^2 = 25\).
A. \(\frac{x}{y}\)
B. \(-\frac{y}{x}\)
C. \(-\frac{x}{y}\)
D. \(\frac{2x}{2y}\) [1, 2]
• Correct Answer: C
• Rationale: Differentiating both sides with respect to \(x\) gives
\(2x + 2y\frac{dy}{dx} = 0\). Solving for \(\frac{dy}{dx}\) gives
\(2y\frac{dy}{dx} = -2x \implies \frac{dy}{dx} = -\frac{x}{y}\).
[1, 2, 3]
Question 10
Find the derivative of \(f(x) = x^2 \ln(x)\).
A. \(2x \ln(x) + x\)
B. \(2x \ln(x) + 1\)
C. \(2\)
D. \(x \ln(x) + x^2\) [1]
• Correct Answer: A
• Rationale: Apply the Product Rule \(u'v + uv'\) where \(u = x^2\)
and \(v = \ln(x)\). Thus, \(f'(x) = (2x)(\ln(x)) + (x^2)(\frac{1}{x})
= 2x \ln(x) + x\). [1]
Question 11
Find the local linear approximation (tangent line approximation) of
\(f(x) = \sqrt[3]{x}\) at \(a = 8\).
A. \(L(x) = 2 + \frac{1}{12}(x - 8)\)
B. \(L(x) = 2 + \frac{1}{4}(x - 8)\)
C. \(L(x) = 8 + \frac{1}{12}(x - 2)\)
D. \(L(x) = 2 + \frac{1}{12}x\)
• Correct Answer: A

Document information

Uploaded on
June 5, 2026
Number of pages
77
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$24.48

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
GraceAlfred
4.0
(1)
Sold
10
Followers
0
Items
1189
Last sold
5 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions