Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.8K Views
|
4 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Maintaining desired denominator during calculations

Posted 1 year ago
POSTED BY: Tchun Jeeyoung
4 Replies
POSTED BY: Michael Rogers
Posted 1 year ago

Ahh, sorry! You mean prevent denominator changing after Simplify.
I’m afraid it’s not that simple, I’ll try

POSTED BY: Denis Ivanov
Posted 1 year ago

Firstly please check your input (or copy mine):

q1 = (-2 c + 2 a \[Alpha] - a b \[Alpha] + 
     b c \[Alpha]^2)/(4 \[Alpha] - b^2 \[Alpha]);

q2 = (b c + 2 a \[Alpha] - a b \[Alpha] - 
     2 c \[Alpha]^2)/(4 \[Alpha] - b^2 \[Alpha]) ;
cs = (q1^2 + q2^2 + 2 b q1 q2)/2

Out: $$\frac{1}{2} \left(\frac{\left(2 a \alpha -a \alpha b+\alpha ^2 b c-2 c\right)^2}{\left(4 \alpha -\alpha b^2\right)^2}+\frac{2 b \left(2 a \alpha -a \alpha b+b c-2 \alpha ^2 c\right) \left(2 a \alpha -a \alpha b+\alpha ^2 b c-2 c\right)}{\left(4 \alpha -\alpha b^2\right)^2}+\frac{\left(2 a \alpha -a \alpha b+b c-2 \alpha ^2 c\right)^2}{\left(4 \alpha -\alpha b^2\right)^2}\right)$$

Secondly it's not clear why form $\alpha \left(4 - b^2\right)^2$ not suitable?

POSTED BY: Denis Ivanov

enter image description here Thank you for your detailed explanation. I followed your instructions and pasted the provided code into Mathematica. However, as you can see from the attached screenshot, the denominator keeps changing. I'm wondering if perhaps I should consider the result value CS with the reversed sign of the numerator instead. Could you please clarify this for me?

POSTED BY: Tchun Jeeyoung
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard