Wikipedia:Reference desk/Archives/Mathematics/2017 October 13
Mathematics desk | ||
---|---|---|
< October 12 | << Sep | October | Nov >> | October 14 > |
Welcome to the Wikipedia Mathematics Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
October 13
[edit]Differential equations
[edit]I had a few problems that I was stuck on:
- 1. Suppose a cell is suspended in a solution containing a solute of constant concentration Cs. Suppose further that the cell has constant volume V and that the area of its permeable membrane is the constant A. By Fick's law the rate of change of its mass m is directly proportional to the area A and the difference Cs − C(t), where C(t) is the concentration of the solute inside the cell at time t. Find C(t) if m = V · C(t) and C(0) = C0. Use k > 0 as the proportionality constant.
- C(t) =
- 2a. According to Stefan's law of radiation the absolute temperature T of a body cooling in a medium at constant absolute temperature Tm is given by dT/dt = k(T4 - Tm4), where k is a constant. Stefan's law can be used over a greater temperature range than Newton's law of cooling. Solve the differential equation.
- T(t) =
- 2b. Using the binomial series, expand the right side of the following equation. (Only write the first three terms of the expansion.)
- dT/dt = k(T4 - Tm4)
- dT/dt = k[Tm + (T - Tm)]4 - Tm4
- dT/dt = kTm4[1 + (T/Tm))4 - 1]
- dT/dt = kTm4[(____________________) - 1]
- 3. A classical problem in the calculus of variations is to find the shape of a curve C such that a bead, under the influence of gravity, will slide from point A(0, 0) to point B(x1, y1) in the least time. It can be shown that a nonlinear differential equation for the shape y(x) of the path is y(1 + (dy/dx)2) = k, where k is a constant. First solve for dx in terms of y and dy. Then use the substitution y = k sin2(θ) to obtain a parametric form of the solution. The curve C turns out to be a cycloid.
- x(θ) =
For 1, I wrote C(t) = m/V, but didn't know how to proceed from there.
For 2a, I tried separation of variables then factoring then partial fractions:
- dT/dt = k(T4 - Tm4)
- dT/T4 - Tm4 = k dt
- dT/(T2 + Tm2)(T + Tm)(T - Tm) = k dt
- A/(T2 + Tm2) + B/(T + Tm) + C/(T - Tm) = 1, where A, B, C ∈ ℝ
- A(T + Tm)(T - Tm)/(T2 + Tm2)(T + Tm)(T - Tm) + B(T2 + Tm2)(T - Tm)/(T2 + Tm2)(T + Tm)(T - Tm) + C(T2 + Tm2)(T + Tm)/(T2 + Tm2)(T + Tm)(T - Tm) = 1
- A(T + Tm)(T - Tm) + B(T2 + Tm2)(T - Tm) + C(T2 + Tm2)(T + Tm)/T4 - Tm4 = 1
- B(T2 + Tm2)(T - Tm)/(T2 + Tm2)(T + Tm)(T - Tm) = 1, setting T = -Tm
- B(2Tm2)(-2Tm) = 1
- B = -1/4Tm3
- C(T2 + Tm2)(T + Tm)/(T2 + Tm2)(T + Tm)(T - Tm) = 1, setting T = Tm
- C(2Tm2)(2Tm) = 1
- C = 1/4Tm3
- A(T + Tm)(T - Tm) + B(T2 + Tm2)(T - Tm) + C(T2 + Tm2)(T + Tm)/T4 - Tm4 = 1
- A(T + Tm)(T - Tm) + (-1/4Tm3)(T2 + Tm2)(T - Tm) + (1/4Tm3)(T2 + Tm2)(T + Tm) = T4 - Tm4
- A(T2 - Tm2) + -1/4Tm3(T3 - T2Tm + TTm2 - Tm3) + 1/4Tm3(T3 + T2Tm + TTm2 + Tm3) = T4 - Tm4
- A(T2 - Tm2) + -1/4Tm3(- T2Tm - Tm3) + 1/4Tm3(T2Tm + Tm3) = T4 - Tm4
- A(T2 - Tm2) + 1/2Tm3(T2Tm + Tm3) = T4 - Tm4
- A(T2 - Tm2) = T4 - Tm4 - 1/2Tm3(T2Tm + Tm3)
- A = T4 - Tm4 - 1/2T2Tm4 - 1/2Tm6/T2 - Tm2
- A = - Tm4 - 1/2Tm6/- Tm2, setting T = 0
- A = Tm2 + 1/2Tm4
- A = Tm2 + 1/2Tm4, B = -1/4Tm3, C = 1/4Tm3
- Tm2 + 1/2Tm4/T2 + Tm2 - 1/4Tm3/T + Tm + 1/4Tm3/T - Tm = k dt
- ∫
Tm2 + 1/2Tm4/T2 + Tm2 dT - ∫
1/4Tm3/T + Tm dT + ∫
1/4Tm3/T - Tm dT = k dt - (Tm2 + 1/2Tm4)∫
1/T2 + Tm2 dT - 1/4Tm3∫
1/T + Tm dT + 1/4Tm3∫
1/T - Tm dT = k dt - (Tm2 + 1/2Tm4)arctan(T/Tm)/Tm - 1/4Tm3ln(T + Tm) + 1/4Tm3ln(T - Tm) = kt + D, where D ∈ ℝ
- Tm2 + 1/2Tm4/Tmarctan(T/Tm) + 1/4Tm3(ln(T - Tm) - ln(T + Tm)) = kt + D
- Tm2 + 1/2Tm4/Tmarctan(T/Tm) + 1/4Tm3ln(T - Tm/T + Tm) = kt + D
- Tm2 + 1/2Tm4/Tmarctan(T/Tm) + ln(T - Tm/T + Tm)1/4Tm3 = kt + D
however, this answer was verified to be incorrect. I think I might have the wrong values for A, B, and C.
For 2b, I tried T4/Tm4 + 4T3/Tm3 + 6T2/Tm2 and T4/Tm4 - 4T3/Tm3 + 6T2/Tm2, both of which were verified to be incorrect.
Any help would be appreciated. 147.126.10.148 (talk) 10:23, 13 October 2017 (UTC)
Differential equation 2a.
[edit]Note the minus sign. The body is cooling when it is warmer than the surroundings. Choose your units of time and temperature such that the equation takes the form
- .
Use perturbation.
- (as )
The first term in the perturbation series
satisfies the differential equation
Integrate
Let the beginning of time be .
This is the cooling formula when the surrounding is at absolute zero.
Differentiate
checking that the differential equation is satisfied.
Insert the next term in the perturbation series
- (as )
into the differential equation
and expand to the first power in
The constant terms vanish and the rest is divided by
Inserting
or
This is an inhomogenous Linear differential equation#First-order equation with variable coefficients.
The integrating factor is
and the differential equation becomes
integrate
and divide
Bo Jacoby (talk) 12:24, 13 October 2017 (UTC).
- (Bo, I don't know what you're doing here, but it's probably well beyond the scope of what's expected.) The original poster's attempt at separating variables, and then integrating via partial fraction decomposition is most likely what's intended. I'll point out that in general, when you have a term like the numerator needs to be not just In this case, it happens to work out because but it won't always be like that. Otherwise, it's just a matter of being more careful with your algebra, because I think you've got the basic idea right (and I'm not going to try to wade through all your work, sorry ). --Deacon Vorbis (talk) 15:35, 14 October 2017 (UTC)
- Thank you! I expect that the differential equation is not solvable in terms of elementary functions. Most differential equations are not. So I tried to find an asymptotic expression. I think I failed. As you should get , and that is not what I got. I must have made mistakes. Bo Jacoby (talk) 18:51, 14 October 2017 (UTC).
Summary
[edit]The equation is . Substituting gives . (The factor 3 is for future convenience). Substituting gives the dimensionless differential equation . This is attacked by perturbation theory
satisfies
for . Equating coefficients:
The solutions are
where is a constant of integration.
The next equation is
Bo Jacoby (talk) 06:42, 15 October 2017 (UTC).
Forget all that nonsense. The integral is elementary: [1] Bo Jacoby (talk) 18:26, 19 October 2017 (UTC).