Loading [MathJax]/jax/output/SVG/jax.js
 

heureka

avatar
Benutzernameheureka
Punkte26396
Membership
Stats
Fragen 17
Antworten 5678

 #1
avatar+26396 
+10

e^(1/x)-x=0

Root-Finding Algorithm with Newton's method: \small{\text{  $  \boxed{ x_{i+1} = x_i - \dfrac{f(x_i)}{f'(x_i)} } \quad f{(x)} = e^{\frac{1}{x}}-x $ and $ f'(x) = -\frac{ e^{\frac{1}{x}}}{x^2}-1 $ we have $ x_{i+1} = x_i + \dfrac{ e^{\dfrac{1}{x_i}}-x_i }  {\frac{ e^{ \left(\dfrac{1}{x_i} \right) } } {x_i^2}+1}   $  }

We start with:  

 x0=1  x1=1+e1e+1=1.46211715726  x2=1.46211715726+0.519552440511.92697260563=1.73173824009  x3=1.73173824009+0.049759570611.59404698875=1.76295411450  x4=1.76295411450+0.000421152331.56736524331=1.76322281532  x5=1.76322281532+0.000000029821.56714330612=1.76322283435  x6=1.76322283435+0.0000000000000001495443031.56714329041=1.76322283435 

x1.76322283435

.
20.01.2015
 #3
avatar+26396 
+5

Part (a): Find the sum  s =  a + (a + 1) + (a + 2) + \dots + (a + n - 1) in terms of a and n. 

s=a+(a+1)+(a+2)+(a+3)+...+(a+(n2))+(a+(n1))s=[a+(a+(n1))](n2)s=[2a+(n1))](n2)s=na+n(n1)2

 

Part (b): Find all pairs of positive integers (a,n) such that n \ge 2 anda + (a + 1) + (a + 2) + \dots + (a + n - 1) = 100. 

2n14 and a>0 n=2a=49.500000  n=3a=32.333333 $$ n=4a=23.500000 $$ n=5a=18.000000 $$ n=6a=14.166667 $$ n=7a=11.285714 $$ n=8a=9.000000 $$ n=9a=7.111111 $$ n=10a=5.500000 $$ n=11a=4.090909 $$ n=12a=2.833333 $$ n=13a=1.692308 $$ n=14a=0.642857 $$ The only 2 solutions for (a,n) are (18,5), (9,8) $$ 18+19+20+21+22=100 and 9+10+11+12+13+14+15+16=100 

.
20.01.2015
 #1
avatar+26396 
+5

 3^13*5^17,2^12*7^21 Least Common Multiple (LCM) ?

\small{\begin{array}{l|rclclclcl}\text{Number 1:} & 3^{13}*5^{17} &=& 2^0 &*& 3^{\textcolor[rgb]{1,0,0}{13}} &*& 5^{\textcolor[rgb]{1,0,0}{17}} &*& 7^0 \\\text{Number 2:} & 2^{12}*7^{21} &=& 2^{\textcolor[rgb]{1,0,0}{12}}&*& 3^0 &*& 5^0 &*& 7^{\textcolor[rgb]{1,0,0}{21}}\\ \hline \text{The greatest Exponent}\\ \text{ of each prime number} &\text{LCM}&=& 2^{\textcolor[rgb]{1,0,0}{12}}&*&3^{\textcolor[rgb]{1,0,0}{13}} &*&5^{\textcolor[rgb]{1,0,0}{17}} &*& 7^{\textcolor[rgb]{1,0,0}{21}}\end{array}}}

 

3^13*5^17,2^12*7^21 Greatest Common Devisor(GCD) ?

\small{\begin{array}{l|rclclclcl}\text{Number 1:} & 3^{13}*5^{17} &=& 2^{\textcolor[rgb]{1,0,0}{0}} &*& 3^{13} &*& 5^{17} &*& 7^{\textcolor[rgb]{1,0,0}{0}} \\\text{Number 2:} & 2^{12}*7^{21} &=& 2^{12}&*& 3^{\textcolor[rgb]{1,0,0}{0}} &*& 5^{\textcolor[rgb]{1,0,0}{0}} &*& 7^{21}\\  \hline \text{The lowest Exponent}\\ \text{ of each prime number} &\text{GCD}&=& 2^{\textcolor[rgb]{1,0,0}{0}}&*&3^{\textcolor[rgb]{1,0,0}{0}} &*&5^{\textcolor[rgb]{1,0,0}{0}} &*& 7^{\textcolor[rgb]{1,0,0}{0}} = 1*1*1*1=1  \end{array}}}

