Forgot password
 Register account
View 840|Reply 1

指数型曲面与坐标轴所围成的体积

[Copy link]
青青子衿 posted 2019-4-28 23:01 |Read mode
Last edited by 青青子衿 2019-4-30 10:45在二维的情形中,可以求出曲线\(\,e^{x+y}=\,e^{x}+e^{y}\,\)与\(\,x\,\)轴、\(\,y\,\)轴所围成区域的面积。
\begin{align*}
&&e^{x+y}&=e^x+e^y\\
\Rightarrow&&y&=x-\ln\left(e^x-1\right)
\end{align*}
\begin{align*}
\int_0^{+\infty}\bigg(x-\ln\left(e^x-1\right)\bigg)
\mathrm{d}x=\dfrac{\pi^2}{6}
\end{align*}
那么,
在三维的情形中,如何求出曲面\(\,e^{x+y}+e^{y+z}+e^{z+x}=\,2(e^{x}+e^{y}+e^{z})\,\)与\(\,xOy\,\)平面、\(\,yOz\,\)平面、\(\,xOz\,\)平面所围成区域的体积。
  1. NIntegrate[
  2. Boole[E^x + E^y + 2 >= E^(x + y)]
  3. Log[(2 E^x + 2 E^y - E^(x + y))/(E^x + E^y - 2)],
  4. {x, 0, \[Infinity]}, {y, 0, \[Infinity]}]
Copy the Code

3218

Threads

7837

Posts

52

Reputation

Show all posts

hbghlyj posted 2023-2-19 05:09
Asymptote: HTML format

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-21 11:54 GMT+8

Powered by Discuz!

Processed in 0.012244 seconds, 23 queries