<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Faith Muluu</title>
    <description>The latest articles on DEV Community by Faith Muluu (@faith_muluu).</description>
    <link>https://dev.to/faith_muluu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1507143%2F7661659d-8e99-41cf-87bd-8d5abbb1a401.jpg</url>
      <title>DEV Community: Faith Muluu</title>
      <link>https://dev.to/faith_muluu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/faith_muluu"/>
    <language>en</language>
    <item>
      <title>Are We There Yet? How Limits Help Us Get Closer to the Answer</title>
      <dc:creator>Faith Muluu</dc:creator>
      <pubDate>Tue, 25 Mar 2025 22:51:56 +0000</pubDate>
      <link>https://dev.to/faith_muluu/are-we-there-yet-how-limits-help-us-get-closer-to-the-answer-40hk</link>
      <guid>https://dev.to/faith_muluu/are-we-there-yet-how-limits-help-us-get-closer-to-the-answer-40hk</guid>
      <description>&lt;h3&gt;
  
  
  &lt;strong&gt;Introduction&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Around the turn of the 18th century, a great dispute shook the world of mathematics. On one side stood the English physicist Isaac Newton, and on the other, the German mathematician Gottfried Wilhelm Leibniz. The prize? Bragging rights to the title of Father of Calculus. Their rivalry sparked one of the longest mathematical controversies in history, lasting for decades. But today, we recognise them both as co-founders of this powerful branch of mathematics.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;What Are Limits?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Calculus comes in different flavours such as integrals and derivatives, but at its core lies the concept of limits. Understanding limits is key to mastering the subject. &lt;/p&gt;

&lt;p&gt;If you’ve ever been on a long road trip with kids, you’ve probably heard the classic question: Are we there yet? Limits in calculus answer a similar question—what happens as we get closer and closer to a destination? But instead of a road trip, we’re dealing with numbers and functions. Limits tell us what value a function is approaching, even if it never quite reaches it.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;How Limits Work&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Imagine you’re driving to point A, which is 100 km away. Every hour, you check Google Maps and see how close you are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;After 1 hour → 50 km left&lt;/li&gt;
&lt;li&gt;After 2 hours → 25 km left&lt;/li&gt;
&lt;li&gt;After 3 hours → 12.5 km left&lt;/li&gt;
&lt;li&gt;After 4 hours → 6.25 km left&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each hour, you’re getting closer and closer to 100 km travelled. But what happens as you approach your destination? This is exactly what limits in calculus help us understand—what value we are approaching, even if we never actually reach it.&lt;/p&gt;

&lt;p&gt;In math terms, if f(x) represents the total km travelled, the limit describes what happens as x (time) gets closer and closer to the final destination (100 km).&lt;/p&gt;

&lt;p&gt;Mathematical Notation: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkvmgjsssrbagwiau66d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkvmgjsssrbagwiau66d.png" alt="limits" width="174" height="27"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This means that as x (time) approaches infinity, the function f(x) (km travelled) approaches 100 km—even if we don’t explicitly say what happens when x is exactly ∞.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Why Do We Need Limits in Calculus?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;For starters, without limits, there wouldn't be calculus. They provide a foundation for derivatives and integrals. Limits also help us to make predictions like estimating stock prices, modelling population growth or understanding physics.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Conclusion&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Limits are more than just a mathematical formality, they help us understand real-world behaviours. Whether it’s tracking a road trip’s progress or analyzing the speed of a cheetah, limits give us a way to describe change in a precise manner. But this is just the beginning!&lt;/p&gt;

&lt;p&gt;In future posts, we’ll dive into derivatives—the next big step in calculus—where we go from asking "Are we there yet?" to "How fast are we getting there?"&lt;/p&gt;

