Fitting of an Exponential Curve of the Type 𝒚=𝒂𝒆(^𝒃𝒙)

SNP MATH
16 Apr 202223:37

Summary

TLDRIn this video lecture, the speaker, SN Patil, explains how to fit an exponential curve of the form y = ae^(bx) using the least squares method. The process involves transforming the exponential equation into a linear form by taking logarithms and then applying the least squares method to find the best-fit parameters 'a' and 'b'. The lecture covers both natural (base e) and common (base 10) logarithms, providing examples for each. The speaker also discusses the calculation of errors and the derivation of normal equations to solve for 'a' and 'b'.

Takeaways

  • 📈 The lecture discusses the process of fitting an exponential curve of the form y = ae^{bx} using the method of least squares.
  • 🔍 To linearize the exponential equation, logarithms are taken on both sides, resulting in log y = log a + bx log e.
  • 🔄 The base of the logarithm can be natural (e) or common (10), affecting how coefficients are calculated.
  • 📐 The linearized form allows the use of least squares method to find the best-fit line, represented as Y = a + bx where Y is log y.
  • 📉 The method involves calculating the sum of squares of the errors to find the coefficients that minimize this sum.
  • ⚖️ The normal equations derived from the least squares method are used to solve for the coefficients a and b.
  • 🔢 The values of a and b are found by differentiating the sum of squared errors with respect to a and b, then setting the derivatives to zero.
  • 🧮 Once a and b are calculated, they are converted back from their logarithmic forms to their original exponential forms.
  • 🌐 Examples are provided to demonstrate fitting an exponential curve to a set of data points using both natural and common logarithms.
  • 📝 The final fitted exponential equation is given by y = ae^{bx} or y = a · 10^{bx} depending on the logarithm base used.

Q & A

  • What is the main topic of the video lecture?

    -The main topic of the video lecture is discussing the fitting of an exponential curve of the type y = a * e^(bx) using the method of least squares.

  • How do you convert the exponential equation into a linear form for fitting?

    -You convert the exponential equation into a linear form by taking the logarithm of both sides, resulting in log(y) = log(a) + bx * log(e).

  • What is the significance of the least squares method in curve fitting?

    -The least squares method is used to find the best fit line by minimizing the sum of the squares of the vertical distances (residuals) between the observed values and the values predicted by the model.

  • What are the two types of bases discussed for the exponential curve fitting?

    -The two types of bases discussed for the exponential curve fitting are the natural base (e) and base 10.

  • How do you define the error in the context of the least squares method?

    -The error is defined as the difference between the observed values (y) and the values predicted by the model (f(x)), i.e., error = y - (a + bx).

  • What are the normal equations derived from the least squares method?

    -The normal equations derived from the least squares method are: Σy = n*a + b*Σx and Σxy = a*Σx + b*Σx^2.

  • How do you find the values of 'a' and 'b' in the exponential curve fitting?

    -You find the values of 'a' and 'b' by solving the normal equations simultaneously after substituting the calculated sums and averages.

  • What is the difference between 'capital a' and 'small a' in the context of the video?

    -'Capital a' refers to the logarithmic form of 'a' used in the linearized equation, while 'small a' is the actual parameter in the exponential equation, calculated as e^(capital a).

  • What is the final form of the exponential function after fitting using the least squares method?

    -The final form of the exponential function after fitting is y = a * e^(bx), where 'a' and 'b' are the parameters estimated from the data.

  • How do you handle the base of the logarithm when converting the exponential equation to linear form?

    -When converting the exponential equation to linear form, if the base of the logarithm is e, then log(a) becomes 'capital a' and b * log(e) becomes 'capital b'. If the base is 10, log(a) becomes 'capital a' and b * log(e) is 'capital b' divided by log(e) base 10.

  • Can you provide an example of how to apply the least squares method to fit an exponential curve?

    -Yes, the video provides an example where data points are used to calculate the sums and averages required for the normal equations. Then, 'a' and 'b' are solved for, and finally, the exponential curve is written in the form y = a * e^(bx) using the estimated parameters.

Outlines

00:00

📈 Introduction to Fitting Exponential Curves

