Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Direct Proportion in Mathematics
Next article icon

Direct Proportion in Mathematics

Last Updated : 11 Dec, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Direct proportion or direct variation is a mathematical relationship between two variables where they change in such a way that an increase in one variable leads to a corresponding increase in the other and vice - versa.

Example, if you have a situation where the number of hours worked is directly proportional to the amount earned, and you earn Rs. 100 for every hour worked, the equation representing this direct proportion would be:

Earnings (y) = 100 × Hours Worked (x)

This means that for every additional hour worked (increase in "x"), you will earn an additional Rs. 100 (increase in "y").

Examples of Direct Proportions in Real-Life

Direct-Proportions in Real Life

There are many situations in our daily life where the variation in one quantity brings a variation in the other. Let's consider some example for better understanding:

  • The more you use electricity, the cost will more.
  • The more you deposit money, the interest provided is more.
  • The growth of plants can be directly proportional to the amount of water they receive.
  • The number of cookies you can make is directly proportional to the amount of ingredients you use.
  • The bill value in a restaurant is directly proportional to the amount of food we consume.

Direct Proportion Formula

Suppose we have two quantities x and y, the direct Proportion between them can be shown like this:

x = k.y
OR
x/y = k

Where k is a constant value.

If x1 and y1 are the initial values of any two quantities that are directly proportional to each other and x2 and y2 are the final values of those quantities. Then according to the direct proportionality relationship,

x1/y1 = k and x2/y2 = k

Where,

  • x1 and x2 are the values of variable x,
  • y1 and y2 are the values of variable y, and
  • k is the constant of Proportionality.

Direct Proportion Symbol

In mathematics direct Proportion is represented using the symbol "∝". Let's say two quantities X and Y are directly proportional to each other, then mathematical expression used to show this relation will be

X ∝ Y

Direct Proportion Equation

Thus, x and y are in direct proportion, if x/y = k, where k is a constant

x1/y1 = x2/y2 = x3/y3 = . . . = k

Where,

  • x1, x2, . . . are the values of variable x,
  • y1, y2, . . . are the values of variable y, and
  • k is the constant of Proportionality.

Direct Proportion Graph

A direct proportion graph, also known as a direct variation graph or a linear proportion graph, represents a relationship between two variables that are directly proportional to each other. The graph to represent the direct proportions is always a straight line representing constant increase in both variable. Constant-Proportion-2

Read more about Direct and Inverse Proportions.

Note: In direct proportion, as one variable increases, the other variable increases proportionally. In inverse proportion, as one variable increases, the other variable decreases proportionally.

Read More,

  • Direct Variation Formula
  • Ratio and Proportion

Examples of Direct Proportion with Solution

Question 1: If x and y are directly proportional, find the values of x1, x2 and y1 in the table given below:

x3x1x210
y366096y1

Solution:

Since x and y are directly proportional, we have:

3/ 36 = x1 / 60 = x2/96 = 10/ y1

Now, 3 / 36 = x1/ 60
⇒ x1 = (1 / 12 ) × 60 = 5

3/ 36 = x2 / 96
⇒ 1/12 = x2/96 
⇒ x2 = (1/12) × 96 =8.

3/ 36 ⇒ 10 / y1
⇒ 1/12 = 10/y1 
⇒ y1 × 1 = (12 × 10) = 120.

Hence, x1= 5, x2 = 8, y1= 120. Ans.

Question 2: If the Weight of 9 sheets of thick paper is 30 grams. how many sheets of the same paper would weight 5/4 kilograms.
Solution:

Let the required number of sheets be x.
5/4 kg = 5/4 × 1000 gm = 1250 gms.
thus we have,

Number of Sheets9x
weight of Sheets (in gms)301250

More is the weight, more is the number of sheets. So, it is a case of direct proportion.

Hence, 9/30 = x/1250
⇒ 3/10 = x/1250
⇒ x = (3/10) × 1250
⇒ x = 375.

Hence the required number of sheets is 375.

Question 3: A car covers 432 km in 36 litres of petrol. How much distance would it cover in 25 litres of petrol?
Solution:

Let the required distance be x km, Then we have:

Quantity of petrol (in litres)3625
Distance (in km)432x

Less is the quantity of petrol consumed, less is the distance covered. So, it is a case of direct proportion.

36 / 432 = 25/ x
⇒ 1/ 12 = 25/ x
⇒ x × 1 = 12 × 25 = 300.

Hence the required distance is 300 km.


Next Article
Direct Proportion in Mathematics

R

raushanikuf9x7
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Class 7
  • Geeks Premier League
  • Maths-Class-7
  • Geeks Premier League 2023

Similar Reads

    Number Theory in Discrete Mathematics
    Discrete mathematics deals with counting individual items, such as whole numbers, rather than continuous quantities like real numbers. Number theory, a major component of discrete math, delves into the properties and behaviors of integers, especially natural numbers and occasionally all integers. Un
    5 min read
    Number Theory in Mathematics
    Number theory is one of the many branches of mathematics used to explore the intricate patterns and properties inherent in integers and their relationships. It helps us study prime numbers and reveals various interesting patterns in them. In this article, we will discuss how number theory is used in
    4 min read
    Number Theory in Mathematics
    Number theory is a branch of mathematics that studies numbers, particularly whole numbers, and their properties and relationships. It explores patterns, structures, and the behaviors of numbers in different situations. Number theory deals with the following key concepts:Prime Numbers: Properties, di
    4 min read
    Arithmetic Operations
    Arithmetic Operations are the basic mathematical operations—Addition, Subtraction, Multiplication, and Division—used for calculations. These operations form the foundation of mathematics and are essential in daily life, such as sharing items, calculating bills, solving time and work problems, and in
    9 min read
    Importance of Subtraction In Mathematical Foundations
    Subtraction plays a key role since it is the basic foundation of Mathematics. We use this Subtraction in various places in our day-to-day life. There are generally four main arithmetic operations Addition, Multiplication, Division and one of the most important Operations is Subtraction. Subtraction
    7 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences