jacobi1
- 47
- 0
Given:
$$y=b-ax^2, \ a>0, \ b>0, \ y \geq 0$$
Find the values of a and b that maximize the area, subject to the constraint that the length of the curve above the x-axis is 10.
We integrate over
$$\left [- \sqrt{\frac{b}{a}}, \sqrt{\frac{b}{a}} \right ] $$,
which gives the area as $$\frac{4}{3}b \sqrt{\frac{b}{a}}$$.
Setting up and evaluating the arc length integral, we have
$$2 \sqrt{4a^2 b^2 + ab} + \operatorname{arcsinh} 2 \sqrt{ab}=10a$$
as the constraint on a and b.
I used the method of Langrange multipliers to maximize this.
Set $$\Lambda=f+\lambda g$$, where f is the area and g is the constraint set equal to zero.
We now solve the system
$$\nabla_{a,b,\lambda} \Lambda=0$$.
Using Wolfram Alpha for the partial derivatives, we get
$$\nabla_{\lambda} \Lambda=0 \implies 2 \sqrt{4a^2 b^2 + ab} + \operatorname{arcsinh} 2 \sqrt{ab}=10a$$ (the original constraint)
$$ \nabla_{a} \Lambda=0 \implies -\frac{2b \sqrt{ab}+3 \lambda \operatorname{arcsinh} 2 \sqrt{ab}}{3a^2}=0$$
and
$$\nabla_{b} \Lambda=0 \implies \frac{2b+2 \lambda \sqrt{4ab+1}}{\sqrt{ab}}=0$$
as our system.
Wolfram times out on it, but plugging it into this link gives the solution $$a=b= \lambda =0$$.
What has happened?
$$y=b-ax^2, \ a>0, \ b>0, \ y \geq 0$$
Find the values of a and b that maximize the area, subject to the constraint that the length of the curve above the x-axis is 10.
We integrate over
$$\left [- \sqrt{\frac{b}{a}}, \sqrt{\frac{b}{a}} \right ] $$,
which gives the area as $$\frac{4}{3}b \sqrt{\frac{b}{a}}$$.
Setting up and evaluating the arc length integral, we have
$$2 \sqrt{4a^2 b^2 + ab} + \operatorname{arcsinh} 2 \sqrt{ab}=10a$$
as the constraint on a and b.
I used the method of Langrange multipliers to maximize this.
Set $$\Lambda=f+\lambda g$$, where f is the area and g is the constraint set equal to zero.
We now solve the system
$$\nabla_{a,b,\lambda} \Lambda=0$$.
Using Wolfram Alpha for the partial derivatives, we get
$$\nabla_{\lambda} \Lambda=0 \implies 2 \sqrt{4a^2 b^2 + ab} + \operatorname{arcsinh} 2 \sqrt{ab}=10a$$ (the original constraint)
$$ \nabla_{a} \Lambda=0 \implies -\frac{2b \sqrt{ab}+3 \lambda \operatorname{arcsinh} 2 \sqrt{ab}}{3a^2}=0$$
and
$$\nabla_{b} \Lambda=0 \implies \frac{2b+2 \lambda \sqrt{4ab+1}}{\sqrt{ab}}=0$$
as our system.
Wolfram times out on it, but plugging it into this link gives the solution $$a=b= \lambda =0$$.
What has happened?
Last edited: