Finding exponential functions with two points calculator

Question:

How do you find an exponential function given two points?

The exponential function has the form {eq}y=ab^{x} {/eq}, where {eq}b {/eq} is the base which must be greater than zero and other than {eq}1 {/eq}. {eq}x {/eq} is the independent variable. To obtain the graph of an exponential function, we substitute values for the independent variable and obtain ordered pairs. Then, we plot the points on the Cartesian plane and connect them through a line that allows us to realize their shape.

Answer and Explanation: 1

We are asked how to find an exponential function given two points. To answer this question, we do it through an example: Suppose we are given the...

See full answer below.

Learn more about this topic:

What Is an Exponential Function?

from

Chapter 10 / Lesson 1

How does the exponential function equation work? Learn the parts of an exponential function and what makes a function exponential with graphs and examples.

Related to this Question

Explore our homework questions and answers library

Related » Graph » Number Line » Similar » Examples »

Our online expert tutors can answer this problem

Get step-by-step solutions from expert tutors as fast as 15-30 minutes. Your first 5 questions are on us!

You are being redirected to Course Hero

I want to submit the same problem to Course Hero

Correct Answer :)

Let's Try Again :(

Try to further simplify

Number Line

Graph

Hide Plot »

Sorry, your browser does not support this application

Examples

  • 8^{x-2}=\sqrt{8}
  • 10^{1-x}=10^4
  • 5^x=212
  • 2e^x+5=115
  • 6^{3x}=2^{2x-3}
  • 3^x=9^{x+5}

exponential-equation-calculator

en

An exponential function is in the general form

#y=a(b)^x#

We know the points #(-1,8)# and #(1,2)#, so the following are true:

#8=a(b^-1)=a/b#

#2=a(b^1)=ab#

Multiply both sides of the first equation by #b# to find that

#8b=a#

Plug this into the second equation and solve for #b#:

#2=(8b)b#

#2=8b^2#

#b^2=1/4#

#b=+-1/2#

Two equations seem to be possible here. Plug both values of #b# into the either equation to find #a#. I'll use the second equation for simpler algebra.

If#b=1/2#:

#2=a(1/2)#

#a=4#

Giving us the equation: #color(green)(y=4(1/2)^x#

If#b=-1/2#:

#2=a(-1/2)#

#a=-4#

Giving us the equation: #y=-4(-1/2)^x#

However! In an exponential function, #b>0#, otherwise many issues arise when trying to graph the function.

The only valid function is

#color(green)(y=4(1/2)^x#

Created by Anna Szczepanek, PhD

Reviewed by Bogna Szyk and Jack Bowater

Last updated: Feb 15, 2022

Our exponential regression calculator is here for you whenever you need to determine the exponential regression model of a data set, i.e., in other words, to find the exponential curve of best fit.
What is exponential regression? Keep reading as we not only provide you with the exponential regression formula, but also explain how to calculate exponential regression and explain in what situations the exponential fit proves useful. As a bonus, we show you how to derive the exponential regression equation so that you don't need to learn it by heart. 😉

What is the exponential regression?

The aim of exponential regression is to find an exponential curve that best fits a given set of data points. This is very similar to linear regression, where we look for the (straight) line of best fit, to quadratic regression, where we look for the best-fitting parabola, or to cubic regression, where we look for the best-fitting cubic (i.e., degree three) curve.

There are lots of situations where the data follows neither a straight line nor a parabola, but an exponential curve seems to be just right; these are processes that grow slowly in the beginning and then accelerate rapidly, or whose decay begins rapidly and then slows down as time passes. Examples include investment growth, temperatures of cooling objects, and radioactive decay.

Exponential regression model

Let x be the explanatory variable and y the response variable. The exponential regression equation reads y = a * bˣ, where a ≠ 0 and b > 0, b ≠ 1. The coefficients a and b must be so chosen that the equation corresponds to the exponential curve of best fit for the dataset, (x₁, y₁), ..., (xₙ, yₙ):

Exponential curve of best fit for a dataset of eight points

In the next section we tell you how to find the coefficients a and b. Let's discuss their meaning here:

  • a is the value predicted by the exponential regression model for x = 0;
  • If b > 1, the exponential fit describes an exponential growth; and
  • If 0 < b < 1, the exponential fit describes an exponential decay.

Note, that we have a * bˣ⁺¹ = a * b * bˣ, so, if x increases by 1 unit, then y is multiplied by b. This is in stark contrast to the linear regression y = m * x + c, where an increase in x of 1 unit results in the value of m (slope) being added to y!

How to calculate the exponential regression formula?

We've discussed the equation for exponential fit, but how to calculate exponential regression once we have collected some data? The trick is to:

  1. Transform our data so that it allows a linear model.
  2. Determine that linear model, e.g., with the method of least squares.
  3. Transform the data along with the model back to the original form.

Exponential regression formula for the data (x, y) is

y = exp(c) * exp(m * x),

where m is the slope and c is the intercept of the linear regression model fitted to the data (x, ln(y)). See the next section to check the details of the derivation.

Exponential regression equation: derivation

With the exponential regression model, we strive to explain our data with the help of the equation in the form y = a * bˣ. Here we show you how the exponential regression formula can be derived. To determine the coefficients a and b, follow these steps:

  1. Take the logarithm of both sides of the equation, we have the following equivalent equation:

    ln(y) = ln(a * bˣ).

  2. The properties of logarithms give:

    ln(y) = ln(a) + ln(bˣ)

    and

    ln(y) = ln(a) + x * ln(b).

  3. We have expressed ln(y) as a linear function of x, with slope ln(b) and intercept ln(a).

  4. Find the best-fit line for (x, ln(y)). Let's say it reads ln(y) = c + x * m.

  5. Look for the a and b which satisfy

    ln(a) = c and ln(b) = m.

  6. To calculate a and b, take the exponent (antilogarithm) of the slope m and intercept c:

    a = exp(c) and b = exp(m).

How to use this exponential regression calculator?

  1. Enter your data into the calculator. You can input up to 30 data points (new rows will appear as you fill out the fields). Remember that we need at least 3 points (both coordinates!) to fit a model.
  2. A scatter plot with your data appears along with the exponential curve of best fit.
  3. Below the graph, you can find the exponential regression equation for your data.
  4. If need be, go to the advanced mode to increase the precision (number of significant figures) with which the coefficient are computed. The default precision is set to 4 sig figs.

Exponential model: y = abx

Enter your data (up to 30 points)

Enter at least 3 points (both x and y coordinates) to get the model.

AB testCoefficient of determinationConfidence interval… 26 more

How do you find the exponential function between two points?

If you have two points, (x1, y1) and (x2, y2), you can define the exponential function that passes through these points by substituting them in the equation y = abx and solving for a and b. In general, you have to solve this pair of equations: y1 = abx1 and y2 = abx2, .

How do you find an exponential function given a point?

Answer and Explanation: Step 1: We have to substitute the coordinates of the points in x and y in the general form of the exponential function y=abx y = a b x . Step 2: Now, we divide the equation of point 2 by the equation of point 1. This will solve the equation for the value of b .

Toplist

Latest post

TAGs