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
In jeremiah class 2/5 of the students are boys. What percent of the in jeremiah's class are boys
Marina CMI [18]
40% are boys. divide 2 by 5 and then multiply by 100
6 0
2 years ago
Read 2 more answers
Why do people keep adding links instead of answering my? question
Svet_ta [14]

I know! It's kind if annoying tbh...

7 0
3 years ago
Using f(x) = 4x + 6 with a domain of {-1, 0, 2 }, find the range.
lianna [129]

Answer:

{2, 6, 14}

Step-by-step explanation:

Using f(x) = 4x + 6 with a domain of {-1, 0, 2 }, find the range.

To get the range, we will substitute the values of the domain into the given function as shown;

when x = -1

f(-1) = 4(-1)+6

f(-1) = -4+6

f(-1) = 2

when x = 0

f(0) = 4(0)+6

f(0) = 0+6

f(0) = 6

when x = 2

f(2) = 4(2)+6

f(2) = 8+6

f(2) = 14

Hence the required range are {2, 6, 14}

6 0
3 years ago
What’s is the constant of proportionality in the equation y=5/4x
marshall27 [118]
5/4 is the constant of proportionality
7 0
3 years ago
If a study determines the difference in average salary for subpopulations of mechanical engineers and civil engineers is NOT sig
uysha [10]

Both are not earning different salaries.

If a study determines the difference in average salary for subpopulations of mechanical engineers and civil engineers is NOT significant, then the subpopulations of mechanical and civil engineers are not earning different salaries.
Study determines that there is not any significant study so thats why both are not earning.


Learn more about average median on:

brainly.com/question/14532771

#SPJ10

3 0
2 years ago
Other questions:
  • When constructing a circle circumscribed about a triangle, what is the purpose of constructing perpendicular bisectors?
    10·1 answer
  • Celebs family room has dimensions of 3 7/8 length and 5 1/4 width. What is the area?
    10·2 answers
  • in gym class, you run 3/5 mile. your coach runs 10 times that distance each day. how far does your coach run each day?
    10·2 answers
  • What is an irrational number between 7.7 and 7.9 explain why it is irrational. And include the decimal approximation of the irra
    10·2 answers
  • Mark all statements that are true . help !
    11·1 answer
  • At an ice cream shop, three flavors are increasing in demand. Last year, banana, pumpkin, and rocky road ice cream made up 13% o
    11·1 answer
  • Noah solved three math problems. The first problem took him 1 minute. The second
    11·1 answer
  • Write an equation of the circle with center (-5,2) and diameter 6.
    13·1 answer
  • at a museum, a model of a rocket is 3 feet high. the model has a scale of 1 foot to 121 feet. the museum manager will create a n
    11·2 answers
  • A person has a body fat percent of 15.2% and weighs 185 pounds. How many poundsof his weight is made up of fat? Round your answe
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!