How to i manipulate this fraction

  • Thread starter Thread starter seang
  • Start date Start date
  • Tags Tags
    Fraction
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
seang
Messages
184
Reaction score
0

Homework Statement


I need to make this:

[tex]\frac{100K}{x^2 + (25 + \alpha)x + (\alpha 25 + 100K)}[/tex]

look like this:

[tex]\frac{K}{x^2 + \beta x + (K)}[/tex]

Homework Equations



Beta and K can be any combination of variables, as long as the top K and bottom K are equal. A scaling factor is allowed to come outside of the fraction if necessary.

The Attempt at a Solution

 
Physics news on Phys.org
The "scaling factor" means that you can multiply either numerator or denominator to make them the same. Multiplying the denominator by something would change the "x2" term and, apparently, you don't want that. That means you must have something of the form
[tex]\frac{1}{C}\frac{100CK}{x^2+ (25+\alpha)x+ (25\alpha+ 100K)}[/itex]<br /> It's pretty obvious what [itex]\beta[/itex] must be! Can you choose C and the <b>new</b> K so that the numerator and constant term in the denominator are the same? (You might want to initially call the new K something like K' to avoid confusion.)[/tex]
 
alright, thank you.

But now, for the sake of argument, let's say I wasn't allowed to have a scaling factor outside of the fraction--what could I do then?