The problem has three parts. 2.1: A balloon is rising at 2 m/s and a boy is cycling at 5 m/s. When the boy passes under the balloon, it is 15 m above him. Find how fast the distance between them is increasing 3 seconds later. 2.2: Using the Intermediate Value Theorem (IVT), show that the equation $\sqrt[3]{x} = 1-x$ has at least one solution. 2.3: Verify that $f(x) = 2x^3 - 3x + 1$ satisfies the Mean Value Theorem (MVT) on the interval $[0, 2]$ and find all numbers $c$ that satisfy the conclusion of the MVT.

AnalysisRelated RatesIntermediate Value TheoremMean Value TheoremCalculusDerivativesContinuityDifferentiation
2025/6/8

1. Problem Description

The problem has three parts.
2.1: A balloon is rising at 2 m/s and a boy is cycling at 5 m/s. When the boy passes under the balloon, it is 15 m above him. Find how fast the distance between them is increasing 3 seconds later.
2.2: Using the Intermediate Value Theorem (IVT), show that the equation x3=1x\sqrt[3]{x} = 1-x has at least one solution.
2.3: Verify that f(x)=2x33x+1f(x) = 2x^3 - 3x + 1 satisfies the Mean Value Theorem (MVT) on the interval [0,2][0, 2] and find all numbers cc that satisfy the conclusion of the MVT.

2. Solution Steps

2.1
Let the height of the balloon at time tt be h(t)h(t), and the horizontal distance of the boy from the initial point be d(t)d(t). We are given that the balloon's initial height is 15 m, and it rises at 2 m/s. The boy cycles at 5 m/s. Thus,
h(t)=15+2th(t) = 15 + 2t
d(t)=5td(t) = 5t
Let s(t)s(t) be the distance between the boy and the balloon at time tt.
s(t)=h(t)2+d(t)2=(15+2t)2+(5t)2=225+60t+4t2+25t2=29t2+60t+225s(t) = \sqrt{h(t)^2 + d(t)^2} = \sqrt{(15+2t)^2 + (5t)^2} = \sqrt{225 + 60t + 4t^2 + 25t^2} = \sqrt{29t^2 + 60t + 225}
We want to find the rate of change of s(t)s(t) at t=3t=3. So we want to find s(3)s'(3).
s(t)=1229t2+60t+225(58t+60)=29t+3029t2+60t+225s'(t) = \frac{1}{2\sqrt{29t^2 + 60t + 225}} (58t + 60) = \frac{29t + 30}{\sqrt{29t^2 + 60t + 225}}
s(3)=29(3)+3029(32)+60(3)+225=87+30261+180+225=117666=11766611725.814.53s'(3) = \frac{29(3) + 30}{\sqrt{29(3^2) + 60(3) + 225}} = \frac{87 + 30}{\sqrt{261 + 180 + 225}} = \frac{117}{\sqrt{666}} = \frac{117}{\sqrt{666}} \approx \frac{117}{25.81} \approx 4.53
2.2
Let f(x)=x3(1x)=x3+x1f(x) = \sqrt[3]{x} - (1-x) = \sqrt[3]{x} + x - 1. We want to show that f(x)=0f(x) = 0 has at least one solution.
f(0)=03+01=1f(0) = \sqrt[3]{0} + 0 - 1 = -1
f(1)=13+11=1f(1) = \sqrt[3]{1} + 1 - 1 = 1
Since f(0)=1<0f(0) = -1 < 0 and f(1)=1>0f(1) = 1 > 0, and f(x)f(x) is continuous for all xx, by the Intermediate Value Theorem, there exists a c(0,1)c \in (0, 1) such that f(c)=0f(c) = 0. Therefore, x3=1x\sqrt[3]{x} = 1-x has at least one solution.
2.3
f(x)=2x33x+1f(x) = 2x^3 - 3x + 1.
First, f(x)f(x) is a polynomial and is continuous and differentiable on [0,2][0, 2]. Thus, f(x)f(x) satisfies the conditions of the Mean Value Theorem on the interval [0,2][0, 2].
f(0)=2(0)33(0)+1=1f(0) = 2(0)^3 - 3(0) + 1 = 1
f(2)=2(2)33(2)+1=2(8)6+1=166+1=11f(2) = 2(2)^3 - 3(2) + 1 = 2(8) - 6 + 1 = 16 - 6 + 1 = 11
f(x)=6x23f'(x) = 6x^2 - 3
By the Mean Value Theorem, there exists a c(0,2)c \in (0, 2) such that
f(c)=f(2)f(0)20f'(c) = \frac{f(2) - f(0)}{2 - 0}
6c23=1112=102=56c^2 - 3 = \frac{11 - 1}{2} = \frac{10}{2} = 5
6c2=86c^2 = 8
c2=86=43c^2 = \frac{8}{6} = \frac{4}{3}
c=±43=±23=±233c = \pm \sqrt{\frac{4}{3}} = \pm \frac{2}{\sqrt{3}} = \pm \frac{2\sqrt{3}}{3}
Since c(0,2)c \in (0, 2), we take the positive value.
c=2332(1.732)33.46431.155c = \frac{2\sqrt{3}}{3} \approx \frac{2(1.732)}{3} \approx \frac{3.464}{3} \approx 1.155
Since 0<233<20 < \frac{2\sqrt{3}}{3} < 2, c=233c = \frac{2\sqrt{3}}{3} is the value we are looking for.

3. Final Answer

2.1: The distance is increasing at 1176664.53\frac{117}{\sqrt{666}} \approx 4.53 m/s.
2.2: By the Intermediate Value Theorem, the equation has at least one solution.
2.3: c=233c = \frac{2\sqrt{3}}{3}

Related problems in "Analysis"

We are asked to find the limit of two expressions, if they exist. If the limit does not exist, we ne...

LimitsDifferentiationAbsolute ValueCalculus
2025/6/8

The image contains four problems related to calculus:

LimitsCalculusEpsilon-Delta DefinitionDerivativesFirst Principle
2025/6/8

We are given a piecewise function $f(x)$ defined as: $f(x) = \begin{cases} 1-\sqrt{-x-1} & \text{if ...

Piecewise FunctionsDomainRangeContinuityGreatest Integer Function
2025/6/8

We are asked to evaluate the infinite sum $\sum_{k=2}^{\infty} (\frac{1}{k} - \frac{1}{k-1})$.

Infinite SeriesTelescoping SumLimits
2025/6/7

The problem consists of two parts. First, we are asked to evaluate the integral $\int_0^{\pi/2} x^2 ...

IntegrationIntegration by PartsDefinite IntegralsTrigonometric Functions
2025/6/7

The problem asks us to find the derivatives of six different functions.

CalculusDifferentiationProduct RuleQuotient RuleChain RuleTrigonometric Functions
2025/6/7

The problem states that $f(x) = \ln(x+1)$. We are asked to find some information about the function....

CalculusDerivativesChain RuleLogarithmic Function
2025/6/7

The problem asks us to evaluate two limits. The first limit is $\lim_{x\to 0} \frac{\sqrt{x+1} + \sq...

LimitsCalculusL'Hopital's RuleTrigonometry
2025/6/7

We need to find the limit of the expression $\sqrt{3x^2+7x+1}-\sqrt{3}x$ as $x$ approaches infinity.

LimitsCalculusIndeterminate FormsRationalization
2025/6/7

We are asked to find the limit of the expression $\sqrt{3x^2 + 7x + 1} - \sqrt{3}x$ as $x$ approache...

LimitsCalculusRationalizationAsymptotic Analysis
2025/6/7