Previous PL TOC View on GitHub PDF EN CS ES PL SK Next PL

Instructions for translators

  1. Open this file on GitHub server. If you see https://um.mendelu.cz/... in URL, click View on GitHub to open this file on github.com.
  2. If you see this file on GitHub server, you can edit the content of the file. Open the file in an editor. You can use simple editor (pres e on GitHub). However, an advanced VS Code editor (press . on GitHub) is better, since it provides preview how the Markdown code renders. Alternatively press pencil for simple editor or press triangle next to the pencil to get access to VS Code described as github.dev.
  3. Fix the keywords in the preamble.
  4. Depending on which language version you want to use as a source for your translation, delete either English or Czech version below.
  5. Translate to your language. Keep Markdown marking and math notation. If you use a tool to get first version of the translation, make sure that the markup is preserved.
  6. In VS Code you can open the preview in another window by pressing Ctrl+V and K. Keep the preview open as you work, or close using a mouse.
  7. Instead of saving, you have to commit and push the changes to the repository. Fill the Message under Source control (describe your changes, such as “Polish translation started”) and then press Commit&Push.
  8. Make sure that your changes appear in the commit history. In rare cases (if you work with simultaneously with someone else) you have to download /Pull/ and merge his and yours changes. Usualy Sync (Pull & Push) should work.
  9. When you finish the translation, change is_finished: False in header to is_finished: True.

Instrukce pro překladatele

  1. Otevřete tento soubor na serveru GitHub. Pokud máte soubor otevřen na https://um.mendelu.cz/..., otevřete jej na serveru github.com.
  2. Pokud tento soubor vidíte na serveru GitHub, můžete obsah souboru upravit. Otevřete soubor v editoru. Můžete použít jednoduchý editor (stiskněte e na GitHubu). Lepší je však pokročilý editor VS Code (stikněte . na GitHubu), protože poskytuje náhled, jak se kód Markdown interpretuje. Případně stiskněte tužku pro jednoduchý editor nebo stiskněte trojúhelníček vedle tužky, abyste získali přístup k editoru VS Code popsaný jako github.dev.
  3. Opravte klíčová slova v preambuli.
  4. V závislosti na tom, kterou jazykovou verzi chcete použít jako zdrojový kód pro svůj překladu, odstraňte níže uvedenou anglickou nebo českou verzi.
  5. Přeložte do svého jazyka. Ponechte značení Markdown a matematický zápis. Pokud použijete nástroj typu DeepL pro získání první verze překladu, ujistěte se, že zápis matematických výrazů byl zachován.
  6. Ve VS Code můžete náhled otevřít v jiném okně stisknutím Ctrl+V. a K. Během práce nechte náhled otevřený nebo jej zavřete pomocí myši.
  7. Místo uložení musíte změny zaregistrovat a odeslat do úložiště. Vyplňte zprávu v poli Zpráva (popište své změny, např. “Zahájen překlad do polštiny”) a poté stiskněte tlačítko Commit&Push.
  8. Ujistěte se, že se vaše změny objeví v historii revizí. Ve výjimečných případech (pokud pracujete současně s někým jiným) musíte stáhnout /Pull/ a sloučit jeho a vaše změny. Obvykle by synchronizace (Pull & Push) měla fungovat.
  9. Po dokončení překladu změňte is_finished: False v záhlaví na is_finished: True.

Czech source

Objem chladící věže jaderné elektrárny

Keywords: the first keyword, another keyword, ... etc

Chladicí věže elektrárny jsou monumentální stavby z betonu, tyčící se k nebi a vypouštějící bílá oblaka vodní páry. Tyto železobetonové skořápky postavené na tenkých desetimetrových nožičkách jsou nedílnou součástí technologie elektrárny. Každá chladicí věž má tepelný výkon přes \(1\,000\, \text{MW,}\) což znamená, že každou hodinu se do ovzduší uvolní tolik tepla, kolik by stačilo k vytápění zhruba osmdesáti domácností po dobu 1 roku.

