AHSAN

155 Reputation

6 Badges

5 years, 10 days

MaplePrimes Activity


These are replies submitted by AHSAN

@acer yes sir , you are right; my DE is the function of Psi(y) and theta(y). The relation between psi(y) and u(y) is u(y)= diff(psi(y),y) and I was directly calling u(y) instead of diff(psi(y),y).  Acutally, diff(psi(y),y) means solution of u(y). Thanks for your correction. Beside this, can you please help me to plot diff(p(x),x) agisnt x=-3..3 by fiing other parameters as defined in the file you corrected from Equation (5) by using the solution of psi(y) and theta(y). Also, this equation depends on y, and its value is y = k + (1 - k)*x. Can you please help me regarding the graph of the  Nusselt number by using the solution of theta(y) against any parameter like Br. The procedure for Nusselt is

Nu:= diff(theta, y);
Apply limit on the Nu i.e y=h=k + (1 - k)*x, and then graphs for Nu against Br.

@acer , Sir, Acutally, u(y) is a function of both x and y, and to get results for u(y) against y in the range y=0..1, we suppose to fix a value of x like 0, 0.1, or 0.5. That is why define paramSet early and suppose the value of x=0.  Now to plot the results for diff(p(x),x) against x for range x=0..1 from equation 1 by using the solution of u(y) or from equation 4 by using the results of psi(y).  Two different things: when plotting for u(y), the range for y=0..1 and when needing to plot diff(p(x),x), the range for x=0..1. Acutally, I am following this idea from a paper that has already been published. For reference, I am uploading that paper, and please have a look at equations from 27 to 39. There is some discussion adding on the solution methodology right after eq. 39. Sorry pdf is not supported

 

 

@acer , sir can you please have a look on my below comment about the relation between y and x 

@acer Thanks, sir, for your help. The output for u(y) and theta(y) is even suitable but may be I am doing something wrong for diff(p(x),x). I think the problem is from BCs. let me clear rlation between y and x. Actually, in my case, y=h and the value of h is h= k + (1 - k)*x; so from this, y=h= k + (1 - k)*x. For the plot of u(y) and theta(y), we suppose x= 0 in paramSet := [x=0, beta = 0.5, Br=2, m=1.5, A=0.5,H=1.3,k=2.5]: but for diff(p(x),x) we need plot it against x.

my Bcs are 

theta(0) = 1, theta(k + (1 - k)*x) = 0, D(psi)(0) = 1, D(psi)(k + (1 - k)*x) = 0,psi(0) = 0, psi(k + (1 - k)*x) = H}:

In these BCs y=h=k + (1 - k)*x

@acer, sir Eq. (1) is my main equation, which is denoted by de1. I need to solve this equation for u(y), but this equation has diff(p(x), x). So, we define u(y):=diff(psi(y),y) and then eliminate diff(p(x), x) and solve for Psi(y). After that, we solve for u(y) and theta(y).  After getting the solution of u(y), we now need to use the solution of u(y) in Eq. (1) and plot the solution for diff(p(x), x), against x=0..1, which is denoted by dpdx in the maple sheet. There is another way; we can also find the solution for diff(p(x), x) from Eq.(5) by using the solution of Psi(y).  Also, we need to plot p(x) against x by integration or any method on diff(p(x), x) by using the following two conditions: P(0)=0 and P(1)=0. 
Now need to integrate the final solution of p(x) over the interval 0..1 to get numeric values in tabular form. The expected results for diff(p(x), x) and p(x) are .

@mmcdara@acer , @Kitonum  could you please have look on my above problme?

@mmcdara sir, I replied to your this response, but my reply was automatically adjusted in the above comment.

@mmcdara Yes, sir you are right; the expression PP is dependent only on x. We have to calculate PP_Max from the expression PP by using the second derivative test, and the procedure is defined in the Maple sheet. Then we need to plot PP_Max against k for different values of epsilon. Further, we need to plot PP/PP_Max against X for different values of epsilon. For reference, I uploaded some pictures for both. Our  results should look like that, not exactly the same.

@mmcdara  I checked, and there is no issue in the plot now. Can you please upload the Maple sheet and how to plot PP\PP_max?

Actually, I am trying to find the maximum relation by using the derivative test. My actual expression is a bit complex and difficult to solve, so I use series from means, but this has again a problem. So could you please have a look at my maple sheet and correct the procedure? I take help only but have problems and do not produce results. I explained the procedure in the MPAL sheet, but you do not know whether it is correct or not.

Maximum_help.mw

The results look like this

 

@Kitonum Thanks sir

@Kitonum Sir, I have finished the plotting for the ratio of two expressions but am unable to extract expressions for k greater and equal to zero.

Extract_required_solution.mw

@Kitonum sir, Actually, According my problem requiermnets the integration is required of expression "Pre" for x=0..1 and need to find a symbolic expression in the of form of k. 
Besides this, need to plot Expression of Pre_max versus k by taking Pre_max along vertical axis and k along horizontal axis.

Also, need to plot the ratio of Pre / Pre_max versus x for different vakue of k such as 2.14,3,20,4,30.

@Kitonum , Thanks, sir, for your response. Actually, my question has two parts: first, we need to find the maximum expression at the point (critical), where the function is maximum.

and

In the second part, we need to find a symbolic expression. In this part, we obtained 4 answers... [2] When I integrate the given expression, it gives 4 cases. How do we separate the required expression for the k condition?..

I have uploaded the file with more explanation; can you please have a look at it?

Maximum_expression_New_1.mw

@mmcdara Thanks a lot sir

1 2 3 4 5 6 7 Last Page 1 of 18