Basic Math Problem with Differential Equations: Integrating Factors

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Please can anyone break down in detailed steps how these 2 lines are equal to each other. I'm confused.
Also please ignore the " = 0 " in the second line.
beginalign*
(1+x^2),&fracdydx+fracd(1+x^2)dxcdot y \
&fracddx,(y(1+x^2))=0
endalign*
Thanks a lot in advance.
differential-equations derivatives
add a comment |Â
up vote
0
down vote
favorite
Please can anyone break down in detailed steps how these 2 lines are equal to each other. I'm confused.
Also please ignore the " = 0 " in the second line.
beginalign*
(1+x^2),&fracdydx+fracd(1+x^2)dxcdot y \
&fracddx,(y(1+x^2))=0
endalign*
Thanks a lot in advance.
differential-equations derivatives
Going from bottom to top you use the product rule. The tricky thing was coming up with the idea to turn the top into the bottom.
â Ian
Aug 9 at 16:47
This has already been asked today ... have a look at "Basic math problem with Integrating Factors: Differential Equations"
â Bruce
Aug 9 at 16:56
@Bruce Providing a link would be friendlier. Use the âÂÂshareâ button underneath the question! Then paste it into the comment, like so: math.stackexchange.com/q/2877312/23290
â Harald Hanche-Olsen
Aug 9 at 16:59
Sorry I didn't know I could do that.
â Bruce
Aug 9 at 20:36
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Please can anyone break down in detailed steps how these 2 lines are equal to each other. I'm confused.
Also please ignore the " = 0 " in the second line.
beginalign*
(1+x^2),&fracdydx+fracd(1+x^2)dxcdot y \
&fracddx,(y(1+x^2))=0
endalign*
Thanks a lot in advance.
differential-equations derivatives
Please can anyone break down in detailed steps how these 2 lines are equal to each other. I'm confused.
Also please ignore the " = 0 " in the second line.
beginalign*
(1+x^2),&fracdydx+fracd(1+x^2)dxcdot y \
&fracddx,(y(1+x^2))=0
endalign*
Thanks a lot in advance.
differential-equations derivatives
edited Aug 9 at 16:51
Adrian Keister
3,64821533
3,64821533
asked Aug 9 at 16:44
David
63
63
Going from bottom to top you use the product rule. The tricky thing was coming up with the idea to turn the top into the bottom.
â Ian
Aug 9 at 16:47
This has already been asked today ... have a look at "Basic math problem with Integrating Factors: Differential Equations"
â Bruce
Aug 9 at 16:56
@Bruce Providing a link would be friendlier. Use the âÂÂshareâ button underneath the question! Then paste it into the comment, like so: math.stackexchange.com/q/2877312/23290
â Harald Hanche-Olsen
Aug 9 at 16:59
Sorry I didn't know I could do that.
â Bruce
Aug 9 at 20:36
add a comment |Â
Going from bottom to top you use the product rule. The tricky thing was coming up with the idea to turn the top into the bottom.
â Ian
Aug 9 at 16:47
This has already been asked today ... have a look at "Basic math problem with Integrating Factors: Differential Equations"
â Bruce
Aug 9 at 16:56
@Bruce Providing a link would be friendlier. Use the âÂÂshareâ button underneath the question! Then paste it into the comment, like so: math.stackexchange.com/q/2877312/23290
â Harald Hanche-Olsen
Aug 9 at 16:59
Sorry I didn't know I could do that.
â Bruce
Aug 9 at 20:36
Going from bottom to top you use the product rule. The tricky thing was coming up with the idea to turn the top into the bottom.
â Ian
Aug 9 at 16:47
Going from bottom to top you use the product rule. The tricky thing was coming up with the idea to turn the top into the bottom.
â Ian
Aug 9 at 16:47
This has already been asked today ... have a look at "Basic math problem with Integrating Factors: Differential Equations"
â Bruce
Aug 9 at 16:56
This has already been asked today ... have a look at "Basic math problem with Integrating Factors: Differential Equations"
â Bruce
Aug 9 at 16:56
@Bruce Providing a link would be friendlier. Use the âÂÂshareâ button underneath the question! Then paste it into the comment, like so: math.stackexchange.com/q/2877312/23290
â Harald Hanche-Olsen
Aug 9 at 16:59
@Bruce Providing a link would be friendlier. Use the âÂÂshareâ button underneath the question! Then paste it into the comment, like so: math.stackexchange.com/q/2877312/23290
â Harald Hanche-Olsen
Aug 9 at 16:59
Sorry I didn't know I could do that.
â Bruce
Aug 9 at 20:36
Sorry I didn't know I could do that.
â Bruce
Aug 9 at 20:36
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
The idea here is using the product rule backwards. To see things clearly take $a = 1+ x^2$ and keep $y$ as it is.
We know that from product rule,
$fracd(ay)dx = y fracdadx + a fracdydx$
here the equality is used backwards,
$ y fracdadx + a fracdydx = fracd(ay)dx$
If you are new to product rule and wonder about how it is true, start thinking from the first principles of derivative definition or look at https://en.wikipedia.org/wiki/Product_rule.
add a comment |Â
up vote
0
down vote
$$
(1+x^2)fracdydx+fracd(1+x^2)dxcdot y =fracddx,(y(1+x^2))
$$
Differentiate the right side
You differentiate a product of two functions, just apply the rule
$$fracddx(f times g)= gfracddxf+ffracddxg$$
$$fracddx,(y(1+x^2))=(1+x^2)frac ddxy+yfrac ddx(x^2+1)$$
$$fracddx,(y(1+x^2))=(1+x^2)y'+2xy$$
note that
$$fracddx,(1+x^2)=2x$$
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The idea here is using the product rule backwards. To see things clearly take $a = 1+ x^2$ and keep $y$ as it is.
We know that from product rule,
$fracd(ay)dx = y fracdadx + a fracdydx$
here the equality is used backwards,
$ y fracdadx + a fracdydx = fracd(ay)dx$
If you are new to product rule and wonder about how it is true, start thinking from the first principles of derivative definition or look at https://en.wikipedia.org/wiki/Product_rule.
add a comment |Â
up vote
0
down vote
The idea here is using the product rule backwards. To see things clearly take $a = 1+ x^2$ and keep $y$ as it is.
We know that from product rule,
$fracd(ay)dx = y fracdadx + a fracdydx$
here the equality is used backwards,
$ y fracdadx + a fracdydx = fracd(ay)dx$
If you are new to product rule and wonder about how it is true, start thinking from the first principles of derivative definition or look at https://en.wikipedia.org/wiki/Product_rule.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The idea here is using the product rule backwards. To see things clearly take $a = 1+ x^2$ and keep $y$ as it is.
We know that from product rule,
$fracd(ay)dx = y fracdadx + a fracdydx$
here the equality is used backwards,
$ y fracdadx + a fracdydx = fracd(ay)dx$
If you are new to product rule and wonder about how it is true, start thinking from the first principles of derivative definition or look at https://en.wikipedia.org/wiki/Product_rule.
The idea here is using the product rule backwards. To see things clearly take $a = 1+ x^2$ and keep $y$ as it is.
We know that from product rule,
$fracd(ay)dx = y fracdadx + a fracdydx$
here the equality is used backwards,
$ y fracdadx + a fracdydx = fracd(ay)dx$
If you are new to product rule and wonder about how it is true, start thinking from the first principles of derivative definition or look at https://en.wikipedia.org/wiki/Product_rule.
answered Aug 9 at 17:04
Perelman Jr
1198
1198
add a comment |Â
add a comment |Â
up vote
0
down vote
$$
(1+x^2)fracdydx+fracd(1+x^2)dxcdot y =fracddx,(y(1+x^2))
$$
Differentiate the right side
You differentiate a product of two functions, just apply the rule
$$fracddx(f times g)= gfracddxf+ffracddxg$$
$$fracddx,(y(1+x^2))=(1+x^2)frac ddxy+yfrac ddx(x^2+1)$$
$$fracddx,(y(1+x^2))=(1+x^2)y'+2xy$$
note that
$$fracddx,(1+x^2)=2x$$
add a comment |Â
up vote
0
down vote
$$
(1+x^2)fracdydx+fracd(1+x^2)dxcdot y =fracddx,(y(1+x^2))
$$
Differentiate the right side
You differentiate a product of two functions, just apply the rule
$$fracddx(f times g)= gfracddxf+ffracddxg$$
$$fracddx,(y(1+x^2))=(1+x^2)frac ddxy+yfrac ddx(x^2+1)$$
$$fracddx,(y(1+x^2))=(1+x^2)y'+2xy$$
note that
$$fracddx,(1+x^2)=2x$$
add a comment |Â
up vote
0
down vote
up vote
0
down vote
$$
(1+x^2)fracdydx+fracd(1+x^2)dxcdot y =fracddx,(y(1+x^2))
$$
Differentiate the right side
You differentiate a product of two functions, just apply the rule
$$fracddx(f times g)= gfracddxf+ffracddxg$$
$$fracddx,(y(1+x^2))=(1+x^2)frac ddxy+yfrac ddx(x^2+1)$$
$$fracddx,(y(1+x^2))=(1+x^2)y'+2xy$$
note that
$$fracddx,(1+x^2)=2x$$
$$
(1+x^2)fracdydx+fracd(1+x^2)dxcdot y =fracddx,(y(1+x^2))
$$
Differentiate the right side
You differentiate a product of two functions, just apply the rule
$$fracddx(f times g)= gfracddxf+ffracddxg$$
$$fracddx,(y(1+x^2))=(1+x^2)frac ddxy+yfrac ddx(x^2+1)$$
$$fracddx,(y(1+x^2))=(1+x^2)y'+2xy$$
note that
$$fracddx,(1+x^2)=2x$$
answered Aug 9 at 19:53
Isham
10.8k3829
10.8k3829
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2877431%2fbasic-math-problem-with-differential-equations-integrating-factors%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Going from bottom to top you use the product rule. The tricky thing was coming up with the idea to turn the top into the bottom.
â Ian
Aug 9 at 16:47
This has already been asked today ... have a look at "Basic math problem with Integrating Factors: Differential Equations"
â Bruce
Aug 9 at 16:56
@Bruce Providing a link would be friendlier. Use the âÂÂshareâ button underneath the question! Then paste it into the comment, like so: math.stackexchange.com/q/2877312/23290
â Harald Hanche-Olsen
Aug 9 at 16:59
Sorry I didn't know I could do that.
â Bruce
Aug 9 at 20:36