Questions tagged [differential]

For question about the differential of a map from an open set of a vector space to a vector space.

In mathematics, differential refers to infinitesimal differences or to the derivatives of functions. The term is used in various branches of mathematics such as calculus, differential geometry, algebraic geometry and algebraic topology.

Differential is one of the fundamentals divisions of calculus, along with integral calculus. It is a sub-field of calculus that deals with infinitesimal change in some varying quantity. The world we live in is full of interrelated quantities that change periodically.

For example, the area of a circular body which changes as the radius changes or a projectile which changes with the velocity. These changing entities, in mathematical terms, are called as variables and the rate of change of one variable with respect to another is a derivative. And the equation which represents the relationship between these variables is called a differential equation.

Differential equations are equations that contain unknown functions and some of their derivatives.

Difference between differential and derivative:

In mathematics, the rate of change of one variable with respect to another variable is called a derivative and the equations which express relationship between these variables and their derivatives are called differential equations. In a nutshell, differential equations involve derivatives which in fact specify how a quantity changes with respect to another. By solving a differential equation, you get a formula for the quantity that doesn’t contain derivatives. The method of computing a derivative is called differentiation. In simple terms, the derivative of a function is the rate of change of the output value with respect to its input value, whereas differential is the actual change of function.

enter image description here

References:

https://en.wikipedia.org/wiki/Differential_(mathematics)

http://www.differencebetween.net/science/mathematics-statistics/difference-between-differential-and-derivative/

1621 questions
6
votes
1 answer

I need help with applied Math using homogeneous linear systems to solve ordinary differential equations.

Solve the IVP with initial values x(0)=(1,0,-2) $$A = \begin{bmatrix} 1 & 0 & 1 \\ 1 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}$$ So far My work consists of me finding the eigenvectors and eigenvalues first. $$det(A-LI) = det(\begin{bmatrix} 1-L & 0 & 1 \\…
5
votes
6 answers

Differential equation / Separable

I've been given the following ODE and have to solve for the general solution: $$ \displaystyle \frac{dy}{dx} = y\cot x $$ I've looked at the solution, and it does the following: $$ \int \frac{1}{y} \ dy = \int \cot x \ dx $$ $$ \ln y = \ln|\sin x|…
4
votes
4 answers

The curvature of a tensor product of vector bundles

Let $\nabla_i: \mathcal{A}^0(E_i)\rightarrow\mathcal{A}^1(E_i)$ be linear connections on the complex vector bundles $E_1$, $i=1, 2$, respectively. Then $\nabla=\nabla_1\otimes 1+1\otimes\nabla_2$ is a linear connection on $E_1\otimes E_2$. If…
Flavius Aetius
  • 914
  • 5
  • 13
4
votes
1 answer

How to separate a partial differential equation where R is a function of three variables?

Using the method of separation of variables, how can I separate each X,Y,Z if the differential equation has a function of R(x,y,z)? Example: $ R_{xx} + R_{yy} + R_{zz} = 0 $ I understand how to apply the method if R is only a funtion of X and Y,…
user109334
  • 41
  • 1
  • 3
4
votes
2 answers

Help with solving this equation

I'm very new to differential functional equations and I'm trying to solve the following: $$\frac{\partial f(t,x)}{\partial t} + a f(t,x)+\frac{1}{x} f(t,x+1)+b = 0.$$ So what we know is that $t \in [0, T]$ and $x \geqslant 2 $ and integer for all$ t…
user975047
3
votes
1 answer

How to calculate the value of the n-th derivative of this function at this point

$$\forall n\in \mathbb{N},\left.\frac{d^{2n+1}}{dx^{2n+1}}(x^{\ln x})\right|_{x=e^{\frac{n}{2}}}=0$$ How to prove this equation? I find that if $n=0$ or $n=1$, the answer is $0$. But I can't prove that it is true for all the nonegative integer. My…
MathNoob
  • 319
  • 8
3
votes
2 answers

differential for a changing log base

I can't find a formula for when the actual base of a $\log$ changes. I specifically mean this scenario. $$ \lim_{h \to 0} \frac{\log_{a + h}[b] - \log_{a}[b]}{h} $$ The reason why I need it is that I am using an alternate notation that makes this…
Rob
  • 285
3
votes
3 answers

Problem with solving differential equation $(x+2y)dx + ydy = 0$

I have a homework with this equation: $$(x+2y)dx + ydy = 0$$ However I have no idea how to solve it. I tried couple things: Is it linear equation, or does it have "standard form" : $\frac{dy}{dx}+\frac{x}{y} + 2 = 0$. Well $\frac{1}{y}$ is not a…
2
votes
3 answers

Is my solution to this differential equation correct?

My answer is: $[(1+x^2)^3]y = \dfrac{(1+x^2)^3}3+C$ But this option is not given, so is it correct? Thanks
Lim Zhi Jian
  • 113
  • 6
2
votes
1 answer

Finding the total differential.

My understanding of this is that it is a rate of change and in my mind I think of it like a vector.. you go some units in the $x$ direction and some units in the $y$ direction giving you the total rate of change for a unit movement of $x$ and a unit…
2
votes
4 answers

Does $f(dx)$ have any meaning?

Simple question, does a differential $dx$ have any meaning composed in a function $f$, such as $\sqrt{dx}$, where $f(x)\neq x$?
Bonnaduck
  • 4,058
2
votes
1 answer

What is the difference between ODE and scalar differential equation?

Can someone please explaine what scalar diffrential equation mean? What is the difference between ODE and scalar differential equation?
Solya
  • 21
2
votes
1 answer

A Level Differential Equation

I have been trying to solve this problem for 15 minutes and I’m not any closer to a solution (in an exam, we are expected to do questions like this in 6 minutes or less which is why I’m asking now). I can’t reach the expression shown in the…
AOD
  • 127
2
votes
1 answer

Second order differential equation given the form of the solution

Consider the following second order differential equation: $\frac{d^2 u}{dr} + \frac{N-1}{r}\frac{du}{dr} + \frac{\lambda}{r^2}u = 0$ in $(0,1)$, where $\lambda = 1+\frac{1}{4}(N-2)^2$ and $N = 1,2,3$. Find all the solutions having the form $u(r) =…
2
votes
1 answer

Differential Equations Mistake Solution

so I am new to differential equations but I do not get something: I am given initial value y(0)=1 and following equation: $$(1+x^3)y' + 3x^2y = cos x$$ Here I know I have to undo product rule so I get that: $$\frac{d}{dx}(1+x^3)y = cos x$$ I…
1
2 3
11 12