The speaker, SN Patil, introduces the topic of fitting exponential curves of the form y = a * e^(bx) using the least squares method. The video builds upon previous discussions on fitting straight lines and quadratic equations. The process involves transforming the exponential equation into a linear form by taking the logarithm of both sides, resulting in log(y) = log(a) + bx * log(e). The speaker emphasizes the importance of using logarithmic properties to simplify the equation and prepare it for the least squares method. The method requires defining an error function and finding the values of 'a' and 'b' that minimize the sum of the squares of the errors.

05:02

🔍 Detailed Explanation of the Least Squares Method

The video delves deeper into the least squares method, explaining how to define the error function and set up the normal equations necessary for finding the best-fit parameters 'a' and 'b'. The speaker demonstrates how to calculate the sum of the squares of the errors and how to differentiate this function with respect to 'a' and 'b' to find the values that minimize the error. The process involves substituting values and solving simultaneous equations to determine 'a' and 'b'. The speaker also discusses the implications of using different bases for the logarithm, such as natural (e) and base 10.

10:02

📚 Solving an Exponential Fitting Example Using Base e

The speaker provides a step-by-step guide to fitting an exponential curve to a given dataset using the natural base (e). The process begins with transforming the exponential equation into a linear form by taking the logarithm of both sides. The speaker then demonstrates how to use substitution to simplify the equation further and apply the least squares method to derive the normal equations. The video includes a detailed walkthrough of calculating the necessary sums and products of the dataset, as well as solving the normal equations to find the values of 'a' and 'b'. The final step involves back-substituting these values to obtain the exponential function that best fits the data.

15:03

🔢 Calculation and Rounding of Exponential Coefficients

The speaker continues the example from the previous paragraph, focusing on the calculation and rounding of the coefficients 'a' and 'b' for the exponential function. After obtaining the values of 'a' and 'b' from the normal equations, the speaker explains how to convert these values back to their original form, taking into account the base of the logarithm used. The video demonstrates the calculations for both natural base (e) and base 10, showing how to round the coefficients to a reasonable number of significant figures. The speaker also discusses the implications of these values on the shape of the fitted exponential curve.

20:04

📉 Fitting Exponential Curves Using Base 10

In this segment, the speaker shifts the focus to fitting exponential curves using base 10 logarithms. The process is similar to the one using base e, but with adjustments for the base 10 logarithm. The speaker explains how to take the logarithm of both sides of the exponential equation to linearize it, then uses substitution to simplify the equation. The video includes a detailed example, demonstrating how to prepare a chart with the necessary sums and products, and how to solve the normal equations to find the coefficients 'a' and 'b'. The speaker concludes by showing how to substitute these coefficients back into the original exponential equation to obtain the best-fit curve for the given data.

Mindmap

Keywords

💡Exponential Curve

An exponential curve is a mathematical function that describes the growth or decay of a quantity that increases or decreases at a rate proportional to its current value. In the video, the exponential curve is represented by the equation y = a * e^(bx), where 'a' and 'b' are constants, and 'e' is the base of the natural logarithm. The video discusses how to fit such a curve to data points using the method of least squares.

💡Least Squares Method

The least squares method is a standard approach in statistics to determine the best fit of a model to a set of data points by minimizing the sum of the squares of the vertical distances (residuals) between the observed values and the values predicted by the model. In the context of the video, this method is used to fit an exponential curve to a set of data points by finding the optimal values of 'a' and 'b'.

💡Logarithm

A logarithm is the inverse operation to exponentiation. It is the power to which a given number, the base, must be raised to produce a given number. In the script, logarithms are used to transform the exponential equation into a linear form, which simplifies the process of fitting the curve to the data using the least squares method.

💡Linear Form

A linear form refers to an equation where the variables are to the first power. In the video, the exponential equation y = a * e^(bx) is transformed into a linear form by taking the logarithm of both sides, resulting in log(y) = log(a) + bx * log(e). This transformation allows the use of linear regression techniques to fit an exponential curve.

💡Substitution

Substitution is a method used in algebra to solve equations by replacing a variable with an expression or a value. In the video, substitution is used to simplify the linear form of the exponential equation, where 'log(y)' is substituted with 'Y', 'log(a)' with 'A', and 'b * log(e)' with 'B', leading to the linear equation Y = A + Bx.

