New Reply

help with this linear regression

 
Share Thread
Jun18-12, 12:17 AM   #1
 

help with this linear regression


Hello! how I linearize this function?

y(x)= a(1-e-bx)

a and b are constants
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Jun18-12, 12:42 AM   #2
 
Unfortunately, it seems you do not understand the problem completely, as it only make sense if you offer some points at which to approximate the function. For starters...
Jun18-12, 03:34 AM   #3
 
sorry!
In the flotation laboratory was determined following table of values:

time(min) - %Rec
0 - 0
1 - 45
3 - 72
5 - 80
9 - 88
12 - 91.8
15 - 92

A mathematical model representing these results is R(t) = Rmax(1-e^-kt). Linearize the function and determine the parameters Rmax and k.
Jun18-12, 08:30 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

help with this linear regression


To "linearize" a fuction means to approxiate it by a linear function and that can only be done accurately in a limited range. One of the things we should learn in basic Calculus is that the tangent line to a graph gives the best linear approximation to the function in a neighborhood of the given point.

The difficulty is that you can't have a linear function that accurately approximates a function for all x and here you are not saying where you want it approximated. In the list you give, x varies from 0 to 15. It would be easiest to linearize at x= 0 but I would be inclined to use the midpoint x= 7.5.

The derivative of [itex]y=a(1- e^{-bx})[/itex] is [itex]y'= abe^{-bx}[/itex] and at x= 0 that is [itex]ab[/itex]. So your linear approximation, around x= 0, is the line through (0, 0) with slope ab.

But the derivative at x= 7.5 is [itex]abe^{-7.5b}[/itex] so the linearization would be the line through [itex](7.5, a(1- e^{-7.5b}))[/itex] with slope [itex]abe^{-7.5b}[/itex].
New Reply

Similar discussions for: help with this linear regression
Thread Forum Replies
Linear Regression Calculus & Beyond Homework 3
Regression of linear combination better than just regression Set Theory, Logic, Probability, Statistics 5
Regression SS in multiple linear regression Set Theory, Logic, Probability, Statistics 2
Linear Regression Precalculus Mathematics Homework 1
Linear regression Calculus & Beyond Homework 1