Chapter 12: Problem 11
Find the component form of the vector. The vector from the point \(A=(2,3)\) to the origin
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 12: Problem 11
Find the component form of the vector. The vector from the point \(A=(2,3)\) to the origin
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Find a formula for the distance from the point \(P(x, y, z)\) to the a. \(x\) -axis. b. \(y\) -axis. c. \(z\) -axis.
In computer graphics and perspective drawing, we need to represent objects seen by the eye in space as images on a two-dimensional plane. Suppose that the eye is at \(E\left(x_{0}, 0,0\right)\) as shown here and that we want to represent a point \(P_{1}\left(x_{1}, y_{1}, z_{1}\right)\) as a point on the \(y z\) -plane. We do this by projecting \(P_{1}\) onto the plane with a ray from \(E .\) The point \(P_{1}\) will be portrayed as the point \(P(0, y, z) .\) The problem for us as graphics designers is to find \(y\) and \(z\) given \(E\) and \(P_{1}\). a. Write a vector equation that holds between \(\overrightarrow{E P}\) and \(\overrightarrow{E P}_{1} .\) Use the equation to express \(y\) and \(z\) in terms of \(x_{0}, x_{1}, y_{1},\) and \(z_{1}\) b. Test the formulas obtained for \(y\) and \(z\) in part (a) by investigating their behavior at \(x_{1}=0\) and \(x_{1}=x_{0}\) and by seeing what happens as \(x_{0} \rightarrow \infty\). What do you find?
Find the distance between points \(P_{1}\) and \(P_{2}\). $$P_{1}(1,1,1), \quad P_{2}(3,3,0)$$
Find the distance between points \(P_{1}\) and \(P_{2}\). $$P_{1}(0,0,0), \quad P_{2}(2,-2,-2)$$
Find equations for the spheres whose centers and radii are given. $$\begin{array}{ll} \text { Center } & \text { Radius } \\ \hline(0,-7,0) & \quad 7 \end{array}$$
What do you think about this solution?
We value your feedback to improve our textbook solutions.