Maximizing Area with a Curve Length Constraint

Click For Summary
SUMMARY

The discussion focuses on maximizing the area under the curve defined by the equation $$y=b-ax^2$$, with constraints on the curve length set to 10. The area is expressed as $$\frac{4}{3}b \sqrt{\frac{b}{a}}$$, while the arc length constraint is given by $$2 \sqrt{4a^2 b^2 + ab} + \operatorname{arcsinh} 2 \sqrt{ab}=10a$$. The method of Lagrange multipliers is employed to derive the necessary equations, leading to the solution where $$c \approx 0.973$$, $$a \approx 0.284$$, and $$b \approx 3.335$$. The graph of the curve confirms that the length constraint is satisfied.

PREREQUISITES
  • Understanding of calculus, specifically integration and differentiation.
  • Familiarity with Lagrange multipliers for optimization problems.
  • Knowledge of hyperbolic functions, particularly $$\operatorname{arcsinh}$$.
  • Experience with graphing functions and interpreting their properties.
NEXT STEPS
  • Study the application of Lagrange multipliers in various optimization problems.
  • Learn about hyperbolic functions and their properties in calculus.
  • Explore numerical methods for solving transcendental equations, such as the one derived for $$c$$.
  • Investigate the implications of curve length constraints in geometric optimization problems.
USEFUL FOR

Mathematicians, engineering students, and anyone interested in optimization techniques in calculus, particularly those working with curve analysis and geometric constraints.

jacobi1
Messages
47
Reaction score
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?
 
Last edited:
Physics news on Phys.org
Not trusting Wolfram Alpha, I did this by hand. I prefer to use the logarithm rather than the inverse hyperbolic function, and I found that the equation for the length is $\sqrt{ab + 4a^2b^2} + \frac12\ln\bigl(2\sqrt{ab} + \sqrt{1 + 4ab}\bigr) = 10a.$

Looking at that, it seems convenient to use $\sqrt{ab}$ instead of $b$ for one of the parameters. So let $c = \sqrt{ab}$, and then the equation for the length is $c\sqrt{1+4c^2} + \frac12\ln\bigl(2c + \sqrt{1 + 4c^2}\bigr) = 10a.$ In terms of $a$ and $c$, the expression for the area is $\frac43c^3a^{-2}.$

Now let $f(a,c,\lambda) = \frac43c^3a^{-2} + \lambda \bigl(c\sqrt{1+4c^2} + \frac12\ln\bigl(2c + \sqrt{1 + 4c^2}\bigr) - 10a\bigr)$. The equations from the Lagrange multiplier method are $$\nabla_a\,f = -\tfrac83 c^3a^{-3} - 10\lambda = 0,$$ $$ \nabla_c\,f = 4c^2a^{-2} + \lambda\left( \sqrt{1+4c^2} + \frac{4c^2}{\sqrt{1+4c^2}} + \frac{2 + \frac{4c}{\sqrt{1+4c^2}}}{2\bigl(2c+ \sqrt{1+4c^2}\bigr)} \right) = 0.$$ The $\lambda$-equation is just the expression for the length. The $c$-equation looks horrendous, but the expression inside the large parentheses simplifies drastically, and the equation becomes $2c^2a^{-2} + \lambda\sqrt{1+4c^2} = 0.$ Eliminating $\lambda$ from the $a$- and $c$-equations leads to the equation $a = \frac2{15}c\sqrt{1+4c^2}.$ When you substitute that into the equation for the length, you get this equation for $c$: $$2c\sqrt{1+4c^2} - 3\ln\bigl(2c + \sqrt{1+4c^2}\bigr) = 0.$$ My graphing calculator gives the positive root of that equation as $c\approx 0.973$, from which $a\approx 0.284$ and $b\approx 3.335.$ The graph of $y = b - ax^2$ then looks like this, and it appears that the length is indeed about $10$:

[GRAPH]rsk9zojftw[/GRAPH]
 
Oh, I see...I missed a factor of two in the integral. (Blush)
Also, instead of subtracting 10a before doing the partial derivative, I divided by a and then subtracted 10 before taking the partial derivative for some reason.
Anyway, thanks for explaining it!
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K