Been stuck with this problem for ages now. Please help.
The text reads: Given a pyramid with a square base and the tip of the pyramid is above where the diagonals intersect (the sides are isosceles triangles), calculate the angle between the base and the side of the pyramid so that the volume of the pyramid is the biggest. Areas of the sides is constant.
Thank you!
It's a constrained optimisation problem. The standard way would be to use Lagrange multipliers. But, I'll avoid to use them, not knowing if you know what they are.
let $a$ be the side of the basis and $\theta$ the angle you're looking for. Then the surface $S$ of the triangular side scales as $a^2/\cos \theta$ (I mean that $S=c a^2/\cos\theta$ for some constant $c$ not of interest).The volume $V$ scales as $a^3 \tan \theta$.
So $S\sim a^2/\cos\theta$ and $V\sim a^3\tan\theta$. To maximise $V$ is the same as maximising $V^2$, since it is a positive quantity, then you have
$$V^2 \sim a^6(\tan\theta)^2 \sim S^3 (\sin\theta)^2\cos\theta\,.$$
Since $S$ is fixed all you have to do now is to find the $\theta$ maximising $(\sin\theta)^2\cos\theta$, for $\theta\in[0,\pi/2]$. Can you conclude now?