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]
2 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]2 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
Three quarters of the members of a club are juniors, the rest are seniors. Express this as a ratio of juniors:seniors.
Serga [27]

Answer:

Three quarters of the members of a club are juniors, the rest are seniors. Express this as a ratio of juniors:seniors.

4 0
2 years ago
Read 2 more answers
RIGHT ANSWER GETS BRAINLIST WORTH 20 POINTS!!
MrMuchimi

Answer:

8

Step-by-step explanation:

1/2*4*4*1=8

7 0
3 years ago
Suppose that the functions p and q are defined as follows.<br> HELP PLEASE
nadezda [96]

Answer:

25, 9

Step-by-step explanation:

(p . q)(8) means do q first to 8 then do p to that, which is the same as writing p(q(8)). Then just plug the numbers in.

q(8)=√8+8=√16=4

p(4)=4^2+9=16+9=25

The second one is the opposite order but same reasoning.

p(8)=8^2+9=64+9=73

q(73)=√73+8=√81=9

3 0
3 years ago
There are some oranges in a box. The total weight of these oranges is 4.29 kg. The
-BARSIC- [3]

Answer:

There are 44 oranges in the box

Step-by-step explanation:

4.29 kg = 4290 g

4290g / 97.5 g = 44

3 0
3 years ago
Name three synonyms for "Solution": _____________,___________,______________
Damm [24]

Answer:

1 quick fix            2 solving               3 result

Step-by-step explanation:

hope it helps

6 0
2 years ago
Other questions:
  • Jonh missed 4 out of 25 question on a quiz what precent did he get correct
    12·1 answer
  • What is the slope of the line represented by the equation -2y=x-1?
    15·2 answers
  • Need help on this !!!!!!
    6·2 answers
  • Judy works at a candy factory that makes Sugar Rush candy bars. She is in charge of quality control and has to make sure each ca
    11·1 answer
  • What numbers does the square root of 355 fall between?
    10·1 answer
  • What 5 7/10 times -5/9
    6·1 answer
  • Harold worked 40 hours between Monday and Friday and then more hours during the weekend. Over the whole week, he worked over 52
    10·1 answer
  • What is the slope of the line represented by the equation y =-3x+12
    9·1 answer
  • Please help!
    14·1 answer
  • Jason claims that the absolute value of a nonzero number is always equal to the opposite of the number.
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!