SlideShare a Scribd company logo
1 of 4
Analysis of an infinite sequence
Assignment
Now we will expand our investigation to determine the sum of the infinite sequence tn, where
t0=1,t1=(xlna)1,t2=(xlna)22x1,t3=(xlna)33x2x1,…
Define Tn(a,x) as the sum of the first n terms, for various values of a and x.
e.g. T9(2,9) is the sum of the first nine terms when a=2 and x=5.
Let a=2. Calculate T9(2,x) for various positive values of x. Using technology, plot the relation
between T9(2,x) and x. Describe what you notice from your plot.
Let a=3. Calculate T9(3,x) for various positive values of x. Using technology, plot the relation
between T9(3,x) and x. Describe what you notice from your plot.
Continue with this analysis to find the general statement for Tn(a,x) as n approaches ∞.
Test the validity of the general statement with other values of a and x.
Discuss the scope and/or limitations of the general statement.
Explain how you arrived at the general statement.
Work
1. First we will use the mathematical program Derive™ 6 to calculate the sum of the first 9 terms
of the sequence when a=2, for various values of x.
The expression has the following form:
SUM( Expression, summation parameter, lower boundary, upper boundary)
Which in our case makes:
SUM(((x*ln(2))^n)/n!,n,0,9)
Derive™ 6 then shows the following:
n=09(x∙LN(2))nn!
Option Simplify gives us the expanded form of the sum:
x9LN(a)9362880+x8LN(a)840320+x7LN(a)75040+x6LN(a)6720+x5LN(a)5120+x4LN(a)424+
x3LN(a)36+x2LN(a)22+x∙LN(a)+1
By using the button ≈, the following results were reached for arbitrarily chosen values of x:
n a x Tn(a,x)
9 2 0.1 1.071773462
9 2 0.2 1.148698354
9 2 0.5 1.414213562
9 2 1 2
9 2 2 3.999991747
9 2 3 7.999488457
9 2 8 241.6244730
9 2 10 857.4734736
TABLE 1. Calculated sums of 9 terms of the sequence for various values of x when a=2
The calculated value for x=1 stands out, being an integer.
We now write a MATLAB© program to plot the sum as a function of x.
The main program code:
a=2;
n=9; % the number of terms contained in the sum
L=log(a); % To avoid needless calculation in each iteration,
% the natural logarithm is calculated at the beginning.
Tn=0; % Setting the initial sum of the sequence to zero.
Besplatni Seminarski, Diplomski, Maturski Tekstovi i Pomoćna
Literatura.
RADOVI IZ SVIH OBLASTI, POWERPOINT PREZENTACIJE I DRUGI
EDUKATIVNI MATERIJALI.
www.diplomski-radovi.com
www.seminarskirad.org
www.magistarski.com
www.maturskiradovi.net
www.maturski.net
www.seminarskirad.info
www.maturski.org
www.essaysx.com
NA NAŠIM SAJTOVIMA MOŽETE PRONAĆI SVE, BILO DA JE TO SEMINARSKI, DIPLOMSKI ILI
MATURSKI TEKST, POWERPOINT PREZENTACIJA I DRUGI EDUKATIVNI MATERIJAL.
ZA RAZLIKU OD OSTALIH MI VAM PRUŽAMO DA POGLEDATE SVAKI RAD, NJEGOV SADRŽAJ I PRVE
TRI STRANE TAKO DA MOŽETE TAČNO DA ODABERETE ONO ŠTO VAM U POTPUNOSTI ODGOVARA. U
BAZI SE NALAZE SEMINARSKI, DIPLOMSKI I MATURSKI TEKSTOVI KOJE MOŽETE SKINUTI
I UZ NJIHOVU POMOĆ NAPRAVITI JEDINSTVEN I UNIKATAN RAD. AKO U BAZI NE NAĐETE RAD KOJI
VAM JE POTREBAN, U SVAKOM MOMENTU MOŽETE NARUČITI TEKST NA LINKU POMOĆ PRI
IZRADI TEKSTOVA I POMOĆNE LITERATURE.

More Related Content

What's hot

algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodNagma Modi
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodMeet Patel
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodMOHIT AGARWAL
 
Advanced matlab codigos matematicos
Advanced matlab codigos matematicosAdvanced matlab codigos matematicos
Advanced matlab codigos matematicosKmilo Bolaños
 
Chapter 5 interpolation
Chapter 5 interpolationChapter 5 interpolation
Chapter 5 interpolationssuser53ee01
 
