1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
sasho [114]
3 years ago
9

(c). Under a set of controlled laboratory conditions, the size of the population P of a certain bacteria culture at time t (in s

econds) is given by the function P(t)= 3t² +3e' +10, t≥0.
(1) What is the size of the population after 1 minute?

(ii) Find the average rate of change of P at t = 2 and t = 6?

(iii) How fast is the size of the population changing after 1 minute?

[Verify your answer by MATHEMATICA and attach the printout of the commands and output

Mathematics
1 answer:
Bezzdna [24]3 years ago
5 0

(i) Since P(t) gives the population of the culture after t seconds, the population after 1 second is

P(1) = 3•1² + 3e¹ + 10 = 13 + 3e ≈ 21.155

In Mathematica, it's convenient to define a function:

P[t_] := 3t^2 + 3E^t + 10

(E is case-sensitive and must be capitalized. Alternatively, you could use Exp[t]. You can also specify that the argument t must be non-negative by entering a condition via P[t_ ;/ t >= 0], but that's not necessary.)

Then just evaluate P[1], or N[P[1]] or N <at symbol> P[1] or P[1] // N to get a numerical result.

(ii) The average rate of change of P(t) over an interval [a, b} is

(P(b) - P(a))/(b - a)

Then the ARoC between t = 2 and t = 6 is

(P(6) - P(2))/(6 - 2) ≈ 321.030

In M,

(P[6] - P[2])/(6 - 2)

and you can also include N just as before.

(iii) You want the instantaneous rate of change of P when t = 60 (since 1 minute = 60 seconds). Differentiate P :

P'(t) = 6t + 3e^t

Evaluate the derivative at t = 60 :

P'(60) = 6•60 + 3e⁶⁰ = 360 + 3e⁶⁰

The approximate value is quite large, so I'll just leave its exact value.

In M, the quickest way would be P'[60], or you can differentiate and replace (via ReplaceAll or /.) t with 60 as in D[P[t], t] /. t -> 60.

You might be interested in
Help me solveee please
kakasveta [241]

Answer:

11x5 is 55

Step-by-step explanation:

3 0
3 years ago
Multiply <br> (5x-1)(6x^2+3x+7)<br><br> SHOW WORK
notsponge [240]

sorry for using printed paper, I tried my best to avoid the lines

4 0
3 years ago
Read 2 more answers
30,200 died in car accidents per year. How many deaths per day
swat32
I thnk 83 if the year has 365 days

4 0
3 years ago
Consider this function: f(x) = -4x + 7. Which polynomial is equivalent to f(f(x))? A. 16x – 28 B. 16x2 – 56x + 49 C. 16x – 21 D.
Temka [501]

Answer:

The answer is :

C. 16x - 21

5 0
3 years ago
I need help finding the y-intercept of these, I am no good with slope and tables. ;-;
zubka84 [21]

Answer:

1. -4

2. 6

3. -6

(i hope this is right •_•)

Step-by-step explanation:

<u>First table</u>

When the x coordinate is 0, that point is your y intercept. For the first one, your y intercept is -4.

<u>Second table</u>

For the second one, we need to do a bit of counting. We can see the x coordinates go before and after zero, but the table does not show us 0. So, we're going to have to calculate the slope. Bear with me here, I'm a little tired and this might be rambling ;-;

So, the formula for calculating slope is \frac{y_{2} -y_{1}}{x_{2}-x_{1}}. I'm going to use those first two points to get my slope. We're going to say the first point is point 1 and the second point is point 2 (genius, i know lol). So, let's substitute in the x and y values.

\frac{9-12}{-3-(-6)}

And simplify...

\frac{-3}{3}

So, your slope is -1. We can use that. We just have to count down.

If the x is -2, the y is 8. If the x is -1, the y is 7. And if the x is 0....(drumroll please) the y is 6! So, your y intercept is 6.

<u>Third table</u>

Now, this table isn't very nice either and doesn't have an x as 0 for us. Hmpf. But we can still do what we did above. I'll just skip the explanation and you can observe my steps.

\frac{-3-(-5)}{9-3}

\frac{2}{6}

\frac{1}{3}

Let's count down....

If x = 3, y = -5

If x = 2, y = -5 1/3

If x = 1, y = -5 2/3

If x = 0, y = -6

8 0
3 years ago
Other questions:
  • Three lightship flash simultaneously at 6 00 a.m the first lightship flashes every 12 sec the second lightship every 30 sec and
    9·1 answer
  • PLEASE HELP
    7·1 answer
  • PLEASE HELP WITH ALGEBRA QUESTIONS!!
    6·1 answer
  • Given tan A =7/24, find the cos B.<br><br> A. 7/25<br> B. 24/7<br> C. 24/25<br> D. 7/24
    10·2 answers
  • The temperature at 5:00AM this morning was 25°F. By 8:00AM, the temperature had increased by 40%. What was the temperature at 8:
    13·1 answer
  • Which point is on the circle centered at the origin with a radius of 5 units?
    10·2 answers
  • The formula p = 2i + 2w means that the perimeter of a rectangle is equal to twice the sum of its length and its width.
    6·2 answers
  • What is the simplified form of the following expression?
    10·2 answers
  • X= -7 <br> x+8y=1 solve by substitution
    11·1 answer
  • Click “show your work” and graph the absolute value function shown below. f(x) =|x – 4| + 1
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!