forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchap1.xml
More file actions
31 lines (23 loc) · 2.65 KB
/
chap1.xml
File metadata and controls
31 lines (23 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" ?>
<!-- <mathbook><book> -->
<chapter xml:id="chap1" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Functions and Their Graphs</title>
<introduction>
<sidebyside width="60%" margins="0% 40%"><image source="images/fig1"><description>Sunrise through tree: Martin Ruegner/Getty Images</description></image></sidebyside>
<p>You may have heard that mathematics is the language of science. In fact, professionals in nearly every discipline take advantage of mathematical methods to analyze data, identify trends, and predict the effects of change. This process is called <term>mathematical modeling</term>.</p>
<p>A <term>model</term> is a simplified representation of reality that helps us understand a process or phenomenon. Because it is a simplification, a model can never be completely accurate. Instead, it should focus on those aspects of the real situation that will help us answer specific questions. Here is an example. </p>
<p>The world's population is growing at different rates in different nations. Many factors, including economic and social forces, influence the birth rate. Is there a connection between birth rates and education levels?</p>
<p>The figure shows the birth rate plotted against the female literacy rate in 148 countries. Although the data points do not all lie precisely on a line, we see a generally decreasing trend: the higher the literacy rate, the lower the birth rate. The <term>regression line</term> provides a model for this trend, and a tool for analyzing the data.</p>
<p>In this chapter we study the properties of linear models and some techniques for fitting a linear model to data.</p>
<sidebyside width="80%"><image source="images/BirthRateVsFemaleLiteracy"><description>Plot of birth rate vs female literacy</description></image></sidebyside>
</introduction>
<xi:include href="./section-1-1.xml" /> <!-- Linear Models -->
<xi:include href="./section-1-2.xml" /> <!-- Functions -->
<xi:include href="./section-1-3.xml" /> <!-- Graphs of Functions -->
<xi:include href="./section-1-4.xml" /> <!-- Slope and Rate of Change-->
<xi:include href="./section-1-5.xml" /> <!-- Linear Functions-->
<xi:include href="./section-1-6.xml" /> <!-- Linear Regression-->
<xi:include href="./chap1-summary.xml" /> <!-- Summary and Review-->
<xi:include href="./chap1-rev-projects.xml" /> <!-- projects -->
</chapter>
<!-- </book> </mathbook> -->