Jump to content



Photo
- - - - -

Partial Fraction Issue


  • Please log in to reply
2 replies to this topic

#1 riscy00

riscy00

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    FX-991EX and CG500

Posted 17 April 2021 - 02:40 PM

I was trying to use CG500 to solve partial fraction

 

F = 24 / (s+2)(s+3)(s+4) which I was expecting F = A/(s+2)+B/(s+3)+C(s+4) 

 

Using expand(24 / (s+2)(s+3)(s+4),s) it generate 1/24 instead!

 

How to fix this?



#2 pan.gejt

pan.gejt

    Casio Freak

  • Members
  • PipPipPipPip
  • 262 posts
  • Gender:Male
  • Location:CZ

  • Calculators:
    .

Posted 19 April 2021 - 07:31 PM

I have fx-cp400 and solution is
12/(s+4)-24/(s+3)+12/(s+2)
Be sure the variable s is cleared.
I entered
expand(24/((s+2)*(s+3)*(s+4));s)

 

Edit:

Another way is using "define" command

 

Define f(s)=24/((s+2)*(s+3)*(s+4))

Expand (f(s),s)

 

I use fraction template to input the fraction on classpad.


Edited by pan.gejt, 20 April 2021 - 10:32 AM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users