NEETClass 11thClass 12thClass 12th PlusJEEClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thOnline CoursesDistance LearningInternational OlympiadNEETClass 11thClass 12thClass 12th PlusJEE (Main+Advanced)Class 11thClass 12thClass 12th PlusJEE MainClass 11thClass 12thClass 12th PlusClass 6-10Class 6thClass 7thClass 8thClass 9thClass 10thKCET/MHT-CETKCETMHT-CETNEET20262025202420232022JEE20262025202420232022Class 6-10JEE MainPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DatePercentile PredictorAnswer KeyCounsellingEligibilityExam PatternJEE MathsJEE ChemistryJEE PhysicsJEE AdvancedPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateAnswer KeyEligibilityExam PatternRank PredictorNEETPrevious Year PapersSample PapersMock TestResultAnalysisSyllabusExam DateCollege PredictorAnswer KeyRank PredictorCounsellingEligibilityExam PatternBiologyNCERT SolutionsClass 6Class 7Class 8Class 9Class 10Class 11Class 12TextbooksCBSEClass 12Class 11Class 10Class 9Class 8Class 7Class 6SubjectsSyllabusNotesSample PapersQuestion PapersICSEClass 10Class 9Class 8Class 7Class 6State BoardBiharKarnatakaMadhya PradeshMaharashtraTamilnaduWest BengalUttar PradeshOlympiadMathsScienceEnglishSocial ScienceNSOIMONMTCTALLENTEXASATInstant Online ScholarshipAIOT(NEET)ALLEN for SchoolsAbout ALLENBlogsNewsCareersRequest a call backBook a demo
  • Classroom Courses
  • NEW
  • ALLEN E-Store
Home
JEE Maths
Implicit Functions

Frequently Asked Questions

An implicit function is one in which the dependent variable is not isolated; instead, it’s embedded in an equation with other variables.

Explicit functions isolate the dependent variable (e.g., y = f(x)), while implicit functions do not (e.g., x² + y² = 1).

They help in multivariable calculus to find how a variable changes with respect to another when they are related implicitly.

In physics, engineering, economics, and data science where equations represent relationships between interdependent variables.

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • Allen News
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Classroom Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET Exam
    • CBSE
    • NIOS
    • NCERT Solutions
    • Olympiad
    • JEE Counselling
    • NEET Counselling
    • JEE Main Syllabus

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO

Implicit Functions 

In mathematics, especially in calculus, functions are often categorized as explicit or implicit. An implicit function is one where the dependent variable is not isolated on one side of the equation. Instead, the function is defined implicitly by an equation involving both the dependent and independent variables.

For example, the equation:

x2+y2=1

defines a circle and is an implicit function of y in terms of x.

1.0Explicit and Implicit Functions

Explicit Functions

In an explicit function, the dependent variable is written directly in terms of the independent variable.

Example:
y=2 x+3  is explicit because y is given directly in terms of x.

Implicit Functions

In implicit functions, variables are interdependent and not neatly separated.
Example:
x² + xy + y² = 7 is an implicit relation where y is not isolated.

In many cases, it's impossible or very difficult to express y explicitly, which is why implicit functions are crucial in advanced calculus and multivariable analysis.

2.0Solving Implicit Functions

To solve an implicit function, you often need to apply implicit differentiation, especially when you can't isolate y. Here's how you do it:

Example

Given:
x² + y² = 25

Differentiate both sides with respect to x:

​dxd​(x2)+dxd​(y2)=dxd​(25)2x+2ydxdy​=0​

Solve for dy/dx:

2ydxdy​=−2x⇒dxdy​=−yx​

This is the derivative of the implicit function, even though y is not written explicitly.

3.0Implicit Functions in Calculus

In calculus, implicit functions allow us to:

  • Differentiate functions without solving for the dependent variable
  • Work with curves and shapes not defined as y = f(x)
  • Use techniques like partial differentiation in multivariable calculus

Use in Coordinate Geometry

For example, circles, ellipses, and hyperbolas are commonly represented by implicit functions because their equations involve both x and y.

4.0Partial Derivatives of Implicit Functions

In multivariable calculus, we often deal with functions like:

