I have the differential equation, $$\frac{dG(-5x)}{dx}=-\frac{1}{6}\left(g_1(x)+\frac{dg_0(x)}{dx}\right).$$ If I make the substitution $u=-5x$, does the above differential equation collapse to form $$\frac{dG}{du}=-\frac{1}{6}\left(g_1\left(\frac{-u}{5}\right)+-5\frac{dg_0}{du}\right),$$ as $$\frac{dg_0}{dx}=\frac{dg_0}{du}\frac{du}{dx}.$$ I am unsure of why the term on the LHS doesn't change. Thank you a lot in advance.
2026-03-28 10:16:38.1774692998
Appropriately Applying the Chain Rule to a Substitution made to an ODE
95 Views Asked by user557493 https://math.techqa.club/user/user557493/detail At
1
There are 1 best solutions below
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 CHAIN-RULE
- Show that $g \circ f$ is n times differentiable
- Chain rule with intermediate vector function
- Derivative and chain rule exam problem
- Derivative of square of skew symmetric matrix times a vector wrt the argument of the skew symmetric argument
- Show that certain properties remain under inversion
- Multi-variable chain rule - confusion in application
- Chain rule proof by definition
- Find the value of the function (Chain rule)
- Chain rule problem: given $f(x)=\sqrt{4x+7}$ and $g(x)=e^{x+4}$, compute $f(g(x))'$.
- Chain Rule partial derivatives and the wave equation
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?
It could be that your equation is correctly written (at present) as $$\frac{dG(-5x)}{dz}=-\frac{1}{6}\left(g_1(x)+\frac{dg_0(x)}{dx}\right),$$ but I suspect a typo. I think your equation is supposed to be $$\frac{dG(-5x)}{dx}=-\frac{1}{6}\left(g_1(x)+\frac{dg_0(x)}{dx}\right),$$ instead. The left-hand side of this equation could be interpreted in two ways that I can think of. One, as $$\frac{d}{dx}\bigl[G(-5x)\bigr],\tag{1}$$ the other, as simply $$G'(-5x).\tag{2}$$ If $(1)$ is intended, as I suspect, then the Chain Rule lets us rewrite the left-hand side as $$\frac{d}{dx}\bigl[G(-5x)\bigr]=\frac{d}{dy}\bigl[G(y)\bigr]_{y=-5x}\cdot\frac{d}{dx}\bigl[-5x\bigr]=-5G'(-5x),$$ so the equation becomes $$-5G'(-5x)=-\frac{1}{6}\left(g_1(x)+g_0'(x)\right),$$ or (after substitution) $$-5G'(u)=-\frac{1}{6}\left(g_1\left(-\frac{u}{5}\right)+g_0'\left(-\frac{u}{5}\right)\right).$$ But why wouldn't the Chain rule apply to the differentiation on the right-hand side? Well, it does, but here's how it does under interpretation $(1).$ $$\begin{eqnarray}\frac{dg_0(x)}{dx}&=&\frac{dg_0\left(-\frac{u}{5}\right)}{dx}\\&=&\frac{d}{dx}\left[g_0\left(-\frac{u}{5}\right)\right]\\&=&\frac{d}{dy}\bigl[g_0(y)\bigr]_{y=-\frac{u}{5}}\cdot\frac{d}{du}\left[-\frac{u}{5}\right]\cdot\frac{du}{dx}\\&=&g_0'\left(-\frac{u}5\right)\cdot-\frac15\cdot-5\\&=&g_0'\left(-\frac{u}5\right).\end{eqnarray}$$
If $(2)$ is intended, then the substitution is even more straightforward, and yields $$G'(u)=-\frac{1}{6}\left(g_1\left(-\frac{u}{5}\right)+g_0'\left(-\frac{u}{5}\right)\right),$$ and the Chain Rule goes completely un-invoked.