-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b901a33
commit 0bdb6b3
Showing
10 changed files
with
196 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>質量と計算</title> | ||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="author" content="syui" /> | ||
<meta name="copyright" content="© syui" /> | ||
<meta name="description" content="ai" /> | ||
<meta name="keywords" content="ai" /> | ||
<meta name="robots" content="all" /> | ||
<meta name="googlebot" content="all" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="質量と計算" /> | ||
<meta property="og:locale" content="ja_JP" /> | ||
<meta property="og:description" content="© syui" /> | ||
<meta property="og:image" content="https://yui.syui.ai//og.png" /> | ||
<meta property="og:url" content="https://yui.syui.ai/private/post/2024/05/03/phoenix/" /> | ||
<meta property="og:site_name" content="質量と計算" /> | ||
<link rel="icon" href="/icon/ai.png" /> | ||
<link rel="shortcut icon" href="/icon/ai.png" /> | ||
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" /> | ||
<link rel="stylesheet" href="/css/style.css" /> | ||
<link rel="stylesheet" href="/css/blog.css" /> | ||
<link rel="stylesheet" href="/css/svg.css" /> | ||
<script type="application/ld+json"> | ||
{ | ||
"@context": "http://schema.org", | ||
"@type": "WebSite", | ||
"name": "質量と計算", | ||
"url": "https:\/\/yui.syui.ai\/" | ||
} | ||
</script> | ||
<script src="/js/index.js"></script> | ||
|
||
<link rel="stylesheet" href="https://syui.ai/bower_components/icomoon/style.css" /> | ||
<link rel="stylesheet" href="https://syui.ai/bower_components/font-awesome/css/all.min.css" /> | ||
</head> | ||
|
||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<span class="navbar-title-text"><a href="/"><span class="icon-ai"></span></a></span> | ||
<div class="navbar-nav-left"> | ||
<a class="navbar-brand" href="/chara">キャラクター</a> | ||
<a class="navbar-brand" href="/story">ストーリー</a> | ||
<a class="navbar-brand" href="/card">カード</a> | ||
<a class="navbar-brand" href="/blog">ブログ</a> | ||
<a class="navbar-brand" href="/item">アイテム</a> | ||
</div> | ||
</div> | ||
<div class="navbar-nav-right"> | ||
<a class="menu-link-left" href="https://syui.fanbox.cc/shop" target="_blank"><i class="fa-solid fa-bag-shopping"></i></a> | ||
<a class="menu-link-left" href="https://bsky.app/profile/yui.syui.ai" target="_blank"><i class="fa-brands fa-bluesky"></i></a> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<body> | ||
|
||
|
||
|
||
<header id="header"> | ||
<div class="logo"> | ||
<div id="aisvg"> | ||
<script type="module" crossorigin src="/svg/index.js"></script> | ||
<link rel="stylesheet" href="/svg/index.css"> | ||
<div id="ai-star-stage2" class="stage"> | ||
<div class="center"> | ||
<a href="/"><div class="star"></div></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</header> | ||
<div class="containerx"> | ||
|
||
|
||
|
||
<article> | ||
<div class="content"> | ||
<div class="post-time-date">2024-05-03</div> | ||
<h1>質量と計算</h1> | ||
<p>この作品ではキャラクターの強さ(エネルギー)を<code>質量</code>と表現しています。</p> | ||
<p>物理学では質量とエネルギーは等価と考えられています。</p> | ||
<blockquote> | ||
<p>E = mc^2</p> | ||
</blockquote> | ||
<p>ここで、ブラックホールを例に質量や大きさを見ていきたいと思います。</p> | ||
<iframe width="100%" height="500px" src="https://www.youtube.com/embed/8GnSFAZD8YY?si=HyqpQCHOwf337cLK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||
<h2 id="ブラックホール">ブラックホール</h2> | ||
<p>ブラックホールの大きさは質量から計算できます。具体的にはシュバルツシルト半径を使います。</p> | ||
<p>事象の地平線は重力により光すら抜け出せなくなる境界面のこと。これをブラックホールの大きさ(半径)とします。</p> | ||
<blockquote> | ||
<p>Rs = 2GM/c^2</p> | ||
<p>Rs = M/10^27</p> | ||
</blockquote> | ||
<p>質量を10^27で割った数字がシュバルツシルト半径です。</p> | ||
<p>では、宇宙最大のブラックホールである<code>フェニックスA</code>はどれくらいの質量、大きさを持つのでしょうか。</p> | ||
<p>フェニックスAは太陽の1000億倍の質量を持ち、大きさは1000億kmです。</p> | ||
<p>太陽自体がとても大きい天体で70万kmです。ブラックホールは基本的にとても小さな天体です。例えば、太陽規模の質量を持つブラックホールだと7kmくらいです。したがって、ブラックホールの大きさが1000億kmというのがどれほど規格外なのかわかります。</p> | ||
<p><img src="/img/Phoenix_A_compared_to_Ton_618_and_the_Orbit_of_Neptune.jpg" alt=""></p> | ||
<ul> | ||
<li>wiki / <a href="https://en.wikipedia.org/wiki/Phoenix_Cluster#/media/File:Phoenix_A_compared_to_Ton_618_and_the_Orbit_of_Neptune.jpg">Faren29</a></li> | ||
</ul> | ||
|
||
</div> | ||
</article> | ||
|
||
<link href="https://syui.ai/js/comment/app.js" rel="preload" as="script"> | ||
<link href="https://syui.ai/js/comment/chunk-vendors.js" rel="preload" as="script"> | ||
<div id="comment"></div> | ||
<script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script> | ||
<script src="https://syui.ai/js/comment/chunk-vendors.js"></script> | ||
<script src="https://syui.ai/js/comment/app.js"></script> | ||
|
||
|
||
</div> | ||
|
||
<script> | ||
function sun_open() { | ||
var n = document.querySelectorAll(".nasa"); | ||
var index = 0, length = n.length; | ||
for ( ; index < length; index++) { | ||
if (n[index].style.display == 'block') { | ||
n[index].style.display = 'none'; | ||
} else { | ||
n[index].style.display = 'block'; | ||
} | ||
} | ||
} | ||
</script> | ||
|
||
<link rel="stylesheet" href="/pkg/particles/particles.css" /> | ||
<div class="sun"> | ||
<div class="sun-button"> | ||
<img id="sun-img-button" src="/icon/sun.svg" onclick="sun_open()"> | ||
</div> | ||
<div class="sun-particles"> | ||
<div id="particles-js"></div> | ||
</div> | ||
</div> | ||
<script src="/pkg/particles/particles.min.js"></script> | ||
<script src="/pkg/particles/config.js"></script> | ||
|
||
<footer id="footer">© <a href="https://syui.ai">syui</a></footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters