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
0
votes
1 answer

Finding percentage error using differentials

The time period $T$ of a pendulum of length $l$ is given by $T=2\pi\sqrt{\frac{l}{g}}$. What is the percentage error in $T$ when the error in length is $1\text{%}$. Attempt- $\displaystyle T=2\pi\sqrt{\frac{l}{g}}$ and $\displaystyle\frac{\Delta…
Lalit Tolani
  • 3,426
0
votes
1 answer

solve this differential equation with using Laplace transforms .

$$(t+2)x''+(t+1)x'-x=0, \qquad x(0)=0, \qquad x'(0)=2$$ and this $$ tx''-tx+4x=2e^t :: x(0)=sinh 1 ; $$ with using Derived from Laplace we get : $$ \begin{split} L(ty'') &= −s2Y'(s)−2sY(s)+y(0) \\ L(ty') &= -sY'(s)−Y(s)\\ L(ty) &= −Y'(s)\\ L(y')…
yghboy
  • 9
0
votes
1 answer

Find the exact solution of the differential equation

I have this initial problem: $$ \left\{ \begin{array}{ll} y' = \sin \pi t - 5.55 y & x \in (0,2),\\ y(0) = 0.\\ \end{array} \right. $$ I have calculated solutions using Euler's indirect method. Now I need to calculate the error based on my solution…
0
votes
0 answers

The differential $d(d(f(x,y)))$

I have no idea if the question is going to be duplicated or not; what is the differential of the second order? If $\varphi(x,y)$ is a nice function that can be integrated and differentiated a desired number of times, then what is $d^2 \varphi$?…
0
votes
2 answers

general solution of a differential equation in explicit form

I need to find the general solution of a differential equation in explicit form $$\dfrac {dp}{dh} = -Kp$$ My solution: I used the separation of variables and after doing the integrations I obtained $\ln p = -Kh + c$ The general solution in explicit…
0
votes
0 answers

What method is appropriate for the following differential equation?

Differential Equation I am stuck at this equation what method is appropriate and how I should solve it? $$\left(x e^y-1\right)dy= -\left(e^{x+y}+e^y y\right)dx$$ Equation
GM.
  • 1
0
votes
1 answer

Gateux differential question

I am going over the book "Optimization by Vector Space Methods" by Luenberger, and I found a statement that I'm not sure I understand. I am attaching the relevant page and I drew a box around the question in hand. I am not sure why the Gateux…
daniel
  • 303
0
votes
1 answer

Showing the smoothness of the function with two variables

In the last step of the proof, I have to show that $f:(x,y)\mapsto\sqrt{1-x^2-y^2}$ is a smooth mapping, where $x,y\in\mathbb{R}$. From direct computation with the usage of induction, I know that this map is $C^{\infty}$ if we view this map with…
able20
  • 1,023
0
votes
0 answers

If $f(x,y)$ is $C^{\infty}$ in $x$ and $y$ respectively, can we say that $f$ is $C^{\infty}$ in $x$ and $y$ simultaneously?

$f$ is a function from $\mathbb{R}^2\to \mathbb{R}$. I feel like this can't be true but I need to come up with some counterexample, but I'm not sure how. Can you please help?
able20
  • 1,023
0
votes
2 answers

Are Differential equations without "$x$" considered separable?

For example: Do we consider all differential equations of the form $y'(x)=f(y)$ separable? why/why not?
James
  • 13
  • 1
0
votes
1 answer

Get $\frac{d^2y}{dx^2}$ from $2x(\frac{dy}{dx}) = \frac{dy}{dt}$

I stumbled upon this on a "worked solutions manual" But I dont quite understand the part I selected in red. [![This is the working out they show][1]][1] How can $ \frac{dy}{dt}$ be converted to $\frac{d^2y}{dx^2}$ when differentiating with respect…
Erik Dz
  • 51
0
votes
0 answers

differential equations find general solution

$x^3 y^'-(x^2+2x)y=x^2+y^2$ differential equation y1 (x) = ax; A special form of (a constant) Please Can you Find the general solution by finding the solvent. [1]: https://i.stack.imgur.com/prSI7.jpg
0
votes
0 answers

I need help with solving homogeneous differential equation

I don’t understand how to solve this one: y’=(2x-2y+3)/(3x-7y+1). I need to make a replacement, but I don’t know what I should take for u(x). What is more, I’m not sure if this differential equation is homogeneous at all. When I add λ, it turns into…
0
votes
0 answers

first integral of Duffing equation

I have a differential equation: $$\ddot{\omega}+2k\dot{\omega}+2k^2{\omega}-2{\omega}^3=0$$ As I understand it's a Duffing equation, but I can't find the first integral. How can I do it? I didn't find any articles. Thanks for the help! $k$ -…
GIFT
  • 321
0
votes
0 answers

Differential Equation (Falling body with fluid drag square of velocity)

I recently solved a differential equation for a body in free-fall. $$\frac{dv}{dt} + \left(\frac km\right)v = g$$ This is first-degree, non-separable with an integrating factor. However, most physicists know that the fluid drag $\left(\frac…
Frederick
  • 119