My books has a sub-topic called geometric meaning of differential equations. It mentions that slope of tangent at every point in 2d space is from given differential equation. According to it, without solving the equation we can find the nature of solutions as they are family of curves passing through these points in 2d space following the direction of tangents at those points. According to my understanding what we are doing here is the graphical analysis of a differential equation. I watched 3blue1brown's video on geometric representation of derivatives where he used geometric figures and their sizes to explain the derivatives. So, please help me understand geometrical meaning of differential equations. How the slope of tangent at every point in 2d space and curves passing through them give geometric meaning of differential equaitons?
2026-04-01 17:02:34.1775062954
Difference between geometrical and graphical representations.
569 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- Proving the differentiability of the following function of two variables
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in DIFFERENTIAL
- In a directional slope field, how can a straight line be a solution to a differential equation?
- The Equation of Motion of a Snowball
- Supremum of the operator norm of Jacobian matrix
- Directional continuous derivative on vectors of a base implies differentiability in $\mathbb{R}^n$
- Need explanation for intuition behind rewriting $dy$ in terms of $dx$
- Does the double integrative of d^{2}x make sense from a mathematical point of view?
- Functional with 4th grade characteristic equation
- need to equate MATLAB and MATHEMATICA solutions
- Formula for Curvature
- Showing that $\Psi(f) = \int^{b}_{a}\phi(f(x))dx$ is differentiable.
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
In 3blue1brown's video, he is looking at the change in area as you give a little increase to the sidelength of a square, thinking of the derivative the amount of area bump per sidelength bump: $\frac{dA}{dx} = \frac{d(x^2)}{dx}$. He also looked at the amount of volume bump per sidelength bump: $\frac{dV}{dx} = \frac{d(x^3)}{dx}$. He is using geometrical figures as standins for functions, and showing the derivative relationship between $x^2$ and $2x$ through their shapes.
A derivative is an operation you can do to functions. You put a function into the derivative, you get a function out. But a differential equation is asking, "What function behaves like this?" For example, "What function is twice its derivative?" would be $y = 2 * \frac{dy}{dx}$. To extend 3blue1brown's video, we might ask, "What function is $\frac{2}{x}$ times its derivative? What shape does that?" The $x^2$ square does that: $x^2 * \frac{2}{x} = 2x$
The problem here, though, is the analogy will only extend so far. Geometrical analogies for $x^2$ and $x^3$ work for degrees of 2 and 3, but don't help much at higher dimensions. And these analogies only really help in visualizing the change in $x^n$. We don't usually ask ourselves what shape might double its constant while it decreases a dimension. And that geometrical meaning of decreasing a dimension only applies to $x^n$, whereas our question might be also answered by another non-$x^n$ function. There are many other functions we want to take derivatives of and ask questions about. But if you're wanting to just get across the idea of the derivative, looking at how it works for these special geometrical $x^n$ cases can help.
Your book is taking a different approach to visualizing a differential equation. We may know how to describe a derivative as a function of x and y. We can visualize that by plotting slopes (the derivatives) on a graph and asking, "What function would act like that? What function has slopes like this at these points?" This more naturally extends into some of the physical questions that use differential equations, looking at forces in the instant to build up a more complete behavior on the whole.