4.1.306 AP Calculus Exam Area under Curve

In summary: That's not what was asked in the question. The question was asking for the area of the region, which is simply the integral of the function $e^{x/2}$ from $x=0$ to $x=2$. So in summary, the area of the region bounded by $y=e^{x/2}$ and $x=2$ in the first quadrant is 2e-2.
  • #1
karush
Gold Member
MHB
3,269
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
  • #2
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.
 
  • #3
karush said:
Integrate
\(\displaystyle \int e^{x/2}\) dx \(\displaystyle =2e^{x/2}\) + C
Tsk tsk.

-Dan
 
  • #4
\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
 
  • #5
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
4
Views
2K
Replies
1
Views
1K
Replies
2
Views
1K
Replies
6
Views
2K
Replies
5
Views
1K
Replies
2
Views
2K
Replies
2
Views
2K
Back
Top