Solve Force F Applied to Objects with Masses m₁ and m₂

  • Context: High School 
  • Thread starter Thread starter Ockonal
  • Start date Start date
  • Tags Tags
    Force
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
5 replies · 2K views
Ockonal
Messages
30
Reaction score
0
Hello, I have a little question:
Power F applies for object with mass m₁ and it gaves acceleration 2 m/s²;
The same power F applies for another object with mass m₂, a = 3 m/s².
Find acceleration of both object (merged) with the same force F.
I wrote this:
F = m×a;

=>

F = m₁ × 2;
F = m₂ × 3;
F = (m₁ + m₂) × a;

a - ?
What's right way to solve that?
 
Physics news on Phys.org
Yeah, I already did this:
F = m₁ × 2;
F = m₂ × 3;
F = (m₁ + m₂) × a;
=>
m₁ = F / 2;
m₂ = F / 3;

F ≠ 0
F = (F/2 + F/3) * a : F
0 = (1/2 + 1/3) * a;

By logical I thing there should be:
a = (a₁ + a₂) / a₁×a₂
But how to get it from last my calculations?
 
Yeah, I already did this:
F = m₁ × 2;
F = m₂ × 3;
F = (m₁ + m₂) × a;
=>
m₁ = F / 2;
m₂ = F / 3;

F ≠ 0
F = (F/2 + F/3) * a : F
0 = (1/2 + 1/3) * a;

By logical I thing there should be:
a = (a₁ + a₂) / a₁×a₂
But how to get it from last my calculations?
 
F = (F/2 + F/3) * a : F
0 = (1/2 + 1/3) * a;
You divide both sides by F, so you get F/F = 1 on the left side.

1 = (1/2 + 1/3) * a.

And that you should be able to solve.
 
Oh, thanks :) Now I understand. Silly mistake.