💡Error

In the context of the video, error refers to the difference between the actual observed values (y) and the values predicted by the model (f(x)). The least squares method minimizes the sum of the squares of these errors to find the best fit line. The script mentions that the error is calculated as the difference between the observed y values and the values predicted by the linearized model (A + Bx).

💡Normal Equation

The normal equations are a set of equations derived from the least squares method that are used to find the coefficients of the best fit line in linear regression. In the video, the normal equations are derived from the conditions that the partial derivatives of the sum of squared errors with respect to 'A' and 'B' are set to zero, leading to two equations that can be solved to find the optimal values of 'A' and 'B'.

💡Base of Logarithm

The base of a logarithm is the number to which the logarithm is applied. In the video, two bases are discussed: the natural base 'e' and base 10. The choice of base affects how the exponential curve is fitted and the values of 'a' and 'b' that are calculated. The video explains how to adjust the calculations based on the chosen base.

💡Data Points

Data points are the individual sets of values in a data set. In the video, data points are used to fit an exponential curve. The script describes how to prepare a chart with columns for the x values, the y values (or their logarithms), and other necessary calculations to apply the least squares method.

💡Fitting

Fitting, in the context of the video, refers to the process of finding the best curve that matches a set of data points. The video specifically discusses fitting an exponential curve to data points using the least squares method, which involves finding the coefficients 'a' and 'b' that minimize the sum of the squared differences between the observed and predicted values.

Highlights

Introduction to the lecture on fitting an exponential curve of the type y = ae^(bx).

Previous lecture discussed fitting of straight lines and quadratic equations.

Method of least squares is used to fit the exponential curve.

Equation y = ae^(bx) is transformed into a linear form by taking logarithms.

Logarithmic properties are used to simplify the equation.

Substitution is used to further simplify the equation into a linear form.

The method of least squares involves defining an error function.

The error is minimized by taking the sum of squares of the error.

The normal equations are derived from the method of least squares.

The values of 'a' and 'b' are found by solving the normal equations.

The base of the logarithm can be either natural (e) or base 10.

The values of 'a' and 'b' are simplified based on the base of the logarithm.

An example is solved using the least squares method for a natural base.

The process involves reducing the exponential equation to a linear form and using substitution.

The normal equations are set up using the method of least squares.

The values of 'a' and 'b' are calculated using the normal equations.

The final exponential curve is derived using the calculated values of 'a' and 'b'.

A second example is solved using the least squares method for base 10.

The process is repeated with adjustments for the base 10 logarithm.

The final exponential curve is derived for base 10.

Conclusion and thanks for watching the lecture.

Transcripts

play00:02

hello everyone my name is sn patil in

play00:05

this video lecture we will discuss

play00:07

spitting of an exponential curve of the

play00:09

type y is equal to a e raised to

play00:12

b x in previous

play00:15

to video lecture we already discussed

play00:18

the fitting

play00:19

of straight line and fitting of

play00:21

non-linear equation in which we

play00:23

discussed the two degree polynomial

play00:25

means quadratic equation

play00:27

okay so here we find the fitting of an

play00:30

exponential curve

play00:32

using the method of least square

play00:35

now we have the equation y is equal to

play00:38

a e raised to

play00:39

b x so first we reduce this equation to

play00:42

the linear form

play00:45

for that we take the log both sides so

play00:48

taking log both sides what we get

play00:51

if we take the log then log of y is

play00:53

equal to log of

play00:55

log of a e raised to b x now here apply

play00:59

the logarithmic property log of a plus

play01:01

log log of a into b is log of a plus

play01:04

log of b and log of

play01:07

log of a raise to b is b into log of a

play01:11

using this property

play01:13

we get the equation

play01:15

as a log of y is equal to log of a plus

play01:18

b x log of e basis m so here we consider

play01:21

two type of base natural and base a

play01:25

okay now uh for uh

play01:28

for our simplicity means we convert this

play01:32

equation into a linear form

play01:34

for that we use the substitution

play01:37

put

play01:38