&lt;p&gt;If you’re curious to dive deeper into limits and see more examples, here are some amazing resources that helped me:&lt;br&gt;
&lt;a href="https://www.khanacademy.org/math/calculus-1/cs1-limits-and-continuity/cs1-limits-intro/a/limits-intro" rel="noopener noreferrer"&gt;Khan Academy - Limits Intro&lt;/a&gt; - A structured breakdown of limits with practice problems.&lt;br&gt;
&lt;a href="https://www.youtube.com/@TheOrganicChemistryTutor" rel="noopener noreferrer"&gt;The Organic Chemistry Tutor(YouTube)&lt;/a&gt; - Clear, step-by-step explanations on calculus topics.&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=WUvTyaaNkzM&amp;amp;list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr&amp;amp;ab_channel=3Blue1Brown" rel="noopener noreferrer"&gt;3Blue1Brown – The Essence of Calculus (YouTube)&lt;/a&gt; - An intuitive approach to understanding calculus concepts.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>tutorial</category>
      <category>learning</category>
      <category>calculus</category>
    </item>
    <item>
      <title>Marketing Insight Report</title>
      <dc:creator>Faith Muluu</dc:creator>
      <pubDate>Fri, 07 Feb 2025 20:50:41 +0000</pubDate>
      <link>https://dev.to/faith_muluu/marketing-insight-report-3fi2</link>
      <guid>https://dev.to/faith_muluu/marketing-insight-report-3fi2</guid>
      <description>&lt;p&gt;Numbers don't lie! The average American supermarket stocks over 47,000 products. Have you ever wondered how they decide the placement of items on shelves or which items get the biggest promotions? Well, it's all in the data.&lt;/p&gt;

&lt;p&gt;By analyzing customer purchases, supermarkets transform simple sales receipts into powerful insights which boost sales and higher profits. For this analysis, I have used a sample superstore dataset, which has sales data across different categories, regions and customer segments. You can check out the dataset &lt;a href="https://www.kaggle.com/datasets/bravehart101/sample-supermarket-dataset/data" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Insights
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Observation 1: Sales by Category
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flvcqn9yjdx7udujfyp4g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flvcqn9yjdx7udujfyp4g.png" alt="pie chart representing sales by category" width="800" height="405"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The data was based on three main categories i.e technology, furniture and office supplies. Technology is leading in sales but the close margins indicate that no single category dominates significantly. This calls for a more balanced strategy across all categories when it comes to marketing to maximize overall sales.&lt;/p&gt;

&lt;h3&gt;
  
  
  Profitability by Sub-Category
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc5yocqb67ruboe77ls21.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc5yocqb67ruboe77ls21.png" alt="Treemap" width="696" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;While overall sales indicate a balance across the three main categories, a closer look into the sub-categories tells us who the key players are. Phones(Technology) and Chairs(Furniture) outperform others in their respective categories and drive the highest sales. This insight suggests that businesses should perform inventory optimization for these high-performers and offer targeted discounts which could further enhance profitability.  &lt;/p&gt;

&lt;h3&gt;
  
  
  Regional Sales Distribution
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fje8ya47w15qpv4xk5t1t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fje8ya47w15qpv4xk5t1t.png" alt="map distribution" width="714" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A quick spot check shows California, New York, Texas and Washington to be the best-performing states. The focus should be on the strong markets whilst consolidating the lower-performing regions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Further Analysis &amp;amp; Next Steps
&lt;/h2&gt;

&lt;p&gt;The purpose of this analysis was to provide initial insights hence there is a need for further analysis to uncover deeper insights. Future studies could focus on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How high discounts affect sales and profitability.&lt;/li&gt;
&lt;li&gt;Customer segmentation in sales.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Data is a powerful tool that when leveraged can help those in the retail industry refine their approach for better sales and profitability. &lt;/p&gt;

&lt;p&gt;Want to grow your data analyst skills? Check out &lt;a href="https://hng.tech/internship" rel="noopener noreferrer"&gt;HNG&lt;/a&gt;&lt;/p&gt;

</description>
      <category>data</category>
      <category>powerfuldevs</category>
      <category>100daysofcode</category>
    </item>
  </channel>
</rss>
