The problem consists of three independent sub-problems: (2.2) Find the equation of a curve that passes through the point $(0, 5)$ and has a slope equal to twice the y-coordinate at every point. (2.3) A bottle of soda cools from $22^{\circ}C$ to $16^{\circ}C$ in half an hour when placed in a refrigerator at $7^{\circ}C$. We need to find its temperature after another half hour. (2.4) A parchment has 74% of the radioactive carbon 14C compared to plant material today. The half-life of 14C is 5730 years. What is the age of the parchment?

Applied MathematicsDifferential EquationsNewton's Law of CoolingRadioactive DecayExponential Functions
2025/6/27

1. Problem Description

The problem consists of three independent sub-problems:
(2.2) Find the equation of a curve that passes through the point (0,5)(0, 5) and has a slope equal to twice the y-coordinate at every point.
(2.3) A bottle of soda cools from 22C22^{\circ}C to 16C16^{\circ}C in half an hour when placed in a refrigerator at 7C7^{\circ}C. We need to find its temperature after another half hour.
(2.4) A parchment has 74% of the radioactive carbon 14C compared to plant material today. The half-life of 14C is 5730 years. What is the age of the parchment?

2. Solution Steps

(2.2) The problem states that the slope of the curve at any point (x,y)(x, y) is given by dydx=2y\frac{dy}{dx} = 2y. This is a separable differential equation. Separating the variables gives dyy=2dx\frac{dy}{y} = 2dx. Integrating both sides, we get dyy=2dx\int \frac{dy}{y} = \int 2dx, which gives lny=2x+C\ln|y| = 2x + C, where C is the constant of integration. Taking the exponential of both sides, we have y=e2x+C=eCe2x|y| = e^{2x+C} = e^C e^{2x}. We can write y=Ae2xy = Ae^{2x} where A=±eCA = \pm e^C.
Since the curve passes through (0,5)(0, 5), we substitute x=0x = 0 and y=5y = 5 into the equation y=Ae2xy = Ae^{2x}: 5=Ae2(0)=Ae0=A5 = Ae^{2(0)} = Ae^0 = A. Thus, A=5A = 5.
Therefore, the equation of the curve is y=5e2xy = 5e^{2x}.
(2.3) We use Newton's Law of Cooling: dTdt=k(TTa)\frac{dT}{dt} = k(T - T_a), where TT is the temperature of the object, TaT_a is the ambient temperature, tt is time, and kk is a constant.
In this case, Ta=7CT_a = 7^{\circ}C. Separating variables, we have dTT7=kdt\frac{dT}{T - 7} = k dt. Integrating, we get lnT7=kt+C\ln|T - 7| = kt + C, or T7=AektT - 7 = Ae^{kt}, where A=eCA = e^C. So, T(t)=7+AektT(t) = 7 + Ae^{kt}.
At t=0t = 0, T(0)=22CT(0) = 22^{\circ}C, so 22=7+A22 = 7 + A, which gives A=15A = 15.
Thus, T(t)=7+15ektT(t) = 7 + 15e^{kt}.
At t=0.5t = 0.5 hours, T(0.5)=16CT(0.5) = 16^{\circ}C, so 16=7+15e0.5k16 = 7 + 15e^{0.5k}. Then, 9=15e0.5k9 = 15e^{0.5k}, so e0.5k=915=35=0.6e^{0.5k} = \frac{9}{15} = \frac{3}{5} = 0.6. Thus, 0.5k=ln(0.6)0.5k = \ln(0.6), so k=2ln(0.6)k = 2\ln(0.6).
Therefore, T(t)=7+15e2ln(0.6)tT(t) = 7 + 15e^{2\ln(0.6)t}.
We want to find T(1)T(1). T(1)=7+15e2ln(0.6)(1)=7+15eln(0.62)=7+15(0.62)=7+15(0.36)=7+5.4=12.4T(1) = 7 + 15e^{2\ln(0.6)(1)} = 7 + 15e^{\ln(0.6^2)} = 7 + 15(0.6^2) = 7 + 15(0.36) = 7 + 5.4 = 12.4.
So the temperature of the soda after another half hour is 12.4C12.4^{\circ}C.
(2.4) We use the formula for radioactive decay: N(t)=N0eλtN(t) = N_0 e^{-\lambda t}, where N(t)N(t) is the amount of the substance at time tt, N0N_0 is the initial amount, λ\lambda is the decay constant, and tt is time. The half-life T1/2T_{1/2} is related to λ\lambda by T1/2=ln2λT_{1/2} = \frac{\ln 2}{\lambda}, so λ=ln2T1/2\lambda = \frac{\ln 2}{T_{1/2}}. In this case, T1/2=5730T_{1/2} = 5730 years.
We are given that N(t)=0.74N0N(t) = 0.74 N_0. So 0.74N0=N0eλt0.74 N_0 = N_0 e^{-\lambda t}, which implies 0.74=eλt0.74 = e^{-\lambda t}. Taking the natural logarithm of both sides, we get ln(0.74)=λt\ln(0.74) = -\lambda t. Thus, t=ln(0.74)λ=ln(0.74)ln2/5730=ln(0.74)ln25730t = \frac{-\ln(0.74)}{\lambda} = \frac{-\ln(0.74)}{\ln 2 / 5730} = \frac{-\ln(0.74)}{\ln 2} \cdot 5730.
Calculating this gives t=(0.301105)0.6931475730=0.3011050.69314757300.4344557302489.37t = \frac{-(-0.301105)}{0.693147} \cdot 5730 = \frac{0.301105}{0.693147} \cdot 5730 \approx 0.43445 \cdot 5730 \approx 2489.37.
Thus, the age of the parchment is approximately 2489 years.

3. Final Answer

(2.2) y=5e2xy = 5e^{2x}
(2.3) 12.4C12.4^{\circ}C
(2.4) Approximately 2489 years

Related problems in "Applied Mathematics"

The problem provides information about a sinusoidal waveform: a peak value of 20 A and a frequency o...

TrigonometrySinusoidal WaveAC CircuitsRMS ValueWaveform Analysis
2025/6/29

The problem is based on a spreadsheet representing channeling charges of Suwa Medura Medical Center....

Spreadsheet FormulasData AnalysisFinancial Modeling
2025/6/29

The problem is to identify which of the provided spreadsheet formulas (A, B, and C) are correctly wr...

SpreadsheetsFunctionsMAX functionData Analysis
2025/6/29

Question 20: Given a spreadsheet, the formula $A$1*$B1 is entered in cell C1. What will be the value...

Spreadsheet FormulasCell ReferencesCOUNT functionFormula PropagationArithmetic
2025/6/29

A four-bar linkage mechanism is given. The lengths of the links are $AB = 100$ mm, $BC = 150$ mm, an...

KinematicsFour-Bar LinkageAngular VelocityAngular AccelerationVelocity AnalysisAcceleration AnalysisMechanism
2025/6/28

We are given that the half-life of radioactive carbon $^{14}C$ is 5730 years. A parchment has 74% of...

Radioactive DecayExponential DecayHalf-lifeLogarithms
2025/6/27

A car completes a journey in 10 minutes. For the first half of the distance, the speed was 60 km/h a...

Distance, Speed, and TimeWord ProblemAlgebraic Equations
2025/6/27

Mahmoud runs to a marker and back in 15 minutes (900 seconds). His speed on the way to the marker is...

Word ProblemDistance, Rate, and TimeLinear Equations
2025/6/26

The problem asks to identify the correct diagram that shows the forces acting on a person running on...

PhysicsForcesFrictionNormal ForceTorqueMechanics
2025/6/26

Find the distance of the center of gravity from point A on the line AB. The figure is a square of si...

Center of GravityArea CalculationGeometric ShapesIntegration (implicitly)
2025/6/26