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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Back
Top