Hey so i have this list of data and i need to find the function that models it and is able to find what happens on day 100 aka x

x = 0,10, 20, 30, 40, 50, 58

y= 1,6,12,15,69,1025,9415
by Level 1 User (120 points)
reopened by

Please check your data. You have unequal numbers of x and y.

I just fixed it sorry

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

2 Answers

Best answer
Here is your function,

y=0.699 * (1.15)^x  or y=0.7 * (1.15)^x

On day 100, y = 820845.102

If you want to know how I did it,:

Page 1: https://ibb.co/m6Mg0X9

Page 2: https://ibb.co/3TbxdPq

 

Edit:

y = 1.275849031*10^-5* x^6 - 1.852190214*10^-3 *x^5 + 0.102530501* x^4 - 2.670285321 *x^3 + 32.16993012* x^2 - 139.4552164 *x + 1.000020267

@x=58, y= 9414.999641016084

@ x= 100, y = 2127107.7285802667
by Level 8 User (30.1k points)
selected by
so when i change the x value to 58 i should be getting 9415 but im not im getting 2320
Increase significant digits, I have used lots of rounding, if you want more precise answer then when calculating use atleast 10 significant digits still there will be some error.

also check the edit,

there I have given you a higher degree polynomial function that is close to the answer that you require.
f(x)=0.000986191*1.3193^(x) is this right?
Yes.it is correct, but then @x=10, we are getting y = 0.01575421105

and we have to live with it. :)
Ig so thank you so much for your help. I honestly dont get why this is really used in todays standards when its so un predictible
It is not true, if you use computer and some composite function the accuracy can be increased significantly.

but that will be lot of work.

The given function y=(0.7)(1.15ˣ) doesn’t work. The original assumption f(x)=y=abˣ cannot work because the unknown values a and b are insufficient to satisfy: f(0)=1, f(10)=6, f(20)=12, f(30)=15, etc. when there’s no clear connection between the values of f(x). f(0)=1 implies a=1, making y=bˣ; then f(10)=b¹⁰=6, making b=¹⁰√6. So f(20)=b²⁰=6²=36 when f(20)=6, f(30)=b³⁰=6³=216 when f(30)=15. So more than two constant values are necessary.

The following function gives all values exactly, except f(58):

f(x)=739x⁵/12000000-71x⁴/12000+1603x³/8000-1673x²/600+2047x/150+1.

This function contains 6 different constants.

But unfortunately, f(58) using this formula gives 3972.82... instead of 9415, so it falls short of the requirements and can’t be used for finding f(100).

What is wrong with

y = 1.275849031*10^-5* x^6 - 1.852190214*10^-3 *x^5 + 0.102530501* x^4 - 2.670285321 *x^3 + 32.16993012* x^2 - 139.4552164 *x + 1.000020267

it works for all given values and also provided in the main answer under "Edit".

Yes, it does seem to work (I only tried a couple of values but I assume you tried them all). Perhaps the edit should have made clear that the solution wasn’t given by the exponential function. My bad, perhaps!

 

I finally figured it out. Here is the series up to x=100:

x:    0, 10, 20, 30, 40,   50,      58,          60,                  70,                    80,                     90,                100

f(x): 1,  6, 12, 15,  69, 1025, 9415, 14456.11302, 81768.79114, 302500.1645, 871801.4936, 2127107.734

Apologies for poor resolution, but the explanation tomorrow will provide the necessary details.

f(x)=1-1394.55217(x/10)+3216.99301(x/10)²-2670.285319(x/10)³

       +1025.305009(x/10)⁴-185.2190212(x/10)⁵+12.75849031(x/10)⁶.

METHOD

Let f(x)=a₀+a₁x+a₂x²+...+a₆x⁶, a power series in x. When x=0, f(0)=a₀=1 (the first y value given). So, subtracting a₀=1 from the remaining y values gives the  values in column f(x)-a₀ in rows 1-6 of the table (yellow section). Each row represents an equation. For example, row 2 (for x=20) represents:

11=20a₁+400a₂+8000a₃+160000a₄+3200000a₅+64000000a₆. 

The columns 10a₁, 10²a₂,...,10⁶a₆ avoid the need to tabulate numbers containing many zeroes. The purpose of the table is to find all the “a” coefficients of the powers of x through elimination to arrive at the function f(x) matching as closely as possible the given values of y: 1, 6, 12, 15, 69, 1025, 9415.

The table is divided into coloured sections with decreasing numbers of rows until we have sufficient information to deduce all the coefficient values. All the values in the table “equations” are shown to 100% accuracy. It is only when we take the values in the red section and use them to find the values of the coefficients that the accuracy is reduced to ten significant figures.

In the last column of the table we have a description of the row required to generate zeroes in the table equations. The Row Ref (R) column identifies the rows, and the Row operation column applies to rows 7-18. For example, the row operation for row 10 says “R5-5*R1”, which means subtract 5 times the values in row 1 from those in row 5 (columns f(x)-a₀ to 10⁶a₆). The aim is to generate zeroes in at least one column, meaning that we have eliminated a coefficient. 

Each coloured section shows the progress of elimination starting with a₁ in the blue section up to a₃ in the red section. The values involving x=58 and the resulting row operations get increasingly more fiddly, with many decimal places, but this is to maintain 100% accuracy within the table itself.

The red section contains sufficient information to find the coefficients a₄, a₅ and a₆ as given by the equations in rows 16-18:

(16)                   120a₅×10⁵+1800a₆×10⁶=739

(17) 24a₄×10⁴+240a₅×10⁵+1560a₆×10⁶=58

(18) 3554.6112a₄×10⁴+41944.41216a₅×10⁵+332142.870528a₆×10⁶=113299.296.

Clearly, the calculations are becoming tedious!

In (16) we can find a₅ in terms of a₆, then, by substituting for a₆ in (17) we can find a₄ in terms of a₆. Substituting for a₅ and a₄ in (18) we get an equation in coefficient a₆ alone and so we can find its value, but, for convenience we use a₆×10⁶ to avoid awkward decimal fractions with many leading zeroes:

a₆×10⁶=12.758490305, accurate to 9 decimal places. From this we can derive a₅ and a₄. Progressively, starting with any equation in the green section we can find a₃. The blue section equations are used for finding a₂ and row 1 (conveniently) gives us a₁.

So we have f(x) by plugging in all the coefficients including a₀=1.

The final form of f(x) uses a power series in x/10 instead of x, because it’s easier to read the coefficients that way.

by Top Rated User (1.1m points)

Related questions

1 answer
asked Jan 27, 2017 in Algebra 2 Answers by dancing lashes Level 1 User (140 points) | 541 views
1 answer
1 answer
asked Mar 7, 2021 in Other Math Topics by Rebecca | 391 views
1 answer
asked Mar 6, 2021 in Algebra 1 Answers by Rebecca | 263 views
1 answer
asked Sep 29, 2017 in Algebra 1 Answers by Mathical Level 10 User (57.4k points) | 225 views
1 answer
asked Jun 21, 2017 in Algebra 1 Answers by syed4all Level 1 User (160 points) | 730 views
1 answer
asked Jun 21, 2017 in Other Math Topics by syed4all Level 1 User (160 points) | 430 views
1 answer
asked May 25, 2017 in Algebra 1 Answers by anonymous | 442 views
1 answer
1 answer
asked Mar 12, 2014 in Algebra 1 Answers by Stupid Sophomore | 431 views
1 answer
asked Dec 6, 2013 in Algebra 1 Answers by help !!!! | 475 views
1 answer
asked Dec 6, 2013 in Algebra 1 Answers by help !!!! | 490 views
1 answer
asked Dec 2, 2013 in Algebra 1 Answers by miki19888888 | 426 views
1 answer
asked Nov 4, 2013 in Algebra 2 Answers by anonymous | 357 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!

Most popular tags

algebra problems solving equations word problems calculating percentages math problem geometry problems calculus problems math fraction problems trigonometry problems rounding numbers simplifying expressions solve for x order of operations probability algebra pre algebra problems word problem evaluate the expression slope intercept form statistics problems factoring polynomials solving inequalities 6th grade math how to find y intercept equation of a line sequences and series algebra 2 problems logarithmic equations solving systems of equations by substitution dividing fractions greatest common factor square roots geometric shapes graphing linear equations long division solving systems of equations least to greatest dividing decimals substitution method proving trigonometric identities least common multiple factoring polynomials ratio and proportion trig identity precalculus problems standard form of an equation solving equations with fractions http: mathhomeworkanswers.org ask# function of x calculus slope of a line through 2 points algebraic expressions solving equations with variables on both sides college algebra domain of a function solving systems of equations by elimination differential equation algebra word problems distributive property solving quadratic equations perimeter of a rectangle trinomial factoring factors of a number fraction word problems slope of a line limit of a function greater than or less than geometry division fractions how to find x intercept differentiation exponents 8th grade math simplifying fractions geometry 10th grade equivalent fractions inverse function area of a triangle elimination method story problems standard deviation integral ratios simplify systems of equations containing three variables width of a rectangle percentages area of a circle circumference of a circle place value solving triangles parallel lines mathematical proofs solving linear equations 5th grade math mixed numbers to improper fractions scientific notation problems quadratic functions number of sides of a polygon length of a rectangle statistics zeros of a function prime factorization percents algebra 1 evaluating functions derivative of a function equation area of a rectangle lowest common denominator solving systems of equations by graphing integers algebra 2 diameter of a circle dividing polynomials vertex of a parabola calculus problem perpendicular lines combining like terms complex numbers geometry word problems converting fractions to decimals finding the nth term range of a function 4th grade math greatest to least ordered pairs functions radius of a circle least common denominator slope unit conversion solve for y calculators solving radical equations calculate distance between two points area word problems equation of a tangent line multiplying fractions chemistry binomial expansion place values absolute value round to the nearest tenth common denominator sets set builder notation please help me to answer this step by step significant figures simplifying radicals arithmetic sequences median age problem trigonometry graphing derivatives number patterns adding fractions radicals midpoint of a line roots of polynomials product of two consecutive numbers limits decimals compound interest please help pre-algebra problems divisibility rules graphing functions subtracting fractions angles numbers discrete mathematics volume of a cylinder simultaneous equations integration probability of an event comparing decimals factor by grouping vectors percentage expanded forms rational irrational numbers improper fractions to mixed numbers algebra1 matrices logarithms how to complete the square mean statistics problem analytic geometry geometry problem rounding decimals 5th grade math problems solving equations with variables solving quadratic equations by completing the square simplifying trigonometric equation using identities
87,446 questions
99,048 answers
2,422 comments
4,780 users