We are given a sequence $(U_n)_{n \in N}$ defined by $U_0 = 7$ and $U_{n+1} = \frac{1}{2}(U_n + 5)$. We define $V_n = U_n + a$. The problem asks to: 1. Find the real number $a$ such that $(V_n)_{n \in N}$ is a geometric sequence.

AnalysisSequencesSeriesGeometric SequencesConvergenceBoundedness
2025/4/14

1. Problem Description

We are given a sequence (Un)nN(U_n)_{n \in N} defined by U0=7U_0 = 7 and Un+1=12(Un+5)U_{n+1} = \frac{1}{2}(U_n + 5).
We define Vn=Un+aV_n = U_n + a.
The problem asks to:

1. Find the real number $a$ such that $(V_n)_{n \in N}$ is a geometric sequence.

2. Let $a = -5$.

a. Express VnV_n and UnU_n as a function of nn.
b. Show that (Un)nN(U_n)_{n \in N} is decreasing on NN.
c. Show that (Un)nN(U_n)_{n \in N} is bounded below on NN.

3. Express in terms of $n$ the sums $S_n = V_0 + V_1 + ... + V_n$ and $S'_n = U_0 + U_1 + U_2 + ... + U_n$.

4. Study the convergence of the sequences $(S_n)_{n \in N}$ and $(S'_n)_{n \in N}$.

2. Solution Steps

1. To find $a$ such that $V_n = U_n + a$ is a geometric sequence, we need $\frac{V_{n+1}}{V_n}$ to be a constant.

Vn+1=Un+1+a=12(Un+5)+aV_{n+1} = U_{n+1} + a = \frac{1}{2}(U_n + 5) + a.
Then, Vn+1Vn=12(Un+5)+aUn+a=Un+5+2a2(Un+a)\frac{V_{n+1}}{V_n} = \frac{\frac{1}{2}(U_n + 5) + a}{U_n + a} = \frac{U_n + 5 + 2a}{2(U_n + a)}.
For this to be a constant, the numerator must be a multiple of the denominator, so we want Un+5+2a=c(Un+a)U_n + 5 + 2a = c(U_n + a) for some constant cc. This can be written as Un+5+2a=cUn+caU_n + 5 + 2a = cU_n + ca, so we have c=1c=1 and 5+2a=a5 + 2a = a. Thus a=5a = -5.
If a=5a = -5, then Vn=Un5V_n = U_n - 5.
Vn+1=Un+15=12(Un+5)5=12Un+525=12Un52=12(Un5)=12VnV_{n+1} = U_{n+1} - 5 = \frac{1}{2}(U_n + 5) - 5 = \frac{1}{2}U_n + \frac{5}{2} - 5 = \frac{1}{2}U_n - \frac{5}{2} = \frac{1}{2}(U_n - 5) = \frac{1}{2}V_n.
Thus, Vn+1Vn=12\frac{V_{n+1}}{V_n} = \frac{1}{2}, which is a constant. So VnV_n is a geometric sequence with ratio 12\frac{1}{2} and a=5a = -5.

2. We are given $a = -5$, so $V_n = U_n - 5$. We know $V_n$ is a geometric sequence with ratio $q = \frac{1}{2}$.

V0=U05=75=2V_0 = U_0 - 5 = 7 - 5 = 2.
Therefore, Vn=V0qn=2(12)n=21nV_n = V_0 q^n = 2(\frac{1}{2})^n = 2^{1-n}.
Since Vn=Un5V_n = U_n - 5, we have Un=Vn+5=21n+5U_n = V_n + 5 = 2^{1-n} + 5.

3.

Un+1Un=(2n+5)(21n+5)=2n21n=2n22n=2n<0U_{n+1} - U_n = (2^{-n} + 5) - (2^{1-n} + 5) = 2^{-n} - 2^{1-n} = 2^{-n} - 2 \cdot 2^{-n} = -2^{-n} < 0.
Since Un+1Un<0U_{n+1} - U_n < 0, Un+1<UnU_{n+1} < U_n, so the sequence (Un)nN(U_n)_{n \in N} is decreasing.

4.

Since Un=21n+5U_n = 2^{1-n} + 5, we have Un>5U_n > 5 for all nn. So the sequence (Un)nN(U_n)_{n \in N} is bounded below by
5.

5. $S_n = V_0 + V_1 + ... + V_n$ is the sum of a geometric sequence.

Sn=k=0nVk=k=0n2(12)k=2k=0n(12)k=21(12)n+1112=21(12)n+112=4(1(12)n+1)=422(n+1)=421nS_n = \sum_{k=0}^n V_k = \sum_{k=0}^n 2(\frac{1}{2})^k = 2 \sum_{k=0}^n (\frac{1}{2})^k = 2 \frac{1 - (\frac{1}{2})^{n+1}}{1 - \frac{1}{2}} = 2 \frac{1 - (\frac{1}{2})^{n+1}}{\frac{1}{2}} = 4(1 - (\frac{1}{2})^{n+1}) = 4 - 2^{2-(n+1)} = 4 - 2^{1-n}.

6. $S'_n = U_0 + U_1 + ... + U_n = \sum_{k=0}^n U_k = \sum_{k=0}^n (V_k + 5) = \sum_{k=0}^n V_k + \sum_{k=0}^n 5 = S_n + 5(n+1) = 4 - 2^{1-n} + 5n + 5 = 9 - 2^{1-n} + 5n$.

7. As $n \to \infty$, $2^{1-n} \to 0$, so $S_n \to 4$. Since $S_n$ approaches a finite number, $S_n$ is convergent.

As nn \to \infty, 5n5n \to \infty, so Sn=921n+5nS'_n = 9 - 2^{1-n} + 5n \to \infty. Since SnS'_n goes to infinity, SnS'_n is divergent.

3. Final Answer

1. $a = -5$

2. a. $V_n = 2^{1-n}$ and $U_n = 2^{1-n} + 5$

b. (Un)nN(U_n)_{n \in N} is decreasing on NN.
c. (Un)nN(U_n)_{n \in N} is bounded below on NN.

3. $S_n = 4 - 2^{1-n}$ and $S'_n = 9 - 2^{1-n} + 5n$

4. $(S_n)_{n \in N}$ is convergent and $(S'_n)_{n \in N}$ is divergent.

Related problems in "Analysis"

We are asked to evaluate the triple integral $I = \int_0^{\log_e 2} \int_0^x \int_0^{x+\log_e y} e^{...

Multiple IntegralsIntegration by PartsCalculus
2025/6/4

The problem asks us to evaluate the following limit: $ \lim_{x\to\frac{\pi}{3}} \frac{\sqrt{3}(\frac...

LimitsTrigonometryCalculus
2025/6/4

We need to evaluate the limit of the expression $(x + \sqrt{x^2 - 9})$ as $x$ approaches negative in...

LimitsCalculusFunctionsConjugateInfinity
2025/6/4

The problem asks to prove that $\int_0^1 \ln(\frac{\varphi - x^2}{\varphi + x^2}) \frac{dx}{x\sqrt{1...

Definite IntegralsCalculusIntegration TechniquesTrigonometric SubstitutionImproper Integrals
2025/6/4

The problem defines a harmonic function as a function of two variables that satisfies Laplace's equa...

Partial DerivativesLaplace's EquationHarmonic FunctionMultivariable Calculus
2025/6/4

The problem asks us to find all first partial derivatives of the given functions. We will solve pro...

Partial DerivativesMultivariable CalculusDifferentiation
2025/6/4

We are asked to find the first partial derivatives of the given functions. 3. $f(x, y) = \frac{x^2 -...

Partial DerivativesMultivariable CalculusDifferentiation
2025/6/4

The problem asks us to find all first partial derivatives of each function given. Let's solve proble...

Partial DerivativesChain RuleMultivariable Calculus
2025/6/4

The problem is to evaluate the indefinite integral of $x^n$ with respect to $x$, i.e., $\int x^n \, ...

IntegrationIndefinite IntegralPower Rule
2025/6/4

We need to find the limit of the function $x + \sqrt{x^2 + 9}$ as $x$ approaches negative infinity. ...

LimitsFunctionsCalculusInfinite LimitsConjugate
2025/6/2