whats the equation?

alexander

New member
Joined
Dec 16, 2010
Messages
3
Hi, I have a question.
I have a known number of X and Y values .
The are :
X Y
10 0.11
20 0,25
30 0,5
40 1
50 2
60 4
70 8
80 16


Can anyone give this equation?

Thanks.

Alex
 
alexander said:
Hi, I have a question.
I have a known number of X and Y values .
The are :
X Y
10 0.11
20 0,25
30 0,5
40 1
50 2
60 4
70 8
80 16


Can anyone give this equation?

Thanks.

Alex

What have you been taught regarding curve-fitting?

Please show us your work, indicating exactly where you are stuck - so that we may know where to begin to help you.
 
@ Subhotosh Khan,

It has been 15 years I left highschool, so forgive me for not remembering this matter.
>Now I need to know this because I want to investigate something for my job. It concerns the recalculation of the insulation resistance to 40 degrees ambient temperature.
 
alexander said:
X Y
10 0.11
20 0,25
30 0,5
40 1
50 2
60 4
70 8
80 16
The first 3 would be clearer this way:
10 1/8
20 1/4
30 1/2

Y = 2^(X/10 - 4)

Example: If X = 70:
Y = 2^(70/10 - 4) = 2^(7 - 4) = 2^(3) = 8
 


After all that practice, too.

Fine.

I hope Subhotosh sings it at you as "nicely" as I'm prepared to. :twisted:

 
Top