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
If f (x) = StartRoot one-half x minus 10 EndRoot + 3, which inequality can be used to find the domain of f(x)?
just olya [345]

The inequality that represents the domain of the function is \frac 12x - 10 \ge 0

<h3>How to determine the domain?</h3>

The function is given as:

f(x) = \sqrt{\frac 12x - 10} + 3

Set the radicand greater than or equal to 0

\frac 12x - 10 \ge 0

Multiply through by 2

x - 20 ≥ 0

Add 20 to both sides

x ≥ 20  

Hence, the domain of the function is x ≥ 20  

Read more about domain at:

brainly.com/question/1770447

#SPJ1

7 0
2 years ago
Read 2 more answers
Which of th following is a solid bounded by the set of all points at a given distance from a given point ?
aleksandrvk [35]
C.Sphere is your answer it is bound to all it's points
4 0
3 years ago
Graph this function:<br> y= 5x - 18
lutik1710 [3]
The graph is shown below. 

5 0
3 years ago
What is 28 divided by 1.0000
Leto [7]
28 divided by 1.0000 is 20
4 0
3 years ago
Read 2 more answers
Graph the solutions of the inequality.<br> X-3&gt; 11<br> How do I know if the hole is open or close
34kurt

Answer:

x>14

Step-by-step explanation:

X-3> 11

Add 3 to each side

X-3+3> 11+3

x > 14

The hole is open  at 14 since it is greater than  

( it would be closed if it were ≥)  The line goes to the right since it is greater than

3 0
2 years ago
Other questions:
  • A 20,000 deposit earns 4.8 interest for 4 years . What is the final account balance if the interest is compounded semiannually ?
    5·1 answer
  • A bean plant grows at a constant rate for a month. After 10 days, the plant is
    14·1 answer
  • Which function is growing the fastest?<br> A) cubic C) linear<br> B) exponential D) quadratic
    7·2 answers
  • 83 rounded to the nearest 10th place​
    8·2 answers
  • An estate agent sold a house for £m and receives 10% commission. how much commission did he receive?
    7·1 answer
  • Um who else is in love with Kenma Kozume?
    14·1 answer
  • A closed circle on the number line means that the number ______________________ a possible solution.
    9·2 answers
  • What the perimeter? Will give brainliest (no links)
    15·1 answer
  • 5. Five-eighth of a number is 15. What is the number?<br> Your answer
    15·2 answers
  • Please help Me I Make You an Brainalist ​
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!