Chladicí věž jaderné elektrárny Temelín je tvaru jednodílného rotačního hyperboloidu. Od výšky dvaceti metrů až po vrchol ve výšce \(155\,\text{m}\) je uvnitř věže jen prázdný prostor. Tloušťka této železobetonovité skořepiny je v dolní části věže \(90\,\text{cm}\), což je jen dvojnásobek tloušťky obvodové nosné zdi v cihlovém rodinném domě. Směrem nahoru se postupně zmenšuje a u koruny je plášť široký jako kolo osobního auta (asi \(18\,\text{cm}\)). Celý plášť je postaven na asi stovce betonových noh, tvořících vstupní otvory pro nasávání vzduchu. Kruhový bazén pod věží má (stejně jako věž ve spodní části) průměr přibližně \(130\,\text{m}\).

Rysunek 1. Typická chladící věž

Zadání

Naším úkolem bude určit objem chladící věže jaderné elektrárny Temelín. Na tento úkol půjdeme postupně. V první řadě najdeme funkci pomocí které budeme věž modelovat a následně určíme pomocí určitého integrálu její objem.

Pro zjednodušení výpočtů si skutečnou chladící věž mírně zidealizujeme (zaokrouhlíme některé rozměry). Budeme
o ní předpokládat, že má tvar části hyperboloidu s výškou \(155\,\text{m}\), poloměrem základny \(65\,\text{m}\) a poloměrem koruny \(41\,\text{m}\) . Jeho nejužší místo je \(35\,\text{m}\) pod korunou chladicí věže.

Abychom mohli pracovat v souřadnicích, jak jsme zvyklí, umístíme osu rotačního hyperboloidu tak, aby splývala se souřadnou osou \(x\). Navíc si jej umístíme tak, že řezem chladící věže vedeným jeho osou je část hyperboly, na které leží pata věže se souřadnicemi \([155, 65]\) a vrchol koruny \([0, 41]\). Jelikož nejužší místo věže je \(35\,\text{m}\) pod korunou chladicí věže, má střed hyperboly souřadnice \([35, 0]\). Chladící věž vznikne rotací části této hyperboly kolem osy \(x\).

Rysunek 2. Řez ležící chladící věže. Koruna věže je umístěna vlevo, základna vpravo

Úloha 1. Napište obecnou rovnici hyperboly se středem \([35, 0]\) a s ohnisky ležícími na ose rovnoběžné s osou \(x\).

Řešení. Obecná rovnice hyperboly má tvar \[\frac{y^2}{a^2} - \frac{(x - 35)^2}{b^2} = 1.\]

Úloha 2. Určete obecnou rovnici hyperboly, jejíž částí je řez chladící věže, jestliže na ní leží body \([155, 65]\) a \([0, 41]\). Do vztahu dosaďte za \(a^2\), \(b^2\) hodnoty zaokrouhlené na jednotky.

Řešení. Po dosazení bodů \([155, 65]\), \([0, 41]\) ležících na hyperbole dostáváme soustavu rovnic \[ \begin{align*} \frac{65^2}{a^2} - \frac{(155-35)^2}{b^2} &= 1 \\ \frac{41^2}{a^2} - \frac{35^2}{b^2} &= 1 \\ \end{align*} \] Vyjádřením \(\frac{1}{a^2}\) z první rovnice \[\frac{1}{a^2}=\frac{1}{65^2}\left(1+\frac{120^2}{b^2}\right)\] a dosazením do druhé rovnice získáme \[\frac{41^2}{65^2}\left(1+\frac{120^2}{b^2}\right)-\frac{35^2}{b^2} = 1.\] Nyní vypočítáme \(b^2\): \[b^2 = \frac{41^2 \cdot 120^2 - 35^2 \cdot 65^2}{65^2-41^2} \;\dot{=}\; 7481.\] Po zpětném dosazení získáme \[a^2= \frac{41^2 \cdot 120^2 - 35^2 \cdot 65^2}{120^2-35^2} \;\dot{=}\; 1444.\] Hyperbola modelující řez chladící věží má obecnou rovnici \[\frac{y^2}{1444} - \frac{(x - 35)^2}{7481} = 1.\]