Rational function representation
Rational function representationRational function representation
Rational function representationrey castro
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcRiyandika Jastin
 
Newton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNewton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNemish Bhojani
 
Newton Raphson pptx
Newton Raphson pptxNewton Raphson pptx
Newton Raphson pptxMDSHABBIR12
 
Applied numerical methods lec5
Applied numerical methods lec5Applied numerical methods lec5
Applied numerical methods lec5Yasser Ahmed
 
Graphing rational functions
Graphing rational functionsGraphing rational functions
Graphing rational functionsrey castro
 
Lecture 2 family of fcts
Lecture 2   family of fctsLecture 2   family of fcts
Lecture 2 family of fctsnjit-ronbrown
 
AP Calculus January 15, 2009
AP Calculus January 15, 2009AP Calculus January 15, 2009
AP Calculus January 15, 2009Darren Kuropatwa
 
Secent method
Secent methodSecent method
Secent methodritu1806
 

What's hot (20)

algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant method
 
newton raphson method
newton raphson methodnewton raphson method
newton raphson method
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Secant method
Secant methodSecant method
Secant method
 
Advanced matlab codigos matematicos
Advanced matlab codigos matematicosAdvanced matlab codigos matematicos
Advanced matlab codigos matematicos
 
Chapter 5 interpolation
Chapter 5 interpolationChapter 5 interpolation
Chapter 5 interpolation
 
Rational function representation
Rational function representationRational function representation
Rational function representation
 
Lecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etcLecture 04 newton-raphson, secant method etc
Lecture 04 newton-raphson, secant method etc
 
Newton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNewton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsm
 
Newton Raphson pptx
Newton Raphson pptxNewton Raphson pptx
Newton Raphson pptx
 
logarithms
logarithmslogarithms
logarithms
 
Newton
NewtonNewton
Newton
 
Applied numerical methods lec5
Applied numerical methods lec5Applied numerical methods lec5
Applied numerical methods lec5
 
Graphing rational functions
Graphing rational functionsGraphing rational functions
Graphing rational functions
 
Lecture 2 family of fcts
Lecture 2   family of fctsLecture 2   family of fcts
Lecture 2 family of fcts
 
AP Calculus January 15, 2009
AP Calculus January 15, 2009AP Calculus January 15, 2009
AP Calculus January 15, 2009
 
Functions lect
Functions lectFunctions lect
Functions lect
 
Es272 ch5b
Es272 ch5bEs272 ch5b
Es272 ch5b
 
Secent method
Secent methodSecent method
Secent method
 

Similar to Analysis of an Infinite Sequence Sum

Molecular Solutions For The Set-Partition Problem On Dna-Based Computing
Molecular Solutions For The Set-Partition Problem On Dna-Based ComputingMolecular Solutions For The Set-Partition Problem On Dna-Based Computing
Molecular Solutions For The Set-Partition Problem On Dna-Based Computingijcsit
 
Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01Sagar Gore
 
Digital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE studentsDigital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE studentsUR11EC098
 
DSP_DiscSignals_LinearS_150417.pptx
DSP_DiscSignals_LinearS_150417.pptxDSP_DiscSignals_LinearS_150417.pptx
DSP_DiscSignals_LinearS_150417.pptxHamedNassar5
 
Phase-Type Distributions for Finite Interacting Particle Systems
Phase-Type Distributions for Finite Interacting Particle SystemsPhase-Type Distributions for Finite Interacting Particle Systems
Phase-Type Distributions for Finite Interacting Particle SystemsStefan Eng
 
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALESNONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALESTahia ZERIZER
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt msFaeco Bot
 
MATLAB ODE
MATLAB ODEMATLAB ODE
MATLAB ODEKris014
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10 CalculusII
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical MethodsTeja Ande
 
SURF 2012 Final Report(1)
SURF 2012 Final Report(1)SURF 2012 Final Report(1)
SURF 2012 Final Report(1)Eric Zhang
 
Fractal dimension versus Computational Complexity
Fractal dimension versus Computational ComplexityFractal dimension versus Computational Complexity
Fractal dimension versus Computational ComplexityHector Zenil
 

Similar to Analysis of an Infinite Sequence Sum (20)

Molecular Solutions For The Set-Partition Problem On Dna-Based Computing
Molecular Solutions For The Set-Partition Problem On Dna-Based ComputingMolecular Solutions For The Set-Partition Problem On Dna-Based Computing
Molecular Solutions For The Set-Partition Problem On Dna-Based Computing
 
