Calculos 321
Calculos 321
80},
{40, 3.13}, {45, 3.26}, {50, 3.44}, {55, 3.66}, {60, 3.81}, {65, 3.95}, {70, 4.05},
{75, 4.11}, {80, 4.17}, {85, 4.30}, {90, 4.35}, {95, 4.42}, {100, 4.45},
{105, 4.54}, {110, 4.56}, {115, 4.58}, {120, 4.62}, {125, 4.65}, {130, 4.67},
{135, 4.72}, {140, 4.74}, {145, 4.76}, {150, 4.78}, {155, 4.79}, {160, 4.84}};
G1 = ListPlot[T1, AxesLabel {"Tiempo(s)", "Potencial en R"},
PlotLabel "VR CON RESPECTO AL TIEMPO "]
O u t [ ] =
VR CON RESPECTO AL TIEMPO
Potencial en R
5
Tiempo(s)
50 100 150
t
-
I n [ ] : = AjusteT1 = NonlinearModelFitT1, VT1 * E τ1 , {τ1, VT1}, t
AjusteT1["ParameterTable"]
Estimate Standard Error t-Statistic P-Value
τ1 81.3377 0.294543 276.149 1.65043 × 10-93
VT1 5.08124 0.0122503 414.783 6.29538 × 10-104
I n [ ] : = τ1 = 81.3377
VT2 = 5.0812
Δτ1 = Quantity[NumberForm[0.2945427207123802, 1], "Seconds"]
ΔVT1 = Quantity[NumberForm[0.012250345843968911, 1], "Volts"]
O u t [ ] =
81.3377
O u t [ ] =
5.0812
O u t [ ] =
0.3 s
O u t [ ] =
0.01 V
I n [ ] : = G3 = ShowPlots[G1, G2]
O u t [ ] =
VR CON RESPECTO AL TIEMPO
Potencial en R Potencial en R
5 1.0
4
0.5
ShowPlots 3 ,
Tiempo(s)
2 20 40 60 80 100 120 140
-0.5
1
-1.0
Tiempo(s)
0 50 100 150
I n [ ] : =
1.006963745 0.3
Cap = ±
1000 1000
O u t [ ] =
0.00100696 ± 0.0003
In[88]:= d1 = d2 = {{0.00, 4.84}, {5.00, 4.51}, {10.00, 3.90}, {15.00, 3.45},
{20.00, 2.99}, {25.00, 2.66}, {30.00, 2.42}, {35.00, 2.11}, {40.00, 1.93},
{45.00, 1.71}, {50.00, 1.47}, {55.00, 1.32}, {60.00, 1.18}, {65.00, 1.06},
{70.00, 0.93}, {75.00, 0.85}, {80.00, 0.74}, {85.00, 0.66}, {90.00, 0.58},
{95.00, 0.52}, {100.00, 0.46}, {105.00, 0.43}, {110.00, 0.39}, {115.00, 0.35},
{120.00, 0.30}, {125.00, 0.26}, {130.00, 0.22}, {135.00, 0.20}, {140.00, 0.18},
{145.00, 0.16}, {150.00, 0.14}, {155.00, 0.13}, {160.00, 0.11}, {165.00, 0.1},
{170.00, 0.09}, {175.00, 0.08}, {180.00, 0.06}, {185.00, 0.05}};
G1 = ListPlot[d1, AxesLabel {"tiempo(s)", "Carga"}, PlotLabel "Grafica de Descarga"]
Out[89]=
Grafica de Descarga
Carga
5
tiempo(s)
50 100 150
tiempo
50 100 150
t5
-
In[91]:= Ajusted2 = NonlinearModelFitd2, VT5 * E τ5 , {τ5, VT5}, t5
Out[91]=
In[92]:= Normal[Ajusteq2]
Out[92]=
Ajusteq2
In[96]:= τ2 = 97.648
Δτ2 = Quantity[NumberForm[0.00202563, 1], "Seconds"]
Out[96]=
97.648
Out[97]=
0.002 s
97.648 0.002
In[98]:= Capd = ±
1000 1000
Out[98]=
0.097648 ± 2. × 10-6
In[42]:= (*Paralelo*)
T1 = T2 = {{20.00, 0.65}, {40.00, 1.20}, {60.00, 1.67}, {80.00, 2.10}, {100.00, 2.43},
{120.00, 2.74}, {140.00, 3.01}, {160.00, 3.25}, {180.00, 3.46}, {200.00, 3.63},
{220.00, 3.79}, {240.00, 3.97}, {260.00, 4.10}, {280.00, 4.18}, {300.00, 4.28},
{320.00, 4.34}, {340.00, 4.39}, {360.00, 4.45}, {380.00, 4.49}, {400.00, 4.53},
{420.00, 4.57}, {440.00, 4.60}, {460.00, 4.62}, {480.00, 4.64}, {500.00, 4.66},
{520.00, 4.67}, {540.00, 4.68}, {560.00, 4.69}, {580.00, 4.69}, {600.00, 4.69}};
G1 =
ListPlot[T1, AxesLabel {"Tiempo(s)", "Potencial en R"}, PlotLabel "VR vrs TIEMPO "]
Out[43]=
VR vrs TIEMPO
Potencial en R
Tiempo(s)
100 200 300 400 500 600
In[46]:= AjusteT1["ParameterTable"]
Estimate Standard Error t-Statistic P-Value
1 5.49492 0.362563 15.1558 7.86546 × 10-22
x - 0.00969919 0.00103372 - 9.38283 3.11566 × 10-13
τ1 = 5.494920903954801;
VT2 = -0.009699194220616837;
Δτ1 = Quantity[NumberForm[0.36256329202812915, 1], "Seconds"]
ΔVT1 = Quantity[NumberForm[0.001033717465434303, 1], "Volts"]
Out[50]=
0.4 s
Out[51]=
0.001 V
Potencial en R
1.0
0.5
In[53]:=
Tiempo(s)
100 200 300 400 500 600
-0.5
-1.0
G3 = Show[G1, G2]
Out[53]=
Potencial en R
1.0
0.5
Tiempo(s)
100 200 300 400 500 600
-0.5
-1.0
Out[54]=
VR vrs TIEMPO
Potencial en R
Tiempo(s)
100 200 300 400 500 600
In[59]:= τ = 1.007535618;(*Excel*)
R = 1000;
τ Δτ1
Ca = ± (*Calculo de C*)
R R
0.4
In[63]:= 0.001007535618 ± s
1000
Out[63]=
0.00100754 ± 0.0004 s