A
A
Alexey Strukov2017-03-29 15:37:26
Mathematics
Alexey Strukov, 2017-03-29 15:37:26

What function should be used to build such a graph?

There is a graph with X and Y axes. It is
necessary to build such a curve, where with each step of X, the value of Y will increase with gradual decay (inverse exponential or something like that). If only 10 points are allowed along the X axis, then at the last point Y should also be equal to 10 or so. In short, you should get an upward curved arc that starts at Y=1 and ends at Y=10.
Here is an example chart:
f381f13f84bb4f3ca96dac8a746f50e8.JPG

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mercury13, 2017-03-29
@pm_wanderer

There are many options. For the time being, we consider that there are no requirements for f(0). Let's rescale our variables:
x' = (x − 1)/9
y = 8y' + 2.
Then x' and y' will be from 0 to 1, while x and y are 1…10 and 2…10. And then the options.
1. Power function: y' = x' a , a = 0…1. If a \u003d ½, then the square root, ⅓ is the cube root ...
2. Quarter of the ellipse: y' = sqrt(1 - x'²)
3. Sine: y' = sin((pi/2) x')
If f(0) = 0, then scale differently:
x' = x/10
y = 10y'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question