Simplify Pythagoras Theorem Homework Statement

  • Thread starter Thread starter shanshan
  • Start date Start date
  • Tags Tags
    Pythagoras
AI Thread Summary
The discussion focuses on simplifying the expression vf = [(vcosx/2)^2 + ((2v - vsinx)/2)^2]^1/2. Initial attempts at simplification reveal errors in squaring terms and combining fractions. Key corrections include ensuring that terms are properly squared and combined over a common denominator. The final simplified expression is v/2[5 - 4sin(x)]^1/2, achieved by factoring out common elements. Participants emphasize the importance of careful algebraic manipulation to avoid mistakes.
shanshan
Messages
23
Reaction score
0

Homework Statement


I need to simplify vf = [(vcosx/2)^2+((2v-vsinx)/2)^2)]^1/2
as far as possible


Homework Equations





The Attempt at a Solution


vf = [(vcosx/2)^2+((2v-vsinx)/2)^2)]^1/2
= [(v^2cos^2(x)+v^2sin^2(x)+4v^2+2vsinx)/2]^1/2
= [(v^2(1)+4v^2-2vsinx)/2]^1/2 ---- using trig identity sin^2x+cos^x = 1
= [(5v^2-2vsinx)/2]^1/2

But this is not the answer - is anyone able to find any problems in my work, or can I simplify it further?
 
Physics news on Phys.org
Hint: you forgot to square the 2's in the denominator.
 
tried this - ended up with:
[5v^2-2vsinx)^1/2]/2
and this still wasn't right.
Do you see any other problems?
 
Yes, I do. You expanded (2v - v sin(x))2 incorrectly. Check that again.
 
ok, your first step has an error in it. "v^2cos^2(x)" should be over 4 because it was over 2 in the original equation. You did the same thing with the second term of the original equation. Changing that will let you add the fractions more easily. Also when you squared 2v-vsinx you should get v^2sin^2(x)+4v^2-4v^2sin(x) all over 4 Now, you can put all the terms over 4 and pull out 1/4 and v^2. so,
v^2(1/4)[cos^2(x)+sin^2(x)+4-4sin(x)]^1/2=[v^2(1/4)[5-4sin(x)]]^1/2=
=v/2[5-4sin(x)]^1/2. That's as far as I could take it. I think that it was a good effort by you but you may have rushed through and made some algebra mistakes which took you way off course. Actually, using the identity is easy, it's manipulating with algebra that's hard! Good luck with the class
mjjoga
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top