F(x, y, z) = 0

To find the partial derivative of z with respect to x (denoted ∂z/∂x), we treat z as a function of x and y, and apply implicit differentiation:

Formula

If
F(x, y, z) = 0

Then:

∂x∂z​=−∂F/∂z∂F/∂x​

This is essential in thermodynamics, physics, economics, and optimization problems where variables are related indirectly.

5.0Applications of Implicit Functions

  • Physics: Equations of motion and energy relationships
  • Engineering: Stress-strain curves and equilibrium conditions
  • Economics: Cost functions, utility functions
  • Machine Learning: Constraint optimization problems

6.0Solved Examples on Implicit Functions

Example 1: Given the equation: x2+y2=25,finddxdy​.

Solution:

Differentiate both sides with respect to x:

​dxd​(x2)+dxd​(y2)=dxd​(25)2x+2ydxdy​=0dxdy​=y−x​​

Example 2: Given the equation: x2+xy+y2=7,finddxdy​.

Solution

Differentiate implicitly:

​dxd​(x2)+dxd​(xy)+dxd​(y2)=02x+y+xdxdy​+2ydxdy​=0​

Group dxdy​ terms:

xdxdy​+2ydxdy​=−2x−y

Factor out dxdy​:

dxdy​(x+2y)=−2x−y

Final answer:

dxdy​=x+2y−2x−y​

Example 3: Given the equation: sin(xy)+x=y.Finddxdy​.

Solution:

Differentiate both sides:

dxd​[sin(xy)]+dxd​(x)=dxd​(y)

Using chain rule:

cos(xy)⋅(y+xdxdy​)+1=dxdy​ 

Simplify and solve for dxdy​:

cos(xy)(y+xdxdy​)+1=dxdy​

Expand and collect dxdy​:

cos(xy)y+cos(xy)xdxdy​+1=dxdy​

Bring all terms to one side:

​cos(xy)xdxdy​−dxdy​=−cos(xy)y−1​dxdy​(cos(xy)x−1)=−cos(xy)y−1dxdy​=cos(xy)x−1−cos(xy)y−1​​​

Example 4: Given the equation: exy=x+y. Find dxdy​.

Solution:

Differentiate both sides:

dxd​[exy]=dxd​(x+y)

Apply chain rule:

exy(y+xdxdy​)=1+dxdy​

Distribute and simplify:

exyy+exyxdxdy​=1+dxdy​ 

Group dxdy​:

​exyxdxdy​−dxdy​=1−exyydxdy​(exyx−1)=1−exyydxdy​=exyx−11−exyy​​

Example 5: Given the equation: ln(x2+y2)=xy. Find dxdy​.

Solution:

Differentiate both sides:

LHS:

x2+y21​⋅(2x+2ydxdy​)

RHS:

dxdy​+y

Now equating both sides:

x2+y22x+2ydxdy​​=xdxdy​+y

Multiply both sides by x2+y2:

2x+2ydxdy​=(x2+y2)(xdxdy​+y)

Expand RHS:

2x+2ydxdy​=x(x2+y2)dxdy​+y(x2+y2)

Group dxdy​:

2ydxdy​−x(x2+y2)dxdy​=y(x2+y2)−2x

Factor and solve:

​dxdy​(2y−x(x2+y2))=y(x2+y2)−2xdxdy​=2y−x(x2+y2)y(x2+y2)−2x​​

7.0Practice Questions on Implicit Functions

  1. x3+y3=6xy. Find dxdy​.
  2. cos(x+y)=x2. Find dxdy​.
  3. x2y+y2=4x. Find dxdy​.
  4. ln(xy)=x−y. Find dxdy​.
  5. x2+y2+z2=1 . Find ∂x∂z​ assuming z is implicitly defined.

Table of Contents


  • 1.0Explicit and Implicit Functions
  • 2.0Solving Implicit Functions
  • 3.0Implicit Functions in Calculus
  • 4.0Partial Derivatives of Implicit Functions
  • 5.0Applications of Implicit Functions
  • 6.0Solved Examples on Implicit Functions
  • 7.0Practice Questions on Implicit Functions