Úloha 3. Vyjádřete z obecné rovnice hyperboly funkci, která popisuje rameno hyperboly ležící nad osou \(x\).

Řešení. Z obecné rovnice hyperboly \[\frac{y^2}{1444} - \frac{(x - 35)^2}{7481} = 1\] vyjádříme \(y\) \[y(x) = \pm\sqrt{1444 + \frac{1444}{7481} (x - 35)^2}.\] Rameno hyperboly ležící nad osou \(x\) popisuje funkce \[y(x) = \sqrt{1444 + \frac{1444}{7481} (x - 35)^2}.\]

Úloha 4. Vypočítejte objem rotačního tělesa vzniklého rotací části ramena hyperboly modelující chladící věž v intervalu \(x\in\langle 0, 155\rangle\) kolem osy \(x\).

Rysunek 3. 3D model chladící věže

Řešení. K výpočtu objemu použijeme určitý integrál vyjadřující objem rotačního tělesa \[V = \pi \int_{0}^{155} \left(1444 + \frac{1444}{7481} (x - 35)^2\right) \,\mathrm{d}x= \pi \left[1444x + \frac{1444}{7481} \cdot \frac{1}{3}(x - 35)^3 \right]_{0}^{155}\doteq1\,052\,436\,\text{m}^3\] Objem modelu chladící věže jaderné elektrárny Temelín je \(1\,052\,436\,\text{m}^3\).

Poznámka. Porovnáme-li získaný objem \(1\,052\,436\,\text{m}^3\) modelu chladící věže s objemem \(1\,069\,700\,\text{m}^3\) skutečné chladící věže v Temelíně, vidíme, že náš výsledek je velmi realistický.

Literatura

English source

Volume of a Nuclear Power Plant Cooling Tower

Keywords: the first keyword, another keyword, ... etc

The power plant’s cooling towers are monumental structures made of concrete, towering into the sky and emitting white clouds of water vapor. These reinforced concrete shells, built on thin ten-meter legs, are an integral part of the power plant’s technology. Each cooling tower has a thermal output of over \(1{,}000\,\text{MW,}\). This means that every hour, enough heat is released into the air to heat about eighty homes for an entire year.

The cooling tower of the Temelín nuclear power plant is in the shape of a one-sheeted rotational hyperboloid. From a height of twenty meters up to the top at \(155\,\text{m}\), the inside of the tower is completely hollow. This reinforced concrete shell is \(90\,\text{cm}\) thick in the lower part of the tower, only three times thicker than a concrete foundation slab of a family house. The thickness gradually decreases upwards and at the crown the shell is as wide as a car wheel (about \(18\,\text{cm}\)). The entire shell is built on about a hundred concrete legs, forming air inlets. The circular pool beneath the tower (like the tower itself) has a diameter of approximately \(130\,\text{m}\).

Rysunek 4. Typical cooling tower

Assignment

Our task is to determine the volume of the cooling tower of the Temelín nuclear power plant. We will go about this task step by step. First, we find a function to model the tower, and then we determine its volume using a definite integral.

To simplify the calculations, we slightly idealize the real cooling tower (we round off some dimensions). Let’s assume that the tower has the shape of a part of a hyperboloid of one sheet with a height of \(155\,\text{m}\), a base radius of \(65\,\text{m}\), and a crown radius of \(41\,\text{m}\). Its narrowest point is \(35\,\text{m}\) below the crown of the cooling tower.

In order to work with coordinates, as we are used to, we will place the axis of the rotational hyperboloid so that it coincides with the coordinate axis \(x\). Moreover, we place it so that the cross-section of the cooling tower along its axis forms a part of a hyperbola, with the base of the tower located at the point \([155, 65]\) and the top (the crown) at \([0, 41]\). Since the narrowest part of the tower is \(35\,\text{m}\) below the crown of the cooling tower, the center of the hyperbola has coordinates \([35, 0]\). The cooling tower can be created by rotating a part of this hyperbola around the \(x\)-axis.

