- #1
jacobi1
- 48
- 0
Given:
\(\displaystyle 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
\(\displaystyle \left [- \sqrt{\frac{b}{a}}, \sqrt{\frac{b}{a}} \right ] \),
which gives the area as \(\displaystyle \frac{4}{3}b \sqrt{\frac{b}{a}}\).
Setting up and evaluating the arc length integral, we have
\(\displaystyle 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 \(\displaystyle \Lambda=f+\lambda g\), where f is the area and g is the constraint set equal to zero.
We now solve the system
\(\displaystyle \nabla_{a,b,\lambda} \Lambda=0\).
Using Wolfram Alpha for the partial derivatives, we get
\(\displaystyle \nabla_{\lambda} \Lambda=0 \implies 2 \sqrt{4a^2 b^2 + ab} + \operatorname{arcsinh} 2 \sqrt{ab}=10a\) (the original constraint)
\(\displaystyle \nabla_{a} \Lambda=0 \implies -\frac{2b \sqrt{ab}+3 \lambda \operatorname{arcsinh} 2 \sqrt{ab}}{3a^2}=0\)
and
\(\displaystyle \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 \(\displaystyle a=b= \lambda =0\).
What has happened?
\(\displaystyle 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
\(\displaystyle \left [- \sqrt{\frac{b}{a}}, \sqrt{\frac{b}{a}} \right ] \),
which gives the area as \(\displaystyle \frac{4}{3}b \sqrt{\frac{b}{a}}\).
Setting up and evaluating the arc length integral, we have
\(\displaystyle 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 \(\displaystyle \Lambda=f+\lambda g\), where f is the area and g is the constraint set equal to zero.
We now solve the system
\(\displaystyle \nabla_{a,b,\lambda} \Lambda=0\).
Using Wolfram Alpha for the partial derivatives, we get
\(\displaystyle \nabla_{\lambda} \Lambda=0 \implies 2 \sqrt{4a^2 b^2 + ab} + \operatorname{arcsinh} 2 \sqrt{ab}=10a\) (the original constraint)
\(\displaystyle \nabla_{a} \Lambda=0 \implies -\frac{2b \sqrt{ab}+3 \lambda \operatorname{arcsinh} 2 \sqrt{ab}}{3a^2}=0\)
and
\(\displaystyle \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 \(\displaystyle a=b= \lambda =0\).
What has happened?
Last edited: