> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/ja/rifarensu/units-and-conversions/growth-and-change.md).

# 成長と変化

## 目標に向かって節約する

一定の金額を定期的に追加した場合に、目標に到達するまでにかかる時間を計算します。

`time from $20k to $40k at $2k every month in months` → **10 months**

## 成長率

期間ごとに数量がパーセンテージで増加するときにどのように増加するかを計算します。

`20k after 6 months at 10% per month` → **35,431** (rounded)

各月の増加分は、以前の増加分を含む前月の合計に適用されます。

## 目標に到達するまでの時間

ユーザーベースが毎月 10% ずつ増加すると、ユーザーが 20,000 人から 100,000 人に増加するまでにどれくらい時間がかかりますか?

`time from 20k to 100k at 10% growth per month` → **16.89 months**

これは、成長率が一定であることを前提としています。

## 成長率を求める

数量が 1 週間で 10,000 から 15,000 に増加する場合、同等の 1 日あたりの増加率を計算します。

`growth per day from 10k to 15k over 1 week` → **6%**

これは、同じ全体的な成長をもたらす、毎日の一定の割合の増加です。
