The Power to Investigate
The concepts come alive with interactive exploration.
Example 1: Calculus
We know that Which
values of alpha make ? Explain your answer.
![[Graphics:../Images/index_gr_3.gif]](images/index_gr_3.gif)
![[Graphics:../Images/index_gr_4.gif]](images/index_gr_4.gif)
![[Graphics:../Images/index_gr_5.gif]](images/index_gr_5.gif)
![[Graphics:../Images/index_gr_6.gif]](images/index_gr_6.gif)
![[Graphics:../Images/index_gr_7.gif]](images/index_gr_7.gif)
The graph of sin(x) shows that the areas under the curve
alternate between positive and negative sections. Since the negative
area cancels the positive area, is zero. The same is also true when
sin(x) is integrated from zero to any integral multiple of 2
pi. Because there will always be exactly as many areas above as below
the x axis, they will always cancel each other out.
A quick check with Mathematica confirms this.
![[Graphics:../Images/index_gr_12.gif]](images/index_gr_12.gif)
![[Graphics:../Images/index_gr_13.gif]](images/index_gr_13.gif)
Example 2: Economics
Suppose that you run a diner that serves a popular $20 dinner special
and you average one hundred customers a night. You estimate that for
each dollar you raise the price of the special, you will lose roughly
three customers. What is the best price to charge for dinner if you
want to maximize the revenue?
Start by defining a function we will call revenue[x],
where the price you charge for dinner is $20 + x. Your nightly
revenue will be the price per dinner times the number of dinners you
serve.
![[Graphics:../Images/index_gr_16.gif]](images/index_gr_16.gif)
Now you can run some figures. Let's plot a graph of the revenue.
![[Graphics:../Images/index_gr_17.gif]](images/index_gr_17.gif)
The maximum looks like it is around 7 or 8; let's check.
So the best price to charge for the dinner, considering revenue alone, is $7.
What if your estimate was wrong, and you actually lost five customers per additional dollar? You can define another revenue function and find out.
![[Graphics:../Images/index_gr_20.gif]](images/index_gr_20.gif)
![[Graphics:../Images/index_gr_21.gif]](images/index_gr_21.gif)
Then, as the graph shows, you are already at the ideal price!
|