Finding the maximum size of an Initial Value Problem coefficient

MathMan2022
Messages
12
Reaction score
1
Homework Statement
find the maximum size of a IVP coefficient size?
Relevant Equations
diff(T(x), x) = v/200*(45 - T(x)) + 0.015*(22 - T(x)) where T(0)=39
The following IVP
diff(T(x), x) = v/200*(45 - T(x)) + 0.015*(22 - T(x)) where T(0)=39

Describes the tempetatur T in celcius at the time x of a tub filled with water. A tub which is filled with hot water at rate of v l/min.

Lets say I am told that a guy takes a 40 min bath, and during those 40 min he doesn't want the water in the tub to become colder than 37 c.
How would I go about calculating the maximum size of v for that periode?
 
Physics news on Phys.org
MathMan2022 said:
Homework Statement:: find the maximum size of a IVP coefficient size?
Relevant Equations:: diff(T(x), x) = v/200*(45 - T(x)) + 0.015*(22 - T(x)) where T(0)=39

The following IVP
diff(T(x), x) = v/200*(45 - T(x)) + 0.015*(22 - T(x)) where T(0)=39

Describes the tempetatur T in celcius at the time x of a tub filled with water. A tub which is filled with hot water at rate of v l/min.

Lets say I am told that a guy takes a 40 min bath, and during those 40 min he doesn't want the water in the tub to become colder than 37 c.
How would I go about calculating the maximum size of v for that periode?

Welcome to PF.

Can you show us your work so far? We are not allowed to help you until we see your initial work. Thanks.
 
berkeman said:
Welcome to PF.

Can you show us your work so far? We are not allowed to help you until we see your initial work. Thanks.
Sure, If I do a dsolve in Maple on the IVP I get the following solution seen in the screenshot. But how should I got about finding the maximum size of v? If T(40)=37? Thats what I am unsure on.
1649266637895.png
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top