SOLUTION: The transport department is collecting information about traffic levels on the SouthEast Freeway. Yesterday they placed a traffic data collection instrument at a particular locat

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: The transport department is collecting information about traffic levels on the SouthEast Freeway. Yesterday they placed a traffic data collection instrument at a particular locat      Log On


   



Question 1157924: The transport department is collecting information about traffic levels on the SouthEast Freeway. Yesterday they placed a traffic data collection instrument at a particular location along the motorway. The instrument reported that the number of cars passing each minute varied linearly between 6:30am and 7:30am, and then quadratically (of the form at2 + bt) from 7:30am until 8am. The datashowedthat90carspassedthedatacollectorat7am, whileat7:30am150carspassedin1minute; at 8am, there were 360 cars passing in 1 minute. (The problem text probably means that 90 cars passed in the 1 minute between 7:00am and 7:01am)
(a) Assign a variable to be the number of cars passing the data collection instrument in any minute, and a variable to represent the number of minutes after 6:30am.
(b) Find the function that relates these two variables, and graph the function.
(c) How many vehicles were passing the data collection instrument at 6:30am? At 7:50am?
(d) For the linear part of the graph, explain the meaning of the slope in the context of how many cars were passing.

Answer by KMST(5396) About Me  (Show Source):
You can put this solution on YOUR website!
EDIT #1: Quick edit of unintentionally posted unfinished, uncorrected answer.
EDIT #2: Completed missing parts of the answer.

The data showed that 90 cars passed the data collector at 7am, while at 7:30am 150 cars passed in 1 minute.
At 8am, there were 360 cars passing in 1 minute.
I interpret that as the number if cars passing in 1 minute was considered as passing at 7:00am (or any other time listed) if they passed during a 1-minute period that had the exact time stated at the beginning, the end, or somewhere in the middle.
The text says that from 7:30am until 8am the number of cars passing per minute will vary as at%5E2%2Bb , using t as the variable to represent time. (The letters a, and b obviously represent constants)

(a) Assign a variable to be the number of cars passing the data collection instrument in any minute, and a variable to represent the number of minutes after 6:30am.
t%22=%22 number of minutes after 6:30am. (The student is invited to assign a variable, but part (b) suggest that the teacher would prefer to use t instead).
y%22=%22 number of cars passing per minute

(b) Find the function that relates these two variables, and graph the function.
It is obviously what they call a piecewise function:
linear between 6:30am and 7:30am, and then
quadratic (of the form at2 + bt) from 7:30am until 8am.
The information we have can be tabulated as

We will need to find the constant a and b for the quadratic part of the function.
Linear functions are often written a of the for y=mx+b , but to avoid confusion, I would not use the letter "b" and say the linear part will follow the form y=mt%2Bp .

For the linear part we have two data points:
y=90 for t=30 , and y=150 for t=60 .
From those two points we can calculate the slope as
m=%28150-90%29%2F%2860-30%29=60%2F30-->highlight%28m=2%29
Then, we can substitute into y=mt%2Bp the value found and the (t,y) values for one of the points used, to find the constant p.
Using point (30,90), with t=30, y=90, we get
90=3%2A20%2Bp-->90=60%2Bp-->90-60=p-->highlight%28p=30%29
NOTE: When you type that calculation, or when you key it into a calculator,
it must be written as "(150-90)/(60-30)" because
when we see a horizontal line separating "150-90" from "60-30",
we know we are supposed to calculate first the top and bottom parts,
but in math "150-90/60-30" means 150-90%2F60-30=118.5 ,even if your calculator has another symbol for "divided by".

For the quadratic part we have two data points:
y=150 for t=60 , and y=360 for t=90 .
If we substitute each pair of values into the quadratic function y=at%5E2%2Bb , we can find a and b.
We get:
150=a%2A60%5E2%2Bb%2A60-->150=3600a%2B60b , which obviously simplifies to
15=360a%2B6b and further to 5=120a%2B2b or highlight%28120a%2B2b=5%29
and
360=a%2A90%5E2%2Bb%2A90-->360=8100a%2B90b-->4=90a%2Bb or highlight%2890a%2Bb=4%29
system%2890a%2Bb=4%2C%22+%22%2C120a%2B2b=5%29 is a system of linear equations in a and b.
Solving it, we find highlight%28system%28a=0.05%2C+b=-0.5%29%29
Putting both pieces of the function together, we have
y=system%282t%2B30%2C%22++%22%2C0.05t%5E2-0.5t%29 .


(c) How many vehicles were passing the data collection instrument at 6:30am? At 7:50am?
At 6:30am, t=0 and we use y=2t%2B30 to find y=2%2A0%2B30=30
At 7:50am, t=80 and we use y=0.05t%5E2-0.5t to find
y=0.5%2A80%5E2-0.5%2A80=0.05%2A6400-40=320-40=280

(d) For the linear part of the graph, explain the meaning of the slope in the context of how many cars were passing.
The slope of the linear part of the graph m=2 means that each minute the number of cars passing per minute would increase by 2.