Finding value of $t$ such that volume contained inside the planes is minimum

70 Views Asked by At

The question is to find out the value of $t$ such that volume contained inside the planes $$\sqrt{1-t^2}x+tz=2\sqrt{1-t^2},$$$$z=0,$$$$x=2+\frac{t\sqrt{4t^2-5t+2}}{\sqrt{12}(1-t^2)^{1/4}} \text{ and }$$ $$|y|=2$$ is maximum.

I tried to figure out the line of the intersection of the planes but it made the problem more complicated.Is there any way by which the equations can be decomposed to make it easier to handle?Any help shall be highly appreciated.Thanks.

1

There are 1 best solutions below

8
On BEST ANSWER

Note that there is only one equation on $y$ which means that for our body $y \in [-2,2]$. Three other equations are equations of some planes parallel to $Oy$ axis. Thus the body in question is a right prism with triangle base and height $4$.
Equations (2) and (3) are of orthogonal planes, they intersect at $(x,z) = (c,0)$. Plane (1) is $a(x-2)+bz=0$ and intersects other two at $(x,z) = (2,0)$ and $(x,z) = (c,-{a(c-2) \over b})$ respectively. Thus the base is a right triangle with catheti $|c-2|$ and $|{a(c-2) \over b}|$.

Resulting volume is $V = {1 \over 2}*|{t \sqrt{4t^2-5t+2}\over \sqrt{12} (1-t^2)^{1/4}}|*4*|z_0|$ where $z_0$ is where planes (1) and (3) intersect. $$2 - {t \over \sqrt{1-t^2}}z_0 = 2+{t \sqrt{4t^2-5t+2}\over \sqrt{12} (1-t^2)^{1/4}} \\ z_0 = -{1 \over \sqrt{12}}(1-t^2)^{1/4}\sqrt{4t^2-5t+2} \\ V = {1 \over 6}|t|(4t^2-5t+2) \, | t \in (-1,1) $$ But this $V(t)$ has no maximum; its limit as $t \to -1$ is ${11 \over 6}$, greater than any value on given interval.