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

differential equations null solutions

A book I'm using to teach myself differential equations claims the following: If $y_{1}$ and $y_{2}$ are solutions to the differential equation $y' - a(t)y = q(t)$, then $y = y_{1} - y_{2}$ will be a null solution by linearity. I understand there…
lhoernle
  • 111
0
votes
1 answer

Find the solution for differential equation $x^2(dy/dx) + 2xy = y^3$

I tried solving this by bernoulli type , but coefficient didn't came appropriate.
0
votes
1 answer

Homogeneous Initial Value Differential Equation

Im trying to solve this D.E: $$(x^2-xy+y^2)dx+(-xy)dy=0, y(1)=0$$ After I subsituted $$y=ux$$ $$dy=xdu+udx$$ I get $$-ln(x)=ln(1-u)-1+u+c$$ Answer: $$-xln(x-y)=y$$ assume () are absolute value I truly appreciate everyone's help. I really do learn a…
toy
  • 69
0
votes
3 answers

Length of a parametric curve

I need a hint or some help regarding a parametric curve length; The equation is $\gamma=(t^2(t-1),t^2(t+1))$, with $t \in [-1,1]$! I started with $$\text{length} = \int\sqrt{x'(t)^2 + y'(t)^2}dt$$ but I always get $0$, where am i going wrong?
mandez
  • 750
0
votes
4 answers

$f(x+1)-f(x)=2x+3$ How do I solve $f(x)$?

Can you please help? Thank you very much. $f(x+1) - f(x) = 2x + 3$ I tried differentiating two sides, but I didn't achieve anything.
0
votes
1 answer

Find a solution to the ODE?

$dy/dx = x\cos2x/3y^2$ So far I've rearranged. $dy3y^2 = x\cos2x dx$ Then do I just solve for $y$? If so how do I do that? I'm just a little confused on the next steps. Thanks for any help.
someguy
  • 57
0
votes
0 answers

Particular solution to system of linear differential equations for singular system matrix

I have a linear system on standard state space form $\dot{x}(t) = Ax(t) + Bu(t)$ I would like to find the solution to this, which usually is $x(t) = e^{At}x(0) + \int\limits_0^t e^{A(t-\tau)}Bu(\tau)d\tau$ Since, in my case, $u(t) = u$ is constant…
0
votes
1 answer

Differential equation with constant coefficients

When we solve differential equation with constant coeffiecients we find out the auxiliary equation, then its roots and proceed further. But my question is When for example we have an equation of the type $ay'' +by=0$ auxiliary equation is $ar^2…
0
votes
1 answer

Differential Equation and subspace of solution

Show that the solutions of the homogeneous linear ODE $$\frac{dy}{dx} + p(x)y = 0$$ on an interval I = [a,b] forms a vector subspace W of the real vector space of continuous function on I. What is the dimension of W? The ode looks simple (if so)…
T.Pal
  • 77
0
votes
2 answers

Proving Rules of Differentials

Show that for any two functions $f(x,y)$ and $g(x,y)$ we have $d(f+g)=df+dg$. Not too sure how to go about this. How would I set up the question?
j.stat
  • 43
0
votes
1 answer

Differentials and True Change

If z=x^2+y^2, find both dz and delta z, as well as the error that one commits if dz is used instead of delta z. So far I have dz=2xdx+2ydz. However, I am not sure how to calculate delta z. Also not sure what the error would be. Any help would be…
j.stat
  • 43
0
votes
1 answer

Second order differential with substitution

Hey guys, I was doing this question and am really stuck :/ I got up to taking n as 1 and getting z'=sqrt(y)*y' Can someone tell me where to go from here? Edit: I've done the first part, just not sure how to continue with part (i).
0
votes
1 answer

Function derivative question

My class is a bit late with the material, so we didn't have a lot of time studying function derivatives, so I am having a few problems with one of the questions I was given for practising for tomorrow's math exam. This is the question: function: $y…
0
votes
1 answer

Differential Equation Modeling high-school

I've encountered a problem I cannot seem to be able to solve. 1 = the problem 2 = my solution _____1 A ball has the volume of 3.0 cm^3. The volume decreases with time t (in months), the change per unit of time is proportional to the area of the…
Arcthor
  • 91
0
votes
1 answer

Are both interpretations of the differential accurate?

A differential can be written, informally, as the form of $du=\dfrac{\partial f}{\partial x_1}dx_1+\dfrac{\partial f}{\partial x_2}dx_2+...\dfrac{\partial f}{\partial x_n}dx_n$. In the textbook I am reading it states the differential can be…
Oscar Flores
  • 1,438
  • 2
  • 18
  • 26