Assignment 2 solution acs
Assignment 2 solution acsAssignment 2 solution acs
Assignment 2 solution acs
 
Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01Dsp 1recordprophess-140720055832-phpapp01
Dsp 1recordprophess-140720055832-phpapp01
 
Digital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE studentsDigital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE students
 
02 Notes Divide and Conquer
02 Notes Divide and Conquer02 Notes Divide and Conquer
02 Notes Divide and Conquer
 
DSP_DiscSignals_LinearS_150417.pptx
DSP_DiscSignals_LinearS_150417.pptxDSP_DiscSignals_LinearS_150417.pptx
DSP_DiscSignals_LinearS_150417.pptx
 
residue
residueresidue
residue
 
Phase-Type Distributions for Finite Interacting Particle Systems
Phase-Type Distributions for Finite Interacting Particle SystemsPhase-Type Distributions for Finite Interacting Particle Systems
Phase-Type Distributions for Finite Interacting Particle Systems
 
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALESNONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
 
algorithm Unit 2
algorithm Unit 2 algorithm Unit 2
algorithm Unit 2
 
Unit 2 in daa
Unit 2 in daaUnit 2 in daa
Unit 2 in daa
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt ms
 
MATLAB ODE
MATLAB ODEMATLAB ODE
MATLAB ODE
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
AJMS_402_22_Reprocess_new.pdf
AJMS_402_22_Reprocess_new.pdfAJMS_402_22_Reprocess_new.pdf
AJMS_402_22_Reprocess_new.pdf
 
Ch07 7
Ch07 7Ch07 7
Ch07 7
 
Divide and Conquer
Divide and ConquerDivide and Conquer
Divide and Conquer
 
SURF 2012 Final Report(1)
SURF 2012 Final Report(1)SURF 2012 Final Report(1)
SURF 2012 Final Report(1)
 
Fractal dimension versus Computational Complexity
Fractal dimension versus Computational ComplexityFractal dimension versus Computational Complexity
Fractal dimension versus Computational Complexity
 

More from maturskirad

Integral metodika nastave i istorija matematike
Integral   metodika nastave i istorija matematikeIntegral   metodika nastave i istorija matematike
Integral metodika nastave i istorija matematikematurskirad
 
Integracioni pokreti eu
Integracioni pokreti euIntegracioni pokreti eu
Integracioni pokreti eumaturskirad
 
Instrumenti trzista novca finansije
Instrumenti trzista novca   finansijeInstrumenti trzista novca   finansije
Instrumenti trzista novca finansijematurskirad
 
Instrumenti trzista novca bankarstvo
Instrumenti trzista novca   bankarstvoInstrumenti trzista novca   bankarstvo
Instrumenti trzista novca bankarstvomaturskirad
 
Instrumenti trzista novca
Instrumenti trzista novcaInstrumenti trzista novca
Instrumenti trzista novcamaturskirad
 
Instrumenti trgovinske politike
Instrumenti trgovinske politikeInstrumenti trgovinske politike
Instrumenti trgovinske politikematurskirad
 
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...maturskirad
 
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...maturskirad
 
Instrumenti spoljnotrgovinske politike vrste protekcionizma - ij
Instrumenti spoljnotrgovinske politike   vrste protekcionizma - ijInstrumenti spoljnotrgovinske politike   vrste protekcionizma - ij
Instrumenti spoljnotrgovinske politike vrste protekcionizma - ijmaturskirad
 
Instrumenti spoljnotrgovinske politike vrste protekcionizma
Instrumenti spoljnotrgovinske politike   vrste protekcionizmaInstrumenti spoljnotrgovinske politike   vrste protekcionizma
Instrumenti spoljnotrgovinske politike vrste protekcionizmamaturskirad
 
Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...
Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...
Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...maturskirad
 
Instrumenti monetarne politike
Instrumenti monetarne politikeInstrumenti monetarne politike
Instrumenti monetarne politikematurskirad
 
Instrumenti finasijske analize
Instrumenti finasijske analizeInstrumenti finasijske analize
Instrumenti finasijske analizematurskirad
 
Instrumenti carinske politike u eu
Instrumenti carinske politike u euInstrumenti carinske politike u eu
Instrumenti carinske politike u eumaturskirad
 