log y is equal to capital y log a is

play01:41

equal to capital a b into log e is equal

play01:44

to capital

play01:46

b then equation to become

play01:48

is linear that is y is equal to a plus

play01:52

b

play01:53

x now here we use method of least square

play01:58

those we have already discussed in a

play01:59

previous two video lecture fitting of

play02:02

straight line and fitting of quadratic

play02:04

equation okay and we

play02:08

find out

play02:09

using that method we find out the

play02:12

normal equation okay let me remind the

play02:17

what we discuss

play02:19

in method of least square first we

play02:21

define the error suppose we have the

play02:23

function y is equal to f of x and f of x

play02:26

is i'm considering this equation

play02:29

uh a plus b x

play02:32

okay that is the error is equal to

play02:34

capital y minus a

play02:38

minus b x means difference between these

play02:41

two y minus a profits

play02:43

y minus f of x okay

play02:47

now here the error is minimum when we

play02:50

squaring this

play02:52

okay

play02:53

that is

play02:55

y minus a

play02:57

minus bx bracket square

play03:00

okay

play03:01

the

play03:03

sum of

play03:04

sum of

play03:06

square of the error should be a minimum

play03:09

here

play03:10

that is uh we write this equation as a

play03:15

y uh

play03:16

as a sum of the square means what

play03:19

the left hand side we consider

play03:21

as a yes yes

play03:24

in bracket a comma b means the right

play03:26

hand side is a function of capital a and

play03:29

b and the summation

play03:31

summation

play03:32

y a

play03:34

minus

play03:36

y minus a minus b

play03:38

x

play03:39

here we consider the n points x 1 x 2

play03:43

and their corresponding value y 1 y 2

play03:45

okay

play03:46

and it squared

play03:48

so

play03:49

when

play03:51

when we get the

play03:52

when we get the capital a and capital b

play03:55

so here we use the necessary condition

play03:58

for this function is minimum

play04:01

okay for that we use we differentiate

play04:03

this function partially with respect to

play04:06

capital a

play04:07

and equal to the zero and partially

play04:10

differentiate with s with respect to

play04:12

capital b is equal to zero we

play04:15

differentiate this equation

play04:17

with respect to a and b and equal to the

play04:20

zero and solid then we get the two

play04:23

normal equation

play04:24

that is the first normal equation

play04:26

and

play04:27

second normal equation when we get when

play04:31

we differentiate with respect to a and

play04:33

with respect to b

play04:34

okay and solve this we get this to

play04:37

normal equation

play04:42

okay

play04:43

now solving this equation 4 and 5 we get

play04:47

the value of a and b but what is a

play04:50

and what is b

play04:51

simplify this okay

play04:54

that is capital a is log

play04:56

a

play04:57

base is m and b is b into log of m base

play05:01

is e

play05:04

okay and here simplify we get value of a

play05:07

and b and put this a and b in equation

play05:10

number in equation number one we get the

play05:14

required equation of the exponential

play05:17

function

play05:18

okay now here discuss the

play05:21

regarding the base so first we consider

play05:24

the natural base that is m is equal to e

play05:27

then log a

play05:29

base e is equal to capital a then small

play05:32

a we get e raised to

play05:34

a capital a and b

play05:36

when base is e

play05:38

then here we get 1 that is b is equal to

play05:40

capital b and when we consider base as a

play05:44

10

play05:45

when m is equal to 10

play05:48

then

play05:49

then log of a base 10 is equal to

play05:53

capital a then small a is equal to 10

play05:55

raised to a

play05:56

and b into log e base 10 is equal to

play06:00

capital b then b is equal to

play06:02

the log

play06:03

e base 10 is divided here that is

play06:05

capital b divided by the

play06:08

the value of the log e base 10 that is

play06:10

0.434294

play06:14

okay

play06:15

let us solve the example first

play06:18

we solve the example base e and then we

play06:22

solve the example we will solve on the

play06:24

base 10

play06:26

okay

play06:28

now fit an exponential curve

play06:31

line by least square method to the

play06:33

following data

play06:36

okay

play06:37

that is the

play06:39

exponential curve

play06:41

the first we write the exponential curve

play06:44

