Solveeit Logo

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 dxdt=12x+50\frac{dx}{dt} = \frac{1}{2}x + 50, if x(0)=200x(0) = 200, then x(t)x(t) is equal to aet/2bae^{t/2} - b. The value of aba - b is

A

200

B

100

C

150

D

250

Answer

200

Explanation

Solution

The given differential equation is dxdt=12x+50\frac{dx}{dt} = \frac{1}{2}x + 50.
This is a first-order separable differential equation. We can rewrite it as:
dx12x+50=dt\frac{dx}{\frac{1}{2}x + 50} = dt

Integrate both sides:
dx12x+50=dt\int \frac{dx}{\frac{1}{2}x + 50} = \int dt

To integrate the left side, let u=12x+50u = \frac{1}{2}x + 50. Then du=12dxdu = \frac{1}{2} dx, which means dx=2dudx = 2 du.
2duu=dt\int \frac{2 du}{u} = \int dt
2duu=dt2 \int \frac{du}{u} = \int dt
2lnu=t+C12 \ln|u| = t + C_1, where C1C_1 is the constant of integration.
Substitute back u=12x+50u = \frac{1}{2}x + 50:
2ln12x+50=t+C12 \ln|\frac{1}{2}x + 50| = t + C_1
ln12x+50=t2+C12\ln|\frac{1}{2}x + 50| = \frac{t}{2} + \frac{C_1}{2}
12x+50=et2+C12=eC1/2et/2|\frac{1}{2}x + 50| = e^{\frac{t}{2} + \frac{C_1}{2}} = e^{C_1/2} e^{t/2}
12x+50=Aet/2\frac{1}{2}x + 50 = A e^{t/2}, where A=±eC1/2A = \pm e^{C_1/2} is an arbitrary constant.

Now, solve for x(t)x(t):
12x=Aet/250\frac{1}{2}x = A e^{t/2} - 50
x(t)=2Aet/2100x(t) = 2A e^{t/2} - 100

We are given the initial condition x(0)=200x(0) = 200. Substitute t=0t=0 and x=200x=200 into the equation:
200=2Ae0/2100200 = 2A e^{0/2} - 100
200=2Ae0100200 = 2A e^0 - 100
200=2A(1)100200 = 2A(1) - 100
200=2A100200 = 2A - 100
2A=200+1002A = 200 + 100
2A=3002A = 300
A=150A = 150

Substitute the value of AA back into the solution for x(t)x(t):
x(t)=2(150)et/2100x(t) = 2(150) e^{t/2} - 100
x(t)=300et/2100x(t) = 300 e^{t/2} - 100

The problem states that x(t)x(t) is equal to aet/2bae^{t/2} - b.
Comparing our solution x(t)=300et/2100x(t) = 300 e^{t/2} - 100 with the given form x(t)=aet/2bx(t) = ae^{t/2} - b, we can identify the values of aa and bb:
a=300a = 300
b=100b = 100

We are asked to find the value of aba - b.
ab=300100=200a - b = 300 - 100 = 200.