Institucionalni aspekti menadzmenta
Institucionalni aspekti menadzmentaInstitucionalni aspekti menadzmenta
Institucionalni aspekti menadzmentamaturskirad
 
Institucionalna i pravna konsolidacija eu usluzni biznis
Institucionalna i pravna konsolidacija eu   usluzni biznisInstitucionalna i pravna konsolidacija eu   usluzni biznis
Institucionalna i pravna konsolidacija eu usluzni biznismaturskirad
 
Institucionalna i pravna konsolidacija eu
Institucionalna i pravna konsolidacija euInstitucionalna i pravna konsolidacija eu
Institucionalna i pravna konsolidacija eumaturskirad
 
Institucionalizacija trgovinskih odnosa evropske unije sa trecim zemljama
Institucionalizacija trgovinskih odnosa evropske unije sa trecim zemljamaInstitucionalizacija trgovinskih odnosa evropske unije sa trecim zemljama
Institucionalizacija trgovinskih odnosa evropske unije sa trecim zemljamamaturskirad
 
Institucije rimskog prava i ij
Institucije rimskog prava i   ijInstitucije rimskog prava i   ij
Institucije rimskog prava i ijmaturskirad
 
Institucije lokalne samouprave
Institucije lokalne samoupraveInstitucije lokalne samouprave
Institucije lokalne samoupravematurskirad
 

More from maturskirad (20)

Integral metodika nastave i istorija matematike
Integral   metodika nastave i istorija matematikeIntegral   metodika nastave i istorija matematike
Integral metodika nastave i istorija matematike
 
Integracioni pokreti eu
Integracioni pokreti euIntegracioni pokreti eu
Integracioni pokreti eu
 
Instrumenti trzista novca finansije
Instrumenti trzista novca   finansijeInstrumenti trzista novca   finansije
Instrumenti trzista novca finansije
 
Instrumenti trzista novca bankarstvo
Instrumenti trzista novca   bankarstvoInstrumenti trzista novca   bankarstvo
Instrumenti trzista novca bankarstvo
 
Instrumenti trzista novca
Instrumenti trzista novcaInstrumenti trzista novca
Instrumenti trzista novca
 
Instrumenti trgovinske politike
Instrumenti trgovinske politikeInstrumenti trgovinske politike
Instrumenti trgovinske politike
 
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...
 
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...Instrumenti spoljnotrgovinske politike i mjere protekcinizma   ekonomske osno...
Instrumenti spoljnotrgovinske politike i mjere protekcinizma ekonomske osno...
 
Instrumenti spoljnotrgovinske politike vrste protekcionizma - ij
Instrumenti spoljnotrgovinske politike   vrste protekcionizma - ijInstrumenti spoljnotrgovinske politike   vrste protekcionizma - ij
Instrumenti spoljnotrgovinske politike vrste protekcionizma - ij
 
Instrumenti spoljnotrgovinske politike vrste protekcionizma
Instrumenti spoljnotrgovinske politike   vrste protekcionizmaInstrumenti spoljnotrgovinske politike   vrste protekcionizma
Instrumenti spoljnotrgovinske politike vrste protekcionizma
 
Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...
Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...
Instrumenti placanja u medjunarodnom prometu sa posebnim osvrtom na dokumenta...
 
Instrumenti monetarne politike
Instrumenti monetarne politikeInstrumenti monetarne politike
Instrumenti monetarne politike
 
Instrumenti finasijske analize
Instrumenti finasijske analizeInstrumenti finasijske analize
Instrumenti finasijske analize
 
Instrumenti carinske politike u eu
Instrumenti carinske politike u euInstrumenti carinske politike u eu
Instrumenti carinske politike u eu
 
Institucionalni aspekti menadzmenta
Institucionalni aspekti menadzmentaInstitucionalni aspekti menadzmenta
Institucionalni aspekti menadzmenta
 
Institucionalna i pravna konsolidacija eu usluzni biznis
Institucionalna i pravna konsolidacija eu   usluzni biznisInstitucionalna i pravna konsolidacija eu   usluzni biznis
Institucionalna i pravna konsolidacija eu usluzni biznis
 
Institucionalna i pravna konsolidacija eu
Institucionalna i pravna konsolidacija euInstitucionalna i pravna konsolidacija eu
Institucionalna i pravna konsolidacija eu
 
Institucionalizacija trgovinskih odnosa evropske unije sa trecim zemljama
Institucionalizacija trgovinskih odnosa evropske unije sa trecim zemljamaInstitucionalizacija trgovinskih odnosa evropske unije sa trecim zemljama
Institucionalizacija trgovinskih odnosa evropske unije sa trecim zemljama
 
