I stuck at 2nd part of the problem

Prettygoodmilkshake

New member
Joined
Mar 30, 2022
Messages
5
Hi, I am trying to solve this problem. I dont know if my approach is right. I stuck second part of the question.
4.PNG

So I started like this to find a,b,c :
2.PNG

If true up to here;
for the second part of the problem I did this
3.PNG
and similarly for x2 and x3.
Then I stuck. Couldnt bring them together to find B. Any suggestions? Thanks.
 
Writing what you have so far in simpler notation using x, y, and z you have
A=x+2y+4z,2x3yz,4xy+2z\vec A = \langle x+2y+4z, 2x-3y-z,4x-y+2z\rangle which is correct, and you are wanting to find a scalar function B(x,y,z)B(x,y,z) such that B=A\nabla B = \vec A. So, as you have worked out, you need to start with Bx=x+2y+4zB_x = x+2y+4z. Taking anti partial derivative as you have done you gotB(x,y,z)=x22+2yx+4zx+CB(x,y,z) = \frac {x^2} 2 + 2yx + 4zx +CEverything is correct except for the CC. Since you took an anti partial derivative, the "constant" of integration is an unknown function of the other variables, so instead of CC you should have an unknown function g(y,z)g(y,z). So at this point you have:B(x,y,z)=x22+2yx+4zx+g(y,z)B(x,y,z) = \frac {x^2} 2 + 2yx + 4zx +g(y,z)Everything you have done so far is correct except for that. Now using this B(x,y,z)B(x,y,z), calculate ByB_y and set it equal to the second component of A\vec A and take its anti partial with respect to yy keeping in mind what the new constant of integration must look like and continue. Post back here if you can't finish it from here.
 
Top