Question
Question: Let the population of honey-bees surviving at a time is given by the differential equation $\frac{dx...
Let the population of honey-bees surviving at a time is given by the differential equation dtdx=21x+50, if x(0)=200, then x(t) is equal to aet/2−b. The value of a−b is

200
100
150
250
200
Solution
The given differential equation is dtdx=21x+50.
This is a first-order separable differential equation. We can rewrite it as:
21x+50dx=dt
Integrate both sides:
∫21x+50dx=∫dt
To integrate the left side, let u=21x+50. Then du=21dx, which means dx=2du.
∫u2du=∫dt
2∫udu=∫dt
2ln∣u∣=t+C1, where C1 is the constant of integration.
Substitute back u=21x+50:
2ln∣21x+50∣=t+C1
ln∣21x+50∣=2t+2C1
∣21x+50∣=e2t+2C1=eC1/2et/2
21x+50=Aet/2, where A=±eC1/2 is an arbitrary constant.
Now, solve for x(t):
21x=Aet/2−50
x(t)=2Aet/2−100
We are given the initial condition x(0)=200. Substitute t=0 and x=200 into the equation:
200=2Ae0/2−100
200=2Ae0−100
200=2A(1)−100
200=2A−100
2A=200+100
2A=300
A=150
Substitute the value of A back into the solution for x(t):
x(t)=2(150)et/2−100
x(t)=300et/2−100
The problem states that x(t) is equal to aet/2−b.
Comparing our solution x(t)=300et/2−100 with the given form x(t)=aet/2−b, we can identify the values of a and b:
a=300
b=100
We are asked to find the value of a−b.
a−b=300−100=200.