y is equal to a e to the power

play06:47

bx

play06:48

so we

play06:50

first

play06:50

we reduce this equation to the linear

play06:53

form for that we take the log both side

play06:57

then we get

play06:58

we get log y is equal to log a plus b x

play07:02

log of e and throughout base is e

play07:06

now use the substitution put

play07:08

log y is equal to capital y log a is

play07:11

equal to capital a b into log e that is

play07:14

it become 1 simply that is b is equal to

play07:17

capital

play07:18

b

play07:19

and put this equation

play07:21

put this value sorry put this value in

play07:23

equation number 2

play07:25

then we get the linear equation that is

play07:27

capital y is equal to a plus bx

play07:30

okay once we get the linear equation

play07:33

using the least square method we get the

play07:36

two normal equation

play07:38

capital y is equal to n a plus b capital

play07:42

b summation x and the second is

play07:45

summation x y is equal to

play07:47

a capital a summation x plus b summation

play07:51

x square

play07:52

okay now here the n means what number of

play07:55

points here number of points one two

play07:58

three four add five okay then n become

play08:02

here five

play08:03

n is equal to five

play08:06

now here

play08:07

now we prepare the chart as per as the

play08:09

requirement of the four and five is ten

play08:11

set

play08:12

the we want the

play08:14

summation x for that

play08:16

for that we must have the column x now

play08:20

summation y summation y is log of y so

play08:23

prepare the column for log y then we get

play08:26

the capital one

play08:27

okay now uh

play08:30

here then x into y then we have the

play08:33

column of this capital y and column of x

play08:35

take their multiplication okay we

play08:38

as now here the x square

play08:42

prepare the column for x square we get

play08:43

the summation x square now see the table

play08:48

now here this is the summation

play08:50

this is the x so here we get summation

play08:53

x

play08:55

okay this is the y we want the log of y

play08:58

so through kelsey calculate the value of

play09:01

log of y

play09:02

okay log 5.0600

play09:05

substitute here we get 1.6214

play09:09

similarly calculate the all remaining

play09:12

value this is

play09:14

this is capital y

play09:16

this is capital y this is summation x

play09:19

squared

play09:22

and this is summation

play09:25

x into capital

play09:27

y now put all these value in normal

play09:30

equation see this is the

play09:31

normal equation

play09:33

four and five substitute the value

play09:36

summation value in equation 4 and 5

play09:40

then we get

play09:41

we get

play09:43

put

play09:45

in

play09:47

normal equation normal

play09:50

equation that is four and five

play09:53

so equation four become

play09:56

equation four equation for the

play09:58

the left hand side

play10:02

summation capital one

play10:04

okay

play10:05

now put this value here

play10:07

that is

play10:08

some summation capital y is seventeen

play10:11

point

play10:13

three eight

play10:15

four one

play10:16

okay is equal to

play10:19

is equal to

play10:21

5 times ena means 5 times a

play10:26

now i'm writing the

play10:27

equation here so that it will be helpful

play10:30

for us summation capital y is equal to

play10:35

n a

play10:36

plus

play10:38

plus

play10:39

capital b summation x

play10:42

now summation x into capital y is equal

play10:46

to

play10:47

a

play10:48

into summation x plus b

play10:51

summation x square

play10:53

okay this is the 4 and this is the 5

play10:57

okay

play10:59

now substitute here then here 5a now

play11:01

plus

play11:03

plus summation x summation x is just 25

play11:08

into b

play11:09

into b now this equation 5. equation 5

play11:15

summation x into y see this is the x

play11:18

into

play11:19

y

play11:20

we get

play11:21

105.9291

play11:26

okay this value is what summation of

play11:28

this all point

play11:29

okay

play11:30

is equal to is equal to 25 a 25 means

play11:35

what summation

play11:36

x

play11:37

now plus

play11:39

plus summation x square means

play11:41

165

play11:43

summation x1 into

play11:45

b

play11:46

okay say equation number five six

play11:49

and seven now solve six and seven by

play11:53

simultaneous method yeah any known

play11:55

method yeah through kelsey

play11:57

solve

play11:59

solve

play12:00

equation

play12:02

six

play12:02