Rysunek 5. Cross-section of a horizontal cooling tower. The crown of the tower is placed on the left, the base on the right

Exercise 1. Write the standard form of the equation of a hyperbola with center \([35, 0]\) and foci lying on an axis parallel to the \(x\)-axis.

Solution. The standard form of the equation of a hyperbola is \[\frac{y^2}{a^2} - \frac{(x - 35)^2}{b^2} = 1.\]

Exercise 2. Determine the standard form of the equation of the hyperbola, that the section of the colling tower is a part of, given that points \([155, 65]\) and \([0, 41]\) lie on it. Substitute the values ​​rounded to the nearest whole number for \(a^2\), \(b^2\) in the equation.

Solution. After substituting the points \([155, 65]\), \([0, 41]\) lying on the hyperbola, we obtain the system of equations \[ \begin{align*} \frac{65^2}{a^2} - \frac{(155-35)^2}{b^2} &= 1 \\ \frac{41^2}{a^2} - \frac{35^2}{b^2} &= 1 \\ \end{align*} \] Expressing \(\frac{1}{a^2}\) from the first equation \[\frac{1}{a^2}=\frac{1}{65^2}\left(1+\frac{120^2}{b^2}\right)\] and substituting it into the second equation, we obtain \[\frac{41^2}{65^2}\left(1+\frac{120^2}{b^2}\right)-\frac{35^2}{b^2} = 1.\] Now we solve for \(b^2\): \[b^2 = \frac{41^2 \cdot 120^2 - 35^2 \cdot 65^2}{65^2-41^2} \;\dot{=}\; 7{,}481.\] After substituting back, we get \[a^2= \frac{41^2 \cdot 120^2 - 35^2 \cdot 65^2}{120^2-35^2} \;\dot{=}\; 1{,}444.\] The hyperbola modeling the section of a cooling tower has the standard form of the equation \[\frac{y^2}{1{,}444} - \frac{(x - 35)^2}{7{,}481} = 1.\]

Exercise 3. From the standard form of the equation of the hyperbola, express the function that describes the branch of the hyperbola lying above the \(x\)-axis.

Solution. From the standard form of the equation of the hyperbola \[\frac{y^2}{1{,}444} - \frac{(x - 35)^2}{7{,}481} = 1\] we express \(y\) \[y(x) = \pm\sqrt{1{,}444 + \frac{1{,}444}{7{,}481} (x - 35)^2}.\] The branch of the hyperbola lying above the \(x\)-axis is described by the function \[y(x) = \sqrt{1{,}444 + \frac{1{,}444}{7{,}481} (x - 35)^2}.\]

Exercise 4. Calculate the volume of the solid of revolution formed by rotating a part of the branch of the hyperbola modeling the cooling tower on the interval \(x\in\langle 0, 155\rangle\) around the \(x\)-axis.

Rysunek 6. 3D model of a cooling tower

Solution. To calculate the volume, we use a definite integral expressing the volume of a solid of revolution \[V = \pi \int_{0}^{155} \left(1{,}444 + \frac{1{,}444}{7{,}481} (x - 35)^2\right) \,\mathrm{d}x= \pi \left[1{,}444x + \frac{1{,}444}{7{,}481} \cdot \frac{1}{3}(x - 35)^3 \right]_{0}^{155}\doteq1{,}052{,}436\,\text{m}^3\] The volume of the model of the cooling tower of the Temelín nuclear power plant is \(1{,}052{,}436\,\text{m}^3\).

Note. If we compare the obtained volume of \(1{,}052{,}436\,\text{m}^3\) of the cooling tower model with the volume of \(1{,}069{,}700\,\text{m}^3\) of the real cooling tower in Temelín, we see that our result is quite realistic.

Literature