九州大学 システム情報科学府 情報理工学専攻・電気電子工学専攻 2024年1月実施 解析学・微積分
Author
祭音Myyura (assisted by ChatGPT 5.5)
Description
(1) Find the maximum and the minimum of the function f(x,y)=x2+2xy+2y2 over the curve x2+xy+y2=1, and find the points which achieve them.
(2) Find the solution to the following differential equation defined for x≥0, where y(0)=0,
dxdy+y=sinx
(3) Find the radius of convergence of the series
n=1∑∞(n+1)32n(z+1)n−1
where z is a complex number.
Kai
(1)
We want to optimize
f(x,y)=x2+2xy+2y2
subject to
x2+xy+y2=1.
Use Lagrange multipliers:
∇f=λ∇g,
where
g(x,y)=x2+xy+y2.
Then
∂x∂f=2x+2y,∂y∂f=2x+4y,
and
∂x∂g=2x+y,∂y∂g=x+2y.
So
2x+2y=λ(2x+y),
2x+4y=λ(x+2y).
Solving this generalized eigenvalue problem gives
λ=2orλ=32.
Because the constraint satisfies g(x,y)=1, the value of f equals λ.
Case 1: λ=2
This gives
Using the constraint,
so
Thus the maximum value is
at the points
(0,1), (0,−1).
Case 2: λ=32
This gives
so
Substitute into the constraint:
x2+xy+y2=1.
Then
4y2−2y2+y2=1,
so
Hence
y=±31,
and
x=∓32.
Thus the minimum value is
32
at the points
(−32,31),(32,−31).
Therefore,
maxf=2
and
minf=32.
(2)
We solve
dxdy+y=sinx,
with initial condition
This is a first-order linear differential equation. The integrating factor is
Multiplying both sides by ex, we get
exdxdy+exy=exsinx.
The left side becomes
dxd(exy).
So
dxd(exy)=exsinx.
Integrate both sides:
exy=∫exsinxdx.
Using
∫exsinxdx=2ex(sinx−cosx),
we have
exy=2ex(sinx−cosx)+C.
Divide by ex:
y=2sinx−cosx+Ce−x.
Use the initial condition y(0)=0:
0=2sin0−cos0+C
0=20−1+C
C=21.
Therefore,
y(x)=2sinx−cosx+e−x
for x≥0.
(3) Radius of convergence
Consider the power series
n=1∑∞(n+1)32n(z+1)n−1.
Let
Then the series becomes
n=1∑∞(n+1)32nwn−1.
We examine the general term
an=(n+1)32nwn−1.
Using the root test,
n→∞lim∣an∣1/n=n→∞lim((n+1)32n∣w∣n−1)1/n.
This equals
2∣w∣=2∣z+1∣.
For convergence, we need
2∣z+1∣<1.
Thus
Therefore, the radius of convergence is