> 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/zh/yu-fa-can-kao/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**

这里假设增长率保持不变。

## 计算增长率

如果某个量在一周内从 10,000 增加到 15,000，可以计算等效的日增长率：

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

这是能够产生相同总体增长的恒定日增长百分比。
