{"id":177284,"date":"2024-01-21T12:45:17","date_gmt":"2024-01-21T11:45:17","guid":{"rendered":"https:\/\/liora.io\/en\/?p=177284"},"modified":"2026-08-09T18:50:55","modified_gmt":"2026-08-09T17:50:55","slug":"sequences-and-series-understanding-these-two-mathematical-concepts","status":"publish","type":"post","link":"https:\/\/liora.io\/en\/sequences-and-series-understanding-these-two-mathematical-concepts","title":{"rendered":"Sequences and series: understanding these two mathematical concepts"},"content":{"rendered":"\n<p><strong>In this article, we take a look at two key mathematical concepts: sequences and series. You need some basic mathematical knowledge to understand them fully. <\/strong><\/p>\n\n\n<p><strong>Sequences are widely used in mathematics<\/strong>, and can be used to define sequences of mathematical objects such as polynomials, numbers, sets, functions, etc. Here, we&#8217;re only interested in numerical sequences, which are sequences of real numbers, and we&#8217;ll show the link between them and numerical series.<\/p>\n\n\n<p>A sequence is made up of several terms, and each term has a rank. For example, the sequence 1, 2, 3, 4, 5 is made up of 5 terms (1,2,3,4,5) and their respective ranks are 0,1,2,3,4 if we consider 0 to be the first rank of the sequence. Sequences are also used in <a href=\"https:\/\/liora.io\/en\/data-science-bootcamp-definition-training-benefits\">data science<\/a>, particularly when working with time series.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-do-you-define-a-real-sequence\">How do you define a real sequence?<\/h2>\n\n\n<p>A real sequence can be defined as an application <span class=\"liora-inline-math\" role=\"math\">n \u2192 u<sub>n<\/sub><\/span> from the set of integers to the set of real numbers and is often noted as <span class=\"liora-inline-math\" role=\"math\">(u<sub>n<\/sub>)<sub>n in \u2115<\/sub><\/span> . A sequence can even be likened to a function that takes only integer values as arguments. <\/p>\n\n\n<p>For example, <span class=\"liora-inline-math\" role=\"math\">f(n) = n<\/span>, given an integer, is a real sequence. <\/p>\n\n\n<p>There are several types of sequences:<\/p>\n\n\n<ul class=\"wp-block-list\">\n<li aria-level=\"1\">so-called explicit sequences which are defined by a formula as in the example above, for example: <span class=\"liora-inline-math\" role=\"math\">u<sub>n<\/sub> = cos(n)<\/span> or <span class=\"liora-inline-math\" role=\"math\">u<sub>n<\/sub> = (n-1)\/(n<sup>2+3<\/sup>)<\/span><\/li>\n<li aria-level=\"1\">so-called recurring sequences whose term depends on one or more terms preceding it, for example: <span class=\"liora-inline-math\" role=\"math\">u<sub>n+1<\/sub> = sin(u<sub>n<\/sub>)<\/span> or <span class=\"liora-inline-math\" role=\"math\">u<sub>n+2<\/sub> = 2u<sub>n+1<\/sub> ,  u<sub>n<\/sub><\/span><\/li>\n<\/ul>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-are-the-properties-of-a-sequence\">What are the properties of a sequence? <\/h2>\n\n\n<p>A sequence is constant if all its terms are equal: for any n \u2208 N, un = u0.<\/p>\n\n\n<p>A sequence is stationary if, from a certain rank <span class=\"liora-inline-math\" role=\"math\">n<sub>0<\/sub><\/span>, all its terms are equal: <span class=\"liora-inline-math\" role=\"math\">\u2203 n<sub>0<\/sub> in \u2115, (n \u2265 n<sub>0<\/sub> \u21d2 u<sub>n<\/sub>=u<sub>n0<\/sub>)<\/span>.<\/p>\n\n\n<p>A sequence is periodic if there exists a positive integer N such that <span class=\"liora-inline-math\" role=\"math\">\u2200 n in \u2115, u<sub>n+N<\/sub> = u<sub>n<\/sub><\/span>.<\/p>\n\n\n<p>A sequence is increasing (respectively decreasing) if and only if <span class=\"liora-inline-math\" role=\"math\">n in \u2115, u<sub>n<\/sub> \u2264 u<sub>n+1<\/sub><\/span> (respectively <span class=\"liora-inline-math\" role=\"math\">u<sub>n+1<\/sub> \u2264 u<sub>n<\/sub><\/span>).<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"sequences-and-series-understanding-suites\">Sequences and Series :  Understanding suites <\/h2>\n\n\n<p>A numerical sequence can be defined as a partial sum of the terms of a numerical sequence. If we consider the sequence <span class=\"liora-inline-math\" role=\"math\">(u<sub>n<\/sub>)<sub>n in \u2115<\/sub><\/span>, we can associate with it the series <span class=\"liora-inline-math\" role=\"math\">S(u)<sub>n<\/sub><\/span> defined as <span class=\"liora-inline-math\" role=\"math\">S(u)<sub>n<\/sub> = u<sub>0<\/sub>+u<sub>1<\/sub>+&#8230;+ u<sub>n<\/sub> = \u03a3<sub>k=0<\/sub><sup>n<\/sup>u<sub>k<\/sub><\/span><\/p>\n\n\n<p>The term n of the series associated with the sequence can therefore be seen as the sum of the first n+1 terms of the sequence.<\/p>\n\n\n<p>For example, if we take the sequence <span class=\"liora-inline-math\" role=\"math\">(u<sub>n<\/sub>) = n<\/span>, the series associated with this sequence is <span class=\"liora-inline-math\" role=\"math\">S(u)<sub>N<\/sub> = \u03a3<sub>k=0<\/sub><sup>N<\/sup>k = (N(N+1))\/(2)<\/span>.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-are-the-links-between-sequences-and-series\">What are the links between sequences and series?<\/h2>\n\n\n<p>We&#8217;re always building a series from a sequence, and remember that a series is the partial sum of the first terms of the sequence. We can therefore easily say that the behavior of the series <span class=\"liora-inline-math\" role=\"math\">S(u<sub>N<\/sub>)<\/span> is intimately linked to that of the sequence <span class=\"liora-inline-math\" role=\"math\">(u<sub>n<\/sub>)<\/span>.<\/p>\n\n\n<p>Inversely, to study a sequence we can easily resort to a series. For example, if we want to study the monotonicity of a sequence <span class=\"liora-inline-math\" role=\"math\">(u<sub>n<\/sub>)<\/span> (check for growth or decay), we can consider an auxiliary sequence <span class=\"liora-inline-math\" role=\"math\">(v<sub>n<\/sub>)<\/span> defined by : <span class=\"liora-inline-math\" role=\"math\">v<sub>0<\/sub> = 0<\/span> and <span class=\"liora-inline-math\" role=\"math\">v<sub>n<\/sub> = u<sub>n<\/sub> ,  u<sub>n-1<\/sub><\/span>. We then obtain <span class=\"liora-inline-math\" role=\"math\">u<sub>n<\/sub> = \u03a3<sub>k=0<\/sub><sup>n<\/sup> v<sub>k<\/sub><\/span>. <span class=\"liora-inline-math\" role=\"math\">(u<sub>n<\/sub>)<\/span> is therefore the partial sum of order <span class=\"liora-inline-math\" role=\"math\">n<\/span> of the series of term <span class=\"liora-inline-math\" role=\"math\">(v<sub>n<\/sub>)<\/span>.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"sequences-and-series-conclusion\">Sequences and Series :  Conclusion<\/h2>\n\n\n<p>You now know what <strong>numerical sequences<\/strong> and series are, and how these two mathematical concepts are related. You also know some of the properties of these different mathematical objects. We can, of course, extend these notions to other types of object, such as polynomials, functions, sets, etc.<\/p>\n\n\n<p>If you&#8217;re interested in series and sequences and want to learn more about time series, don&#8217;t hesitate to join one of our <a href=\"https:\/\/liora.io\/en\/synergies-unveiled-the-dynamic-intersection-of-data-science-and-finance\">Data Science training courses.<\/a><\/p>\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex is-content-justification-center wp-container-core-buttons-is-layout-5ee10de4\" style=\"margin-top:32px;margin-bottom:32px\"><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/liora.io\/en\/courses\/data-ai\/data-scientist\">Discover all our training courses<\/a><\/div><\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>In this article, we take a look at two key mathematical concepts: sequences and series. You need some basic mathematical knowledge to understand them fully. Sequences are widely used in mathematics, and can be used to define sequences of mathematical objects such as polynomials, numbers, sets, functions, etc. Here, we&#8217;re only interested in numerical sequences, [&hellip;]<\/p>\n","protected":false},"author":76,"featured_media":177285,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"_acf_changed":false,"editor_notices":[],"footnotes":""},"categories":[2433],"class_list":["post-177284","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-ai"],"acf":[],"_links":{"self":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts\/177284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/users\/76"}],"replies":[{"embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/comments?post=177284"}],"version-history":[{"count":4,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts\/177284\/revisions"}],"predecessor-version":[{"id":210992,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/posts\/177284\/revisions\/210992"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/media\/177285"}],"wp:attachment":[{"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/media?parent=177284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/liora.io\/en\/wp-json\/wp\/v2\/categories?post=177284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}