MHB 4.1.306 AP Calculus Exam Area under Curve

Click For Summary
The discussion centers on calculating the area of the region in the first quadrant bounded by the curve y=e^(x/2) and the line x=2. The integration of e^(x/2) yields the expression 2e^(x/2), evaluated from 0 to 2, resulting in the area being 2e-2. A suggestion is made to include a constant C in the indefinite integral, which is acknowledged. Additionally, there is an attempt to graph the area using TikZ, but issues arise with displaying the vertical line and shading the region.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$\textsf{What is the area of the region in the first quadrant bounded by the graph of}$
$$y=e^{x/2} \textit{ and the line } x=2$$
a. 2e-2 b. 2e c. $\dfrac{e}{2}-1$ d. $\dfrac{e-1}{2}$ e. e-1Integrate
$\displaystyle \int e^{x/2}=2e^{x/2}$
take the limits
$2e^{x/2}\Biggr|_0^2=2e-2$which is a.any suggestions ?
 
Physics news on Phys.org
karush said:
$\textsf{What is the area of the region in the first quadrant bounded by the graph of}$
$$y=e^{x/2} \textit{ and the line } x=2$$
a. 2e-2 b. 2e c. $\dfrac{e}{2}-1$ d. $\dfrac{e-1}{2}$ e. e-1Integrate
$\displaystyle \int e^{x/2}=2e^{x/2}$
take the limits
$2e^{x/2}\Biggr|_0^2=2e-2$which is a.any suggestions ?

Put a +C at the end of your indefinite integral, and then you are correct.
 
karush said:
Integrate
[math]\int e^{x/2}[/math] dx [math]=2e^{x/2}[/math] + C
Tsk tsk.

-Dan
 
\begin{tikzpicture}
%preamble \usepackage{pgfplots}
\begin{axis}[axis lines=middle, grid=both]
\addplot[
draw = red,
domain=-.5:3,
range=-2:8,
samples=50
] {exp(e^(x/2)};
\draw[solid] (2,0)- -(2,6);
\end{axis}
\end{tikzpicture}ok I tried to tikx $e^{x/2}$ and $x=2$ but kinda ! don't see any vertical line
also be nice for a light shade in the region
 
karush said:
\begin{tikzpicture}
%preamble \usepackage{pgfplots}
\begin{axis}[axis lines=middle, grid=both]
\addplot[
draw = red,
domain=-.5:3,
range=-2:8,
samples=50
] {exp(e^(x/2)};
\draw[solid] (2,0)- -(2,6);
\end{axis}
\end{tikzpicture}ok I tried to tikx $e^{x/2}$ and $x=2$ but kinda ! don't see any vertical line
also be nice for a light shade in the region

Wait, what? Are you trying to graph the area?
 

Similar threads

Replies
4
Views
2K
Replies
1
Views
1K
Replies
2
Views
1K
Replies
6
Views
2K
Replies
5
Views
2K
Replies
2
Views
3K