Usòrò:Tidal field and gravity field.svg

Page contents not supported in other languages.
Shí Wikipedia, njikotá édémédé nke onyobulạ

Failụ si na nke mbu(usòrò SVG, nà áhà pixel 985 × 581, ívụ usòrò: 49 KB)

Failụ a si na Wikimedia Commons,enwekwara ike iji ya eme ihe na arụmarụ ọzọ. Nkọwa na ihuakwukwọ nkọwa failụ eziri na okpuru.

Mmẹkụwátá

Nkówá
English: Tidal field (thick red arrows) and gravity field (thin blue arrows) exerted on Earth's surface and center (label O) by the Moon (label S).
Ǹgụ́ụ̀bọ̀chị̀
Mkpọlọ́gwụ̀ Orü ọnwé
Odé ákwụ́kwọ́ fgnievinski
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
 
The file size of this SVG plot may be irrationally large because its text has been converted to paths inhibiting translations.
Source code
InfoField
Matplotlib code
import matplotlib.pyplot as plt
import numpy as np

if __name__ == "__main__":
    fig = plt.figure(figsize=(15.2, 8))
    ax = fig.add_subplot(111)

    R = 10  # planet radius
    pp = [0, 0]  # planet position
    ps = [40, 0]  # satellite position
    k = 2750  # force scale

    dist = lambda p1, p2: np.sqrt( (p1[0]-p2[0])**2 + (p1[1]-p2[1])**2 )  # Euclidean distance
    irsq = lambda p: 1 / dist(p, ps)**2   # inverse square distance
    gmag = lambda p: k*irsq(p)           # satellite's gravity force magnitude
    gdir = lambda p: np.divide(np.subtract(ps, p), dist(ps, p))  # satellite's gravity force direction
    gvec = lambda p: gmag(p)*gdir(p)     # satellite's gravity force vector
    
    gp = gvec(pp)  # satellite's gravity vector at center of planet
    tvec = lambda p: gvec(p)-gp  # satellite's tide force vector

    theta = np.linspace(-np.pi, np.pi, 50)  # circle internal angle
    for ti in theta:
        pi = [-R * np.cos(ti), R * np.sin(ti)]  # evaluation point on the perimeter (planet's surface)
        ti = tvec(pi)  # tide at evaluation point
        gi = gvec(pi)  # gravity at evaluation point
         
        ax.arrow(pp[0], pp[1], gp[0], gp[1], head_width=0.5/2, head_length=0.7/2, fc='b', color='b')
        ax.arrow(pi[0], pi[1], gi[0], gi[1], head_width=0.5/2, head_length=0.7/2, fc='b', color='b')
        ax.arrow(pi[0], pi[1], ti[0], ti[1], head_width=0.5/1, head_length=0.7/1, fc='r', color='r')

    ax.plot(pp[0], pp[1], 'ok')
    #ax.annotate(r"+", xytext=(0,0), size=30, xy=(0,0), ha="center", va="center")
    ax.annotate(r"O", xytext=(-1,0), size=30, xy=(0,0), ha="center", va="center")
    ax.annotate(r"S", xy=(25,0), xytext=(15,0),
                size=30, va="center",
                arrowprops=dict(arrowstyle="fancy", fc='k'))
    ax.set_xlim(-13, 25)
    ax.set_ylim(-11, 11)
    ax.plot(R*np.cos(theta), R*np.sin(theta), '-k', linewidth=3.)
    ax.set_aspect('equal', 'box')
    ax.axis('off')
    plt.savefig('field tidal.svg', bbox_inches='tight', pad_inches=.15, transparent='true')

Nkwényé

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
í-kpó-áhà gbásàa kà
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
I wepulara nóru:
  • i nye – ikọpị,ikekasi na izịpụ ọru a
  • i dowaria – igbanwee ọrụ a
Ọ ga bụ na ọnọdụ ndi a:
  • í-kpó-áhà – Ị ga-enyerịrị ugo kwesịrị ekwesị, nye njikọ na ikikere ahụ, ma gosikwa ma emere mgbanwe. Ị nwere ike ime ya n'ụzọ ezi uche ọ bụla, mana ọ bụghị n'ụzọ ọ bụla na-egosi na onye nyere ikikere kwadoro gị maọbụ ojiji gị.
  • gbásàa kà – Ọ bụrụ na ị tụgharịgharịa, gbanwee, ma ọ bụ wulite n'elu ihe ahụ, ị ga-ekesa ndenye gị n'okpuru otu ma ọ bụ ikike dakọtara dị ka nke mbụ.

This file was derived from: Field tidal.svg by original author

Nkowapụta

Tinye nkọwa otu ahịrị ihe faịlụ a na-anochi anya ya.
Tidal field and gravity field

Ihe ndị egosiri na faịlụ a

depicts Bekee

2 Septemba 2023

image/svg+xml

Ịta nke usòrò

Bìri èhì/ogè k'ị hụ òtù ụ̀fa dị̀ m̀gbè ahụ̀.

Èhì/OgèMbọ-akaÓgólógó na asaáÒjìèmeNkwute
dị ùgbu â01:35, 3 Septemba 2023NvóÁká màkà otù ȯ dị nà 01:35, 3 Septemba 2023985 × 581 (49 KB)FgnievinskiUploaded own work with UploadWizard

Ihe ndị na-eso ihe eji Ihu akwụkwọ eme na faịlụ a:

Ejiji failụ zụrụ ọha

Wikis ndi a edeputara na eji kwa failụ a:

Ómárí nso