Skip to main content

`(3,27) , (5,243)` Write an exponential function `y=ab^x` whose graph passes through the given points.

The given two points of the exponential function are (3,27) and (5,243).


To determine the exponential function


`y=ab^x`


plug-in the given x and y values.


For the first point (3,27), the values of x and y are x=3 and y=27. Plugging them, the exponential function becomes:


`27=ab^3`     (Let this be EQ1.)


For the second point (5,243), the values of x and y are x=5 and y=243. Plugging them, the function becomes:


`243=ab^5`     (Let this be EQ2.)


To solve for the values of a and b, apply substitution method of system of equations. To do so, isolate the a in EQ1.


`27=ab^3`


`27/b^3=a`


Plug-in this to EQ2.


`243=ab^5`


`243=27/b^3*b^5`


And, solve for b.


`243= 27b^2`


`243/27=b^2`


`9=b^2`


`+-sqrt9=b`


`+-3=b`


Take note that in the exponential function `y=ab^x` , the b should be greater than zero `(bgt0)` . When` b lt=0` ,  it is no longer an exponential function.


So, consider only the positive value of b which is 3.


Now that the value of b is known, plug-in it to EQ1.


`27=ab^3`


`27=a(3)^3`


And, solve for a.


`27=27a`


`27/27=a`


`1=a`


Then, plug-in a=1 and b=3 to


`y=ab^x`


So this becomes


`y=1*3^x`


`y=3^x`


Therefore, the exponential function that passes the given two points is `y=3^x` .

Comments

Popular posts from this blog

Is there a word/phrase for "unperformant"?

As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...

Is 'efficate' a word in English?

I routinely hear the word "efficate" being used. For example, "The most powerful way to efficate a change in the system is to participate." I do not find entries for this word in common English dictionaries, but I do not have an unabridged dictionary. I have checked the OED (I'm not sure if it is considered unabridged), and it has no entry for "efficate". It does have an entry for "efficiate", which is used in the same way. Wordnik has an entry for "efficate" with over 1800 hits, thus providing some evidence for the frequency of use. I personally like the word and find the meaning very clear and obvious when others use it. If it's not currently an "officially documented" word, perhaps its continued use will result in it being better documented.