Institucije rimskog prava i ij
Institucije rimskog prava i   ijInstitucije rimskog prava i   ij
Institucije rimskog prava i ij
 
Institucije lokalne samouprave
Institucije lokalne samoupraveInstitucije lokalne samouprave
Institucije lokalne samouprave
 

Recently uploaded

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Recently uploaded (20)

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Analysis of an Infinite Sequence Sum

  • 1. Analysis of an infinite sequence Assignment Now we will expand our investigation to determine the sum of the infinite sequence tn, where t0=1,t1=(xlna)1,t2=(xlna)22x1,t3=(xlna)33x2x1,… Define Tn(a,x) as the sum of the first n terms, for various values of a and x. e.g. T9(2,9) is the sum of the first nine terms when a=2 and x=5. Let a=2. Calculate T9(2,x) for various positive values of x. Using technology, plot the relation between T9(2,x) and x. Describe what you notice from your plot. Let a=3. Calculate T9(3,x) for various positive values of x. Using technology, plot the relation between T9(3,x) and x. Describe what you notice from your plot. Continue with this analysis to find the general statement for Tn(a,x) as n approaches ∞. Test the validity of the general statement with other values of a and x. Discuss the scope and/or limitations of the general statement. Explain how you arrived at the general statement. Work 1. First we will use the mathematical program Derive™ 6 to calculate the sum of the first 9 terms of the sequence when a=2, for various values of x. The expression has the following form: SUM( Expression, summation parameter, lower boundary, upper boundary) Which in our case makes: SUM(((x*ln(2))^n)/n!,n,0,9)
  • 2. Derive™ 6 then shows the following: n=09(x∙LN(2))nn! Option Simplify gives us the expanded form of the sum: x9LN(a)9362880+x8LN(a)840320+x7LN(a)75040+x6LN(a)6720+x5LN(a)5120+x4LN(a)424+ x3LN(a)36+x2LN(a)22+x∙LN(a)+1 By using the button ≈, the following results were reached for arbitrarily chosen values of x: n a x Tn(a,x) 9 2 0.1 1.071773462 9 2 0.2 1.148698354 9 2 0.5 1.414213562 9 2 1 2 9 2 2 3.999991747 9 2 3 7.999488457 9 2 8 241.6244730 9 2 10 857.4734736 TABLE 1. Calculated sums of 9 terms of the sequence for various values of x when a=2 The calculated value for x=1 stands out, being an integer. We now write a MATLAB© program to plot the sum as a function of x. The main program code: a=2; n=9; % the number of terms contained in the sum L=log(a); % To avoid needless calculation in each iteration, % the natural logarithm is calculated at the beginning. Tn=0; % Setting the initial sum of the sequence to zero.
  • 3. Besplatni Seminarski, Diplomski, Maturski Tekstovi i Pomoćna Literatura. RADOVI IZ SVIH OBLASTI, POWERPOINT PREZENTACIJE I DRUGI EDUKATIVNI MATERIJALI. www.diplomski-radovi.com www.seminarskirad.org www.magistarski.com www.maturskiradovi.net www.maturski.net www.seminarskirad.info www.maturski.org www.essaysx.com NA NAŠIM SAJTOVIMA MOŽETE PRONAĆI SVE, BILO DA JE TO SEMINARSKI, DIPLOMSKI ILI MATURSKI TEKST, POWERPOINT PREZENTACIJA I DRUGI EDUKATIVNI MATERIJAL. ZA RAZLIKU OD OSTALIH MI VAM PRUŽAMO DA POGLEDATE SVAKI RAD, NJEGOV SADRŽAJ I PRVE TRI STRANE TAKO DA MOŽETE TAČNO DA ODABERETE ONO ŠTO VAM U POTPUNOSTI ODGOVARA. U BAZI SE NALAZE SEMINARSKI, DIPLOMSKI I MATURSKI TEKSTOVI KOJE MOŽETE SKINUTI I UZ NJIHOVU POMOĆ NAPRAVITI JEDINSTVEN I UNIKATAN RAD. AKO U BAZI NE NAĐETE RAD KOJI
  • 4. VAM JE POTREBAN, U SVAKOM MOMENTU MOŽETE NARUČITI TEKST NA LINKU POMOĆ PRI IZRADI TEKSTOVA I POMOĆNE LITERATURE.