Solving a Physics Problem: Struggling with Algebra

  • Thread starter Thread starter GreenPrint
  • Start date Start date
  • Tags Tags
    Algebra Physics
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
1 reply · 2K views
GreenPrint
Messages
1,186
Reaction score
0

Homework Statement



Ok this was a physics problem...

I'm having a hard time with the algebra part

Homework Equations



solve for X

7.35E22/(3.84403E8 - X)^2 = 5.98E24/X^2

The Attempt at a Solution



i have got down to this and I think it is right but it might be wrong

0 = (7.35E22 X^2)/5.98E24 - X^2 + 2(3.84403E8)X - (3.84403E8)^2
 
Physics news on Phys.org
Rather than dealing with all those long and annoying numbers, let's assign letters to stand for them, and we can substitute back after all the algebra is done.

Let:
[tex]A=7.35x10^{22}[/tex]
[tex]B=3.84403x10^8[/tex]
[tex]C=5.98x10^{24}[/tex]

So now we have [tex]\frac{A}{(B-X)^2}=\frac{C}{X^2}[/tex]

You want to get rid of the fractions, so you need to multiply by the higher common factor, which is [itex]X^2(B-X)^2[/itex]

Then you'll get [tex]AX^2=C(B-X)^2[/tex]

Now you need to expand, move everything to one side and let the equation = 0 and collect like terms. You should get it in the form [itex]mx^2+nx+p=0[/itex] where m, n and p are all some constant, and x is the variable that you're trying to solve.

Now you can apply the quadratic formula.