and seven

play12:04

okay

play12:06

then we get a is equal to now i am

play12:08

calculating this value through kelsey a

play12:11

is equal to

play12:13

1.0

play12:15

1.1

play12:17

0

play12:19

7

play12:20

4 5

play12:22

and capital b is equal to zero point

play12:26

four seven

play12:29

five

play12:30

two

play12:32

okay now we write this value as a one

play12:35

point one zero 0 we round up this number

play12:40

that is 5

play12:42

okay

play12:43

and again round off this

play12:46

that is the

play12:47

8

play12:48

when we round up this it become 5 and

play12:51

when we round up up to this digit then

play12:54

it become 8

play12:58

ok

play13:00

otherwise keep as it is no problem

play13:03

now we get the capital a and capital b

play13:06

but the we require small a and small b

play13:11

but

play13:14

log of a base e

play13:18

is equal to a

play13:21

so that is

play13:22

log of

play13:24

e

play13:24

a

play13:26

the a is

play13:27

1.1008

play13:31

that is a is equal to a is equal to

play13:37

here

play13:38

if we calculate here

play13:41

a is equal to e to the power

play13:44

a

play13:45

okay that is e to the power one point

play13:47

one zero zero

play13:49

eight

play13:51

just

play13:52

calculating through kelsey

play14:00

eight to the power

play14:06

one point one zero zero

play14:09

it

play14:12

we get three point

play14:16

a is equal to three point

play14:21

zero zero

play14:24

six five

play14:26

six five seven so we round up this that

play14:30

is a is equal to 3.0066

play14:34

now b is equal to

play14:36

b is equal to

play14:38

now here this is the base is natural so

play14:41

that b is equal to capital b okay

play14:45

that is small b is equal to zero point

play14:49

four seven five two

play14:52

okay we discuss

play14:54

if base is next natural then capital b

play14:57

is same as small b

play14:59

okay put this value in equation 1

play15:02

put in

play15:03

equation 1

play15:05

equation 1 is

play15:07

y is equal to a e raised to b x that is

play15:11

y is equal to the value of a

play15:14

is 3.0066

play15:18

e to the power b is 0.47

play15:23

5 to

play15:24

x

play15:25

which is required fitting of exponential

play15:27

curve from the

play15:29

given data

play15:31

okay this is the problem for

play15:34

natural base now next problem we will

play15:36

discuss the basis 10.

play15:41

okay

play15:42

fit an exponential curve line by least

play15:44

square method to the following data

play15:47

now the first process is as usual those

play15:50

we have discussed in a previous problem

play15:53

first we consider the exponential

play15:55

function y is equal to a e to the power

play15:59

b x taking log both sides why we take

play16:02

the log both side we reduce this

play16:03

equation to the linear

play16:06

equation

play16:07

okay

play16:09

then we get the equation in terms of log

play16:12

then we use substitution

play16:14

that is log y is equal to

play16:17

capital y and now right now we consider

play16:19

the basis n

play16:21

log a is equal to capital a b log e is

play16:24

equal to capital b substitute in

play16:26

equation 2 we get the linear equation

play16:30

y is equal to capital a plus bx now we

play16:33

have the linear equation then it's

play16:35

normal equation

play16:38

for normal equation just multiply the

play16:40

summation here that is summation y

play16:42

summation operate on the constant then

play16:44

it run number of points are there if

play16:47

there are n points then n a if there are

play16:49

three right now three point then three a

play16:52

so we get the n is three

play16:55

n is

play16:56

three

play16:57

okay now for second equation first

play16:59

multiplied throughout x

play17:01

first multiplied throughout x and then

play17:04

multiplied summation sign

play17:06

so we get the second normal equation

play17:09

okay now as per the requirement of the 4

play17:12

and 5 we prepare the chart see we

play17:14

prepare the chart for x we want the

play17:17

summation x now x

play17:19

so for column of x we get the summation

play17:22

x now some

play17:24

summation y now it require

play17:28

summation y means what capital y it

play17:30

requires the log one so it require the

play17:33

log y so first we must have the y and

play17:36

then we prepare the log y column okay

play17:39

log y means capital

play17:41

y

play17:42

then x uh x square

play17:44

just squaring this

play17:46

okay and then

play17:48

x into capital y this is the x and this

play17:50

is the capital y x into capital y in

play17:53

this way prepare the chart

play17:56

okay now c

play17:58

so this is the chart x y

play18:01

capital y x square x into y so we

play18:04

calculate this value log of y base 10

play18:07

through c

play18:09

okay

play18:10

now first we write the normal equation

play18:14

in previous slide

play18:16

there is a little bit confusion so that

play18:18

first we write the normal equation

play18:21

normal equation

play18:23

capita summation 1

play18:26

see i'm writing the same equation on the

play18:30

next slide

play18:31

okay

play18:32

that is summation y n a n means 3

play18:37

a

play18:38

plus

play18:40

capital b summation x this is the

play18:42

equation number four

play18:45

then

play18:46

we say for second normal equation just

play18:49

multiply x

play18:51

summation x into capital y

play18:55

okay a

play18:56

summation x

play18:59

plus

play19:01

b

play19:02

x into x x square c

play19:04

five now put this value

play19:06

put the summation x this is summation

play19:10

capital y

play19:12

this is summation

play19:13

x square

play19:15

this is summation x into capital y

play19:18

substitute here

play19:19

then we get equation 4

play19:21

as a

play19:23

capital y means three point two

play19:25

three point two

play19:27

zero zero

play19:29

okay

play19:31

is equal to three a

play19:34

plus summation x is six

play19:37

b

play19:38

now 5 become

play19:40

summation x into y that is 7 point

play19:44

7.9998

play19:48

is equal to

play19:50

summation x is 6

play19:54

6 a

play19:55

plus

play19:56

summation x square that is 20

play19:59

b

play20:00

now solve this equation say equation

play20:02

number 6

play20:04

say equation number seven

play20:06

solve six and seven

play20:10

and seven we get a is equal to

play20:14

now i am solving this

play20:16

using the kelsey

play20:24

that is three

play20:25

is equal to six

play20:34

seven point nine nine nine eight

play20:39

okay

play20:40

so we get the first value is

play20:43

zero point

play20:46

we get first value a is equal to

play20:50

0.66671

play20:55

and b is equal to

play20:58

b is equal to

play21:03

one zero point

play21:05

zero point

play21:07

one nine nine

play21:09

one nine nine

play21:13

nine seven five okay

play21:17

now these are the capital a and b and we

play21:20

require the small a and b

play21:23

okay

play21:24

but

play21:29

but

play21:30

capital a is equal to

play21:33

log of

play21:34

a

play21:36

a base 10

play21:38

so here a is equal to

play21:40

a is equal to

play21:42

10 raised to e

play21:45

we get

play21:46

10 raised to

play21:48

0.66671

play21:52

we get a is equal to

play21:56

4 point through calc four point six

play22:00

four two

play22:03

one

play22:04

now b is equal to

play22:07

b is equal to

play22:09

capital b is equal to

play22:12

log small b log

play22:14

base state

play22:16

and e

play22:18

okay

play22:19

that is b is equal to

play22:22

b is equal to capital b

play22:25

divided by the log e base 10

play22:28

capital b is what zero point one

play22:31

nine nine nine seven five

play22:35

and log e base ten its value is zero

play22:38

point

play22:40

four three

play22:42

four two

play22:44

nine four

play22:45

we get b is equal to

play22:49

zero point four six

play22:53

0 4 5 so this is the small b

play22:56

put this value

play22:58

in equation 1

play23:00

put in

play23:02

equation 1 then equation 1 become what

play23:05

is equation 1 y a

play23:07

y is equal to a e to the power b x

play23:12

y is equal to a a is 4.6421

play23:18

e

play23:19

raised to

play23:21

0.4605

play23:25

into x which is required fitting of

play23:29

exponential

play23:30

function

play23:32

thank you thanks for watching

Rate This

5.0 / 5 (0 votes)

Связанные теги
Exponential FittingLeast SquaresData AnalysisMath TutorialCurve FittingStatistical MethodLogarithmic ConversionLinearizationModelingMathematics
Вам нужно краткое изложение на английском?