.
19.01.2015
 #7
avatar+26396 
+5

Least Common Multiples(LCM)  ?

A. 23^31,23^17

\small{ \begin{array}{l|rclclclcl} \text{Number 1:} & 23^{31} &=& 23^{\textcolor[rgb]{1,0,0}{31}} &&&&&& \\  \text{Number 2:} & 23^{17} &=& 23^{17} &&&&&&\\  \hline \text{The greatest Exponent} \\ \text{ of each prime number} &\text{LCM}&=& 23^{\textcolor[rgb]{1,0,0}{31}}&&&&&&  \end{array} }}

 

B. 3^7*5^3*7^3,2^11*3^5*5^9

\small{  \begin{array}{l|rclclclcl}  \text{Number 1:} & 3^{7}*5^3*7^3 &=& 2^0 &*& 3^{\textcolor[rgb]{1,0,0}{7}} &*& 5^3 &*& 7^{\textcolor[rgb]{1,0,0}{3}} \\  \text{Number 2:} & 2^{11}*3^5*5^9 &=& 2^{\textcolor[rgb]{1,0,0}{11}}&*& 3^5 &*& 5^{\textcolor[rgb]{1,0,0}{9}} &*& 7^0\\ \hline   \text{The greatest Exponent}   \\ \text{ of each prime number} &\text{LCM}&=& 2^{\textcolor[rgb]{1,0,0}{11}}&*&3^{\textcolor[rgb]{1,0,0}{7}} &*&5^{\textcolor[rgb]{1,0,0}{9}} &*& 7^{\textcolor[rgb]{1,0,0}{3}}  \end{array}  }}

 

C. 3^13*5^17,2^12*7^21

  \small{  \begin{array}{l|rclclclcl}  \text{Number 1:} & 3^{13}*5^{17} &=& 2^0 &*& 3^{\textcolor[rgb]{1,0,0}{13}} &*& 5^{\textcolor[rgb]{1,0,0}{17}} &*& 7^0 \\  \text{Number 2:} & 2^{12}*7^{21} &=& 2^{\textcolor[rgb]{1,0,0}{12}}&*& 3^0 &*& 5^0 &*& 7^{\textcolor[rgb]{1,0,0}{21}}\\ \hline   \text{The greatest Exponent}  \\ \text{ of each prime number} &\text{LCM}&=& 2^{\textcolor[rgb]{1,0,0}{12}}&*&3^{\textcolor[rgb]{1,0,0}{13}} &*&5^{\textcolor[rgb]{1,0,0}{17}} &*& 7^{\textcolor[rgb]{1,0,0}{21}}  \end{array}  }} 

19.01.2015
 #3
avatar+26396 
+5

Let a_1a_2, . . . , a_{10} be an arithmetic sequence.  If  a_1 + a_3 + a_5 + a_7 + a_9 = 17

and a_2 + a_4 + a_6 + a_8 + a_{10} = 15, then find a_1.

1. arithmetic sequence:  a1,a2,a3,a4,a5,a6,a7,a8,a9,a10 $$ an=a1+(n1)d and sn=n2[2a1(n1)d]  s10=17+15=102[2a1+(101)d] $$ 32=5(2a1+9d) $$ (1)32=10a1+45d 

2. arithmetic sequence:

 a1,a3,a5,a7,a9 $$ ai=a1+(i1)(2d) and si=i2[2a1(i1)(2d)]  s5=17=52[2a1+(51)(2d)] $$ 217=5(2a1+8d) $$ (2)34=10a1+40d 

  (1) - (2): 3234=10a110a1+45d40d=5d2=5dd=25 

 d into (2): 34=10a1+40(25)=10a11610a1=50a1=5 

.
19.01.2015