document.write( "Question 863531: How do I find the x and y components in vectors? For example, 45m/sec at 25 degrees \n" ); document.write( "
Algebra.Com's Answer #520469 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
x comp = 45*cos(25)
\n" ); document.write( "y = 45*sin(25)
\n" ); document.write( "
\n" );